Finding the equation for a tangent line at a certain point

101 Views Asked by At

I would like to find the equation for the tangent line of $y=(x^3-25x)^8$ at point $(-5,0)$.

I know that you have to find the first derivative, but I don't know where to go from there.

2

There are 2 best solutions below

0
On

Once a value for the slope $m$ is known from the derivative at the given point, use the parameterized definition of a line to get values for x and y in terms of the parameter t and the tangent point (-5,0):

$x = 1 * t - 5$
$y = m * t + 0$

If desired, eliminate t from this system of equations to obtain a standard equation fo the line just in terms of $x$ and $y$.

0
On

Equation of the tangent line of $f(x)=(x^3-25x)^8$ at $(-5,0)$ is $$y−y_0=f′(x_0).(x−x_0)$$ where $y_0=0,x_0=-5$. $$f'(x)=8(x^3-25x)^7(3x^2-25)\Rightarrow f'(-5)=0$$ So equation of the tangent line is $$y-0=0(x+5)\Rightarrow y=0$$