I was trying to solve this problem:
The point $A$ has coordinates $(5, 16)$ and the point $B$ has coordinates $(-4,4)$. The variable $P$ has coordinate $(x,y)$ and moves on a path such that $ AP = 2BP$. Show that the Cartesian equation of the path of the $P$ is:
$$(x+7)^2 +y^2 = 100\tag{*}$$
So, what I did is to found a point on the circular path, and shows that the relationship holds. However, the actual answer is to let:
$$(x-5)^2 +(y-16)^2 = 4(x+4)^2 +4(y-4)^2$$
This also just means $AP=2BP$.
However, it will simplify to the original circle equation $(*)$. I literally don't know why. Even if $AP=2BP$ , why would this simplify to $(*)$. What's the mechanism behind this.
Thank you very much for you guys reply.