Skip to main content
Mathematics LibreTexts

2.4: Partial Fraction Decomposition

  • Page ID
    10268
  • This page is a draft and is under active development. 

    \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    We have seen some techniques that allow us to integrate specific rational functions. For example, we know that

    \[ \int \dfrac{du}{u}=\ln |u|+C\]

    and

    \[ \int \dfrac{du}{u^2+a^2}=\dfrac{1}{a}\tan^{−1} \left(\dfrac{u}{a}\right)+C.\]

    However, we do not yet have a technique that allows us to tackle arbitrary quotients of this type. Thus, it is not immediately obvious how to go about evaluating

    \[ \int \dfrac{3x}{x^2−x−2}dx.\]

    However, we know from material previously developed that

    \[ \int \left(\dfrac{1}{x+1}+\dfrac{2}{x−2}\right)dx=\ln |x+1|+2\ln |x−2|+C.\]

    In fact, by getting a common denominator, we see that

    \[ \dfrac{1}{x+1}+\dfrac{2}{x−2}=\dfrac{3x}{x^2−x−2}.\]

    Consequently,

    \[ \int \dfrac{3x}{x^2−x−2}dx=\int \left(\dfrac{1}{x+1}+\dfrac{2}{x−2}\right)dx.\]

    In this section, we examine the method of partial fraction decomposition, which allows us to decompose rational functions into sums of simpler, more easily integrated rational functions. Using this method, we can rewrite an expression such as:

    \[ \dfrac{3x}{x^2−x−2}\]

    as an expression such as

    \[ \dfrac{1}{x+1}+\dfrac{2}{x−2}.\]

    The key to the method of partial fraction decomposition is being able to anticipate the form that the decomposition of a rational function will take. As we shall see, this form is both predictable and highly dependent on the factorization of the denominator of the rational function. It is also extremely important to keep in mind that partial fraction decomposition can be applied to a rational function \( \dfrac{P(x)}{Q(x)}\) only if \( deg(P(x))<deg(Q(x))\). In the case when \( deg(P(x))≥deg(Q(x))\), we must first perform long division to rewrite the quotient \( \dfrac{P(x)}{Q(x)}\) in the form \( A(x)+\dfrac{R(x)}{Q(x)}\), where \( deg(R(x))<deg(Q(x))\). We then do a partial fraction decomposition on \( \dfrac{R(x)}{Q(x)}\). The following example, although not requiring partial fraction decomposition, illustrates our approach to integrals of rational functions of the form \( \int \dfrac{P(x)}{Q(x)}dx\), where \( deg(P(x))≥deg(Q(x)).\)

    Example \( \PageIndex{1}\): Integrating \( \int \dfrac{P(x)}{Q(x)}dx\), where \( deg(P(x))≥deg(Q(x))\)

    Evaluate

    \[ \int \dfrac{x^2+3x+5}{x+1}dx. \nonumber \]

    Solution

    Since \( deg(x^2+3x+5)≥deg(x+1),\) we perform long division to obtain

    \[ \dfrac{x^2+3x+5}{x+1}=x+2+\dfrac{3}{x+1}. \nonumber\]

    Thus,

    \[ \int \dfrac{x^2+3x+5}{x+1}dx=\int (x+2+\dfrac{3}{x+1})dx=\dfrac{1}{2}x^2+2x+3\ln |x+1|+C. \nonumber\]

    Visit this website for a review of long division of polynomials.

    Exercise \(\PageIndex{1}\)

    Evaluate

    \[ \int \dfrac{x−3}{x+2}dx. \nonumber \]

    Hint

    Use long division to obtain \( \dfrac{x−3}{x+2}=1−\dfrac{5}{x+2}. \nonumber \)

    Answer

    \[ x−5\ln |x+2|+C \nonumber \]

    To integrate \( \int \dfrac{P(x)}{Q(x)}dx\), where \( deg(P(x))<deg(Q(x))\), we must begin by factoring \( Q(x)\).

    Nonrepeated Linear Factors

    If \( Q(x)\) can be factored as \( (a_1x+b_1)(a_2x+b_2)…(a_nx+b_n)\), where each linear factor is distinct, then it is possible to find constants \( A_1,A_2,…A_n\) satisfying

    \[ \dfrac{P(x)}{Q(x)}=\dfrac{A_1}{a_1x+b_1}+\dfrac{A_2}{a_2x+b_2}+⋯+\dfrac{A_n}{a_nx+b_n}.\]

    The proof that such constants exist is beyond the scope of this course.

    In this next example, we see how to use partial fractions to integrate a rational function of this type.

    Example \( \PageIndex{2}\): Partial Fractions with Nonrepeated Linear Factors

    Evaluate \[ \int \dfrac{3x+2}{x^3−x^2−2x}dx.\]

    Solution

    Since \( deg(3x+2)<deg(x^3−x^2−2x)\), we begin by factoring the denominator of \( \dfrac{3x+2}{x^3−x^2−2x}\). We can see that \( x^3−x^2−2x=x(x−2)(x+1)\). Thus, there are constants \( A, B\), and \( C\) satisfying

    \( \dfrac{3x+2}{x(x−2)(x+1)}=\dfrac{A}{x}+\dfrac{B}{x−2}+\dfrac{C}{x+1}. \nonumber\)

    We must now find these constants. To do so, we begin by getting a common denominator on the right. Thus,

    \( \dfrac{3x+2}{x(x−2)(x+1)}=\dfrac{A(x−2)(x+1)+Bx(x+1)+Cx(x−2)}{x(x−2)(x+1)}. \nonumber\)

    Now, we set the numerators equal to each other, obtaining

    \( 3x+2=A(x−2)(x+1)+Bx(x+1)+Cx(x−2). \nonumber\)

    There are two different strategies for finding the coefficients \( A, B,\) and \( C.\) We refer to these as the method of equating coefficients and the method of strategic substitution.

    Strategy one: Method of Equating Coefficients

    Rewrite Equation in the form

    \( 3x+2=(A+B+C)x^2+(−A+B−2C)x+(−2A). \nonumber\)

    Equating coefficients produces the system of equations

    \( A+B+C=0\)

    \( −A+B−2C=3\)

    \( −2A=2.\)

    To solve this system, we first observe that \( −2A=2⇒A=−1.\) Substituting this value into the first two equations gives us the system

    \( B+C=1\)

    \( B−2C=2\).

    Multiplying the second equation by \( −1\) and adding the resulting equation to the first produces

    \( −3C=1,\)

    which in turn implies that \( C=−\dfrac{1}{3}.\) Substituting this value into the equation \( B+C=1\) yields \( B=\dfrac{4}{3}\). Thus, solving these equations yields \( A=−1, B=\dfrac{4}{3},\) and \( C=−\dfrac{1}{3}.\)

    It is important to note that the system produced by this method is consistent if and only if we have set up the decomposition correctly. If the system is inconsistent, there is an error in our decomposition.

    Strategy two: : Method of Strategic Substitution

    The method of strategic substitution is based on the assumption that we have set up the decomposition correctly. If the decomposition is set up correctly, then there must be values of \( A, B,\) and \( C\) that satisfy Equation for all values of \( x\). That is, this equation must be true for any value of \( x\) we care to substitute into it. Therefore, by choosing values of \( x\) carefully and substituting them into the equation, we may find \( A, B\), and \( C\) easily. For example, if we substitute \( x=0\), the equation reduces to \( 2=A(−2)(1)\). Solving for \( A\) yields \( A=−1\). Next, by substituting \( x=2\), the equation reduces to \( 8=B(2)(3)\), or equivalently \( B=4/3\). Last, we substitute \( x=−1\) into the equation and obtain \( −1=C(−1)(−3).\) Solving, we have \( C=−\dfrac{1}{3}\).

    It is important to keep in mind that if we attempt to use this method with a decomposition that has not been set up correctly, we are still able to find values for the constants, but these constants are meaningless. If we do opt to use the method of strategic substitution, then it is a good idea to check the result by recombining the terms algebraically.

    Now that we have the values of \( A, B,\) and \( C,\) we rewrite the original integral:

    \[ \int \dfrac{3x+2}{x^3−x^2−2x}dx=\int (−\dfrac{1}{x}+\dfrac{4}{3}⋅\dfrac{1}{(x−2)}−\dfrac{1}{3}⋅\dfrac{1}{(x+1)})dx. \nonumber\]

    Evaluating the integral gives us

    \[ \int \dfrac{3x+2}{x^3−x^2−2}xdx=−\ln |x|+\dfrac{4}{3}\ln |x−2|−\dfrac{1}{3}\ln |x+1|+C. \nonumber\]

    In the next example, we integrate a rational function in which the degree of the numerator is not less than the degree of the denominator.

    Example \( \PageIndex{3}\): Dividing before Applying Partial Fractions

    Evaluate \[ \int \dfrac{x^2+3x+1}{x^2−4}dx.\]

    Solution

    Since \( degree(x^2+3x+1)≥degree(x^2−4),\) we must perform long division of polynomials. This results in

    \[ \dfrac{x^2+3x+1}{x^2−4}=1+\dfrac{3x+5}{x^2−4} \nonumber\]

    Next, we perform partial fraction decomposition on \( \dfrac{3x+5}{x^2−4}=\dfrac{3x+5}{(x+2)(x−2)}\). We have

    \[ 3x+5(x−2)(x+2)=Ax−2+Bx+2. \nonumber\]

    Thus,

    \[ 3x+5=A(x+2)+B(x−2). \nonumber\]

    Solving for \( A\) and \( B\) using either method, we obtain \( A=11/4\) and \( B=1/4.\)

    Rewriting the original integral, we have

    \[ \int \dfrac{x^2+3x+1}{x^2−4}dx=\int (1+\dfrac{11}{4}⋅\dfrac{1}{x−2}+\dfrac{1}{4}⋅\dfrac{1}{x+2})dx. \nonumber\]

    Evaluating the integral produces

    \[ \int \dfrac{x^2+3x+1}{x^2−4}dx=x+\dfrac{11}{4}\ln |x−2|+\dfrac{1}{4}\ln |x+2|+C. \nonumber\]

    As we see in the next example, it may be possible to apply the technique of partial fraction decomposition to a nonrational function. The trick is to convert the nonrational function to a rational function through a substitution.

    Example \( \PageIndex{4}\): Applying Partial Fractions after a Substitution

    Evaluate \( \int \dfrac{cosx}{sin^2x−sinx}dx.\)

    Solution

    Let’s begin by letting \( u=sinx.\) Consequently, \( du=cosxdx.\) After making these substitutions, we have

    \[ \int \dfrac{cosx}{sin^2x−sinx}dx=\int \dfrac{du}{u^2−u}=\int \dfrac{du}{u(u−1)}. \nonumber\]

    Applying partial fraction decomposition to \( 1/u(u−1)\) gives \( \dfrac{1}{u(u−1)}=−\dfrac{1}{u}+\dfrac{1}{u−1}.\)

    Thus,

    \[ \int \dfrac{cosx}{sin^2x−sinx}dx=−\ln |u|+\ln |u−1|+C=−\ln |sinx|+\ln |sinx−1|+C. \nonumber\]

    Exercise \(\PageIndex{2}\)

    Evaluate \[ \int \dfrac{x+1}{(x+3)(x−2)}dx.\]

    Hint

    \[ \dfrac{x+1}{(x+3)(x−2)}=\dfrac{A}{x+3}+\dfrac{B}{x−2} \nonumber\]

    Answer

    \[ \dfrac{2}{5}\ln |x+3|+\dfrac{3}{5}\ln |x−2|+C \nonumber\]

    Repeated Linear Factors

    For some applications, we need to integrate rational expressions that have denominators with repeated linear factors—that is, rational functions with at least one factor of the form \( (ax+b)^n,\) where \( n\) is a positive integer greater than or equal to \( 2\). If the denominator contains the repeated linear factor \( (ax+b)^n\), then the decomposition must contain

    \[ \dfrac{A_1}{ax+b}+\dfrac{A_2}{(ax+b)^2}+⋯+\dfrac{A_n}{(ax+b)^n}.\]

    As we see in our next example, the basic technique used for solving for the coefficients is the same, but it requires more algebra to determine the numerators of the partial fractions.

    Example \( \PageIndex{5}\): Partial Fractions with Repeated Linear Factors

    Evaluate \[\int \dfrac{x−2}{(2x−1)^2(x−1)}dx.\]

    Solution

    We have \( degree(x−2)<degree((2x−1)^2(x−1)),\) so we can proceed with the decomposition. Since \( (2x−1)^2\) is a repeated linear factor, include

    \[ \dfrac{A}{2x−1}+\dfrac{B}{(2x−1)^2} \nonumber\]

    in the decomposition. Thus,

    \[ \dfrac{x−2}{(2x−1)^2(x−1)}=\dfrac{A}{2x−1}+\dfrac{B}{(2x−1)^2}+\dfrac{C}{x−1}. \nonumber\]

    After getting a common denominator and equating the numerators, we have

    \[ x−2=A(2x−1)(x−1)+B(x−1)+C(2x−1)^2. \nonumber\]

    We then use the method of equating coefficients to find the values of \( A, B,\) and \( C\).

    \[ x−2=(2A+4C)x^2+(−3A+B−4C)x+(A−B+C). \nonumber\]

    Equating coefficients yields \( 2A+4C=0\), \(−3A+B−4C=1\), and \( A−B+C=−2\). Solving this system yields \( A=2, B=3,\) and \( C=−1.\)

    Alternatively, we can use the method of strategic substitution. In this case, substituting \( x=1\) and \( x=1/2\) into Equation easily produces the values \( B=3\) and \( C=−1\). At this point, it may seem that we have run out of good choices for \( x\), however, since we already have values for \( B\) and \( C\), we can substitute in these values and choose any value for \( x\) not previously used. The value \( x=0\) is a good option. In this case, we obtain the equation \( −2=A(−1)(−1)+3(−1)+(−1)(−1)^2\) or, equivalently, \( A=2.\)

    Now that we have the values for \( A, B,\) and \( C\), we rewrite the original integral and evaluate it:

    \[ \begin{align*} \int \dfrac{x−2}{(2x−1)^2(x−1)}dx &=\int \left(\dfrac{2}{2x−1}+\dfrac{3}{(2x−1)^2}−\dfrac{1}{x−1}\right)dx \\ &=\ln |2x−1|−\dfrac{3}{2(2x−1)}−\ln |x−1|+C. \end{align*}\]

    Exercise \(\PageIndex{3}\)

    Set up the partial fraction decomposition for

    \[ \int \dfrac{x+2}{(x+3)^3(x−4)^2}dx. \nonumber\]

    (Do not solve for the coefficients or complete the integration.)

    Hint

    Use the problem-solving method of Example \( \PageIndex{5}\) for guidance.

    Answer

    \[ \dfrac{x+2}{(x+3)^3(x−4)^2}=\dfrac{A}{x+3}+\dfrac{B}{(x+3)^2}+\dfrac{C}{(x+3)^3}+\dfrac{D}{(x−4)}+\dfrac{E}{(x−4)^2} \nonumber\]

    The General Method

    Now that we are beginning to get the idea of how the technique of partial fraction decomposition works, let’s outline the basic method in the following problem-solving strategy.

    Problem-Solving Strategy: Partial Fraction Decomposition

    To decompose the rational function \( P(x)/Q(x)\), use the following steps:

    1. Make sure that \( degree(P(x))<degree(Q(x)).\) If not, perform long division of polynomials.
    2. Factor \( Q(x)\) into the product of linear and irreducible quadratic factors. An irreducible quadratic is a quadratic that has no real zeros.
    3. Assuming that \( deg(P(x))<deg(Q(x)\), the factors of \( Q(x)\) determine the form of the decomposition of \( P(x)/Q(x).\)
      1. If \( Q(x)\) can be factored as \( (a_1x+b_1)(a_2x+b_2)…(a_nx+b_n)\), where each linear factor is distinct, then it is possible to find constants \( A_1,A_2,...A_n\) satisfying \[ \dfrac{P(x)}{Q(x)}=\dfrac{A_1}{a_1x+b_1}+\dfrac{A_2}{a_2x+b_2}+⋯+\dfrac{A_n}{a_nx+b_n}.\]
      2. If \( Q(x)\) contains the repeated linear factor \( (ax+b)^n\), then the decomposition must contain \[ \dfrac{A_1}{ax+b}+\dfrac{A_2}{(ax+b)^2}+⋯+\dfrac{A_n}{(ax+b)^n}.\]
      3. For each irreducible quadratic factor \( ax^2+bx+c\) that \( Q(x)\) contains, the decomposition must include \[ \dfrac{Ax+B}{ax^2+bx+c}.\]
      4. For each repeated irreducible quadratic factor \( (ax^2+bx+c)^n,\) the decomposition must include \[ \dfrac{A_1x+B_1}{ax^2+bx+c}+\dfrac{A_2x+B_2}{(ax^2+bx+c)^2}+⋯+\dfrac{A_nx+B_n}{(ax^2+bx+c)^n}.\]
      5. After the appropriate decomposition is determined, solve for the constants.
      6. Last, rewrite the integral in its decomposed form and evaluate it using previously developed techniques or integration formulas.

    Simple Quadratic Factors

    Now let’s look at integrating a rational expression in which the denominator contains an irreducible quadratic factor. Recall that the quadratic \( ax^2+bx+c\) is irreducible if \( ax^2+bx+c=0\) has no real zeros—that is, if \( b^2−4ac<0.\)

    Example \( \PageIndex{6}\): Rational Expressions with an Irreducible Quadratic Factor

    Evaluate

    \[ \int \dfrac{2x−3}{x^3+x}dx.\nonumber\]

    Solution

    Since \( deg(2x−3)<deg(x^3+x),\) factor the denominator and proceed with partial fraction decomposition. Since \( x^3+x=x(x^2+1)\) contains the irreducible quadratic factor \( x^2+1\), include \( \dfrac{Ax+B}{x^2+1}\) as part of the decomposition, along with \( \dfrac{C}{x}\) for the linear term \( x\). Thus, the decomposition has the form

    \[ \dfrac{2x−3}{x(x^2+1)}=\dfrac{Ax+B}{x^2+1}+\dfrac{C}{x}.\nonumber\]

    After getting a common denominator and equating the numerators, we obtain the equation

    \[ 2x−3=(Ax+B)x+C(x^2+1).\nonumber\]

    Solving for \( A,B,\) and \( C,\) we get \( A=3, B=2,\) and \( C=−3.\)

    Thus,

    \[ \dfrac{2x−3}{x^3+x}=\dfrac{3x+2}{x^2+1}−\dfrac{3}{x}.\nonumber\]

    Substituting back into the integral, we obtain

    \[ \begin{align*} \int \dfrac{2x−3}{x^3+x}dx &=\int \left(\dfrac{3x+2}{x^2+1}−\dfrac{3}{x}\right)dx \nonumber \\ &=3\int \dfrac{x}{x^2+1}dx+2\int \dfrac{1}{x^2+1}dx−3\int \dfrac{1}{x}dx\ \tag{Split up the integral} \\ &=\dfrac{3}{2}\ln ∣x^2+1∣+2 \tan^{−1}x−3\ln |x|+C. \tag{Evaluate each integral} \end{align*}\]

    Note: We may rewrite \( \ln ∣x^2+1∣=\ln (x^2+1)\), if we wish to do so, since \( x^2+1>0.\)

    Example \( \PageIndex{7}\): Partial Fractions with an Irreducible Quadratic Factor

    Evaluate \( \int \dfrac{dx}{x^3−8}.\)

    Solution: We can start by factoring \( x^3−8=(x−2)(x^2+2x+4).\) We see that the quadratic factor \( x^2+2x+4\) is irreducible since \( 2^2−4(1)(4)=−12<0.\) Using the decomposition described in the problem-solving strategy, we get

    \[ \dfrac{1}{(x−2)(x^2+2x+4)}=\dfrac{A}{x−2}+\dfrac{Bx+C}{x^2+2x+4}. \nonumber\]

    After obtaining a common denominator and equating the numerators, this becomes

    \[ 1=A(x^2+2x+4)+(Bx+C)(x−2). \nonumber\]

    Applying either method, we get \( A=\dfrac{1}{12},B=−\dfrac{1}{12},\) and \( C=−\dfrac{1}{3}.\)

    Rewriting \( \int \dfrac{dx}{x^3−8},\) we have

    \[ \int \dfrac{dx}{x^3−8}=\dfrac{1}{12}\int \dfrac{1}{x−2}dx−\dfrac{1}{12}\int \dfrac{x+4}{x^2+2x+4}dx. \nonumber\]

    We can see that

    \[ \int \dfrac{1}{x−2}dx=\ln |x−2|+C,\nonumber\]

    but

    \[ \int \dfrac{x+4}{x^2+2x+4}dx \nonumber\]

    requires a bit more effort. Let’s begin by completing the square on \( x^2+2x+4\) to obtain

    \[ x^2+2x+4=(x+1)^2+3. \nonumber\]

    By letting \( u=x+1\) and consequently \( du=dx,\) we see that

    \[ \begin{align*} \int \dfrac{x+4}{x^2+2x+4}dx &=\int \dfrac{x+4}{(x+1)^2+3}dx \tag{Complete the square on the denominator} \\ &=\int \dfrac{u+3}{u^2+3}du \tag{Substitute \(u=x+1,x=u−1,\) and \( du=dx\)} \\ &=\int \dfrac{u}{u^2+3}du+\int \dfrac{3}{u^2+3}du \tag{Split the numerator apart} \\ &=\dfrac{1}{2}\ln ∣u^2+3∣+\dfrac{3}{\sqrt{3}}\tan^{−1}\dfrac{u}{\sqrt{3}}+C \tag{Evaluate each integral} \\ &=\dfrac{1}{2}\ln ∣x^2+2x+4∣+\sqrt{3}\tan^{−1}(\dfrac{x+1}{\sqrt{3}})+C \tag{Rewrite in terms of x and simplify} \end{align*}\]

    Substituting back into the original integral and simplifying gives

    \[ \int \dfrac{ dx}{x^3−8}=\dfrac{1}{12}\ln |x−2|−\dfrac{1}{24}\ln ∣x^2+2x+4∣−\dfrac{\sqrt{3}}{12}tan^{−1}(\dfrac{x+1}{\sqrt{3}})+C. \nonumber\]

    Here again, we can drop the absolute value if we wish to do so, since \( x^2+2x+4>0\) for all \( x\).

    Example \( \PageIndex{8}\): Finding a Volume

    Find the volume of the solid of revolution obtained by revolving the region enclosed by the graph of \( f(x)=\dfrac{x^2}{(x^2+1)^2}\) and the x-axis over the interval \( [0,1]\) about the y-axis.

    Solution

    Let’s begin by sketching the region to be revolved (see Figure). From the sketch, we see that the shell method is a good choice for solving this problem.

    clipboard_ee93d5270af8a5cec6f133d352957e98c.png
    Figure \(\PageIndex{1}\): We can use the shell method to find the volume of revolution obtained by revolving the region shown about the y-axis.

    The volume is given by

    \[ V=2π\int ^1_0x⋅\dfrac{x^2}{(x^2+1)^2}dx=2π\int ^1_0\dfrac{x^3}{(x^2+1)^2}dx. \nonumber\]

    Since \( deg((x^2+1)^2)=4>3=deg(x^3),\) we can proceed with partial fraction decomposition. Note that \( (x^2+1)^2\) is a repeated irreducible quadratic. Using the decomposition described in the problem-solving strategy, we get

    \[ \dfrac{x^3}{(x^2+1)^2}=\dfrac{Ax+B}{x^2+1}+\dfrac{Cx+D}{(x^2+1)^2}. \nonumber\]

    Finding a common denominator and equating the numerators gives

    \[ x^3=(Ax+B)(x^2+1)+Cx+D. \nonumber\]

    Solving, we obtain \( A=1, B=0, C=−1,\) and \( D=0.\) Substituting back into the integral, we have

    \[ V=2π\int _0^1\dfrac{x^3}{(x^2+1)^2}dx=2π\int _0^1(\dfrac{x}{x^2+1}−\dfrac{x}{(x^2+1)^2})dx=2π(\dfrac{1}{2}\ln (x^2+1)+\dfrac{1}{2}⋅\dfrac{1}{x^2+1})∣^1_0=π(\ln 2−\dfrac{1}{2}). \nonumber\]

    Exercise \(\PageIndex{4}\)

    Set up the partial fraction decomposition for \[ \int \dfrac{x^2+3x+1}{(x+2)(x−3)^2(x^2+4)^2}dx. \nonumber\]

    Hint

    Use the problem-solving strategy.

    Answer

    \[ \dfrac{x^2+3x+1}{(x+2)(x−3)^2(x^2+4)^2}=\dfrac{A}{x+2}+\dfrac{B}{x−3}+\dfrac{C}{(x−3)^2}+\dfrac{Dx+E}{x^2+4}+\dfrac{Fx+G}{(x^2+4)^2} \nonumber\]

    Key Concepts

    • Partial fraction decomposition is a technique used to break down a rational function into a sum of simple rational functions that can be integrated using previously learned techniques.
    • When applying partial fraction decomposition, we must make sure that the degree of the numerator is less than the degree of the denominator. If not, we need to perform long division before attempting partial fraction decomposition.
    • The form the decomposition takes depends on the type of factors in the denominator. The types of factors include nonrepeated linear factors, repeated linear factors, nonrepeated irreducible quadratic factors, and repeated irreducible quadratic factors.

    Glossary

    partial fraction decomposition
    a technique used to break down a rational function into the sum of simple rational functions

    Contributors

    • Gilbert Strang (MIT) and Edwin “Jed” Herman (Harvey Mudd) with many contributing authors. This content by OpenStax is licensed with a CC-BY-SA-NC 4.0 license. Download for free at http://cnx.org.


    2.4: Partial Fraction Decomposition is shared under a CC BY-NC-SA license and was authored, remixed, and/or curated by LibreTexts.

    • Was this article helpful?