if y = f(x) = x^(1/3) Then dy = (1/3)x^(-2/3) dx here let x = 27 and then delta x = 26.1 - 27 = -.9
or stated another way f(x2) - f(x1) = f'(x1)(x2 - x1) or f(26.1) - f(27) = (1/3)(27)^(-2/3)(26.1-27)
f(26.1) = -.0333 + 3 = 2.9666
The taylor's method says f(x) = f(xo) + f'(xo)(x-xo) which is basically the same as above. x = 26.1, xo = 27
or f(26.1) = f(27) + (1/3)(27)^(-2/3)(26.1-27) = 3 - .0333 = 2.9666