1. A student needs to evaluate $\int \frac{2x + 6}{x^2 + 6x + 13}\, dx$. After recognizing that $2x + 6$ is the derivative of the denominator, they write the answer as $\ln|x^2 + 6x + 13| + C$. Is this approach valid, and if so, why?
- A.It is invalid because the denominator has no real roots, so the logarithmic form cannot apply
- B.It is invalid because completing the square is always required when the denominator is an irreducible quadratic
- C.It is valid because $\frac{d}{dx}(x^2 + 6x + 13) = 2x + 6$, matching the $f'/f$ pattern exactly
- D.It is valid only if the absolute value signs are removed, since $x^2 + 6x + 13 > 0$ for all $x$
View Answer
Answer: It is valid because $\frac{d}{dx}(x^2 + 6x + 13) = 2x + 6$, matching the $f'/f$ pattern exactly
Verify the f′/f condition: Let $f(x) = x^2 + 6x + 13$. Then $f'(x) = 2x + 6$, which matches the numerator exactly. Why the correct answer works: Since the integrand is $\frac{f'(x)}{f(x)}$, the antiderivative is $\ln|f(x)| + C$. The student's work is correct. Why distractors fail: Option A is wrong — the $f'/f$ logarithmic form does not require real roots in the denominator. Option B is wrong — completing the square is needed only when the numerator does not match $f'(x)$. Option D raises a valid technical point (the denominator is always positive, so absolute values are optional), but this does not invalidate the student's answer — the result with absolute values is still correct.