1. Evaluate $\int_2^3 \frac{1}{x^2 - 1}\, dx$.
- A.$\frac{1}{2}\ln\!\left(\frac{4}{3}\right)$
- B.$\frac{1}{2}\ln\!\left(\frac{3}{2}\right)$
- C.$\frac{1}{2}\ln\!\left(\frac{2}{3}\right)$
- D.$\ln\!\left(\frac{3}{2}\right)$
View Answer
Answer: $\frac{1}{2}\ln\!\left(\frac{3}{2}\right)$
Decompose: $\frac{1}{x^2-1} = \frac{1}{(x-1)(x+1)} = \frac{1/2}{x-1} - \frac{1/2}{x+1}$. Integrate: $\int_2^3 \left(\frac{1/2}{x-1} - \frac{1/2}{x+1}\right) dx = \frac{1}{2}\left[\ln|x-1| - \ln|x+1|\right]_2^3 = \frac{1}{2}\left[\ln\frac{|x-1|}{|x+1|}\right]_2^3$. Evaluate bounds: At $x=3$: $\ln\frac{2}{4} = \ln\frac{1}{2}$. At $x=2$: $\ln\frac{1}{3}$. Result: $\frac{1}{2}\left(\ln\frac{1}{2} - \ln\frac{1}{3}\right) = \frac{1}{2}\ln\frac{1/2}{1/3} = \frac{1}{2}\ln\frac{3}{2}$. Why distractors fail: Option A ($\frac{1}{2}\ln(4/3)$) arises from an arithmetic error in evaluating the bounds. Option C is the negative of the correct answer. Option D is missing the factor of $\frac{1}{2}$ from the partial fraction coefficients.