Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

3.5 Q-14

Question Statement

We are asked to solve the following integral:

∫1(x+1)2(xβˆ’1),dx\int \frac{1}{(x + 1)^2(x - 1)} , dx

Background and Explanation

This problem involves partial fraction decomposition, a method that breaks a rational function into simpler fractions, making it easier to integrate each term separately. Here, the denominator has a repeated factor (x+1)2(x + 1)^2 and a linear factor (xβˆ’1)(x - 1), so we decompose the expression into the following form:

Axβˆ’1+Bx+1+C(x+1)2\frac{A}{x - 1} + \frac{B}{x + 1} + \frac{C}{(x + 1)^2}

We will solve for the constants AA, BB, and CC by equating terms after multiplying through by the common denominator.


Solution

We begin by expressing the integrand as a sum of partial fractions:

1(x+1)2(xβˆ’1)=Axβˆ’1+Bx+1+C(x+1)2(i)\frac{1}{(x + 1)^2(x - 1)} = \frac{A}{x - 1} + \frac{B}{x + 1} + \frac{C}{(x + 1)^2} \tag{i}

Next, we multiply both sides of equation (i) by (x+1)2(xβˆ’1)(x + 1)^2(x - 1) to eliminate the denominators:

1=A(x+1)2+B(x+1)(xβˆ’1)+C(xβˆ’1)(ii)1 = A(x + 1)^2 + B(x + 1)(x - 1) + C(x - 1) \tag{ii}

Step 1: Solve for AA

Substitute x=βˆ’1x = -1 into equation (ii) to solve for AA:

1=A(1+1)21=A(2)2β‡’4A=1A=141 = A(1 + 1)^2 1 = A(2)^2 \quad \Rightarrow \quad 4A = 1 A = \frac{1}{4}

Step 2: Solve for CC

Substitute x=1x = 1 into equation (ii) to solve for CC:

1=C(1βˆ’1)1=C(βˆ’2)β‡’βˆ’2C=1C=βˆ’121 = C(1 - 1) 1 = C(-2) \quad \Rightarrow \quad -2C = 1 C = \frac{-1}{2}

Step 3: Solve for BB

Now, equate the coefficients of x2x^2 from both sides of equation (ii) to solve for BB:

0=A+B0=14+Bβ‡’B=βˆ’140 = A + B 0 = \frac{1}{4} + B \quad \Rightarrow \quad B = -\frac{1}{4}

Thus, we can rewrite the integrand as:

1(x+1)2(xβˆ’1)=14xβˆ’1βˆ’14x+1βˆ’12(x+1)2\frac{1}{(x + 1)^2(x - 1)} = \frac{\frac{1}{4}}{x - 1} - \frac{\frac{1}{4}}{x + 1} - \frac{\frac{1}{2}}{(x + 1)^2}

Step 4: Integrate Each Term

Now, we integrate each term:

  1. ∫14xβˆ’1,dx=14ln⁑∣xβˆ’1∣\int \frac{\frac{1}{4}}{x - 1} , dx = \frac{1}{4} \ln |x - 1|
  2. ∫14x+1,dx=14ln⁑∣x+1∣\int \frac{\frac{1}{4}}{x + 1} , dx = \frac{1}{4} \ln |x + 1|
  3. ∫12(x+1)2,dx=12(βˆ’1x+1)=βˆ’12(x+1)\int \frac{\frac{1}{2}}{(x + 1)^2} , dx = \frac{1}{2} \left( -\frac{1}{x + 1} \right) = -\frac{1}{2(x + 1)}

Thus, the integral becomes:

14ln⁑∣xβˆ’1βˆ£βˆ’14ln⁑∣x+1βˆ£βˆ’12(x+1)+C\frac{1}{4} \ln |x - 1| - \frac{1}{4} \ln |x + 1| - \frac{1}{2(x + 1)} + C

Final Answer:

Therefore, the solution to the integral is:

14ln⁑∣xβˆ’1x+1∣+12(x+1)+C\boxed{\frac{1}{4} \ln \left|\frac{x - 1}{x + 1}\right| + \frac{1}{2(x + 1)} + C}

Key Formulas or Methods Used

  • Partial Fraction Decomposition: Used to break the rational function into simpler fractions.
  • Integration of Common Rational Functions:
    • ∫1x,dx=ln⁑∣x∣\int \frac{1}{x} , dx = \ln |x|
    • ∫1x2,dx=βˆ’1x\int \frac{1}{x^2} , dx = -\frac{1}{x}

Summary of Steps

  1. Express the integrand as a sum of partial fractions.
  2. Solve for the unknown coefficients AA, BB, and CC by substituting values for xx.
  3. Rewrite the integral with the solved coefficients.
  4. Integrate each term using standard integration rules.
  5. Combine the results and simplify the expression.