Trig and Complex Numbers

How radian language, sine and cosine, and basic complex-number geometry repair the most common pre-theory gaps in oscillation and rotation language.
Modified

April 26, 2026

Keywords

trigonometry, radians, sine, cosine, complex numbers

1 Role

This page is the fourth step of the algebra-repair module.

It repairs another common gap that later math quietly assumes is already stable:

  • radians as the default angle language
  • sine and cosine as coordinates, not just triangle mnemonics
  • complex numbers as points in the plane, not symbolic exceptions
  • rotation and oscillation as shared geometric structure

2 First-Pass Promise

Read this page after Exponents, Logarithms, and Growth.

If you stop here, you should still understand:

  • why radians are the natural unit for angle
  • how sine and cosine come from the unit circle
  • how complex numbers extend the real line into a plane
  • why multiplication by special complex numbers acts like rotation and scaling
  • why this page helps later calculus, signals, and dynamical systems

3 Why It Matters

Trigonometry and complex numbers look like separate topics at first, but later math keeps using them together.

They appear in:

  • periodic motion
  • waves and signals
  • rotations in the plane
  • oscillatory solutions of differential equations
  • Fourier and spectral language

When this layer is weak, later formulas involving sin, cos, e^{i\theta}, or oscillation often feel much more mysterious than they need to.

4 Prerequisite Recall

5 Intuition

The unit circle is the cleanest first-pass picture for trigonometry.

If an angle \(\theta\) lands on a point of the unit circle, then that point has coordinates

\[ (\cos \theta, \sin \theta). \]

So cosine and sine are not arbitrary formulas. They are coordinates of rotation.

Complex numbers then continue the same story.

The number

\[ a+bi \]

can be read as a point in the plane:

\[ (a,b). \]

That means complex arithmetic is not just symbolic play. It carries geometry:

  • addition shifts points
  • magnitude measures distance from the origin
  • special multiplications encode rotation and scaling

6 Formal Core

Definition 1 (Definition: Radian) An angle of one radian is the angle that cuts off an arc of length 1 on the unit circle.

Radians are the natural angle unit because they tie angle directly to arc length and make later calculus formulas clean.

Definition 2 (Definition: Unit-Circle Trigonometry) On the unit circle, the point at angle \(\theta\) has coordinates

\[ (\cos \theta, \sin \theta). \]

This is the main first-pass meaning of cosine and sine.

Definition 3 (Definition: Complex Number) A complex number has the form

\[ z = a + bi, \]

where \(a\) and \(b\) are real and

\[ i^2 = -1. \]

Its real part is \(a\) and its imaginary part is \(b\).

Definition 4 (Definition: Modulus) The modulus of

\[ z = a+bi \]

is

\[ |z| = \sqrt{a^2+b^2}. \]

Geometrically, this is the distance from the origin to the point \((a,b)\).

Theorem 1 (Theorem Idea: Unit-Circle Identity) Because points on the unit circle have distance 1 from the origin,

\[ \cos^2 \theta + \sin^2 \theta = 1. \]

This identity is geometric before it is algebraic.

Theorem 2 (Theorem Idea: Complex Numbers Carry Geometry) When a complex number is viewed as a point in the plane:

  • addition acts like vector addition
  • modulus gives distance from the origin
  • multiplying by a complex number of modulus 1 corresponds to rotation

This is the bridge from algebraic symbols into oscillation and rotation language.

7 Worked Example

Let

\[ z = 1+i. \]

7.1 Step 1: Read it geometrically

The point corresponding to \(z\) is

\[ (1,1). \]

7.2 Step 2: Compute the modulus

\[ |z| = \sqrt{1^2+1^2} = \sqrt{2}. \]

So the point lies a distance \(\sqrt{2}\) from the origin.

7.3 Step 3: Connect to angle language

The point \((1,1)\) lies on the line \(y=x\), so its direction from the origin is an angle of

\[ \frac{\pi}{4} \]

or 45 degrees.

7.4 Step 4: Normalize to the unit circle

If we divide by its modulus, we get

\[ \frac{1+i}{\sqrt{2}}. \]

This point lies on the unit circle and has coordinates

\[ \left(\frac{1}{\sqrt{2}}, \frac{1}{\sqrt{2}}\right). \]

So

\[ \cos\left(\frac{\pi}{4}\right)=\sin\left(\frac{\pi}{4}\right)=\frac{1}{\sqrt{2}}. \]

This example matters because it shows the same object being read three ways:

  • algebraically as 1+i
  • geometrically as (1,1)
  • trigonometrically as a direction with angle \(\pi/4\)

8 Computation Lens

For first-pass trig and complex work, the main habits are:

  1. prefer radians when the goal is later math, not only geometry homework
  2. read sin and cos from the unit-circle coordinate picture
  3. translate complex numbers into points in the plane immediately
  4. compute modulus before trying to interpret scale
  5. move back and forth between algebraic and geometric views instead of choosing only one

This page is mainly about making later formulas feel interpretable rather than magical.

9 Application Lens

This page feeds directly into:

It is also one of the clearest places where geometry and algebra stop being separate subjects.

10 Stop Here For First Pass

If you can now explain:

  • why radians are the natural angle unit
  • how \sin \theta and \cos \theta come from the unit circle
  • how to read a+bi as a point
  • what modulus measures
  • why trig and complex numbers share a common rotation story

then this page has done its job.

11 Go Deeper

The next page in this module is:

The strongest adjacent bridges are:

12 Optional Deeper Reading After First Pass

13 Sources and Further Reading

  • OpenStax Precalculus 2e - First pass - open official reference for trigonometric functions, radians, and complex-number basics. Checked 2026-04-25.
  • OpenStax College Algebra 2e - Second pass - open official algebra bridge for symbolic fluency around these topics. Checked 2026-04-25.
  • Khan Academy Trigonometry - First pass - official skill-based reinforcement for unit-circle intuition and trig functions. Checked 2026-04-25.
  • Khan Academy Precalculus - Second pass - broader official practice hub for trigonometric and complex-number fluency. Checked 2026-04-25.
  • Paul’s Notes Trig Functions - First pass - stable worked-example page for trig-function interpretation. Checked 2026-04-25.
  • Paul’s Notes Complex Numbers - First pass - stable worked-example page for algebraic and geometric complex-number basics. Checked 2026-04-25.

Sources checked online on 2026-04-25:

  • OpenStax Precalculus 2e
  • OpenStax College Algebra 2e
  • Khan Academy Trigonometry
  • Khan Academy Precalculus
  • Paul’s Notes Trig Functions
  • Paul’s Notes Complex Numbers
Back to top