Comprehensive Study Guide on Partial Fraction Decomposition and Integration Techniques

Partial Fraction Decomposition Overview and Algorithm

  • Definition and Purpose:

    • Partial fraction decomposition is an algebraic technique used to rewrite rational functions f(x)=P(x)Q(x)f(x) = \frac{P(x)}{Q(x)} as a sum of simpler rational fractions that are easier to integrate.

    • Introductory example: Given the identity         2x3(x1)(x2)=1x1+1x2\frac{2x - 3}{(x - 1)(x - 2)} = \frac{1}{x - 1} + \frac{1}{x - 2}         Integrating the left-hand side yields:         2x3(x1)(x2)dx=1x1dx+1x2dx=ln(x1)+ln(x2)+C\int \frac{2x - 3}{(x - 1)(x - 2)}\,dx = \int \frac{1}{x - 1}\,dx + \int \frac{1}{x - 2}\,dx = \ln(|x - 1|) + \ln(|x - 2|) + C

  • General Strategy for Integrating Rational Functions:

    • Let P(x)P(x) and Q(x)Q(x) be polynomials, defining the rational function f(x)=P(x)Q(x)f(x) = \frac{P(x)}{Q(x)}.

    • Step 1: Check Rational Function Type (Proper vs. Improper):

      • If f(x)f(x) is improper (meaning deg(P(x))deg(Q(x))\deg(P(x)) \ge \deg(Q(x))), perform polynomial long division to decompose the fraction into:             f(x)=S(x)+R(x)Q(x)f(x) = S(x) + \frac{R(x)}{Q(x)}             where S(x)S(x) is the quotient polynomial and R(x)R(x) is the remainder polynomial such that deg(R(x))<deg(Q(x))\deg(R(x)) < \deg(Q(x)).

      • If f(x)f(x) is proper (meaning deg(P(x))<deg(Q(x))\deg(P(x)) < \deg(Q(x))), proceed directly to Step 2.

    • Step 2: Factor the Denominator Q(x)Q(x) Fully:

      • Factor Q(x)Q(x) completely into linear factors of the form (ax+b)(ax + b) and irreducible quadratic factors of the form (ax2+bx+c)(ax^2 + bx + c) where the discriminant Δ=b24ac<0\Delta = b^2 - 4ac < 0.

    • Step 3: Apply Partial Fraction Decomposition:

      • Set up the algebraic decomposition according to one or more of the four distinct factor cases.

Case 1: Denominator with Distinct Linear Factors

  • Condition:

    • The denominator Q(x)Q(x) is a product of non-repeating, distinct linear factors.

  • General Decomposition Form:

    • Suppose Q(x)=(a1x+b1)(a2x+b2)(akx+bk)Q(x) = (a_1 x + b_1)(a_2 x + b_2) \dots (a_k x + b_k).

    • The decomposition format is:         P(x)Q(x)=A1a1x+b1+A2a2x+b2++Akakx+bk\frac{P(x)}{Q(x)} = \frac{A_1}{a_1 x + b_1} + \frac{A_2}{a_2 x + b_2} + \dots + \frac{A_k}{a_k x + b_k}         where A1,A2,,AkA_1, A_2, \dots, A_k are real constants to be solved.

  • Worked Example 1: Integration with Distinct Linear Factors:

    • Evaluate the integral:         6x210x+8x3x29x+9dx\int \frac{6x^2 - 10x + 8}{x^3 - x^2 - 9x + 9}\,dx

    • Factor the denominator by grouping:         Q(x)=x3x29x+9=x2(x1)9(x1)=(x29)(x1)=(x3)(x+3)(x1)Q(x) = x^3 - x^2 - 9x + 9 = x^2(x - 1) - 9(x - 1) = (x^2 - 9)(x - 1) = (x - 3)(x + 3)(x - 1)

    • Set up partial fraction decomposition:         6x210x+8(x3)(x+3)(x1)=Ax3+Bx+3+Cx1\frac{6x^2 - 10x + 8}{(x - 3)(x + 3)(x - 1)} = \frac{A}{x - 3} + \frac{B}{x + 3} + \frac{C}{x - 1}

    • Multiply through by the common denominator:         6x210x+8=A(x+3)(x1)+B(x3)(x1)+C(x3)(x+3)6x^2 - 10x + 8 = A(x + 3)(x - 1) + B(x - 3)(x - 1) + C(x - 3)(x + 3)

    • Solve for constants by substitution:

      • Substitute x=3x = 3:             6(3)210(3)+8=A(6)(2)    32=12A    A=836(3)^2 - 10(3) + 8 = A(6)(2) \implies 32 = 12A \implies A = \frac{8}{3}

      • Substitute x=3x = -3:             6(3)210(3)+8=B(6)(4)    92=24B    B=2366(-3)^2 - 10(-3) + 8 = B(-6)(-4) \implies 92 = 24B \implies B = \frac{23}{6}

      • Substitute x=1x = 1:             6(1)210(1)+8=C(2)(4)    4=8C    C=126(1)^2 - 10(1) + 8 = C(-2)(4) \implies 4 = -8C \implies C = -\frac{1}{2}

    • Integrate each term:         (8/3x3+23/6x+31/2x1)dx=83ln(x3)+236ln(x+3)12ln(x1)+C\int \left( \frac{8/3}{x - 3} + \frac{23/6}{x + 3} - \frac{1/2}{x - 1} \right)\,dx = \frac{8}{3}\ln(|x - 3|) + \frac{23}{6}\ln(|x + 3|) - \frac{1}{2}\ln(|x - 1|) + C

  • Worked Example 2: Trigonometric Integration via Substitution:

    • Evaluate the integral:         6cos(x)2sin2(x)9sin(x)+20dx\int \frac{6\cos(x)}{2\sin^2(x) - 9\sin(x) + 20}\,dx

    • Substitute u=sin(x)u = \sin(x), leading to du=cos(x)dxdu = \cos(x)\,dx:         62u29u+20du\int \frac{6}{2u^2 - 9u + 20}\,du

  • Worked Example 3: Radical Expression Integration:

    • Evaluate the integral:         xx+9dx\int \frac{x}{\sqrt{x + 9}}\,dx

    • Substitute u=x+9u = \sqrt{x + 9}, giving u2=x+9    x=u29u^2 = x + 9 \implies x = u^2 - 9 and dx=2ududx = 2u\,du:         u29u(2udu)=2(u29)du=2(u339u)+C=23(x+9)3/218x+9+C\int \frac{u^2 - 9}{u} (2u\,du) = 2 \int (u^2 - 9)\,du = 2 \left( \frac{u^3}{3} - 9u \right) + C = \frac{2}{3}(x + 9)^{3/2} - 18\sqrt{x + 9} + C

