Deriving the Equation for an Ellipse from Parametrization

  • Thread starter Thread starter ehrenfest
  • Start date Start date
  • Tags Tags
    Ellipse
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 10K views
ehrenfest
Messages
2,001
Reaction score
1

Homework Statement


How would you derive the equation for an ellipse from the parametrization:

x = a cos(t)
y= b sin(t)

If I solve for t and set them equal, I get:

arccos(x/a) = arcsin(x/a)

which looks nothing like the usual formula:

x^2/a^2 + y^2/b^2 = 1

?

Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
Clearly if you plug that into x^2/a^2+ y^2/b^2=1 and use s^2 +c^2 = 1 it works, but I just wanted to know how you would get it from arccos(x/a) = arcsin(x/a), pretending, you do not know the traditional equation of an ellipse.
 
Of course, with your approach, your starting point is
arccos(x/a)=arcsin(y/b).
So, in order to isolate one of the variables, one would probably try to write (say) arccos(x/a) in the form: arcsin( f(x) ). In the end, for this problem, you'll certainly return to cos^2(t)+sin^2(t)=1... which you may already know before knowing the traditional non-parametric form of the ellipse.
To see what f(x) should be, you might write the x equation as
x=a*sqrt(1-sin^2 t), then solve for t.
 
Last edited:
Hi,

Does X = a sin(A); Y = b sin(A+B)

give an ellipse equation.