Introduction to Trigonometric Identities

A trigonometric identity is an equation that is true for all values of the variables for which both sides of the equation are defined. These identities are fundamental relationships between trigonometric functions that allow us to simplify expressions, solve equations, and prove mathematical statements.

Trigonometric identities are essential tools in mathematics, physics, engineering, and many other fields. They help us:

  • Simplify complex trigonometric expressions
  • Solve trigonometric equations
  • Prove mathematical theorems
  • Model periodic phenomena
  • Analyze waveforms and oscillations

In this comprehensive guide, we'll explore the most important trigonometric identities, provide step-by-step proofs, and demonstrate their applications through examples and practice problems.

Basic Trigonometric Functions

Before diving into identities, let's review the six basic trigonometric functions defined using a right triangle or the unit circle:

Sine (sin)

Ratio of opposite side to hypotenuse

sin(θ) = opposite/hypotenuse

Cosine (cos)

Ratio of adjacent side to hypotenuse

cos(θ) = adjacent/hypotenuse

Tangent (tan)

Ratio of opposite side to adjacent side

tan(θ) = opposite/adjacent

Cosecant (csc)

Reciprocal of sine

csc(θ) = 1/sin(θ)

Secant (sec)

Reciprocal of cosine

sec(θ) = 1/cos(θ)

Cotangent (cot)

Reciprocal of tangent

cot(θ) = 1/tan(θ)

If you're ready to test yourself, solve real-world questions with the quadratic formula calculator.

Pythagorean Identities

The Pythagorean identities are derived from the Pythagorean theorem applied to the unit circle. These are among the most fundamental trigonometric identities.

Primary Identity

The most important Pythagorean identity

sin²θ + cos²θ = 1

Tangent Identity

Derived from the primary identity

1 + tan²θ = sec²θ

Cotangent Identity

Another derived identity

1 + cot²θ = csc²θ

Proof of sin²θ + cos²θ = 1

Proof using the unit circle:

Consider a point P on the unit circle with coordinates (cosθ, sinθ).

By the Pythagorean theorem, the distance from the origin to P is:

x² + y² = 1

Substituting x = cosθ and y = sinθ:

cos²θ + sin²θ = 1

Step 1: Consider a right triangle with hypotenuse of length 1 (unit circle).

Step 2: The coordinates of the point on the unit circle are (cosθ, sinθ).

Step 3: Apply the distance formula from the origin (0,0) to (cosθ, sinθ):

√[(cosθ - 0)² + (sinθ - 0)²] = 1

Step 4: Square both sides:

(cosθ)² + (sinθ)² = 1

Step 5: This proves the identity sin²θ + cos²θ = 1.

Example: Using Pythagorean Identities

Example: Find cosθ if sinθ = 3/5 and θ is in the first quadrant
Using sin²θ + cos²θ = 1
(3/5)² + cos²θ = 1
9/25 + cos²θ = 1
cos²θ = 1 - 9/25 = 16/25
cosθ = √(16/25) = 4/5 (positive in first quadrant)

Reciprocal and Quotient Identities

These identities define the relationships between the six trigonometric functions through reciprocals and ratios.

Reciprocal Identities

Cosecant

Reciprocal of sine

cscθ = 1/sinθ

Secant

Reciprocal of cosine

secθ = 1/cosθ

Cotangent

Reciprocal of tangent

cotθ = 1/tanθ

Quotient Identities

Tangent

Ratio of sine to cosine

tanθ = sinθ/cosθ

Cotangent

Ratio of cosine to sine

cotθ = cosθ/sinθ

Example: Simplifying with Reciprocal Identities

Example: Simplify the expression (sinθ * cscθ) / (cosθ * secθ)
Using reciprocal identities: cscθ = 1/sinθ and secθ = 1/cosθ
(sinθ * 1/sinθ) / (cosθ * 1/cosθ)
(1) / (1) = 1
The expression simplifies to 1

Check how well you understand the concept by using the quadratic formula calculator on real examples.

Angle Sum and Difference Formulas

These formulas express trigonometric functions of sums or differences of angles in terms of functions of the individual angles.

Sine Sum

Sine of a sum

sin(A+B) = sinA cosB + cosA sinB

Sine Difference

Sine of a difference

sin(A-B) = sinA cosB - cosA sinB

Cosine Sum

Cosine of a sum

cos(A+B) = cosA cosB - sinA sinB

Cosine Difference

Cosine of a difference

cos(A-B) = cosA cosB + sinA sinB

Tangent Sum

Tangent of a sum

tan(A+B) = (tanA + tanB)/(1 - tanA tanB)

Tangent Difference

Tangent of a difference

tan(A-B) = (tanA - tanB)/(1 + tanA tanB)

Example: Using Angle Sum Formula

Example: Find the exact value of sin(75°)
Express 75° as 45° + 30°
sin(75°) = sin(45° + 30°)
= sin45° cos30° + cos45° sin30°
= (√2/2)(√3/2) + (√2/2)(1/2)
= (√6/4) + (√2/4)
= (√6 + √2)/4

Double Angle Formulas