Case 2: Denominator with Repeated Linear Factors

  • Condition:

    • The denominator Q(x)Q(x) contains a linear factor (a1x+b1)(a_1 x + b_1) raised to a power k>1k > 1

  • General Decomposition Form:

    • For each repeated linear factor (a1x+b1)k(a_1 x + b_1)^k, include a sum of kk partial fractions with increasing powers in the denominator:         A1a1x+b1+A2(a1x+b1)2+A3(a1x+b1)3++Ak(a1x+b1)k\frac{A_1}{a_1 x + b_1} + \frac{A_2}{(a_1 x + b_1)^2} + \frac{A_3}{(a_1 x + b_1)^3} + \dots + \frac{A_k}{(a_1 x + b_1)^k}         where A1,A2,,AkA_1, A_2, \dots, A_k are real constants.

  • Worked Example 1: Form Setup:

    • Write the partial fraction decomposition form for:         f(x)=2x2+9x12(3x1)(x+5)2f(x) = \frac{2x^2 + 9x - 12}{(3x - 1)(x + 5)^2}

    • Form:         2x2+9x12(3x1)(x+5)2=A3x1+Bx+5+C(x+5)2\frac{2x^2 + 9x - 12}{(3x - 1)(x + 5)^2} = \frac{A}{3x - 1} + \frac{B}{x + 5} + \frac{C}{(x + 5)^2}

  • Worked Example 2: Integration of Improper Function with Repeated Factors:

    • Evaluate the integral:         4x32x2+4x+1x3x2x+1dx\int \frac{4x^3 - 2x^2 + 4x + 1}{x^3 - x^2 - x + 1}\,dx

    • Step 1: Perform long division since deg(P)=deg(Q)=3\deg(P) = \deg(Q) = 3:         4x32x2+4x+1x3x2x+1=4+2x2+8x3x3x2x+1\frac{4x^3 - 2x^2 + 4x + 1}{x^3 - x^2 - x + 1} = 4 + \frac{2x^2 + 8x - 3}{x^3 - x^2 - x + 1}

    • Step 2: Factor denominator:         x3x2x+1=x2(x1)1(x1)=(x21)(x1)=(x+1)(x1)2x^3 - x^2 - x + 1 = x^2(x - 1) - 1(x - 1) = (x^2 - 1)(x - 1) = (x + 1)(x - 1)^2

    • Step 3: Decomposition setup:         2x2+8x3(x+1)(x1)2=Ax+1+Bx1+C(x1)2\frac{2x^2 + 8x - 3}{(x + 1)(x - 1)^2} = \frac{A}{x + 1} + \frac{B}{x - 1} + \frac{C}{(x - 1)^2}

    • Step 4: Solve coefficients:         2x2+8x3=A(x1)2+B(x+1)(x1)+C(x+1)2x^2 + 8x - 3 = A(x - 1)^2 + B(x + 1)(x - 1) + C(x + 1)

      • Substitute x=1x = 1: 2(1)2+8(1)3=C(2)    7=2C    C=722(1)^2 + 8(1) - 3 = C(2) \implies 7 = 2C \implies C = \frac{7}{2}

      • Substitute x=1x = -1: 2(1)2+8(1)3=A(2)2    9=4A    A=942(-1)^2 + 8(-1) - 3 = A(-2)^2 \implies -9 = 4A \implies A = -\frac{9}{4}

      • Substitute x=0x = 0: 3=A(1)B(1)+C(1)    3=94B+72    B=174-3 = A(1) - B(1) + C(1) \implies -3 = -\frac{9}{4} - B + \frac{7}{2} \implies B = \frac{17}{4}

    • Step 5: Integrate:         (49/4x+1+17/4x1+7/2(x1)2)dx=4x94ln(x+1)+174ln(x1)72(x1)+C\int \left( 4 - \frac{9/4}{x + 1} + \frac{17/4}{x - 1} + \frac{7/2}{(x - 1)^2} \right)\,dx = 4x - \frac{9}{4}\ln(|x + 1|) + \frac{17}{4}\ln(|x - 1|) - \frac{7}{2(x - 1)} + C

