Integration by Partial Fractions – Method, Examples & Practice Problems, Class 12 Math Notes Study Material Download Free PDF

โญโญโญโœฉ (3.9/5 from 256 reviews)

If f(x) and g(x) are polynomial functions such functions. that g(x) โ‰  0 then f(x)/g(x) is called Rational Functions. If degree f(x) < degree g(x) then f(x)/g(x) is called a proper rational function. If degree f(x) < degree g(x) then f(x)/g(x) is called an improper rational function. For example, rational function 1/(x2-4) can be rewritten as 1/4(x-2) -1/4(x+2) and rational function 3x/(x2+x-2) can be rewritten as 1/(x-1) + 2/(x+2). 

Partial fraction decomposition is applicable when you are integrating a rational function P(x)/Q(x)โ€‹, where:

  • Degree of P(x) is less than the degree of Q(x):ย If not, perform polynomial long division first.
  • Q(x) can be factored into linear and/or irreducible quadratic factors over the real numbers.

Integration by Partial Fraction Method

To evaluate the integral โˆซ[p(x)/q(x)] dx where p(x)/q(x) is in a proper rational fraction, we can factorize theย denominatorย i.e., q(x) then using the following rational fraction cases we can write the integrand in a form of the sum of simpler rational functions includingย constantย A, B, C, etc. Then values of ย A, B, C, etc. can be obtained using various methods of algebra.

Integration by partial fraction method

How to Integrate using Partial Fractions?

To integrate any rational function using Partial Fractions, we need to follow the following steps:

  • Step 1: Factor the denominator given rational function into linear and quadratic factors.
  • Step 2: Use the Partial Fraction formula to write the rational function as a sum of simpler fractions.
  • Step 3: Determine the constants A, B, and C.
  • Step 4: Integrate each partial fraction separately with appropriate methods to get the final integral.

Example: Integrate the following function using partial fractions:

f(x) = (3x2 + 2x + 1)/(x3 + x2)

Solution:

Step 1: Factor the denominator into linear and quadratic factors.

x3 + x2 = x2(x + 1)

Step 2: Write the rational function as a sum of simpler fractions.

f(x) = (3x2 + 2x + 1)/[x2(x + 1)] = A/x + B/(x2) + C/(x+1)

Step 3: Determine the constants A, B, and C.

Multiplying both sides by the common denominator (x2(x + 1)), we get:

3x2 + 2x + 1 = Ax(x+1) + B(x+1) + C(x2)

Substituting x = 0, x = -1, and x = infinity into the above equation, we get:

When x = 0, B = 1
When x = -1,  C = 2
When x = 1, A = 1

Solving the above equations simultaneously, we get:
A = 1, B = 1, C = 2

Step 4: Integrate each partial fraction using substitution.

Integrating A/x = 1/x, we get ln|x|
Integrating B/(x2) = 1/x2, we get: -1/x
Integrating C/(x+1) = 2/(x+1), we get: @ ln|x+1|

Therefore, the final answer is:
โˆซf(x)dx = ln|x| โ€“ 1/x + 2 ln|x+1| + C, where C is the constant of integration.

Integration by Partial Fractions Examples

Example 1: Evaluate โˆซ(x โ€“ 1)/(x + 1)(x โ€“ 2) dx?

Solution:

Let (x โ€“ 1)/(x + 1)(x โ€“ 2) = A/(x + 1) + B/(x โ€“ 2)

Then, (x โ€“ 1) = A(x โ€“ 2) + B(x + 1) . . .(i)

Putting x = -1 in (i), we get A = 2/3

Putting x = 2 in (i), we get B = 1/3

Therefore,  

(x โ€“ 1)/(x + 1)(x โ€“ 2) = 2/3(x + 1) + 1/3(x โ€“ 2)
โ‡’ I = โˆซ(x โ€“ 1)/(x + 1)(x โ€“ 2) = 2/3โˆซdx/(x + 1) + 1/3โˆซdx/(x โ€“ 2)
โ‡’ I =  2/3log | x + 1 | + 1/3 log | x โ€“ 2 | + C

