
William W. answered 11/02/20
Experienced Tutor and Retired Engineer
Remember that the point-slope form of a line is: y - y1 = m(x - x1). If you want to replace the function with a line approximating it, use the point (x1, y1) where x1 = 3 and use the derivative at x = 3 as the slope m.
If x1 = 3 then y1 = √(25 - 32) = 4
f '(x) = -x/(25 - x2)1/2 (by the power rule and chain rule)
f '(3) = -3/(25 - 32)1/2 = -3/4
So the linearization is y - 4 = -3/4(x - 3)
You can make this "fancy" by giving it a function name like L(x) and moving the 4 to the other side like this:
L(x) = 4 - 3/4(x - 3) or multiplying it out and combining like-terms but it's still be same thing.