Learn

Radians and Trigonometric Identities

Contents

Past triangles, trigonometry changes in two ways: angles are measured in radians instead of degrees, and identities let one trigonometric expression be rewritten as another. The second is what makes trigonometric equations solvable and many integrals possible.

What is a radian, and why bother?

A radian is the angle at the center of a circle that cuts off an arc as long as the radius.

Lay a length equal to the radius along the circumference. The angle that arc makes at the center is one radian. Full lesson: Radians

The circumference is radii, so a full turn is radians, a half turn is π radians, and a right angle is π/2. One radian is about 57.3°. See radians.

It takes π radians to make half a turn: 180° = π radians. Full lesson: Radians
Degrees are a choice: somebody settled on 360 because it divides many ways. A radian is fixed by the circle itself.

The unit matters because the derivative of sin x is cos x only when x is in radians. In degrees a factor of π/180 appears at every differentiation, so calculus works in radians throughout.

The familiar angles keep their exact ratios under the new names: 30° is π/6, 45° is π/4, and 60° is π/3. See exact trigonometric values in radians.

Nothing about the shape changed, so sin(π/4) is the same 1/√2 as sin 45°. Full lesson: Exact Trigonometric Values in Radians

How do you find arc length and sector area?

Measured in radians, the arc of a sector has length s = rθ and the sector has area ½r²θ. Both come from taking one fraction of the whole circle.

A sector is the slice between two radii. Its fraction of the whole circle is θ out of . Full lesson: Arc Length and Sector Area

The arc is that fraction of the circumference 2πr, and the cancels to leave . The area follows the same way.

Take that fraction of πr² and cancel the π: sector area = ½r²θ. Full lesson: Arc Length and Sector Area

A sector of radius 6 with angle π/3 has arc length and area .

In degrees both results carry a factor of θ/360 through every line. See arc length and sector area.

Now you

A sector spans 2 radians on radius 4. What is its area?

How long is the arc cut off by an angle of 2 radians on a circle of radius 6?

What is a trigonometric identity?

An identity is an equation true for every angle, not one to solve for particular angles. Two of them carry the rest: tan θ = sin θ / cos θ, and sin²θ + cos²θ = 1.

The second is Pythagoras written in trigonometric notation. Draw a circle of radius 1 and take any point on it.

Let the radius to that point make an angle θ with the horizontal. Its horizontal and vertical distances from the center are then cos θ and sin θ. Full lesson: Trigonometric Identities
Pythagoras on that triangle: sin²θ + cos²θ = 1. Full lesson: Trigonometric Identities

The everyday use is substitution. An equation containing both sin²x and cos x cannot be solved as it stands, but replacing sin²x with 1 − cos²x turns it into a quadratic in cos x. See trigonometric identities.

What are secant, cosecant and cotangent?

They are the reciprocals of cosine, sine and tangent: sec θ = 1/cos θ, cosec θ = 1/sin θ, and cot θ = 1/tan θ.

The names cross over: secant is the reciprocal of cosine, and cosecant of sine. Full lesson: Secant, Cosecant and Cotangent

Any value you know gives its reciprocal at once, so cos 60° = ½ makes sec 60° = 2. Divide sin²θ + cos²θ = 1 through by cos²θ and a second identity appears in one step.

Write sin²θ/cos²θ as tan²θ and 1/cos²θ as sec²θ: 1 + tan²θ = sec²θ. Full lesson: The Identity 1 + tan²θ = sec²θ

Dividing by sin²θ instead gives 1 + cot²θ = cosec²θ. Derive them rather than memorizing them. The pair matters in calculus, where the derivative of tan x is sec²x, so an integral containing 1 + tan²x is done once it is rewritten as sec²x. See secant, cosecant and cotangent and the identity 1 + tan²θ = sec²θ.

Where do the compound angle formulas come from?

They give the sine and cosine of a sum of two angles. Begin with the natural guess and test it on a pair of angles.

Suppose sin(A+B) = sin A + sin B. Test it at 45° + 45°: the two sides disagree. Full lesson: The Compound Angle Formulas

The correct expansions are these.

ExpressionExpands to
sin(A + B)sin A cos B + cos A sin B
cos(A + B)cos A cos B − sin A sin B
tan(A + B)(tan A + tan B) / (1 − tan A tan B)

