Simplifying ANOTHER very anoying equation

  • Thread starter Thread starter Titandwedebil
  • Start date Start date
  • Tags Tags
    Simplifying
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
Titandwedebil
Messages
20
Reaction score
0

Homework Statement


(cos4x) + 2(cos2x)(sin2x) + (sin4x)


Homework Equations


All Pythagorean, reciprocal, and quotient identities.


The Attempt at a Solution


Okay, so I thought that maybe (cos4x) + (sin4x) might be the same as its Pythagorean identity (which would make that mess just "1"; giving me...

2(cos2x)(sin2x) + 1

From there I haven't the slightest idea on what to do. The answer to this one is supposed to be just "1".
 
Physics news on Phys.org
What's that?
 
Titandwedebil said:
Okay, so I thought that maybe (cos4x) + (sin4x) might be the same as its Pythagorean identity (which would make that mess just "1"

No, that's not right. Just because
[tex]\cos^2 \theta + \sin^2 \theta = 1[/tex]
doesn't necessarily mean that
[tex]\cos^4 \theta + \sin^4 \theta = 1[/tex]
.

dextercioby said:
Think of (a+b)^2 expansion...
Titandwedebil said:
What's that?

We call this the "Square of a Binomial Pattern," typically learned in high school algebra.
 
Titandwedebil said:

Homework Statement


(cos4x) + 2(cos2x)(sin2x) + (sin4x)


Homework Equations


All Pythagorean, reciprocal, and quotient identities.


The Attempt at a Solution


Okay, so I thought that maybe (cos4x) + (sin4x) might be the same as its Pythagorean identity (which would make that mess just "1"; giving me...

2(cos2x)(sin2x) + 1

From there I haven't the slightest idea on what to do. The answer to this one is supposed to be just "1".

Write s = sin(x) and note that cos^2(x) = 1-s^2, so you have (1-s^2)^2 + 2*(1-s^2)*s^2 + s^4. Expand it out.

RGV
 
Ray Vickson said:
Write s = sin(x) and note that cos^2(x) = 1-s^2, so you have (1-s^2)^2 + 2*(1-s^2)*s^2 + s^4. Expand it out.

RGV
That looks like the hard way to do it! DexterCioby's idea is best.