If you're doing this for a calculus class, then this will work. The linear approximation of a function is the tangent line to the function. In your case, you're trying to find the linear approximation at a point on the function f(x) = cuberoot(x). For a general function, f(x), the formula for the linear approximation is:
f(a)+f'(a)(x-a). The closer x is to a, the better the approximation is. Using f(x) = cuberoot(x), and a = 8, you will get a decent approximation of cuberoot(8.5). I chose a = 8 because the cube root of 8 is 2, which you can do in your head.
So: f(a) = f(8) = 2. f'(x)= 1/3(x)^(-2/3), just using the power rule for derivatives. Therefore f'(a) = f'(8) = 1/3(8)^(-2/3) = 1/12.
Since you're approximating the cube root of 8.5, now plug in those numbers and x = 8.5 into the above formula for the linear approximation.
approximation = f(8) + f'(8)(8.5 - 8) = 2 + (1/12)(.5) =2.04166666666666.
The actual value of cuberoot(8.5) is roughly 2.040827551, so the approximation is pretty close. The approximation is slightly above the real value, which should make sense because the tangent line to the curve at x = 8 is above the curve itself.