Final answer:
To approximate cos(227°) using a linear approximation of cos(x) at x = 5π/4, we use the linearization formula L(x) = f(a) + f'(a)(x - a). After converting the angle to radians and computing the values, the linearization yields a close approximation of the cosine at that angle.
Step-by-step explanation:
To approximate cos(227°) using a linear approximation of f(x) = cos(x) at x = 5π/4, we need to implement the process of linearization. Linearization approximates the value of a function at a point close to where it is already known.
The formula for the linear approximation of a function f at a point a is given by:
L(x) = f(a) + f'(a)(x - a)
First, we convert the angle from degrees to radians since trigonometric functions in calculus are typically computed in radians.
227° = 227° × (π/180°) ≈ 3.9635 radians
At x = 5π/4, cos(5π/4) = -√2/2, and the derivative of cos(x) is -sin(x), so -sin(5π/4) = -(-√2/2) = √2/2.
The linear approximation L(x) at x = 5π/4 is:
L(x) = -√2/2 + (√2/2)(x - 5π/4)
Plugging in x ≈ 3.9635 radians, we get:
L(3.9635) ≈ -√2/2 + (√2/2)(3.9635 - 5π/4)
When computed and rounded to four decimal places, the result is the approximate value for cos(227°).