[Math] Finding the vertex and focus of a rotated parabola

conic sectionsgeometry

So I begun with the following equation : $x^2+2xy+y^2+2\sqrt{2}x-2\sqrt{2}y+4=0$

I transformed it in the following : $y'=\frac{x'^2}{2}+1$

I had to do a rotation of $\frac{\pi}{4}$ of the xy axis. (counter clock wise) My question is how do you find the focus and vertex of the rotated parabola ? I think that the vertex is going to be (0,1) but I'm not sure if this is the case when we rotate it.

Thank you!

Best Answer

The transform equations to use for rotating any curve are $$ x' = (x \cos θ - y \sin θ)$$ $$y' =(x \sin θ + y \cos θ)$$ (These basically rotate the axes, but when we view them with static axes the graph rotates)


In this case, we get $$x' = \frac{x+y}{\sqrt{2}}$$ $$y' = \frac{y-x}{\sqrt{2}}$$ $$$$$$$$ $$x^2+2xy+y^2+2\sqrt{2}x-2\sqrt{2}y+4=0$$ After the transformation we get: $$\Rightarrow \frac{1}{2}(x+y)^2 + (x+y)(y-x) + \frac{1}{2}(y-x)^2 + 2(x+y) - 2(y-x)+4=0$$ $$\Rightarrow x = -\frac{y^2}{2}-1$$

This is just a horizontal parabola scaled down and shifted left by $1$; therefore, the vertex is at $(-1,0)$