Double angle formulas express trigonometric functions of 2θ in terms of functions of θ.

Sine Double Angle

Three forms for sin(2θ)

sin(2θ) = 2 sinθ cosθ

Cosine Double Angle

Three forms for cos(2θ)

cos(2θ) = cos²θ - sin²θ
= 2cos²θ - 1
= 1 - 2sin²θ

Tangent Double Angle

Formula for tan(2θ)

tan(2θ) = 2tanθ/(1 - tan²θ)

Proof of sin(2θ) = 2 sinθ cosθ

Proof using angle sum formula:

Start with the angle sum formula for sine:

sin(A+B) = sinA cosB + cosA sinB

Set A = θ and B = θ:

sin(θ+θ) = sinθ cosθ + cosθ sinθ
sin(2θ) = 2 sinθ cosθ

Step 1: Start with the angle sum formula: sin(A+B) = sinA cosB + cosA sinB

Step 2: Let A = θ and B = θ

Step 3: Substitute: sin(θ+θ) = sinθ cosθ + cosθ sinθ

Step 4: Simplify: sin(2θ) = sinθ cosθ + sinθ cosθ

Step 5: Combine like terms: sin(2θ) = 2 sinθ cosθ

Step 6: This proves the double angle formula for sine.

Example: Using Double Angle Formulas

Example: If sinθ = 3/5 and θ is in the first quadrant, find sin(2θ)
First, find cosθ using Pythagorean identity
sin²θ + cos²θ = 1 → (9/25) + cos²θ = 1 → cos²θ = 16/25 → cosθ = 4/5
Use double angle formula: sin(2θ) = 2 sinθ cosθ
sin(2θ) = 2 * (3/5) * (4/5) = 24/25

Assess your skills by solving practical equations with the help of the quadratic formula calculator.

Half Angle Formulas

Half angle formulas express trigonometric functions of θ/2 in terms of functions of θ.

Sine Half Angle

Formula for sin(θ/2)

sin(θ/2) = ±√[(1 - cosθ)/2]

Cosine Half Angle

Formula for cos(θ/2)

cos(θ/2) = ±√[(1 + cosθ)/2]

Tangent Half Angle

Three forms for tan(θ/2)

tan(θ/2) = ±√[(1 - cosθ)/(1 + cosθ)]
= sinθ/(1 + cosθ)
= (1 - cosθ)/sinθ

Note: The ± sign depends on the quadrant in which θ/2 lies.

Example: Using Half Angle Formulas

Example: Find the exact value of sin(15°)
Note that 15° = 30°/2
Use half angle formula: sin(15°) = sin(30°/2) = √[(1 - cos30°)/2]
cos30° = √3/2
sin(15°) = √[(1 - √3/2)/2] = √[(2 - √3)/4] = √(2 - √3)/2
Since 15° is in first quadrant, we take the positive root

Product-to-Sum and Sum-to-Product Formulas

These formulas convert products of trigonometric functions into sums or differences, and vice versa.

Product-to-Sum Formulas

Sine Product

Product of sines

sinA sinB = ½[cos(A-B) - cos(A+B)]

Cosine Product

Product of cosines

cosA cosB = ½[cos(A-B) + cos(A+B)]

Sine-Cosine Product

Product of sine and cosine

sinA cosB = ½[sin(A+B) + sin(A-B)]

Sum-to-Product Formulas

Sine Sum

Sum of sines

sinA + sinB = 2 sin[(A+B)/2] cos[(A-B)/2]

Sine Difference

Difference of sines

sinA - sinB = 2 cos[(A+B)/2] sin[(A-B)/2]

Cosine Sum

Sum of cosines

cosA + cosB = 2 cos[(A+B)/2] cos[(A-B)/2]

Cosine Difference

Difference of cosines

cosA - cosB = -2 sin[(A+B)/2] sin[(A-B)/2]

Example: Using Product-to-Sum Formula

Example: Express sin(3x) cos(2x) as a sum
Use formula: sinA cosB = ½[sin(A+B) + sin(A-B)]
A = 3x, B = 2x
sin(3x) cos(2x) = ½[sin(5x) + sin(x)]

Challenge your knowledge by working through real examples with the quadratic formula calculator.

Applications of Trigonometric Identities

Trigonometric identities have numerous practical applications across various fields:

Physics and Engineering

  • Wave analysis: Modeling sound waves, light waves, and other periodic phenomena
  • Electrical engineering: Analyzing AC circuits and signal processing
  • Mechanical engineering: Studying vibrations and oscillations
  • Structural engineering: Calculating forces in trusses and bridges

Mathematics and Computer Science

  • Calculus: Simplifying integrals and derivatives of trigonometric functions
  • Fourier analysis: Decomposing functions into sine and cosine components
  • Computer graphics: Rotating and transforming objects in 2D and 3D space
  • Signal processing: Filtering and analyzing digital signals

Navigation and Astronomy

  • Celestial navigation: Determining position using stars and planets
  • GPS technology: Calculating distances and positions on Earth
  • Astronomy: Modeling planetary motion and orbits