Example 2: Evaluate โˆซdx/x{6(log x)+ 7log x + 2}?

Solution:  

Putting log x = t and 1/x dx = dt, we get

I = โˆซdx/x{6(log x)2 + 7log x + 2} = โˆซdt/(6t2 + 7t + 2) = โˆซdt/(2t + 1)(3t + 2)

Let 1/(2t + 1)(3t + 2) = A/(2t + 1) + B/(3t + 2)

Then, 1 โ‰ก A(3t + 2) + B(2t + 1)  . . . (i)

Putting t = -1/2 in (i), we get A = 2

Putting t = -2/3 in (i), we get B = -3

Therefore, 1/(2t + 1)(3t + 2) = 2/(2t + 1) + (-3)/(3t + 2)
โ‡’ I = โˆซdt/(2t + 1)(3t + 2)
โ‡’ I = โˆซ2dt/(2t + 1) โ€“ โˆซ3dt/(3t โ€“ 2)
โ‡’ I = log | 2t + 1 | โ€“ log | 3t + 2 |
โ‡’ I = log | 2t + 1 |/log | 3t + 2 | + C
โ‡’ I = log | 2 log x + 1 | / log | 3 log x + 2 | + C

Example 3: Evaluate โˆซdx/(x+ x+ x + 1)?

Solution:

Let I = โˆซdx/(x3 + x2 + x + 1)

Now, 1/(x3 + x2 + x + 1) = 1/[x2(x + 1) + (x + 1)] = 1/(x + 1)(x2 + 1)

Let 1/(x + 1)(x2 + 1) = A/(x + 1) + Bx + C/(x2 + 1)  . . . (i)
โ‡’ 1 = A(x2 + 1) + (Bx + C) (x + 1)

Putting x = -1 on both sides of (i), we get A = 1/2.

Comparing coefficients of x2 on the both sides of (i), we get

A + B = 0 โ‡’ B = -A = -1/2

Comparing coefficients of x on the both sides of (i), we get

B + C = 0 โ‡’ C = -B = 1/2

Therefore, 1/(x + 1) (x2 + 1) = 1/2(x + 1) + (-1/2x + 1/2)/(x2 + 1)

Therefore, I = โˆซdx/(x + 1) (x2 + 1)
โ‡’ I = 1/2โˆซdx/(x + 1) โ€“ 1/2โˆซx/(x2 + 1)dx + 1/2โˆซdx/(x2 + 1)
โ‡’ I = 1/2โˆซdx/(x + 1) โ€“ 1/4โˆซ2x/(x2 + 1)dx + 1/2โˆซdx/(x2 + 1)
โ‡’ I  = 1/2 log | x + 1 | โ€“ 1/4 log | x2 + 1 | + 1/2 tan-1x + C

Example 4: Evaluate โˆซx2/(x2 + 2)(x+ 3)dx?

Solution: 

Let x2/(x2 + 2) (x2 + 3) = y/(y + 2)(y + 3) where x2 = y.

Let y/(y + 2) (y + 3) = A/(y + 2) + B/(y + 3)

โ‡’ y โ‰ก A(y + 3) + B/(y + 2)  . . . (i)

Putting y = -2 on the both sides of (i), we get A = -2.

Putting y = -3 on the both sides of (i), we get B = 3.

Therefore, y/(y + 2) (y + 3) = -2/(y + 2) + 3/(y + 3)
โ‡’  x2/(x2 + 2) (x2 + 3) = -2/(x2 + 2) + 3/(x2 + 3)
โ‡’  โˆซx2/(x2 + 2) (x2 + 3) = -2โˆซdx/(x2 + 2) + 3โˆซdx/(x2 + 3)
โ‡’  โˆซx2/(x2 + 2) (x2 + 3) = -2/โˆš2tan-1(x/โˆš2) + 3/โˆš3tan-1(x/โˆš3) + C
โ‡’  โˆซx2/(x2 + 2) (x2 + 3) = -โˆš2tan-1(x/โˆš2) + โˆš3tan-1(x/โˆš3) + C

