Sonzaschool
Rudi

Sekondari ya Juu · Kidato cha Tano

Advanced Mathematics 1

Integration Using Partial Fractions

takriban dakika 4 kusoma

Mada za sehemu hiiIntergrationMada 1
  1. Integration Using Partial Fractions

Integration using partial fractions

When the integrand is a proper rational function (the degree of the numerator is less than the degree of the denominator), it can be decomposed into partial fractions before integration. This simplifies the integration process.

Forms of partial fractions

Here's a table showing some common forms of rational functions and their partial fraction decompositions:

Rational FunctionPartial Fraction Decomposition
px+q(xa)(xb)\frac{px + q}{(x - a)(x - b)} (where aba \ne b)Axa+Bxb\frac{A}{x - a} + \frac{B}{x - b}
1x2a2\frac{1}{x^2 - a^2}Axa+Bx+a\frac{A}{x - a} + \frac{B}{x + a}
px+q(xa)2\frac{px + q}{(x - a)^2}Axa+B(xa)2\frac{A}{x - a} + \frac{B}{(x - a)^2}
px2+qx+r(xa)(xb)(xc)\frac{px^2 + qx + r}{(x - a)(x - b)(x - c)}Axa+Bxb+Cxc\frac{A}{x - a} + \frac{B}{x - b} + \frac{C}{x - c}
px2+qx+r(xa)2(xc)\frac{px^2 + qx + r}{(x - a)^2(x - c)}Axa+B(xa)2+Cxc\frac{A}{x - a} + \frac{B}{(x - a)^2} + \frac{C}{x - c}
px2+qx+r(xa)(x2+bx+c)\frac{px^2 + qx + r}{(x - a)(x^2 + bx + c)} (where x2+bx+cx^2+bx+c is irreducible)Axa+Bx+Cx2+bx+c\frac{A}{x - a} + \frac{Bx + C}{x^2 + bx + c}

Example 1: Find x2x24x+3dx\int \frac{x^2}{x^2 - 4x + 3} \, dx.

First, we perform polynomial long division because the degree of the numerator is equal to the degree of the denominator:

x2x24x+3=1+4x3x24x+3=1+4x3(x1)(x3)\frac{x^2}{x^2 - 4x + 3} = 1 + \frac{4x - 3}{x^2 - 4x + 3} = 1 + \frac{4x - 3}{(x - 1)(x - 3)}

Now, decompose the fractional part into partial fractions:

4x3(x1)(x3)=Ax1+Bx3\frac{4x - 3}{(x - 1)(x - 3)} = \frac{A}{x - 1} + \frac{B}{x - 3}

4x3=A(x3)+B(x1)4x - 3 = A(x - 3) + B(x - 1)

If x=1x = 1, 1=2AA=12-1 = -2A \Rightarrow A = \frac{1}{2}.

If x=3x = 3, 9=2BB=929 = 2B \Rightarrow B = \frac{9}{2}.

So, x2x24x+3=1+1/2x1+9/2x3\frac{x^2}{x^2 - 4x + 3} = 1 + \frac{1/2}{x - 1} + \frac{9/2}{x - 3}

x2x24x+3dx=(1+1/2x1+9/2x3)dx=x+12lnx1+92lnx3+C\int \frac{x^2}{x^2 - 4x + 3} \, dx = \int \left(1 + \frac{1/2}{x - 1} + \frac{9/2}{x - 3}\right) \, dx = x + \frac{1}{2}\ln|x - 1| + \frac{9}{2}\ln|x - 3| + C

Example 2: Determine 1x29dx\int \frac{1}{x^2 - 9} \, dx.

1x29=1(x3)(x+3)=Ax3+Bx+3\frac{1}{x^2 - 9} = \frac{1}{(x - 3)(x + 3)} = \frac{A}{x - 3} + \frac{B}{x + 3}

1=A(x+3)+B(x3)1 = A(x + 3) + B(x - 3)

If x=3x = 3, 1=6AA=161 = 6A \Rightarrow A = \frac{1}{6}.

If x=3x = -3, 1=6BB=161 = -6B \Rightarrow B = -\frac{1}{6}.

1x29dx=(1/6x31/6x+3)dx=16lnx316lnx+3+C=16lnx3x+3+C\int \frac{1}{x^2 - 9} \, dx = \int \left(\frac{1/6}{x - 3} - \frac{1/6}{x + 3}\right) \, dx = \frac{1}{6}\ln|x - 3| - \frac{1}{6}\ln|x + 3| + C = \frac{1}{6}\ln\left|\frac{x - 3}{x + 3}\right| + C

Example 3: Find 5x2x(x+3)2dx\int \frac{5x - 2}{x(x + 3)^2} \, dx.

5x2x(x+3)2=Ax+Bx+3+C(x+3)2\frac{5x - 2}{x(x + 3)^2} = \frac{A}{x} + \frac{B}{x + 3} + \frac{C}{(x + 3)^2}

5x2=A(x+3)2+Bx(x+3)+Cx5x - 2 = A(x + 3)^2 + Bx(x + 3) + Cx

If x=0x = 0, 2=9AA=29-2 = 9A \Rightarrow A = -\frac{2}{9}.

If x=3x = -3, 17=3CC=173-17 = -3C \Rightarrow C = \frac{17}{3}.

Comparing coefficients of x2x^2: 0=A+BB=A=290 = A + B \Rightarrow B = -A = \frac{2}{9}.

