I got the derivative $2x-1$ but I don't know where to go from there. Any help is appreciated.
2026-03-25 19:12:01.1774465921
Find the equation of the tangent line of $y=x^2-x$ at $(-2,6)$.
63 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
First, the slope of the tangent is the derivative of the function at point $(x_1, y_1)$, which is said to be $(-2, 6)$. $$f’x = 2x-1$$ $$ m = f’(x_1)$$ $$m = 2\cdot(-2)-1$$ $$\implies \boxed{m = -5}$$ Now, we have the slope, and we have a point. Therefore, we’ll use point-slope form to find the equation of the tangent line. $$y-y_1 = m\cdot(x-x_1)$$ $$y-6 = -5\cdot(x-(-2))$$ $$y-6 = -5\cdot(x+2)$$ $$y-6 = -5x-10 \implies \boxed{y = -5x-4}$$