(CLOSED) Chisom A. answered 03/12/20
Precalculus pro
Given ellipse equation:
x2/92 + y2/52 = 1 ... (i)
The general equation of an ellipse is:
(x - h)2/a2 + (y - k)2/b2 = 1 ... (ii)
Comparing equation (i) with equation (ii), we have:
Ellipse is centered at the origin: (h,k) = (0,0)
Semi-major axis: a = 9
Semi-minor axis: b = 5
In terms of a parameter t, x and y coordinates can be written as:
x(t) = r*cos(t) and y(t) = r*sin(t)
For an ellipse, r = a for x(t) and r = b for y(t);
From equation (i),
x2/92 = (x/9)2 = (cos t)2
then,
x(t) = 9 cos(t)
from equation (ii),
y2/52 = (y/5)2 = (sin t)2
then,
y(t) = 5 sin(t)
[x(t),y(t)] = [9 cos(t), 5 sin(t)]
Check:
cos2(t) = x2/92 and sin2(t) = y2/52
Using the fact that,
cos2(t) + sin2(t) = 1;
then,
x2/92 + y2/52 = 1