I have an ellipse given by: $(x-y)^2/2m^2+(x+y)^2/2n^2=1$ and it need to be rotated by $\pi/4$, what would the new eq be? thanks.
2026-03-25 07:41:50.1774424510
Ellipse rotation by pi/4
309 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Hint: If you have a point $(x,y)$, rotation (about the origin) by angle $\theta$ results in a new point which is calculated by $$ \left\{ \begin{array}{ccc} x' &=& x \cos{\theta} - y\sin{\theta}\\ y' &=& x\sin{\theta} + y\cos{\theta} \end{array} \right. $$ So you just need to plug these in the equation and you're done.