1. Find the equation of the tangent line to $f(x) = 2x^2 - 3x + 1$ at the point where $x = 1$.
- A.$y = x - 1$
- B.$y = x$
- C.$y = 4x - 4$
- D.$y = x + 1$
View Answer
Answer: $y = x - 1$
Find f(1): $f(1) = 2(1)^2 - 3(1) + 1 = 2 - 3 + 1 = 0$. So the point is $(1, 0)$. Find f'(x) and evaluate at x = 1: $f'(x) = 4x - 3$, so $f'(1) = 4 - 3 = 1$. Write the tangent line: Point-slope: $y - 0 = 1(x - 1)$, giving $y = x - 1$. Why distractors fail: Option B ($y = x$) has the correct slope but the wrong $y$-intercept. Option C ($y = 4x - 4$) uses $f'(x) = 4x$ without subtracting $3$, or evaluates at the wrong point. Option D ($y = x + 1$) has the correct slope but shifts the line up instead of down.