I have a couple of questions regarding ellipses.
Get the equation of the ellips
- With Foci $(\pm 3,0)$ and which goes through $(2,\sqrt{2})$. This one I didn't understand AT ALL. I need some explanation
Valentin gave an answer I originally deemed correct, however, you can see my objections in the comments of the answer.
The equation of an ellipse whose major and minor axes coincide with the Cartesian axes is \begin{equation} \frac{x^2}{a^2} + \frac{y^2}{b^2} = 1. \end{equation} The distance from the center to either focus is $f$ where \begin{equation} f^2 = a^2 - b^2. \end{equation} We are given that $f = 3$, from which we conclude that $b^2 = a^2 - 9$. The equation of our ellipse reduces to \begin{equation} \frac{x^2}{a^2} + \frac{y^2}{a^2 - 9} = 1. \end{equation} Now we plug in the point $(2,\sqrt{2})$ and obtain \begin{equation} \frac{4}{a^2} + \frac{2}{a^2 - 9} = 1. \end{equation} There are four values of $a$ that satisfy this equation, and we pick the one that is larger than $3$: \begin{equation} a = 2 \sqrt{3}. \end{equation}
How to solve for $a$ in more detail: \begin{align*} &\frac{4}{a^2} + \frac{2}{a^2 - 9} = 1 \\ \implies& 4 + \frac{2a^2}{a^2 - 9} = a^2 \\ \implies& 4(a^2 - 9) + 2a^2 = a^2(a^2 - 9) \\ \implies& a^4 - 15a^2 + 36 = 0 \\ \implies& (a^2 - 12)(a^2 - 3) = 0 \\ \implies& a = \pm 2\sqrt{3} \text{ or } a = \pm \sqrt{3}. \end{align*}