
William W. answered 03/29/22
Experienced Tutor and Retired Engineer
The function in question is the cuberoot function f(x) = 3√x also known as f(x) = x1/3
At x = 1.00, the function value is also 1.00 [f(1) = 11/3 = 1] so point (1, 1) is a point on the function graph.
To get a linear approximation, you would determine what the line tangent to the function is that passes through (1,1) and use that to estimate f(0.99) and f(1.06).
The derivative of f(x) = x1/3 is f '(x) = 1/3x-2/3 so f '(1) = 1/3(1)-2/3 = 1/3 which means the slope of the tangent line is 1/3. We can use the point-slope form [y - y1 = m(x - x1)] to write the equation of the tangent line:
y - 1 = 1/3(x - 1) or y = 1/3x + 2/3
So to estimate f(0.99) use 0.99 for "x" in this tangent line equation:
y = 1/3(0.99) + 2/3 ≈ 0.9967
And to estimate f(1.06) use x = 1.06 for "x" in this tangent line equation:
y = 1/3(1.06) + 2/3 ≈ 1.02
Mariam A.
Why the linearization is not 1/3(z-0)+1=1/3z+1?03/29/22