Example 5: Evaluate โˆซdx/x(x+ 1).

Solution:

We have

I = โˆซdx/x(x4 + 1) = โˆซx3/x4 (x4 + 1) dx [multiplying numerator and denominator by x3].

Putting x4 = t and 4x3dx = dt, we get
โ‡’ I  = 1/4โˆซdt/t(t + 1)
โ‡’ I = 1/4โˆซ{1/t โ€“ 1/(t + 1)}dt   [by partial fraction]
โ‡’ I = 1/4โˆซ1/t dt โ€“ 1/4โˆซ1/(t + 1)dt
โ‡’ I = 1/4 log | t | โ€“ 1/4 log | t + 1 | + C
โ‡’ I = 1/4 log | x4 | โ€“ 1/4 log | x4 + 1 | + C
โ‡’ I =  (1/4 * 4) log | x | โ€“ 1/4 log | x4 + 1 | + C
โ‡’ I =  log | x | โ€“ 1/4 log | x4 + 1 | + C

FAQs on Integration by Partial Fractions 

What is Integration by Partial Fractions?

Integration by Partial Fractions is a method of integration used to integrate the rational function with a complex denominator and numerator.

When is Integration by Partial Fractions Used?

A partial Fraction is used when a rational function seems complicated at glance to integrate, so we use a partial fraction to covert the complex rational function into a sum of simple rational functions where mostly numerator is a real number.

What is a Rational Function?

For two polynomial functions f(x) and g(x) rational function is defined as f(x)/g(x) where g(x) canโ€™t be 0.

What is a Partial Fraction Decomposition?

Partial Fraction decomposition is the method of simplifying complex rational functions into simple rational functions.

What is a Linear Factor?

A factor of form ax+b is called linear factor where a and b are real numbers.

What is a Quadratic Factor?

A factor of form ax2+bx+c is called quadratic factor where a, b, and c are real numbers.

Can every Rational Function be decomposed into Partial Fractions?

Yes, every rational function can be decomposed into partial fractions if there exist only linear and quadratic factors of the denominator of the rational function.

โฌ…๏ธ Integration by Parts | Formula, Derivation and Examples, Class 12 Math Notes Study Material Download Free PDF Integration by Substitution Method – Formula, Examples & Questions, Class 12 Math Notes Study Material Download Free PDF โžก๏ธ

๐Ÿ“š Buy Study Material & Join Our Coaching

For premium study materials specially designed for JEE, NEET, NDA, CDS, AFCAT, SSC Exams, visit our official study material portal:
๐Ÿ‘‰ https://publishers.anandclasses.co.in/

For JEE/NEET Notes : Visit https://anandclasses.in/

For NDA Notes : Visit https://nda.anandclasses.in/

For SSC Notes : Visit https://ssc.anandclasses.in/

For CDS, AFCAT Notes : Visit https://cds-afcat.anandclasses.in/

To enroll in our offline or online coaching programs, visit our coaching center website:
๐Ÿ‘‰ https://anandclasses.co.in/

๐Ÿ“ž Call us directly at: +91-94631-38669

๐Ÿ’ฌ WhatsApp Us Instantly

Need quick assistance or want to inquire about classes and materials?

๐Ÿ“ฒ Click below to chat instantly on WhatsApp:
๐Ÿ‘‰ Chat on WhatsApp

๐ŸŽฅ Watch Video Lectures

Get access to high-quality video lessons, concept explainers, and revision tips by subscribing to our official YouTube channel:
๐Ÿ‘‰ Neeraj Anand Classes โ€“ YouTube Channel

RELATED TOPICS