Sine keeps the plus sign and cosine takes a minus.

The cosine rule pairs cosine with cosine and sine with sine, and the middle sign is a minus. Full lesson: The Compound Angle Formulas

That single difference accounts for most errors here. See the compound angle formulas.

Now you

sin(A + B) = ?

sin(A + B) at A = B = 45° equals what?

What are the double angle formulas for?

They turn an expression in 2A into one in A, so that a single-angle method applies. Setting B = A in the compound formulas produces them.

Put B = A in the sine formula: sin 2A = 2 sin A cos A. Full lesson: The Double Angle Formulas

The cosine version has three forms, because sin²A + cos²A = 1 removes either squared term: cos 2A = cos²A − sin²A = 2cos²A − 1 = 1 − 2sin²A. Use the form containing whichever function the rest of the problem uses.

Rearranging the last form isolates sin²A, and the same move on 2cos²A − 1 isolates cos²A.

Rearranged, it gives sin²A on its own — the form needed to integrate sin²A. Full lesson: The Double Angle Formulas

Those results, cos²A = ½(1 + cos 2A) and sin²A = ½(1 − cos 2A), turn a squared trigonometric function into a plain one, which is how sin²x and cos²x are integrated. See the double angle formulas.

Now you

Using cos 2A, what does sin²A equal?

Use sin 2A = 2 sin A cos A: sin 60° = ?

How do you combine a sine and a cosine into one wave?

Write a sin x + b cos x as one shifted sine wave, R sin(x + α). Expand R sin(x + α) with the compound formula and match coefficients: a must be R cos α and b must be R sin α.

Square both and add: a² + b² = R², because sin²α + cos²α = 1. So R = √(a² + b²). Full lesson: The Harmonic Form R sin(x + α)

3 sin x + 4 cos x = 5 sin(x + 53.1°), because R = √(9 + 16) = 5 and tan α = 4/3.

It is a single wave with amplitude R, so 3 sin x + 4 cos x never rises above 5. Full lesson: The Harmonic Form R sin(x + α)

One wave has a greatest value of R and a least value of −R. To solve an equation, divide by R, solve sin(x + α) = c/R for the bracket, then subtract α from each answer. The bracket carries the range with it, so x + 53.1° runs from 53.1° when x runs from 0°. See the harmonic form R sin(x + α) and solving a sin x + b cos x = c with the R form.

Now you

Solve 8 sin x + 6 cos x = 10 for 0° ≤ x ≤ 360°, given R = 10 and α = 36.9°.

Solve 3 sin x + 4 cos x = 2.5 for 0° ≤ x ≤ 360°, given R = 5 and α = 53.1°.

How do you write every solution, not just the ones in range?

A trigonometric equation repeats its answers every full turn, so the general solution uses an integer n to list all of them at once.

sin x = ½ at 30° and at 150°, and again after every full turn of 360°. Full lesson: Every Solution of a Trigonometric Equation

Sine has two answers in each turn, at θ and at 180° − θ, and both repeat every 360°; the pair is often written together as 180°n + (−1)ⁿθ. Cosine's answers are θ and −θ, so its list is ±θ + 360°n.

Tangent repeats every 180°, so 45° + 180°n covers every solution. Full lesson: Every Solution of a Trigonometric Equation

An interval question is a filter on that list. Substitute n = −1, 0, 1, 2 in turn and keep the answers that land in range. See every solution of a trigonometric equation.

Now you

cos x = ½. Which list holds every solution?

sin x = ½ at 30° and 150°. What is the next solution past 360°?

The mistakes worth naming

A proof walks one side to the other. Moving terms across the equals sign assumes what you are proving. Full lesson: Proving a Trigonometric Identity

See proving a trigonometric identity.

Learn this properly in the app

Every lesson linked above is an illustrated screen in Math Challenge with a diagram, a worked example and questions to try. The triangle groundwork is in triangle trigonometry and bearings, and these identities are used again in the rules of differentiation and techniques of integration.

Your turn

Three to try — tap what you get.

180° in radians

sin²θ + cos²θ

π/6 in degrees

Math ChallengePractice that adapts to you, the whole lesson ladder, and your progress saved.
Start with Math Challenge

Mr. Chalk Practice this lesson in the app