I have an ellipse defined as the following parametric equations:
$$x(t)=a\cos{(t+\phi_1)}$$ $$y(t)=b\cos{(t+\phi_2)}$$ $$0 \le t < 2\pi$$
I would like to know the length of the semi-major and semi-minor axes, and rotation angle, of this ellipse (in terms of $a$, $b$, $\phi_1$, and $\phi_2$). I have tried to transform these equations into the standard parametric form of an ellipse as given in this answer, but I have failed.
If we define $ϕ3=ϕ2+π/2$ then we have $x(t)=a\cos t\cosϕ_1−a\sin t\sinϕ_1$ and $y(t)=b\sin t\cosϕ_3+b\cos t\sinϕ_3$. Comparing coefficients with the linked answer, we then have $a\cosϕ_1=R_x\cosθ$, $a\sinϕ_1=R_y\sinθ$, $b\sinϕ_3=R_x\sinθ$, and $b\cosϕ_3=R_y\cosθ$.
This is where I'm stuck though, because I keep going in circles hereon out. I know that it should be solvable because I have four equations for three unknowns ($θ$, $R_x$, and $R_y$).