Understanding the Ellipse Equation: Cartesian or Polar Coordinates?

  • Context: High School 
  • Thread starter Thread starter lionelwang
  • Start date Start date
  • Tags Tags
    Ellipse
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
lionelwang
Messages
23
Reaction score
0
Hi, guys,

Is the ellipse equation "x=acost; y=bcost" a Cartesian coordinates equation or a polar coordinates equation? Someone said that it's a transfer from a polar one to a Cartesian one.
Need more help on this, thank you very much!
 
Mathematics news on Phys.org
Cartesian I think as you get x and y-axis coordinates.
 
lionelwang said:
Is the ellipse equation "x=acost; y=bcost"

You did mean [itex]x=a\cos(t),~~y=b\sin(t)[/itex], right?
 
These are parametric equations giving Cartesian coordinates. If you really mean x= a cos(t), y= b cos(t), you can solve the first equation as cos(t)= x/a so the second equation becomes y= (b/a)x, which graphs as a straight line.

If you meant x= a cos(t), y= b sin(t), as micromass suggests, then x/a= cos(t), y/b= sin(t) so that [itex](x/a)^2+ (y/b)^2= cos^2(t)+ sin^2(t)= 1[/itex], an ellipse.

The equations relating polar coordinates and Cartesian coordinates are different but similar: [itex]x= r cos(\theta)[/itex], [itex]y= r sin(\theta)[/itex].
 
Thank you very much, guys.