shape created by parabola

325 Views Asked by At

What would be the name of the shape that is the set of all points such that they are equidistant from the point $(0,1)$ and to the parabola $y=x^2$.

Figure

Here is a desmos graph that generates the points. It is basically using the same process that creates a parabola with a focus and a directrix but this directrix is a parabola rather than a line

2

There are 2 best solutions below

1
On BEST ANSWER

Given a point $P$, if $Q$ is the nearest point on the parabola to $Q$, then $P$ lies on the normal through $Q$. Unfortunately, the converse is not the case: depending on its position, $P$ may lie on up to four different normals, and usually only one of these leads to the closest point.

For instance, in your diagram, the point on the red curve is actually closer to the right-hand arm of the parabola than the left-hand arm, so its distance to the parabola is less than is shown in the diagram.

Having said that, we can find the equation of the red curve as follows:

Let $Q$ be a point $(t,t^2)$ on the parabola, and let $P$ be a point on the normal through $Q$, equidistant from $Q$ and $(0,1)$. Then $P$ lies on the perpendicular bisector of $Q$ and $(0,1)$. So all we have to do is find where the normal and the perpendicular bisector intersect.

The normal goes through $Q$, and has a slope of $-1/2t$, so its parametric form is $(t+2t\lambda,t^2-\lambda)$ ($\lambda \in \mathbb R$).

The perpendicular bisector goes through $(t/2,(t^2+1)/2)$, and has a slope of $t/(1-t^2)$, so its points are $(t/2+\mu(1-t^2),(t^2+1)/2+\mu t)$ ($\mu \in \mathbb R$).

Equate the $x-$ and $y-$coefficients to find the point of intersection:

$$t+2t\lambda = t/2+\mu(1-t^2)$$ $$t^2-\lambda = (t^2+1)/2+\mu t$$

From the second equation, $\lambda = (t^2-1)/2-\mu t$. Plugging this into the first equation gives $$t^3-2\mu t^2 = t/2 + \mu(1-t^2)$$ which rearranges to $$\mu = \frac{t(2t^2-1)}{2(t^2+1)}$$

Substituting this value for $\mu$ in the point on the perpendicular bisector gives a parametric form for the red curve:

$$\left(\frac{t^3(2-t^2)}{2(t^2+1)},\frac{3t^4+t^2+1}{2(t^2+1)}\right)$$

This passes the Wolfram Alpha eyeball test, which means it's possible that I haven't made any errors. But even if that's the case, the curve probably has a simpler form. (On the other hand, it looks suspiciously as if the curve is not differentiable at $(0,\frac12)$, so perhaps a complicated equation is inevitable.)

Edited to add: Oh $-$ I see now that you wanted the name of the curve, not its equation. That I don't know.

1
On

I am pretty sure this is called a "right strophoid". Seems pretty similar.

http://mathworld.wolfram.com/RightStrophoid.html