I solved the equation up till:
$$ (x-y)^2 = 2a(x+y-\frac{a}{2}) $$
I'm not sure how to proceed from here. Correct answer is $ a\sqrt{2} $, shouldn't it be $ 2a $?
I solved the equation up till:
$$ (x-y)^2 = 2a(x+y-\frac{a}{2}) $$
I'm not sure how to proceed from here. Correct answer is $ a\sqrt{2} $, shouldn't it be $ 2a $?
It's not $2a$ because the change of variables $u=x-y$, $v=x+y$ is not orthogonal, and so it changes lengths and distorts objects. To see the correct values, we can make the following change of variables: $$u=\frac{x-y}{\sqrt{2}}, \quad v=\frac{x+y}{\sqrt{2}},$$ which is effectively a rotation of the coordinate plane by $45^\circ$. Then the equation of the parabola becomes $$u^2=\sqrt{2}a\left(v-\frac{a}{2\sqrt{2}}\right),$$ and we can see that the latus rectum is $\sqrt{2}a$.