This question is spurred from this question I asked a while back (by https://math.stackexchange.com/users/70134/jeppe-stig-nielsen)
If I tilt the parabola $f(x)=x^2$ from its vertex by $\pi/180$ radians in the Cartesian plane, which vertical line will cross the graph only once?
If I had a nice equation that represented the tilted parabola, maybe $f(x,y)$, then the question would become setting the discriminant of $f(x, \alpha)$ equal to zero and solving for $\alpha$ correct? If not, is there another approach?
EDIT: Due to @DavidK 's critique on the slope I have chosen.
Consider $f(x)=x^2$ and the line $y=\tan(\pi/180)x$. This question is actually the same as first finding the line $\perp$ to $y$, call it $y_\perp$, such that $y_\perp$ crosses graph$f$ only once. Second, finding the distance between the intersection point of $y$ and $y_\perp$ call it $(x_0,y_0)$ and the origin.
We know the slope of $y_\perp$ will be $-\cot(\pi/180)$. Now let $y_\perp -y_0 = -\cot(\pi/180)(x-x_0)$ where $(x_0, y_0)$ is the point where $y$ crosses $y_\perp$. Then \begin{align*}-\cot(\pi/180)(x-x_0)+y_0 =x^2 \\ \implies x^2+\cot(\pi/180)x-(y_0+\cot(\pi/180)x_0)=0 \end{align*} Hence if $y_\perp$ only crosses $f$ once we must have $$\cot^2(\pi/180)+4(y_0+\cot(\pi/180)x_0)=0$$ $$\implies \cot^2(\pi/180)+4(\tan(\pi/180)x_0+\cot(\pi/180)x_0)=0$$ $$\implies x_0=-(3\cot(\pi/180)+\cos(\pi/180)\csc(\pi/180))/16$$ $$\implies y_0 =-1/4$$ Finally $d(x_0, y_0) =\sqrt{x_0^2+y_0^2} =1/(4\sin(\pi/180))$. Hence, the vertical line $$x=-1/(4\sin(\pi/180))\approx -14.325$$ will cross the tilted parabola only once.