Find semi-major/semi-minor axis of ellipse from parametric equations

Willow Cooper

Willow Cooper

Answered question

2022-04-14

Find semi-major/semi-minor axis of ellipse from parametric equations with different phase
x=x^cos(Ωtθ)
y=y^sin(Ωtφ)

Answer & Explanation

Sabrina Campos

Sabrina Campos

Beginner2022-04-15Added 13 answers

Position vector r=(x,y)=(cosΩtθ,sinΩtφ)
Define the variable t=Ωtθ, then Ωtφ=t+θφ=t+ψ where ψ=θφ
hence, r=(x,y)=(cost,sin(t+ψ))
Expanding the sine function, r=(x,y)=(cost,sintcosψ+costsinψ)
And this can be written as r=(x,y)=cost(1,sinψ)+sint(0,cosψ)
In matrix-vector form use a 2×1 vector for r, i.e. r=xy, and let
u=cost'sint'
and let V=1 0sinψ cosψ
Then r=Vu
From which u=V1r
Since uTu=cos2t+sin2t=1, then it follows that the algebraic equation of the ellipse is
rTVTV1r=1
Now all we have to do is find the eigenvalues of the matrix VTV1.
We have that
V-1=1cosψcosψ 0-sinψ 1
So, G=V-TV-1=1cos2ψ1 -sinψ-sinψ 1
We want to put G in the form: G=RDRT
Using standard diagonalization of a 2×2 matrix, and since G11=G22=1, then the angle between the axes of the ellipse and the coordinate axes is ϕ=π4.
The diagonal matrix D entries are computed as follows
D11=G11cos2ϕ+G22sin2ϕ+G12sin2ϕ
D22=G11sin2ϕ+G22cos2ϕG12sin2ϕ
These evaluate to,
D11=1sinψcos2ψ=11+sinψ
D22=1+sinψcos2ψ=11sinψ
Therefore, the semi-major axis of the ellipse has length 1+sinψ and the semi-minor axis has length 1sinψ.

posciad48o

posciad48o

Beginner2022-04-16Added 15 answers

Express the squared distance to the origin as a function of 2Ωt. Then find the extrema.2d2=(x^2cos(2θ)y^2cos(2ϕ))cos(2Ωt)+(x^2sin(2θ)y^2sin(2ϕ))sin(2Ωt)+x^2y^2
acos(u)+bsin(u)+c[ca2+b2,c+a2+b2].

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?