Difference between revisions of "Proofs of trig identities"
(→Introduction) |
(→Angle addition and subtraction) |
||
Line 103: | Line 103: | ||
=Angle addition and subtraction= | =Angle addition and subtraction= | ||
+ | |||
+ | ==<math>\sin(\alpha + \beta)</math>== | ||
+ | |||
+ | When does sin appear? When does sin appear? In the first triangle, of course. Let's make a diagram! | ||
+ | |||
<asy> | <asy> | ||
unitsize(216); | unitsize(216); | ||
Line 138: | Line 143: | ||
The diagram illustrates the identities nicely. | The diagram illustrates the identities nicely. | ||
− | |||
− | |||
The diagram shows the height of point <math>D</math> is <math>\sin(\alpha)+\frac{\cos \alpha \sin \beta}{\cos \beta}</math>. | The diagram shows the height of point <math>D</math> is <math>\sin(\alpha)+\frac{\cos \alpha \sin \beta}{\cos \beta}</math>. | ||
Line 150: | Line 153: | ||
==<math>\tan(\alpha + \beta)</math>== | ==<math>\tan(\alpha + \beta)</math>== | ||
− | This time | + | This time, let's use the tan-1-sec triangle. |
− | + | ||
+ | <asy> | ||
+ | unitsize(216); | ||
+ | real d = 1/cos(radians(35)); | ||
+ | real d1 = d * cos(radians(55)); | ||
+ | real d2 = d * sin(radians(55)); | ||
+ | pair O = (0,0); | ||
+ | pair A = (cos(radians(20)),0); | ||
+ | pair B = (cos(radians(20)),sin(radians(20))); | ||
+ | pair C = (cos(radians(20)),d2); | ||
+ | pair D = (d1,d2); | ||
+ | draw(O--A--B--O--D--B--O--D--C--B); | ||
+ | dot(O); | ||
+ | dot(B); | ||
+ | dot(A,red); | ||
+ | dot(C,green); | ||
+ | dot(D,blue); | ||
+ | label("O",O,SW); | ||
+ | label("$\alpha$",shift(dir(10)/5)*O); | ||
+ | label("$\beta$",shift(dir(37.5)/5)*O); | ||
+ | label("A",A,SE,red); | ||
+ | label("B",B,E); | ||
+ | label("C",C,NE,green); | ||
+ | label("D",D,dir(122.5),blue); | ||
+ | label("1",O--A,S); | ||
+ | label("$\tan \alpha$",A--B,E); | ||
+ | label("$\sec \alpha$",O--B,dir(302.5)); | ||
+ | label("$\tan \beta$",B--C,E); | ||
+ | label(scale(0.75)*"$\tan \alpha \tan \beta$",C--D,N); | ||
+ | label(scale(0.75)*"$\sec \alpha \tan \beta$",B--D,dir(200)); | ||
+ | label(scale(0.75)*"$\sec \alpha \sec \beta$",D--O,dir(325)); | ||
+ | </asy> | ||
+ | |||
+ | Wait, is that just the same diagram? No! the labels have changed! | ||
+ | |||
+ | Note: I did some algebra when noting that sin * sec = tan and cos * sec = 1 | ||
+ | |||
+ | Looking at the diagram, the height of the new triangle is <math>\tan \alpha + \tan \beta</math>, but the width is only <math>1-\tan\alpha\tan\beta</math>, so we arrive at <math>\frac{\tan\alpha+\tan\beta}{1-\tan\alpha\tan\beta}</math> | ||
+ | |||
+ | ==<math>\sec(\alpha + \beta)</math>== | ||
+ | |||
+ | I dunno why most people never use this, but it's right up there in the diagram. <math>\frac{\sec\alpha\sec\beta}{1-\tan\alpha\tan\beta}</math> | ||
+ | |||
+ | ==<math>\csc(\alpha + \beta)</math>== | ||
+ | |||
+ | Hey, if you don't need this, stop reading. | ||
+ | |||
+ | We need the third triangle here. I'm going to do something weird, you'll see why when I complete the diagram (I=[[User:Afly | afly]]. This page was all made by afly) | ||
+ | <asy> | ||
+ | unitsize(216); | ||
+ | real d = 1/cos(radians(35)); | ||
+ | real d1 = d * cos(radians(55)); | ||
+ | real d2 = d * sin(radians(55)); | ||
+ | pair O = (0,0); | ||
+ | pair A = (cos(radians(20)),0); | ||
+ | pair B = (cos(radians(20)),sin(radians(20))); | ||
+ | pair C = (cos(radians(20)),d2); | ||
+ | pair D = (d1,d2); | ||
+ | draw(O--A--B--O--D--B--O--D--C--B); | ||
+ | dot(O); | ||
+ | dot(B); | ||
+ | dot(A,red); | ||
+ | dot(C,green); | ||
+ | dot(D,blue); | ||
+ | label("O",O,SW); | ||
+ | label("$\alpha$",shift(dir(10)/5)*O); | ||
+ | label("$\beta$",shift(dir(37.5)/5)*O); | ||
+ | label("A",A,SE,red); | ||
+ | label("B",B,E); | ||
+ | label("C",C,NE,green); | ||
+ | label("D",D,dir(122.5),blue); | ||
+ | label(scale(0.75)*"$\cot \alpha \cot \beta$",O--A,S); | ||
+ | label("$\cot \beta$",A--B,E); | ||
+ | label(scale(0.75)*"$\csc \alpha \cot \beta$",O--B,dir(302.5)); | ||
+ | label("$\cot \alpha$",B--C,E); | ||
+ | label("1",C--D,N); | ||
+ | label(scale(0.75)*"$\csc \alpha$",B--D,dir(200)); | ||
+ | label(scale(0.75)*"$\csc \alpha \csc \beta$",D--O,dir(325)); | ||
+ | </asy> | ||
=Double angle formulas= | =Double angle formulas= |
Revision as of 10:21, 22 August 2024
Shortcut: |
Contents
Introduction
and are easy to define. I prefer the unit circle definition as it makes these proofs easier to understand. Next, we define some other functions:
Note: I've omitted because it's unnecessary and might clog things up a little.
With a bit of ingenuity, we can create the following diagram:
It has three main triangles: cos-sin-1, 1-tan-sec, and cot-1-csc.
We can note that the functions are correct by similar triangles.
Symmetric identities
If we draw a few copies of the triangle, we get:
The other three can be derived by taking the reciprocals of these three.
Pythagorean identities
Pythagorean identities are easy and there's no algebra involved. In fact, the name Pythagorean is a giveaway of what we should do!
The proof here is very straightforward. We use the pythagorean theorem on giving us or .
Same story here. Applying pythagorean to gives us or .
Same. Pythagorean on gives or .
Conclusion
Even though with the first one and the definitions, we can make the rest from algebra, having a geometric meaning is nice when we want to know what it actually means.
Angle addition and subtraction
When does sin appear? When does sin appear? In the first triangle, of course. Let's make a diagram!
where
The diagram illustrates the identities nicely.
The diagram shows the height of point is . However, the length of is . To compensate, we must divide by to make it the sine. After some *easy* algebra, we arrive at .
The diagram says that it is , but we need to divide by again. We arrive at .
This time, let's use the tan-1-sec triangle.
Wait, is that just the same diagram? No! the labels have changed!
Note: I did some algebra when noting that sin * sec = tan and cos * sec = 1
Looking at the diagram, the height of the new triangle is , but the width is only , so we arrive at
I dunno why most people never use this, but it's right up there in the diagram.
Hey, if you don't need this, stop reading.
We need the third triangle here. I'm going to do something weird, you'll see why when I complete the diagram (I= afly. This page was all made by afly)
Double angle formulas
This is a breeze. Just sub in for sum:
Variations
Since , we can edit the double angle cosine formula a bit. Here are the three most helpful variants:
We can also solve for other expressions:
Sum to Product to Sum
Our angle addition formulas look nasty. Let's try to cancel something.
Chapter 1
Let's start with the formula . Both terms are symmetrical, let's try to cancel out the first one.
and might give us an idea.
Therefore, .
To put this in a nicer form, where:
Chapter 2
We did all we could. Now let's try doing something to the other formula: . Let's try to cancel the first one first. is a lot easier to cancel than so we have to subtract.
So
Or, (same conversions of )
Chapter 3
Next: . Now let's cancel the second one.
So
Or, (same conversions of )
Bonus: Product identity
This is a special identity. I hope this helps you.
and
There's something we can cancel.
If , then it simplifies to
Notice . If we let :
Halved angles
Starting with the identities from the double section:
We take the square root to obtain:
For tangent:
There are two nice variations to know.
Triple angles and more
Triple sums
Triple angles
Third angles
Let and . We get this depressed cubic:
First, divide both sides by -4 and rearrange: . The discriminant
Then,
The solutions are , , and .
A tiny adjustment gives us the cosine third-angle formulas:
, , and .
For tangent:
, , and
All identities
Definition
Symmetric
Pythagorean
Sum
Double
Sum Product
Product
Halves
3 Sums
Triple
Thirds