1. A student claims that $\int \frac{1}{x^2 + 4x + 5}\, dx = \ln|x^2 + 4x + 5| + C$. Which of the following best explains why this claim is incorrect?
- A.The denominator cannot be integrated because it has no real roots
- B.The logarithmic form requires the numerator to be the derivative of the denominator, but $\frac{d}{dx}(x^2 + 4x + 5) = 2x + 4 \neq 1$
- C.The integral should use partial fractions since the denominator is quadratic
- D.The logarithmic antiderivative only works when the denominator is linear
View Answer
Answer: The logarithmic form requires the numerator to be the derivative of the denominator, but $\frac{d}{dx}(x^2 + 4x + 5) = 2x + 4 \neq 1$
Identify the error in reasoning: The $\ln|f(x)| + C$ result applies when the integrand is $\frac{f'(x)}{f(x)}$. Here $f(x) = x^2 + 4x + 5$ and $f'(x) = 2x + 4$, but the numerator is $1$, not $2x + 4$. What the correct approach is: Completing the square: $x^2 + 4x + 5 = (x + 2)^2 + 1$. The integral becomes $\int \frac{1}{(x+2)^2 + 1}\, dx = \arctan(x + 2) + C$. Why distractors fail: Option A is wrong because having no real roots does not prevent integration. Option C is incorrect because partial fractions apply when the denominator factors over the reals. Option D is too restrictive — the logarithmic form works for any $\frac{f'(x)}{f(x)}$, not only when $f$ is linear.