Given 2 points. $M(-3; 2)$ and $N(2; 5)$
Find a point $P$ which is on Y axis, so that $distance(M, P) - distance(N, P)$ is maximal
From condition i assumed that P has coordinates $P(0; y)$
How to solve it?
Given 2 points. $M(-3; 2)$ and $N(2; 5)$
Find a point $P$ which is on Y axis, so that $distance(M, P) - distance(N, P)$ is maximal
From condition i assumed that P has coordinates $P(0; y)$
How to solve it?
If sum of distances $ MP+ PN$ is constant =$d_1$ , an ellipse can be defined tangent to y-axis only for a particular $d_1$.
Similarly,
If difference of distances $ MP-PN $ is constant =$d_2$ , a hyperbola can be defined tangent to y-axis only for a particular $d_2$.
Point of tangency / contact has a zero x- coordinate, non-zero y-coordinate.
Numerical results:
Distance difference $ =d_2 \approx 3.18 $, point of tangency $ \approx (0,10).$
You are correct in assuming the point $P$ will have coordinates $(0, y)$.
Edit: My original $d_M$ and $d_N$ were incorrect. They have now been corrected. The distance from $M$ to $P$, here denoted $d_M =\sqrt{9+(y-2)^2}$, and the distance from $N$ to $P$ can be written $d_N =\sqrt{4+(y-5)^2}$. $d_M - d_N$ can now be written as a function of $y$, and we can find the maximum value by deriving. $\frac{d}{dy} \sqrt{9+(y-2)^2} -\sqrt{4+(y-5)^2} =$ $\frac{y-2}{\sqrt{9+(y-2)^2}} - \frac{y-5}{\sqrt{4+(y-5)^2}} = 0$ $\frac{(y-2)^2}{9+(y-2)^2} = \frac{(y-5)^2}{4+(y-5)^2}$ $\frac{(y-2)^2+9-9}{(y-2)^2+9} = \frac{(y-5)^2+4-4}{(y-5)^2+4}$ $1-\frac{9}{(y-2)^2+9} = 1-\frac{4}{(y-5)^2+4}$ $\frac{9}{(y-2)^2+9} = \frac{4}{(y-5)^2+4}$ $9(4+(y-5)^2) = 4(9+(y-2)^2)$ $9(y-5)^2 = 4(y-2)^2$ $9y^2 - 90y + 225 = 4y^2 - 16y +16$ $5y^2 - 74y + 209 = 0$ $y = \{11, \frac{38}{10}\}$ Plugging these values back into $d_M - d_N$, we find $y(11) = \sqrt{10}$ and $y(38/10) = \sqrt{34}/5$, so the answer is $P = (0, 11)$This is NOT a solution but is an actual plot of the situation.
Some of the data have been given in my comment above.
When we consider P is on the positive y-axis, say at P’’(0, 10(roughly)), D (= P’’M – P’’N = MX = 3.16 (roughly) as @Narasimham showed) has attained its maximum.