So, my question is as following.
"Find all the points on the curve $y= 2x^3 + 3x^2 - 10x +3$ where the gradient of the tangent is 2."
I used $\frac{dy}{dx}$ in order to get the formula for the gradient function.
$\frac{dy}{dx} = 6x^2 + 6x - 10$ (or when divided by 2 it's $3x^2 + 3x - 5$)
How do I continue? When I set the derived equation equal to 2, I do not get the answer given in the book.
Any input would be appreciated!
We know that $\frac{dy}{dx} = 6x^2 + 6x - 10$. We can factor out a $2$ from the polynomial, giving us $\frac{dy}{dx} = 2(3x^2 + 3x - 5)$; substituting the desired slope of $2$ gives us the quadratic $2(3x^2 + 3x - 5) = 2$. You can't just divide the polynomial by a constant factor when the other side is nonzero unless you also divide the other side by the same factor.