Is it possible to find equation for an ellipse when we know two points and one focus in 2d cartesian coordinate system?
We can also make these assumptions about these two given points depending on the scenario:
Both of these known points are closer to the given focus point instead of the yet unknown focus point or both of these known points are closer to the yet unknown focus point.
If this is possible, how would we do that with this data for example:
$$F_1 = (0,0), P_1 = (3,2), P_2 = (3, -2)$$
Edit:
Seems like it's not possible to get the equation from this information only. What if we know the eccentricity too?
Ie. $e = 0.4$
I think it is not possible to find an unique ellipse. You can choose for example the circle with radius $\sqrt{13}$. The equation for an ellipse is $\frac{(x-x_M)^2}{a^2}+\frac{(y-y_M)^2}{b^2}$. Here $(x_M,y_M)$ is the midpoint of the ellipse. So you have to many degrees of freedom. By symmetrie of the ellipse you know, that the other focus is in $(2x_M,2y_M)$.