Proving Trigonometric Identities

AI Thread Summary
The discussion focuses on proving the trigonometric identity sin^6x + cos^6x = 1 - 3sin^2xcos^2x. The initial approach involves expressing sin^6x and cos^6x in terms of sine and cosine, leading to a series of algebraic manipulations. The solution confirms that each step maintains mathematical equivalence, ultimately demonstrating the identity correctly. Suggestions are made to streamline the proof by reducing unnecessary notation and focusing on key transformations. Overall, the exchange emphasizes clarity and efficiency in mathematical proof presentation.
acen_gr
Messages
63
Reaction score
0

Homework Statement


Prove that sin6 + cos6 = 1 - 3sin2cos2



Homework Equations


(1)


The Attempt at a Solution


I tried to convert those all in terms of sine and cosine only but it didn't work.
 
Physics news on Phys.org
acen_gr said:

Homework Statement


Prove that sin6 + cos6 = 1 - 3sin2cos2



Homework Equations


(1)


The Attempt at a Solution


I tried to convert those all in terms of sine and cosine only but it didn't work.

Notice that \sin^6x=\left(\sin^2x\right)^3 and that \sin^2x=1-\cos^2x

Start by trying to apply these two ideas to the LHS of the equation.
 
This is my work. Is this right?

sin6x + cos6x = 1 - 3sin2xcos2x
(sin2x)3 + cos6x = RHS
(1 - cos2x)3 + cos6 = RHS
1 - 3cos2x + 3cos4x - cos6x + cos6x = RHS
1 - 3cos2x + 3(cos2x)(cos2x) = RHS
1 - 3cos2x + 3(cos2x)(1 - sin2x) = RHS
1 - 3cos2x[1-(1 -(sin2x)] = RHS
1 - 3cos2x(sin2x) = RHS
1 - 3cos2xsin2x = 1 - 3sin2xcos2x
 
acen_gr said:
This is my work. Is this right?
Every step is mathematically equivalent to its preceding step (so you haven't broken any rules) so yes, it's right :smile:

If I'm to be a bit picky however, I'll mention that it's not necessary to write ... = RHS on every line. You should instead set out your proof as so:

LHS = ...
= ...
= ...
= RHS

You don't need to keep writing LHS either, unless you make any manipulations to both sides of the equality such as:

LHS = ...
LHS + 1 = ... + 1

Although you shouldn't do this when trying to prove LHS = RHS. If you needed to add 1 to the RHS then you can minus one to keep it balanced as so:

LHS = ...
= ... + 1 - 1

acen_gr said:
1 - 3cos2x + 3(cos2x)(cos2x) = RHS
I'd also skip this line altogether (unless it's to help you to personally keep track of things and not get confused), but if not, you should just go ahead and factorize straight away:

=1-3\cos^2x+3cos^4x
=1-3\cos^2x(1-cos^2x)

acen_gr said:
1 - 3cos2x(sin2x) = RHS
1 - 3cos2xsin2x = 1 - 3sin2xcos2x
Also this last line is unnecessary, but there's no harm done if you feel like doing it.
 
Thank you!:) Now I know why my teachers hate my solutions :P I'll take note of everything you've said. God bless! Hope you could help more people like me:) I'm starting to love this forum! :D
 
acen_gr said:
Thank you!:) Now I know why my teachers hate my solutions :P I'll take note of everything you've said. God bless! Hope you could help more people like me:) I'm starting to love this forum! :D

You're welcome :smile: and that's glad to hear!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top