I am suppose to find the equation of a tangent line and I am given the following information: $ y = \sqrt[4] {x}$, $(1,1)$ I know the formula $f(a+h)-f(a)$ but it does not seem to be helping me.
|
|
Equation of tangent line at point $(a,f(a))$ is $y = f(a) + f'(a)(x - a)$, so we have to find $f'(x)$ and than plug in value $a$ into the result. $$ f'(x) = (\sqrt[4]{x})' = ({x^{\frac{1}{4}}})' = \frac{1}{4}{x^{\frac{{ - 3}}{4}}}$$ $$\implies f'(a) = f'(1) = \frac{1}{4}$$ Since $f(1) = 1$, we can write next equation $y = 1 + \frac{1}{4}(x - 1)$ which means that equation of tangent line is $y = \frac{1}{4}x + \frac{3}{4}$. |
|||||||||||||
|
|
SET OF HINTS: For the point-slope form of a tangent lint, $y - y_0 = m (x - x_0)$, you need exactly 2 pieces of information: the slope $m$ of the line and a point $(x_0, y_0)$ that the line goes through. You have the point, so how do you find the slope? Well, the derivative tells you something about the slope, right? If you know what that is, then you can assemble both of these pieces of information into the equation for the tangent line. |
|||||||||||||
|