1. An engineer needs to estimate $\sin(31°)$ without a calculator. They know that $\sin(30°) = 0.5$ and $\cos(30°) = \frac{\sqrt{3}}{2} \approx 0.8660$. Which of the following correctly sets up and evaluates the linear approximation? (Note: angles must be converted to radians for calculus.)
- A.$\sin(31°) \approx 0.5 + 0.8660 \times 1 = 1.366$
- B.$\sin(31°) \approx 0.5 + 0.8660 \times \frac{\pi}{180} \approx 0.5151$
- C.$\sin(31°) \approx 0.5 + 0.5 \times \frac{\pi}{180} \approx 0.5087$
- D.$\sin(31°) \approx 0.5 - 0.8660 \times \frac{\pi}{180} \approx 0.4849$
View Answer
Answer: $\sin(31°) \approx 0.5 + 0.8660 \times \frac{\pi}{180} \approx 0.5151$
Set up the linearization: Let $f(x) = \sin(x)$ in radians, $a = \pi/6$ (i.e., $30°$). Then $f(a) = 0.5$, $f'(x) = \cos(x)$, and $f'(a) = \cos(\pi/6) \approx 0.8660$. Convert the increment to radians: $31° - 30° = 1°$, and $1° = \frac{\pi}{180} \approx 0.01745$ radians. Evaluate: $L = 0.5 + 0.8660 \times 0.01745 \approx 0.5 + 0.01512 \approx 0.5151$. Why distractors fail: Option A uses $\Delta x = 1$ (degree, not radians), giving an absurd result. Option C uses $\sin(30°) = 0.5$ as the slope instead of $\cos(30°)$. Option D subtracts instead of adding, which would be appropriate if the derivative were negative.