Real-World Example: Simple Harmonic Motion

Example: Modeling a spring-mass system
The position of a mass on a spring follows: x(t) = A cos(ωt + φ)
Using trigonometric identities, we can rewrite this as:
x(t) = A[cos(ωt) cosφ - sin(ωt) sinφ]
This form is useful for analyzing the system's behavior
The energy of the system can be expressed using sin² + cos² = 1

Practice Problems

Test your understanding with these practice problems:

Problem 1: Prove that (1 - cos²θ) / sinθ = sinθ

Solution:

Start with the Pythagorean identity: sin²θ + cos²θ = 1

Rearrange: 1 - cos²θ = sin²θ

Substitute: (1 - cos²θ) / sinθ = sin²θ / sinθ = sinθ

This proves the identity.

Problem 2: Simplify sin(2θ) / (1 + cos(2θ))

Solution:

Use double angle formulas: sin(2θ) = 2 sinθ cosθ and cos(2θ) = 2cos²θ - 1

Substitute: [2 sinθ cosθ] / [1 + (2cos²θ - 1)]

Simplify denominator: 1 + 2cos²θ - 1 = 2cos²θ

Expression becomes: (2 sinθ cosθ) / (2cos²θ) = sinθ / cosθ = tanθ

The simplified expression is tanθ.

Problem 3: Find the exact value of cos(75°) using angle sum formula

Solution:

Express 75° as 45° + 30°

Use cosine sum formula: cos(45° + 30°) = cos45° cos30° - sin45° sin30°

Substitute known values: (√2/2)(√3/2) - (√2/2)(1/2)

= (√6/4) - (√2/4) = (√6 - √2)/4

The exact value is (√6 - √2)/4.

Problem 4: Prove that tanθ + cotθ = secθ cscθ

Solution:

Start with left side: tanθ + cotθ = sinθ/cosθ + cosθ/sinθ

Find common denominator: (sin²θ + cos²θ) / (sinθ cosθ)

Use Pythagorean identity: sin²θ + cos²θ = 1

Expression becomes: 1 / (sinθ cosθ)

Rewrite as: (1/sinθ)(1/cosθ) = cscθ secθ

This proves the identity.

Problem 5: Express sin(3θ) in terms of sinθ only

Solution:

Write 3θ as 2θ + θ

Use angle sum formula: sin(3θ) = sin(2θ + θ) = sin2θ cosθ + cos2θ sinθ

Use double angle formulas: sin2θ = 2 sinθ cosθ and cos2θ = 1 - 2sin²θ

Substitute: (2 sinθ cosθ) cosθ + (1 - 2sin²θ) sinθ

= 2 sinθ cos²θ + sinθ - 2sin³θ

Use identity cos²θ = 1 - sin²θ

= 2 sinθ (1 - sin²θ) + sinθ - 2sin³θ

= 2 sinθ - 2sin³θ + sinθ - 2sin³θ = 3 sinθ - 4sin³θ

Therefore, sin(3θ) = 3 sinθ - 4sin³θ

Gauge your mathematical skills with real-world practice on the quadratic formula calculator.

Frequently Asked Questions

Common questions about trigonometric identities:

What are the most important trigonometric identities to memorize?
The most essential trigonometric identities to memorize are:
  • Pythagorean identities (sin²θ + cos²θ = 1, etc.)
  • Reciprocal identities (cscθ = 1/sinθ, etc.)
  • Quotient identities (tanθ = sinθ/cosθ, etc.)
  • Angle sum and difference formulas
  • Double angle formulas
With these as a foundation, you can derive many other identities.
How do I prove trigonometric identities?
To prove trigonometric identities:
  1. Start with the more complex side of the equation
  2. Use known identities to simplify step by step
  3. Convert all functions to sine and cosine if needed
  4. Look for opportunities to use Pythagorean identities
  5. Factor expressions when possible
  6. Find common denominators for fractions
  7. Continue simplifying until you reach the other side
Practice is key to developing intuition for which steps to take.
What's the difference between an identity and an equation?
A trigonometric identity is true for all values in the domain (e.g., sin²θ + cos²θ = 1 is true for all θ). A trigonometric equation is only true for specific values (e.g., sinθ = 1/2 is only true for θ = 30° + 360°k or 150° + 360°k). Identities are used to simplify expressions, while equations are solved to find specific solutions.
How are trigonometric identities used in calculus?
Trigonometric identities are essential in calculus for:
  • Simplifying integrals of trigonometric functions
  • Finding derivatives of trigonometric functions
  • Solving differential equations involving trigonometric functions
  • Evaluating limits involving trigonometric expressions
  • Expanding functions in Fourier series
Without identities, many calculus problems would be much more difficult to solve.
What are some common mistakes when working with trigonometric identities?
Common mistakes include:
  • Forgetting the ± sign in half-angle formulas
  • Mixing up angle sum and difference formulas
  • Applying identities outside their domains
  • Incorrectly simplifying complex fractions
  • Not considering all possible solutions when solving equations
  • Forgetting to rationalize denominators when appropriate
Careful work and verification can help avoid these errors.