How Does De Moivre's Identity Help Solve Trigonometric Equations?

  • Thread starter Thread starter subzero0137
  • Start date Start date
  • Tags Tags
    Identity
AI Thread Summary
De Moivre's identity is utilized to solve the equation cos^6(x) + sin^6(x) + a(cos^4(x) + sin^4(x)) + b = 0 by expressing cos(x) and sin(x) in terms of e^{ix} and e^{-ix}. The resulting expression leads to the requirement that the coefficient of cos(4x) must vanish for the equation to hold true for all x, which allows for the determination of values for a and b. The solution yields a = -3/2 and b = 1/2, derived from equating coefficients. It is essential to choose values of x that ensure the validity of these coefficients, as some values may not provide sufficient checks. The discussion emphasizes the importance of ensuring the equation remains valid across all x values.
subzero0137
Messages
91
Reaction score
4
Use de Moivre's identity to find real values of a and b in the equation below such that the equation is valid.

cos^6(x)+sin^6(x)+a(cos^4(x)+sin^4(x))+b=0

Hint: Write cos(x) & sin(x) in terms of e^{ix} & e^{-ix}.

Check your values of a and b are valid by substituting in a value of x. State, with explanation, two values of xwhich would not have been sufficient checks on your values of a and b.


I've managed to obtain the following expression:

\frac{3}{8}cos(4x)+\frac{a}{4}cos(4x)+\frac{3a}{4}+\frac{5}{8}+b=0, and I checked the model solution, and this is the expression they've got too. But then they simply state a=\frac{-3}{2}, and work out b from there. But I don't understand how they got that value for a. Can someone explain to me what I'm missing?
 
Last edited:
Physics news on Phys.org
The equation \frac{3}{8}cos(4x)+\frac{a}{4}cos(4x)+\frac{3a}{4}+\frac{5}{8}+b=0 has to be true for all values of ##x##.

So you can get two equations from it, similar to "equating coefficients" of polynomials, as in http://en.wikipedia.org/wiki/Equating_coefficients
 
subzero0137 said:
Use de Moivre's identity to find real values of a and b in the equation below such that the equation is valid.

cos^6(x)+sin^6(x)+a(cos^4(x)+sin^4(x)+b=0

Hint: Write cos(x) & sin(x) in terms of e^{ix} & e^{-ix}.

Check your values of a and b are valid by substituting in a value of x. State, with explanation, two values of xwhich would not have been sufficient checks on your values of a and b.


I've managed to obtain the following expression:

\frac{3}{8}cos(4x)+\frac{a}{4}cos(4x)+\frac{3a}{4}+\frac{5}{8}+b=0, and I checked the model solution, and this is the expression they've got too. But then they simply state a=\frac{-3}{2}, and work out b from there. But I don't understand how they got that value for a. Can someone explain to me what I'm missing?

You have
\left( \frac{3}{8} + \frac{a}{4} \right) \cos(4x) + \frac{5}{8} + b \equiv 0
where ##\equiv## means that it is an identity that holds for all ##x## (much more than just an equation!). So, the coefficient of ##\cos(4x)## must vanish.
 
Ray Vickson said:
You have
\left( \frac{3}{8} + \frac{a}{4} \right) \cos(4x) + \frac{5}{8} + b \equiv 0
where ##\equiv## means that it is an identity that holds for all ##x## (much more than just an equation!). So, the coefficient of ##cos(4x)## must vanish.

Okay, so I understand what AlephZero said. I picked 2 random values of x, obtained simultaneousness equations and solved them for a and b. I got a=-3/2 and b=1/2. But I don't understand the emboldened part. Why must the coefficient of ##cos(4x)## vanish?

Also, for the last part of the question where it asks for 2 values of x which would not have been sufficient checks, do I just write down the 2 random values I used before to get my simultaneous equations?
 
Last edited:
subzero0137 said:
Okay, so I understand what AlephZero said. I picked 2 random values of x, obtained simultaneousness equations and solved them for a and b. I got a=-3/2 and b=1/2. But I don't understand the emboldened part. Why must the coefficient of ##cos(4x)## vanish?

Also, for the last part of the question where it asks for 2 values of x which would not have been sufficient checks, do I just write down the 2 random values I used before to get my simultaneous equations?

The coefficient of cos(4x) must vanish because the equation must hold for ALL values of x; If the coefficient of cos(4x) did not vanish you could find infinitely many different values for x that would make the equation false.

Look at it this way: you could re-write the equation as
\left( \frac{3}{8} + \frac{a}{4} \right) \cos(4x) = - \frac{5}{8} - b
The right-hand-side is a constant (not dependent on x), so the left-hand-side must also not depend on x. The only way you can make that happen is to set the coefficient of cos(4x) to zero.
 
Ray Vickson said:
The coefficient of cos(4x) must vanish because the equation must hold for ALL values of x; If the coefficient of cos(4x) did not vanish you could find infinitely many different values for x that would make the equation false.

Look at it this way: you could re-write the equation as
\left( \frac{3}{8} + \frac{a}{4} \right) \cos(4x) = - \frac{5}{8} - b
The right-hand-side is a constant (not dependent on x), so the left-hand-side must also not depend on x. The only way you can make that happen is to set the coefficient of cos(4x) to zero.

Got it. Thanks
 
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top