Solving Ellipse Question: x=f*Sin(wt+\theta), y=g*Sin(wt+\phi)

  • Thread starter Thread starter DarkEternal
  • Start date Start date
  • Tags Tags
    Ellipse
AI Thread Summary
The discussion centers on demonstrating that the parametric equations x=f*Sin(wt+θ) and y=g*Sin(wt+φ) represent an ellipse. Participants suggest methods including using a rotation matrix and transformations to fit the equations into the standard elliptical form. A simpler approach involves rewriting the equations in terms of cosine and applying trigonometric identities to eliminate complex terms. The general form of the ellipse is discussed, emphasizing the importance of coefficients in determining the conic section type. Ultimately, the conversation highlights the challenge of simplifying the equations while maintaining clarity in the mathematical transformations.
DarkEternal
Messages
59
Reaction score
0
Ack, such a simple question, but I haven't worked with conic sections in years. Can anyone suggest an elegant way to show that

x=f*Sin(wt+\theta)
y=g*Sin(wt+\phi)

is an ellipse? I've tried using a rotation matrix on standard parametric ellipse equations and then solving for the angle of rotation and the axes sizes in terms of the variables but it seems messy. Then I tried getting it to fit the general equation but I'm not sure how that would work. However, a simpler method is eluding me. Any help?
 
Physics news on Phys.org
Some hints: This is not an upright ellipse like x^2/a^2+z^2/b^2=1, unless \phi-\theta=\pi/2. But you can get it into that form by applying a transformation like z=y+kx, where k is a constant. By expanding the sines, find k in terms f, g, \phi and \theta (actually will depend only on \phi-\theta and f/g), and you are there.
 
Can you clarify what you mean by a transformation of the form z=y+kx? what is y?
 
DarkEternal said:
Ack, such a simple question, but I haven't worked with conic sections in years. Can anyone suggest an elegant way to show that

x=f*Sin(wt+\theta)
y=g*Sin(wt+\phi)

is an ellipse? I've tried using a rotation matrix on standard parametric ellipse equations and then solving for the angle of rotation and the axes sizes in terms of the variables but it seems messy. Then I tried getting it to fit the general equation but I'm not sure how that would work. However, a simpler method is eluding me. Any help?

If you don't mind a little nonrigorous math you can try the following.

Rewriting your equations slightly:

x = A cos(\omega t + \alpha)
y = B cos(\omega t + \beta)

The second equation gives
\omega t = \cos ^{-1} \left(\frac {y}{B}\right) - \beta

Substitute into the first equation:
x = A \cos( \cos ^{-1} \frac {y}{B} + \alpha - \beta)

Use the addition formulas for cosine and the basic identities for the inverse trig function and the equation can be cast into the familiar elliptical form.
 
By familiar elliptical form, do you mean general form? I can't seem to get rid of that square root term from the inverse trig identity...
 
Rearrange terms to get the radical on one side of the equation then square both sides. The "general form" is ax^2+bxy+cy^2+d=0 and, depending on the signs and values of the various coefficients, will produce an ellipse, hyperbola or parabola.
 
I got it, but thanks for your replies.
 
Back
Top