Let me preface by saying that I am not a professional mathematician, I just like to do some math in my spare time.
I assume someone has tried this before but I can't find the right words to type into a search engine to get me what I want.
As the title says, I would like some way to find the point on a general cubic such that a tangent at that point intersects the cubic once more at right angles.
I'd like to attempt it myself, and I've outlined a plan of attack:
- Let there exist a cubic polynomial $f(x)=ax^3+bx^2+cx+d$
- Set up the equation of the tangent at $x=x_T$. This would be $g(x)=f'(x_T)(x-x_T)+f(x_T)$
- Find the second intersection point of $g(x)$ and $f(x)$ in terms of $x_T$, call it $x_N$
- Let $f'(x_N)=-\frac{1}{f'(x_T)}$
- Solve for $x_T$ in terms of $a$, $b$, $c$, and $d$
Problems:
- Not all cubics would have this property. At the very least they should have two turning points, for which I know $b^2 > 3ac$, but I still don't think that's sufficient
- I have to solve a general cubic equation which I know has a formula but it's horrendous
- I don't even know if my plan of attack makes sense
Any help at all would be appreciated.
Note this is not a homework problem, just something I'm interested in solving.
Thank you.





No reason to consider any curve other than $y = x^3 - px,$ where $p > 0$ is constant.
Hard enough for $y = x^3 - 3 x.$ The point where we take the tangent is at $x=a,$ with $$ a = - \sqrt{ \frac{45 + \sqrt{585}}{72}} \; \; \approx \; \; -0.9802690478532443368005527022 $$
The tangent line at $(a, a^3 - 3a)$intersects the curve again when $x = -2a \; \; \approx \; \; 1.960538095706488673601105404$
The slope of the tangent line at $a$ is $-0.1172177814626812934541733462$
The slope of the tangent line at $-2a$ is $8.531128874149274826183306615 $
The product of these two slopes is $-1$ meaning the first tangent, at $a,$ is orthogonal to the curve at $-2a$
Need to check more, it is possible that $x=b,$ with $ b = - \sqrt{ \frac{45 - \sqrt{585}}{72}} \; \; \approx \; \; -0.5376547161709769327639370480 $ also works. I can see, this $b$ also works!
For your own pictures, the two tangent lines are $y$ set to $$ -0.1172177814626812934541733462 x + 1.883934787022560496398167095 $$
$$ -2.132782218537318706545826654 x + 0.3108424867671614744956344943 $$
Friday: if my $p$ is less than or equal to zero, a tangent to the graph of $y = x^3 - p x$ probably does intersect the curve again. However, a normal line to the curve never again intersects the curve. Below is a picture for $y=x^3$