
Andy C. answered 10/10/18
Math/Physics Tutor
x = a * cos T
y = b * sin T
squares both of them
x^2 = a^2*cos^2
y^2 = b^2*sin^2
Muljtplies first equation by b^2 and second equation by a^2
b^2*x^2 = a^2*b^2*cos^2
a^2*y^2 = a^2*b^2*sin^2
b^2*x^2 +a^2*y^2 = a^2*b^2*cos^2 + a^2*b^2*sin^2
b^2*x^2 + a^2*y^2 = a^2*b^2 <---- identity: sin^2 + cos^2 = 1
x^2/a^2 + y^2/b^2 = 1
(x/a)^2 + (y/b)^2 = 1
It's an ellipse