5x2x(x+3)2dx=(2/9x+2/9x+3+17/3(x+3)2)dx=29lnx+29lnx+3173(x+3)+C\int \frac{5x - 2}{x(x + 3)^2} \, dx = \int \left(-\frac{2/9}{x} + \frac{2/9}{x + 3} + \frac{17/3}{(x + 3)^2}\right) \, dx = -\frac{2}{9}\ln|x| + \frac{2}{9}\ln|x + 3| - \frac{17}{3(x + 3)} + C

Example 4: Find x22x+4(x+1)(x1)dx\int \frac{x^2 - 2x + 4}{(x + 1)(x - 1)} \, dx.

First, polynomial long division:

x22x+4(x+1)(x1)=x22x+4x21=1+2x+5x21=1+2x+5(x1)(x+1)\frac{x^2 - 2x + 4}{(x+1)(x-1)} = \frac{x^2-2x+4}{x^2-1} = 1 + \frac{-2x+5}{x^2-1} = 1 + \frac{-2x+5}{(x-1)(x+1)}

Now partial fractions:

2x+5(x1)(x+1)=Ax1+Bx+1\frac{-2x+5}{(x-1)(x+1)} = \frac{A}{x-1} + \frac{B}{x+1}

2x+5=A(x+1)+B(x1)-2x+5 = A(x+1) + B(x-1)

If x=1x=1, 3=2A3=2A, so A=3/2A=3/2.

If x=1x=-1, 7=2B7=-2B, so B=7/2B=-7/2.

x22x+4(x+1)(x1)dx=(1+3/2x17/2x+1)dx\int \frac{x^2 - 2x + 4}{(x + 1)(x - 1)} \, dx = \int \left(1 + \frac{3/2}{x - 1} - \frac{7/2}{x + 1}\right) \, dx

=x+32lnx172lnx+1+C= x + \frac{3}{2}\ln|x - 1| - \frac{7}{2}\ln|x + 1| + C

Example 5: Integrate x2+3(x+1)(x2)(x3)dx\int \frac{x^2 + 3}{(x+1)(x-2)(x-3)}\,dx

We decompose the fraction into partial fractions:

x2+3(x+1)(x2)(x3)=Ax+1+Bx2+Cx3\frac{x^2 + 3}{(x+1)(x-2)(x-3)} = \frac{A}{x+1} + \frac{B}{x-2} + \frac{C}{x-3}

x2+3=A(x2)(x3)+B(x+1)(x3)+C(x+1)(x2)x^2+3 = A(x-2)(x-3) + B(x+1)(x-3) + C(x+1)(x-2)

If x=1x=-1: 4=A(3)(4)    4=12A    A=134 = A(-3)(-4) \implies 4 = 12A \implies A = \frac{1}{3}

If x=2x=2: 7=B(3)(1)    7=3B    B=737 = B(3)(-1) \implies 7 = -3B \implies B = -\frac{7}{3}

If x=3x=3: 12=C(4)(1)    12=4C    C=312 = C(4)(1) \implies 12 = 4C \implies C = 3

So,

x2+3(x+1)(x2)(x3)dx=(1/3x+17/3x2+3x3)dx\int \frac{x^2 + 3}{(x+1)(x-2)(x-3)}\,dx = \int \left(\frac{1/3}{x+1} - \frac{7/3}{x-2} + \frac{3}{x-3}\right)dx

=13lnx+173lnx2+3lnx3+C= \frac{1}{3}\ln|x+1| - \frac{7}{3}\ln|x-2| + 3\ln|x-3| + C

Example 6: Integrate x3+2x21dx\int \frac{x^3 + 2}{x^2 - 1} \, dx

This is an improper fraction, so we divide first:

x3+2x21=x+x+2x21=x+x+2(x1)(x+1)\frac{x^3+2}{x^2-1} = x + \frac{x+2}{x^2-1} = x + \frac{x+2}{(x-1)(x+1)}

Now partial fractions:

x+2(x1)(x+1)=Ax1+Bx+1\frac{x+2}{(x-1)(x+1)} = \frac{A}{x-1} + \frac{B}{x+1}

x+2=A(x+1)+B(x1)x+2 = A(x+1) + B(x-1)

If x=1x=1, 3=2A3=2A, so A=3/2A=3/2.

If x=1x=-1, 1=2B1=-2B, so B=1/2B=-1/2.

So,

x3+2x21dx=(x+3/2x11/2x+1)dx\int \frac{x^3+2}{x^2-1}\,dx = \int \left(x + \frac{3/2}{x-1} - \frac{1/2}{x+1}\right)dx

=x22+32lnx112lnx+1+C= \frac{x^2}{2} + \frac{3}{2}\ln|x-1| - \frac{1}{2}\ln|x+1| + C

Example 7: Integrate x2+1x3+xdx\int \frac{x^2+1}{x^3+x}\,dx

x2+1x3+xdx=x2+1x(x2+1)dx=1xdx=lnx+C\int \frac{x^2+1}{x^3+x}\,dx = \int \frac{x^2+1}{x(x^2+1)}\,dx = \int \frac{1}{x}\,dx = \ln|x| + C

Mwalimu

Unasoma somo hili? Niulize nikuelezee chochote kilichomo.

Ingia ili kumuuliza Mwalimu wa AI wa Sonza kuhusu mada hii.

Ingia ili kuuliza