Proving three trigonometric identities

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
xLaser
Messages
54
Reaction score
0
I can't get these 3 questions, can someone help me?

1. cotB [ (tanA + TanB) / (cotA+cotB) ] = tan A

2. (sin^2A + 2cosA - 1) / (2 + cosA - cos^2A) = 1 / (1+ secA)

3. cos^3A + sin^3A = (cosA+SinA)(1-SinAcosA)

please help out on these, thanks in advance. U can write the / sign as fractions because i can't do it on the computer here.
 
Physics news on Phys.org
For proving trig identities, it's generally useful to convert everything into sin and cos, cross-multiply all fractions, and multiply out all factorizations.
 
It's also helpful to know the double-angle formulas and the half-angle formulas.
 
no need to use double-angle formulas for those... i just can't figure them out. can someone actually do one?
 
here is the first one:
[tex]1. tan(A)=cot(B)\frac{tan(A) + tan(B)}{cot(A)+cot(B)}[/tex]

Express in terms of sine and cosine:
[tex]=(\frac{\cos{B}}{\sin{B}})\frac{\frac{\sin{A}}{\cos{A}}+\frac{\sin{B}}{\cos{B}}}{\frac{cosA}{sinA}+\frac{cosB}{sinB}}[/tex]

Get common denominators and add the top/bottom to form 1 complex fraction:
[tex]=(\frac{\cos{B}}{\sin{B}})\frac{\frac{sinAcosB+sinBcosA}{cosAcosB}}{\frac{sinBcosA+sinAcosB}{sinAsinB}}[/tex]

Simplify:
[tex]=(\frac{\cos{B}}{\sin{B}})\frac{\frac{sin(A+B)}{cosAcosB}}{\frac{sin(A+B)}{sinAsinB}}[/tex]

[tex]=\frac{\frac{sin(A+B)}{cosA}}{\frac{sin(A+B)}{sinA}}=\frac{sinA}{cosA}=tanA[/tex]

Identities used in solution:

[tex]cotA=\frac{cosA}{sinA}[/tex]

[tex]tanA=\frac{sinA}{cosA}[/tex]

[tex]sin(A+B)=sinAcosB+cosAsinB[/tex]

Good luck with the others, I hope this helps you!