Case 3: Denominator with an Irreducible Quadratic Factor

  • Condition:

    • The denominator Q(x)Q(x) contains a quadratic factor ax2+bx+cax^2 + bx + c with discriminant Δ=b24ac<0\Delta = b^2 - 4ac < 0.

  • General Decomposition Form:

    • For each non-repeated irreducible quadratic factor ax2+bx+cax^2 + bx + c, include a term with a linear numerator:         Ax+Bax2+bx+c\frac{Ax + B}{ax^2 + bx + c}         where AA and BB are constants to be determined.

  • Worked Example 1: Form Setups:

    • Part (a): Write the form for:         f(x)=2x2+4x+1(x1)(x2+9)f(x) = \frac{2x^2 + 4x + 1}{(x - 1)(x^2 + 9)}

      • Since x2+9x^2 + 9 is irreducible (Δ=36<0\Delta = -36 < 0):             2x2+4x+1(x1)(x2+9)=Ax1+Bx+Cx2+9\frac{2x^2 + 4x + 1}{(x - 1)(x^2 + 9)} = \frac{A}{x - 1} + \frac{Bx + C}{x^2 + 9}

    • Part (b): Write the form for:         f(x)=x3+x2+1(3x8)(x23x+2)f(x) = \frac{x^3 + x^2 + 1}{(3x - 8)(x^2 - 3x + 2)}

      • Factor quadratic denominator x23x+2=(x1)(x2)x^2 - 3x + 2 = (x - 1)(x - 2) (reducible linear factors):             x3+x2+1(3x8)(x1)(x2)=A3x8+Bx1+Cx2\frac{x^3 + x^2 + 1}{(3x - 8)(x - 1)(x - 2)} = \frac{A}{3x - 8} + \frac{B}{x - 1} + \frac{C}{x - 2}

  • Worked Example 2: Integration Involving Irreducible Quadratic Term:

    • Evaluate the integral:         24x2(x1)(x2+7)dx\int \frac{24x^2}{(x - 1)(x^2 + 7)}\,dx

    • Decomposition setup:         24x2(x1)(x2+7)=Ax1+Bx+Cx2+7\frac{24x^2}{(x - 1)(x^2 + 7)} = \frac{A}{x - 1} + \frac{Bx + C}{x^2 + 7}

    • Clear fractions:         24x2=A(x2+7)+(Bx+C)(x1)24x^2 = A(x^2 + 7) + (Bx + C)(x - 1)

    • Solve constants:

      • Substitute x=1x = 1:             24(1)2=A(8)    8A=24    A=324(1)^2 = A(8) \implies 8A = 24 \implies A = 3

      • Expand and group coefficients:             24x2=3(x2+7)+Bx2Bx+CxC=(3+B)x2+(CB)x+(21C)24x^2 = 3(x^2 + 7) + Bx^2 - Bx + Cx - C = (3 + B)x^2 + (C - B)x + (21 - C)

      • Match coefficients:

        • x2x^2 coefficient: 3+B=24    B=213 + B = 24 \implies B = 21

        • Constant term: 21C=0    C=2121 - C = 0 \implies C = 21

    • Integrate:         (3x1+21x+21x2+7)dx=31x1dx+21xx2+7dx+211x2+7dx\int \left( \frac{3}{x - 1} + \frac{21x + 21}{x^2 + 7} \right)\,dx = 3\int \frac{1}{x - 1}\,dx + 21\int \frac{x}{x^2 + 7}\,dx + 21\int \frac{1}{x^2 + 7}\,dx         =3ln(x1)+212ln(x2+7)+217arctan(x7)+C= 3\ln(|x - 1|) + \frac{21}{2}\ln(x^2 + 7) + \frac{21}{\sqrt{7}}\arctan\left(\frac{x}{\sqrt{7}}\right) + C

