How do you find the equation of the line tangent to the graph of #f(x)=sqrt( x-1)# at the point (5,2)?
2 Answers
First, find the slope. (We already have point (5, 2).)
Explanation:
I will assume that you have not yet been taught the rules for finding derivatives (the 'shortcuts'). So, we will use a definition.
The slope of the line tangent to the graph of the function
(Each author,teacher,presenter needs to choose one definition as the 'official' definition. Many will immediately mention other possibilities as 'equivalents'.)
For this question we have
We'll find:
(Note that substitution gets us the indeterminate form
# = lim_(hrarr0) (sqrt(4+h)-2)/h#
# = lim_(hrarr0) ((sqrt(4+h)-2))/h * ((sqrt(4+h)+2))/((sqrt(4+h)+2))#
# = lim_(hrarr0) (4+h-4)/(h(sqrt(4+h)+2))#
# = lim_(hrarr0) h/(h(sqrt(4+h)+2))#
The expression whose limit we want is equal to
#lim_(hrarr0) h/(h(sqrt(4+h)+2)) = lim_(hrarr0) 1/(sqrt(4+h)+2) = 1/(sqrt4 =2) = 1/4#
The slope of the tangent we were asked about is
So the tangent line has slope
The equation, in slope-intercept form, of that line is:
If you already know the power rule and the chain rule,
find
so the slope of the tangent line at
Explanation:
The slope of the tangent to the graph of
#color(blue)("slope" = m = f^(')(x))#
You can aclculate it by using the chain rule for
#d/dx(u^(1/2)) = d/(du)u^(1/2) * d/dx(u)#
#d/dx(u^(1/2)) = 1/2 u^(-1/2) * d/dx(x-1)#
#d/dx((x-1)^(1/2)) = 1/2 * 1/sqrt(x-1) * 1#
#d/dx(sqrt(x-1)) = 1/(2sqrt(x-1))#
For your point
#m = 1/(2 * sqrt(5-1)) = 1/(2 * 2) = 1/4#
The point-slope form for a general line given a point
#color(blue)(y-y_1 = m * (x - x_1))#
For your point, you have
#y - 2 = 1/4 * (x - 5)#
Alternatively, you can rewrite this in slope-intercept form
#y = 1/4x - 5/4 + 8/4#
#y = 1/4x +3/4#