5. Trigonometry

Trig Identities

Prove and use Pythagorean, double-angle, sum and difference identities to simplify expressions and solve problems.

Trigonometric Identities

Hey students! 👋 Welcome to one of the most powerful tools in your mathematical toolkit - trigonometric identities! In this lesson, you'll discover how these fundamental relationships between trigonometric functions can help you simplify complex expressions and solve challenging problems with ease. By the end of this lesson, you'll be able to prove and confidently use Pythagorean, double-angle, and sum and difference identities. These aren't just abstract formulas - they're the building blocks that engineers use to design bridges, physicists use to describe wave motion, and computer graphics artists use to create stunning visual effects! 🚀

The Foundation: Pythagorean Identities

Let's start with the most fundamental trigonometric identity - the Pythagorean identity. Remember the unit circle? When we place a right triangle with hypotenuse of length 1 on the coordinate plane, something magical happens!

The basic Pythagorean identity states: $$\sin^2\theta + \cos^2\theta = 1$$

This comes directly from the Pythagorean theorem. On the unit circle, if we have a point at coordinates $(\cos\theta, \sin\theta)$, the distance from the origin is always 1. So by the distance formula: $\cos^2\theta + \sin^2\theta = 1^2 = 1$.

But wait, there's more! 📚 We can derive two other useful forms by dividing through by $\cos^2\theta$ and $\sin^2\theta$:

Dividing by $\cos^2\theta$: $$\tan^2\theta + 1 = \sec^2\theta$$

Dividing by $\sin^2\theta$: $$1 + \cot^2\theta = \csc^2\theta$$

Real-world example: NASA uses these identities when calculating satellite trajectories. When a satellite orbits Earth, its position can be described using trigonometric functions, and these Pythagorean identities help ensure the calculations remain consistent throughout the orbit! 🛰️

Sum and Difference Identities: The Building Blocks

Now students, let's explore some incredibly useful identities that allow us to find exact values for angles like 15°, 75°, or 105° by breaking them down into familiar angles like 30°, 45°, and 60°.

Sum Identities:

  • $\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) = \frac{\tan A + \tan B}{1 - \tan A \tan B}$

Difference Identities:

  • $\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) = \frac{\tan A - \tan B}{1 + \tan A \tan B}$

Let's see these in action! Want to find $\sin(75°)$? We can write $75° = 45° + 30°$:

$\sin(75°) = \sin(45° + 30°) = \sin(45°)\cos(30°) + \cos(45°)\sin(30°)$

$= \frac{\sqrt{2}}{2} \cdot \frac{\sqrt{3}}{2} + \frac{\sqrt{2}}{2} \cdot \frac{1}{2} = \frac{\sqrt{6} + \sqrt{2}}{4}$

Fun fact: These identities were first systematically developed by Islamic mathematicians in the 9th century! They're still used today in GPS technology to calculate precise locations on Earth's curved surface. 🌍

Double-Angle Identities: Doubling Your Power

Double-angle identities are special cases of the sum formulas where both angles are the same. They're incredibly useful for simplifying expressions and solving equations.

Double-Angle Identities:

  • $\sin(2\theta) = 2\sin\theta\cos\theta$
  • $\cos(2\theta) = \cos^2\theta - \sin^2\theta$
  • $\cos(2\theta) = 2\cos^2\theta - 1$ (alternative form)
  • $\cos(2\theta) = 1 - 2\sin^2\theta$ (another alternative form)
  • $\tan(2\theta) = \frac{2\tan\theta}{1 - \tan^2\theta}$

Notice how we have multiple forms for $\cos(2\theta)$? This gives us flexibility in choosing the most convenient form for different problems!

Real-world application: Audio engineers use double-angle identities when working with sound waves. When two identical sound waves combine, the resulting amplitude follows these double-angle relationships, helping create everything from concert hall acoustics to noise-canceling headphones! 🎵

Let's work through an example: If $\sin\theta = \frac{3}{5}$ and $\theta$ is in the first quadrant, find $\sin(2\theta)$.

First, we need $\cos\theta$. Using the Pythagorean identity:

$\cos^2\theta = 1 - \sin^2\theta = 1 - \frac{9}{25} = \frac{16}{25}$

Since $\theta$ is in the first quadrant, $\cos\theta = \frac{4}{5}$.

Now: $\sin(2\theta) = 2\sin\theta\cos\theta = 2 \cdot \frac{3}{5} \cdot \frac{4}{5} = \frac{24}{25}$

Proving Identities: Your Mathematical Detective Skills

Proving trigonometric identities is like being a mathematical detective - you need to use logical steps to show that two expressions are equivalent. Here are some key strategies:

  1. Start with the more complex side and work toward the simpler side
  2. Use fundamental identities like Pythagorean identities to substitute
  3. Factor when possible - look for common factors
  4. Convert everything to sines and cosines if other approaches aren't working

Let's prove that $\frac{1 + \cos(2\theta)}{\sin(2\theta)} = \cot\theta$:

Starting with the left side:

$\frac{1 + \cos(2\theta)}{\sin(2\theta)} = \frac{1 + (2\cos^2\theta - 1)}{2\sin\theta\cos\theta} = \frac{2\cos^2\theta}{2\sin\theta\cos\theta} = \frac{\cos\theta}{\sin\theta} = \cot\theta$ ✅

Applications in Problem Solving

These identities aren't just mathematical curiosities - they're problem-solving powerhouses! Engineers use them to analyze alternating current in electrical circuits, where voltage and current follow sinusoidal patterns. The power delivered by these circuits involves products of sine and cosine functions, which can be simplified using double-angle identities.

In computer graphics, rotation matrices use these identities to rotate objects in 3D space. Every time you rotate a character in a video game or spin a 3D model, these identities are working behind the scenes! 🎮

Conclusion

Congratulations students! You've just mastered some of the most important tools in trigonometry. Pythagorean identities give us fundamental relationships between trigonometric functions, sum and difference identities allow us to break down complex angles into manageable pieces, and double-angle identities provide shortcuts for expressions involving $2\theta$. These identities work together like a mathematical symphony, each playing its part in solving complex problems. Remember, the key to success with these identities is practice and recognizing patterns - the more you use them, the more natural they'll become!

Study Notes

• Pythagorean Identities:

  • $\sin^2\theta + \cos^2\theta = 1$
  • $\tan^2\theta + 1 = \sec^2\theta$
  • $1 + \cot^2\theta = \csc^2\theta$

• Sum Identities:

  • $\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) = \frac{\tan A + \tan B}{1 - \tan A \tan B}$

• Difference Identities:

  • $\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) = \frac{\tan A - \tan B}{1 + \tan A \tan B}$

• Double-Angle Identities:

  • $\sin(2\theta) = 2\sin\theta\cos\theta$
  • $\cos(2\theta) = \cos^2\theta - \sin^2\theta = 2\cos^2\theta - 1 = 1 - 2\sin^2\theta$
  • $\tan(2\theta) = \frac{2\tan\theta}{1 - \tan^2\theta}$

• Proving Strategy: Start with the complex side, use fundamental identities, factor when possible, convert to sines and cosines if needed

• Key Applications: Engineering (electrical circuits, satellite trajectories), computer graphics (3D rotations), audio engineering (sound wave analysis)

Practice Quiz

5 questions to test your understanding

Trig Identities — AS-Level Mathematics | A-Warded