Hello, i have trouble finding the shortest distance between point A(p,q) and parabola y = root(2px). (p and q - sustainables)
I tried using this formula { d = root[(x1-x2)^2 + (y1-y2)^2] }
x1 = p
x2 = x
y1 = q
y2 = root(2px)
And when i had filled these variables into formula i counted derivative, however, in equation of numerator with 0 - was unreal to find (x) or i did mistake.
I would be happy if someone told me if my way of doing this task was wrong (and tell me better way) or the problem is that i did mistake.
I hope i created this post in appropriate place.
I tried using this formula { d = root[(x1-x2)^2 + (y1-y2)^2] }
x1 = p
x2 = x
y1 = q
y2 = root(2px)
And when i had filled these variables into formula i counted derivative, however, in equation of numerator with 0 - was unreal to find (x) or i did mistake.
I would be happy if someone told me if my way of doing this task was wrong (and tell me better way) or the problem is that i did mistake.
I hope i created this post in appropriate place.
Last edited: