How can the second form of trigonometric equations be derived?

  • Thread starter Thread starter danago
  • Start date Start date
  • Tags Tags
    Form Trig
AI Thread Summary
The discussion focuses on deriving the second form of trigonometric equations, specifically how to express a\cos θ + b\sin θ = c in the form a\cos θ + b\sin θ = √(a² + b²) cos(θ - α). Participants explore the use of the Pythagorean identity and the quadratic formula to solve for cos θ, leading to a complex expression. Questions arise regarding the disappearance of c in the initial equation and the origin of α, which is determined through the angle addition formula. The discussion highlights the harmonic addition formula and emphasizes the importance of selecting α correctly to match coefficients. Understanding these transformations is essential for solving trigonometric equations effectively.
danago
Gold Member
Messages
1,118
Reaction score
4
Hey. The latest thing we've been studying in trig classes is equations of the form:

<br /> a\cos \theta + b\sin \theta = c<br />

The book explains that to solve an equation like this, i should write it in the form:

<br /> a\cos \theta + b\sin \theta = \sqrt {a^2 + b^2 } \cos (\theta - \alpha )<br />

Now. The teacher has tried all she can to explain how the second form can be derived, but nobody seems to understand. Could someone please go through it?

Thanks,
Dan.
 
Physics news on Phys.org
It seems easier to solve such equations this way:

a\cos \theta + b\sin \theta = c

recall that the Pythagorean identity gives \sin\theta =\pm\sqrt{1-\cos^{2}\theta} so substitute this into get

a\cos \theta \pm b\sqrt{1-\cos^{2}\theta} = c

rearrange to get

\pm b\sqrt{1-\cos^{2}\theta} = c-a\cos \theta

square both sides

b^2(1-\cos^{2}\theta) = c^2-2ac\cos \theta+a^2\cos^{2}\theta

cleaning it up gives

(a^2+b^2)\cos^{2}\theta -2ac\cos\theta+c^2-b^2=0

which is a quadratic equation in \cos\theta so use the quadratic formula to solve for

\cos\theta = \frac{2ac\pm\sqrt{4a^2c^2-4(a^2+b^2)(c^2-b^2)}}{2(a^2+b^2)}= \frac{ac\pm b\sqrt{a^2+b^2-c^2}}{a^2+b^2}

which is messy, but it works.
 
Dango,
I have 2 questions:
What happened to the c in the first equation?

Where did the alpha in the second come from?
 
The idea behind this rewriting is that by you can always make \sqrt {a^2 + b^2 } \cos (\theta - \alpha ) equal to a\cos \theta + b\sin \theta by choosing \alpha correctly. We can see this by considering the angle addition formula for cosines:

\cos (\theta + \phi) = \cos \theta \cos \phi - \sin \theta \sin \phi

If we replace \phi with -\alpha, we can expand the right hand side of the equation and find the value of \alpha that makes the equation true (i.e. that makes the coefficients of \sin \theta and \cos \theta correct).
 
\alpha is an obtuse angle which is equal to:

<br /> {\tan ^{ - 1} \left( { - \frac{b}{a}} \right)}<br />

as for the rule maybe this link will help you http://mathworld.wolfram.com/HarmonicAdditionTheorem.html
(credit for this link is to be given to J77)

this rule is reffered to as the harmonic addition formula

hope this helps
 
sin(a- b)= sin(a)cos(b)- cos(a)sin(b).

If you are given Asin(x)- Bcos(x), you can take a= x and then try to find b such that sin(b)= A, cos(b)= B. Of course that will only work if A and B are between -1 and 1 and A2+ B2= 1. Okay, for general A and B, factor out something so that is true: write A sin(x)- B cos(x) as
\sqrt{A^2+ B^2}(\frac{A}{\sqrt{A^2+ B^2}}cos(x)- \frac{B}{\sqrt{A^2+ B^2}}sin(x)
Then if sin(b)= \frac{A}{\sqrt{A^2+ B^2}}, it follows that cos(b)= \frac{B}{\sqrt{A^2+ B^2}}.
 
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...
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