As per my elementary knowledge, the cubic curve can have a suitable start point so that if draw a tangent through it, it should intersect the curve at a point; then from this point of intersection can again draw a tangent that will intersect the curve. This means there are a total (maximum) of $3$ point linked together by tangents provided the first point on the curve is chosen suitably.
I want first of all vetting of the above, and the logic (reason) for the above statement.
I have tried manually and have no algebraic/ analytical reason to prove the above. But, my attempts yield only $3$ such points, 'provided' suitable start point is selected.
$$y=x^3$$
$$\frac{dy}{dx}=3x^2$$
Tangent at point $a$ is $$y-a^3=3a^2(x-a)$$
Let's figure out where else does it intersect.
$$x^3-a^3=3a^2(x-a)$$
$$(x-a)(x^2+ax+a^2)=3a^2(x-a)$$
$$(x-a)(x^2+ax-2a^2)=0$$
$$(x-a)(x-a)(x+2a)=0$$
$$(x-a)^2(x+2a)=0$$
Hence the next point would be at $x=-2a$.
Hence if we started at $x=a$, the sequence will be a geometric sequence with common ratio $-2$, hence it can go up to infinitely many times.