Given the function f(x) = x^3 + x, find the differential dy when x = 2 and dx = 0.1.
First, find the derivative: f'(x) = 3x^2 + 1. At x = 2, f'(2) = 3(2^2) + 1 = 13. Then, dy = f'(x)dx = 13 × 0.1 = 1.3.
How can differentials be used to approximate the value of a function, and what is the approximate value of f(2.1) for f(x) = x^3 + x?
Differentials approximate f(x + dx) ≈ f(x) + dy, where dy = f'(x)dx. For f(x) = x^3 + x, x = 2, dx = 0.1: f(2) = 10, dy = 1.3, so f(2.1) ≈ 10 + 1.3 = 11.3.
Explain how to calculate absolute error and relative error when using differentials to approximate a function value, and compute both for the approximation of f(2.1) for f(x) = x^3 + x.