Trigonometric Identity Verification | Simplifying sin(4x) and Solving for x

  • Thread starter Thread starter themadhatter1
  • Start date Start date
  • Tags Tags
    Identity
AI Thread Summary
The discussion focuses on verifying the trigonometric identity sin(4x) = 8cos^3(x)sin(x) - 4sin(x)cos(x). The user simplifies the right side using double angle identities and applies the Pythagorean identity, leading to a series of transformations. After several simplifications, the user confirms that both sides of the equation are equal, ultimately arriving at the identity through various trigonometric identities. The process demonstrates the effectiveness of working from both sides of the equation to verify the identity. The conclusion is that the identity holds true, confirming the initial equation.
themadhatter1
Messages
139
Reaction score
0

Homework Statement



sin(4x) = 8cos3(x)sin(x)-4sin(x)cos(x)

Homework Equations



All trigonometric identities

The Attempt at a Solution



I can simplify the right side using the double angle identity to:

sin(4x) = 4sin(2x)cos2(x)-2sin(2x)

However, now I'm not sure what to do. Did I take a step in the wrong direction?
 
Physics news on Phys.org
Never mind, I found the solution myself, here is my process. I was on the right track.

sin(4x) = 4sin(2x)cos2(x)-2sin(2x)

Pythagorean Identity:

sin(4x) = 4sin(2x)(1-sin2x)-2sin(2x)

FOIL:

sin(4x) = 4sin(2x)-4sin(2x)sin2(x)-2sin(2x)

Half Angle Identity:

sin(4x) = 4sin(2x)-4sin(2x)[(1-cos(2x)/2]-2sin(2x)

simplify:

sin(4x) = 4sin(2x)-[4sin(2x)+4sin(2x)cos(2x)]/(2)-2sin(2x)

simplify more:

sin(4x) = 4sin(2x)-2sin(2x)+2sin(2x)cos(2x)-2sin(2x)

sin(4x) = 4sin(2x)-4sin(2x)+2sin(2x)cos(2x)

sin(4x) = 2sin(2x)cos(2x)

Double Angle Identity:

sin(4x) = sin(4x)
 
You can save yourself a lot of typing by working from the left side to the right.

sin(4x) = sin(2(2x)) = 2sin(2x)cos(2x)
= 4sin(x)cos(x)(cos2(x) - sin2(x))
= 4sin(x)cos(x)(2cos2(x) - 1)
= 8sin(x)cos3(x) - 4sin(x)cos(x)
QED
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top