Case 4: Denominator with Repeated Irreducible Quadratic Factors

  • Condition:

    • The denominator Q(x)Q(x) contains an irreducible quadratic factor (ax2+bx+c)k(ax^2 + bx + c)^k raised to a power k>1k > 1, where Δ=b24ac<0\Delta = b^2 - 4ac < 0

  • General Decomposition Form:

    • For each repeated irreducible quadratic factor (ax2+bx+c)k(ax^2 + bx + c)^k, include a sum of kk linear terms with increasing powers in the denominator:         A1x+B1ax2+bx+c+A2x+B2(ax2+bx+c)2+A3x+B3(ax2+bx+c)3++Akx+Bk(ax2+bx+c)k\frac{A_1 x + B_1}{ax^2 + bx + c} + \frac{A_2 x + B_2}{(ax^2 + bx + c)^2} + \frac{A_3 x + B_3}{(ax^2 + bx + c)^3} + \dots + \frac{A_k x + B_k}{(ax^2 + bx + c)^k}         where A1,,AkA_1, \dots, A_k and B1,,BkB_1, \dots, B_k are real constants.

  • Worked Example 1: Form Setups:

    • Part (a): Write the form for:         f(x)=x4+x2+1(x2+x+1)(x2+4)2f(x) = \frac{x^4 + x^2 + 1}{(x^2 + x + 1)(x^2 + 4)^2}

      • x2+x+1x^2 + x + 1 is irreducible (Δ=14=3<0\Delta = 1 - 4 = -3 < 0).

      • (x2+4)2(x^2 + 4)^2 is a repeated irreducible quadratic factor.

      • Form:             x4+x2+1(x2+x+1)(x2+4)2=Ax+Bx2+x+1+Cx+Dx2+4+Ex+F(x2+4)2\frac{x^4 + x^2 + 1}{(x^2 + x + 1)(x^2 + 4)^2} = \frac{Ax + B}{x^2 + x + 1} + \frac{Cx + D}{x^2 + 4} + \frac{Ex + F}{(x^2 + 4)^2}

    • Part (b): Write the form for:         f(x)=x3+x2+1(x4+10x2+25)(x23x+2)f(x) = \frac{x^3 + x^2 + 1}{(x^4 + 10x^2 + 25)(x^2 - 3x + 2)}

      • Factor x4+10x2+25=(x2+5)2x^4 + 10x^2 + 25 = (x^2 + 5)^2 (repeated irreducible quadratic).

      • Factor x23x+2=(x1)(x2)x^2 - 3x + 2 = (x - 1)(x - 2) (distinct linear factors).

      • Form:             x3+x2+1(x2+5)2(x1)(x2)=Ax1+Bx2+Cx+Dx2+5+Ex+F(x2+5)2\frac{x^3 + x^2 + 1}{(x^2 + 5)^2(x - 1)(x - 2)} = \frac{A}{x - 1} + \frac{B}{x - 2} + \frac{Cx + D}{x^2 + 5} + \frac{Ex + F}{(x^2 + 5)^2}

  • Worked Example 2: Integral Evaluation:

    • Evaluate the integral:         12x2x3dx\int \frac{1}{2x^2 - x - 3}\,dx

    • Factor denominator: 2x2x3=(2x3)(x+1)2x^2 - x - 3 = (2x - 3)(x + 1)

    • Decomposition setup:         1(2x3)(x+1)=A2x3+Bx+1\frac{1}{(2x - 3)(x + 1)} = \frac{A}{2x - 3} + \frac{B}{x + 1}

    • Clear fractions:         1=A(x+1)+B(2x3)1 = A(x + 1) + B(2x - 3)

      • Substitute x=1x = -1: 1=B(5)    B=151 = B(-5) \implies B = -\frac{1}{5}

      • Substitute x=32x = \frac{3}{2}: 1=A(52)    A=251 = A\left(\frac{5}{2}\right) \implies A = \frac{2}{5}

    • Integrate:         (2/52x31/5x+1)dx=15ln(2x3)15ln(x+1)+C=15ln(2x3x+1)+C\int \left( \frac{2/5}{2x - 3} - \frac{1/5}{x + 1} \right)\,dx = \frac{1}{5}\ln(|2x - 3|) - \frac{1}{5}\ln(|x + 1|) + C = \frac{1}{5}\ln\left(\left|\frac{2x - 3}{x + 1}\right|\right) + C