Given a curve $y = x^3-x^4$, how can I find the equation of the line in the form $y=mx+b$ that is tangent to only two distinct points on the curve?
The problem given is part of the Madas Special Paper Set. This paper set, seems to not have any answers as Madas himself only released the answers on request. Sadly, Madas passed away this year and the contact information has been removed. So I am here to ask how to solve this question. I have tried to create some simultaneous equations but I cannot get to a resolute answer. I have also tried to differentiate and find some equation for the lines gradient but have come to no success: Please help! Question Here
$(x,y)=(t,t^3-t^4),$ has dual $(X,Y)=(-\frac{y'}{xy'-x'y},\frac{x'}{xy'-x'y})=(-\frac{3t^2-4t^3}{t(3t^2-4t^3)-(t^3-t^4)},\frac1{t(3t^2-4t^3)-(t^3-t^4)})$ and implicitizes to $27X^4+4X^3Y-6X^2Y+192XY+27Y^2+256Y=0$ which has a node at $(8,-64)$ (and a cusp at $(-4,16)$) corresponding to the bitangent $8x-64y+1=0$ (and flex $-4x+16y+1=0$).
Edit
The dual curve lives in the dual projective plane of lines in the plane. It encodes all the tangent lines of the curve. A double point of this dual curve naturally encodes a bitangent for the original curve.
As for finding the dual, I've used the formula for a parametrized curve. You could plot it and see the double point. I've elected to find a formula for it, and the system of the partial derivatives has solutions $(-4,16)$ (more precisely $\langle 8x+y+16,(y-16)^2\rangle$ ) and $(8,-64).$
Then the correspondence to get the lines goes through the equation for the universal line $xX+yY+1=0.$