At what point on the graph of $y=-3x^3+2x-1$ is the tangent parallel to $y=2x+10$?
Now do I solve this question algebraically or do I solve it graphically since there is no specific x value given to find the slope of the tangent using the IROC method.
Let the tangent be the line $y=2x+c$
When we try to find the point where the line meets the curve, we will get a repeated root if the line is a tangent.
So $2x+c=-3x^3+2x-1$ needs to have a repeated root.
Rearrange to: $3x^3+c+1=0$
For there to be a repeated root, this must be written in the form $(x-a)^2(3x+b)=0$
Expand: $(x^2-2ax+a^2)(3x+b)=0$
$3x^3+(b-6a)x^2+(a^2-2ab)x+a^2b=0$
For the two expressions to be equivalent, there are certain cnditions that have to be met (compare coefficients).
$b-6a=0$
$a^2-2ab=0$
$a^2b=c+1$