The "definition" that you posted applies to an ellipse centered at the origin with a
horizontal major axis, where the sum of the distances from the foci to the given point is 2a.
This "definition" is generally used to derive the basic form x^2/a^2 + y^2/b^2 = 1; I have not seen it used for anything else.
You seem to think that you need to use this definition to derive something for a shifted
vertical ellipse; I would take a different approach.
Generally, we're taught how to work with ellipses centered at the origin, and then we apply transformations to shift them.
Have you learned about transformations?
EG:
Replacing x with (x - h) shifts the graph h units horizontally (to the right when h is positive; to the left when h is negative).
Replacing y with (y - k) shifts the graph k units vertically (up when k is positive; down when k is negative).
Therefore, we can find the equation of the given ellipse
centered at the origin, and then apply the shifts to write its equation.
We know that the major axis is vertical. Here is the formula for such an ellipse, when the center is at the origin.
\(\displaystyle \frac{x^2}{b^2} \;+\; \frac{y^2}{a^2} \;=\; 1\)
(b is half the length of the major axis, and a is half the length of the minor axis)
The foci are at (0, c) and (0, -c), where c^2 = a^2 - b^2.
Shifting this ellipse one unit to the right and two units up gives us the following shifted form.
\(\displaystyle \frac{(x - 1)^2}{b^2} \;+\; \frac{(y - 2)^2}{a^2} \;=\; 1\)
Therefore, to get the equation for the ellipse in this exercise, we need to find the values of a and b.
Here's what we know about this ellipse, when it's centered at (0, 0).
The foci are at (0, 2) and (0, -2), so the value of c is 2.
\(\displaystyle c^2 \;=\; a^2 - b^2 \quad \Longrightarrow \quad b^2 \;=\; a^2 - 4\)
The point (3, 2) is on this ellipse, so we have the following equation.
\(\displaystyle \frac{9}{a^2 - 4} \;+\; \frac{4}{a^2} \;=\; 1\)
This equation is sufficient to find the value of a^2. Once we know that, we can find the value of b^2. Then, we have everything we need to (1) write the equation of the shifted ellipse, (2) calculate the semi-axis lengths, and (3) determine the endpoint coordinates of both the major and minor axes, to make a sketch.
I get a major axis of 8 units, and a minor axis of 6.9 units (rounded). And you?
Let us know, if you need more help.
Cheers ~ Mark
PS: I might fool around with that "definition" after dinner, to see how it could be used, but I'm thinking that the method above is way easier.