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

3.5 Q-15

Question Statement

We are asked to evaluate the following integral:

∫x+4x3βˆ’3x2+4,dx\int \frac{x + 4}{x^3 - 3x^2 + 4} , dx

Background and Explanation

The integral involves a rational function with a cubic denominator. To solve this, we use partial fraction decomposition, which allows us to express the rational function as a sum of simpler fractions. This is useful because each term can be integrated separately.

The denominator x3βˆ’3x2+4x^3 - 3x^2 + 4 can be factored into:

(x+1)(xβˆ’2)2(x + 1)(x - 2)^2

We will decompose the integrand into terms of the form:

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

We will solve for the constants AA, BB, and CC by multiplying both sides of the equation by the denominator and simplifying.


Solution

Step 1: Factor the Denominator

The denominator can be factored as:

x3βˆ’3x2+4=(x+1)(xβˆ’2)2x^3 - 3x^2 + 4 = (x + 1)(x - 2)^2

Thus, the integral becomes:

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

Step 2: Set up Partial Fraction Decomposition

We decompose the fraction as follows:

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

Step 3: Multiply Both Sides by the Denominator

To eliminate the denominator, multiply both sides of equation (i) by (x+1)(xβˆ’2)2(x + 1)(x - 2)^2:

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

Step 4: Solve for AA, BB, and CC

Step 4.1: Solve for AA

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

x+4=A(xβˆ’2)2+B(x+1)(xβˆ’2)+C(x+1)WhenΒ x=βˆ’1:(βˆ’1)+4=A(βˆ’1βˆ’2)2+B(βˆ’1+1)(βˆ’1βˆ’2)+C(βˆ’1+1)3=A(9)+B(0)+C(0)A=13x + 4 = A(x - 2)^2 + B(x + 1)(x - 2) + C(x + 1) \text{When } x = -1: (-1) + 4 = A(-1 - 2)^2 + B(-1 + 1)(-1 - 2) + C(-1 + 1) 3 = A(9) + B(0) + C(0) A = \frac{1}{3}

Step 4.2: Solve for CC

Substitute x=2x = 2 into equation (ii) to find CC:

x+4=A(xβˆ’2)2+B(x+1)(xβˆ’2)+C(x+1)WhenΒ x=2:2+4=A(2βˆ’2)2+B(2+1)(2βˆ’2)+C(2+1)6=C(3)C=2x + 4 = A(x - 2)^2 + B(x + 1)(x - 2) + C(x + 1) \text{When } x = 2: 2 + 4 = A(2 - 2)^2 + B(2 + 1)(2 - 2) + C(2 + 1) 6 = C(3) C = 2

Step 4.3: Solve for BB

Now that we know AA and CC, substitute A=13A = \frac{1}{3} and C=2C = 2 into equation (ii) and solve for BB. One way to do this is to equate the coefficients of xx terms, but a quicker approach is to use the value of x=βˆ’1x = -1 in equation (ii) directly to solve for BB.

We find:

B=βˆ’13B = -\frac{1}{3}

Step 5: Rewrite the Integral

Now that we have found A=13A = \frac{1}{3}, B=βˆ’13B = -\frac{1}{3}, and C=2C = 2, we can rewrite the integral as:

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

Step 6: Integrate Each Term

Now, we integrate each term:

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

Thus, the integral becomes:

13ln⁑∣x+1βˆ£βˆ’13ln⁑∣xβˆ’2βˆ£βˆ’2xβˆ’2+C\frac{1}{3} \ln |x + 1| - \frac{1}{3} \ln |x - 2| - \frac{2}{x - 2} + C

Final Answer:

Therefore, the solution to the integral is:

13ln⁑(x+1xβˆ’2)βˆ’2xβˆ’2+C\boxed{\frac{1}{3} \ln \left( \frac{x + 1}{x - 2} \right) - \frac{2}{x - 2} + C}

Key Formulas or Methods Used

  • Partial Fraction Decomposition: Used to decompose a rational function into simpler fractions for easier integration.
  • Basic Integration Rules:
    • ∫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. Factor the denominator x3βˆ’3x2+4x^3 - 3x^2 + 4 as (x+1)(xβˆ’2)2(x + 1)(x - 2)^2.
  2. Set up the partial fraction decomposition and solve for constants AA, BB, and CC.
  3. Substitute values for xx (like x=βˆ’1x = -1 and x=2x = 2) to solve for the constants.
  4. Rewrite the integrand using the values of AA, BB, and CC.
  5. Integrate each term separately using standard integration rules.
  6. Combine the results to get the final answer.