How to prove these tricky trig identities?

AI Thread Summary
The discussion focuses on proving several trigonometric identities in preparation for an upcoming exam. Participants suggest converting expressions to sine and cosine to simplify the proofs, emphasizing the use of fundamental trigonometric identities. For each identity, various methods are proposed, including finding common denominators and applying algebraic formulas. Specific advice is given for each identity, such as factoring techniques and using double-angle formulas. Overall, the conversation highlights the importance of manipulating expressions and leveraging known identities to achieve the desired results.
projection
Messages
48
Reaction score
0
exam coming up...need some help with these identities for practise.

prove the following:

A)

\frac{tan^3x}{1+tan^2x}+\frac{cot^3x}{1+cot^2x}=\frac{1-2sin^2xcos^2x}{sinxcos}

B)

sec^6x-tan^6x=1+3tan^2xsec^x

C)

cos^4x=\frac{3}{8}+\frac{1}{2}cos2x+\frac{1}{8}cos4x

D)
cos\frac{x}{2}=\pm\sqrt{\frac{1+cosx}{2}}

i tried really hard but can't seem to get any progress. i tried to get common denominator, use other identies to transform but nothing, can i get some advice on what method to use or where to start?
 
Mathematics news on Phys.org
I have only had a go at A), but it seems to simply be repeated application of common identities. For instance creating a common denominator in the first we get,
\frac{\tan(x)(\tan^2(x) + 1) + \cot(x)(\cot^2(x) + 1)}{2+\tan^2(x) + \cot^2(x)} = \frac{1-2\sin^2(x)\cos^2(x)}{\sin(x)\cos(x)}
We can replace some of the tangents and cotangents by sines and cosine by multiplying through with \sin^2(x)\cos^2(x) which yields:
\frac{\frac{\sin^3(x)}{\cos(x)}(\sin^2(x) + \cos^2(x)) + \frac{\cos^3(x)}{\sin(x)}(\sin^2(x) + \cos^2(x))}{2\sin^2(x)\cos^2(x)+\sin^4(x) + \cos^4(x)} = \frac{1-2\sin^2(x)\cos^2(x)}{\sin(x)\cos(x)}
The \sin^4(x) + \cos^4(x) can easily be simplified to (\sin^2(x) + \cos^2(x))^2 - 2\sin^2(x)\cos^2(x). At the same time we see that multiplying both sides by \sin(x)\cos(x) will simplify the expression extremely:
\frac{\sin^4(x) + \cos^4(x)}{2\sin^2(x)\cos^2(x) + 1 - 2\sin^2(x)\cos^2(x) } = 1-2\sin^2(x)\cos^2(x)

1-2\sin^2(x)\cos^2(x) = 1-2\sin^2(x)\cos^2(x)

I hope this helps. Simply try experimenting with the expressions. Reduce the number of different trigonometric functions you're working with, see if you can get cos^2 x + \sin^2 x introduced somehow, and simplify. Also for C and D remember the double-angle formulas.
 
I think that were are supposed to prove them in the LHS and RHS formate. so i don;t think multilpying something out is allowed...
 
\frac{\tan^3x}{1+\tan^2x}+\frac{\cot^3x}{1+\cot^2x}=\frac{1-2\sin^2x\cos^2x}{\sinx\cosx}
A good place to start is to convert everything to sin and cos on the LHS(i will use s for sin(x) and c for cos(x)):

\frac{\tan^3x}{1+\tan^2x}+\frac{\cot^3x}{1+\cot^2x}=\frac{\frac{s^3}{c^3}}{1+\frac{s^2}{c^2}}+\frac{\frac{c^3}{s^3}}{1+\frac{c^2}{s^2}}=\frac{\frac{s^3}{c}}{c^2+s^2}+\frac{\frac{c^3}{s}}{s^2+c^2}=\frac{s^3}{c}+\frac{c^3}{s}

(using sin(x)^2+cos(x)^2=1)

=\frac{s^4+c^4}{sc}

So the denominator is done. Just need to show that s^4+c^4=1-2(s^2)(c^2).Well

s^4+c^4=(1-c^2)^2+c^4=1-2(c^2-c^4)=1-2c^2(1-c^2)=1-2c^2s^2

And we are done! Of course there are many ways to do trig identities, a good place to usually start is convert everything to sines ans cosines and then use the easy trig identities.
 
projection said:
\frac{tan^3x}{1+tan^2x}+\frac{cot^3x}{1+cot^2x}=\frac{1-2sin^2xcos^2x}{sinxcos}
Firstly try to express the LHS as fractions with \cos x \ \mbox{and} \ \sin x as denominators. Use the trigo identities for tan,sec and csc, in order to express everything in sin and cos. From there on it's just algebra once you get the fraction with the correct denominator.

sec^6x-tan^6x=1+3tan^2xsec^x
You have \tan^2 x + 1 = \sec^2 x Cube them on both sides and apply the result. This is the only trigo identity you'll need for this. And I believe you meant 3\tan^2x(\sec^2x)[/tex].<br /> <br /> <blockquote data-attributes="" data-quote="" data-source="" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> cos^4x=\frac{3}{8}+\frac{1}{2}cos2x+\frac{1}{8}cos4x </div> </div> </blockquote>For this you&#039;ll probably want to show the reverse; work on RHS and try to reduce it to LHS. Note that the LHS is simply cos^4 x. That means you should try to convert all the trigo functions on the RHS to functions of cos x and it&#039;s powers only.<br /> <br /> <blockquote data-attributes="" data-quote="" data-source="" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> cos\frac{x}{2}=\pm\sqrt{\frac{1+cosx}{2}} </div> </div> </blockquote>For this it&#039;s easier to start on the right and reduce it to the left. Just use the identity \cos (2x) = \cos^2 x -\sin^2 x.
 
Hi projection! :smile:
projection said:
A)

\frac{tan^3x}{1+tan^2x}+\frac{cot^3x}{1+cot^2x}=\frac{1-2sin^2xcos^2x}{sinxcos}

Oh come on guys …

you're all supposed to know trigonometric identities like 1 + tan²x = sec²x, 1 + cot²x = cosec²x. :rolleyes:
B)

sec^6x-tan^6x=1+3tan^2xsec^x

Hint: use the algebraic formula for factoring a³ - b³. :smile:

And for C) and D) you'll need the same elementary trig identities.
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...

Similar threads

Replies
11
Views
2K
Replies
1
Views
1K
Replies
17
Views
6K
Replies
2
Views
2K
Replies
7
Views
3K
Replies
6
Views
3K
Back
Top