Worked solution
Step 1: Apply the (ax+b)^n rule
Using ∫(ax+b)ndx=a(n+1)(ax+b)n+1+c with a=2, n=−2:
The new power is n+1=−1, and the denominator is a(n+1)=2×(−1)=−2.
∫(2x+3)−2dx=−2(2x+3)−1+c=−2(2x+3)1+c
Step 2: Recompute independently by differentiating the candidate answer
dxd(−2(2x+3)1)=dxd(−21(2x+3)−1)=−21×(−1)(2x+3)−2×2=(2x+3)−2
This matches the original integrand exactly, confirming the antiderivative in Step 1 is correct.
Why the other options are wrong
- B: has the wrong sign. This comes from forgetting the negative sign that arises when the power −2 becomes −1.
- C: forgets to divide by a=2, only dividing by the new power n+1=−1.
- D: multiplies by a=2 instead of dividing by it.
Final answer
∫(2x+3)−2dx=−2(2x+3)1+c(Option A)