Ron K. answered 09/18/23
Former teacher; graduate degrees in mathematics and education
1. w(5) is the limit as x approaches 0 of the expression [w(x + 5) - w(5)] / x. The value of this limit is 46/25.
That is one form of the limit definition of the derivative of a function (here, w) at a point (here, 5). The expression:
2(x +5 ) + 4/(x+5) - ( 2(5) + 4/5 )
-------------------------------------------
x
which eventually simplifies to
lim (10x + 46) / (5x + 25) = 46/25
x→0
2. The slope of the tangent to w(x) at x=5 is the first derivative there, i.e. w'(5)=46/25, from above. So, in slope-intercept form, the equation of this tangent is y = mx + b, i.e. y = (46/25)x + b . To find b, first find y when x=5: y = w(5) = 2(5) + 4/5 = 54/5 . Therefore, b = y - mx = 54/5 - 5(46/25) = 8/5, so the equation of the tangent is y = (46/25)x + 8/5.