Confused About Transformation of x: Help Needed!

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
ElDavidas
Messages
78
Reaction score
0
Not sure exactly where to post this, but I don't see where this is coming from:

[tex]x = Asin \omega t + Bcos \omega t[/tex]

to

[tex]x = Rsin(\omega t + \phi)[/tex]

where

[tex]R = \sqrt {A^2 + B^2}[/tex] and [tex]cos \phi = A/R[/tex] and [tex]sin \phi = B/R[/tex]

I'd be grateful if someone could point out what is going is on here.
 
Last edited:
Physics news on Phys.org
That's close to what you use for representing a signal in the complex plane:

v(t) = A[ cos(wt) + jsin(wt) ]

where you draw a circle of radius A, and horizontal and vertical axes centered on the circle. The horizontal axis is the real axis, and the real Acos(wt) component is projected onto it. The vertical axis is the imaginary component axis, and has the jAsin(wt) component projected onto it.

But your equations are slightly different -- where do they come from?
 
Use the addition formula of sin(a+b) on your new sine function.

[tex]\begin{array}{l}<br /> \sin \left( {\alpha + \beta } \right) = \sin \alpha \cos \beta + \sin \beta \cos \alpha \\ <br /> R\sin \left( {\omega t + \phi } \right) = R\cos \phi \sin \omega t + R\sin \phi \cos \omega t \\ <br /> \end{array}[/tex]

Then identify the coefficients by comparing this to the initial expresseion, to match with A and B.
Notice the similarity with polar coördinates once you set up the equations, if you've seen those.