Partial fraction expansion confusionDerivation of the general forms of partial fractionsWhy do you need two fractions for partial fraction decomposition with repeated factors?Integration - Partial Fraction DecompositionPartial Fraction Expansion of Transfer FunctionHow to solve Partial Fraction- Improper FractionsPartial Fraction Solution?Extra Square in Partial FractionLaurent Expansion partial fractionsComplicated partial fraction expansionIntegration of Partial Fraction ExpansionSimple partial fraction expansionConfusion with how partial fractions work

Does int main() need a declaration on C++?

What do you call someone who asks many questions?

How to find if SQL server backup is encrypted with TDE without restoring the backup

files created then deleted at every second in tmp directory

What exactly is ineptocracy?

How exploitable/balanced is this homebrew spell: Spell Permanency?

Finitely generated matrix groups whose eigenvalues are all algebraic

In Bayesian inference, why are some terms dropped from the posterior predictive?

My ex-girlfriend uses my Apple ID to log in to her iPad. Do I have to give her my Apple ID password to reset it?

Forgetting the musical notes while performing in concert

Where would I need my direct neural interface to be implanted?

Do creatures with a listed speed of "0 ft., fly 30 ft. (hover)" ever touch the ground?

Did 'Cinema Songs' exist during Hiranyakshipu's time?

How obscure is the use of 令 in 令和?

Can I hook these wires up to find the connection to a dead outlet?

Am I breaking OOP practice with this architecture?

Was the old ablative pronoun "med" or "mēd"?

Notepad++ delete until colon for every line with replace all

Is it possible to map the firing of neurons in the human brain so as to stimulate artificial memories in someone else?

Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?

Different meanings of こわい

Partial fraction expansion confusion

Is it possible to create a QR code using text?

Can someone clarify Hamming's notion of important problems in relation to modern academia?



Partial fraction expansion confusion


Derivation of the general forms of partial fractionsWhy do you need two fractions for partial fraction decomposition with repeated factors?Integration - Partial Fraction DecompositionPartial Fraction Expansion of Transfer FunctionHow to solve Partial Fraction- Improper FractionsPartial Fraction Solution?Extra Square in Partial FractionLaurent Expansion partial fractionsComplicated partial fraction expansionIntegration of Partial Fraction ExpansionSimple partial fraction expansionConfusion with how partial fractions work













1












$begingroup$


Can someone please explain why: $$frac1s^2(s+2)=fracAs+fracBs^2+fracC(s+2)$$



And not:$$frac1s^2(s+2)=fracAs^2+fracB(s+2)$$



I'm a bit confused where the extra s term comes from in the first equation.










share|cite|improve this question









$endgroup$











  • $begingroup$
    There are many answers available on MSE, i.e. here and here
    $endgroup$
    – callculus
    1 hour ago















1












$begingroup$


Can someone please explain why: $$frac1s^2(s+2)=fracAs+fracBs^2+fracC(s+2)$$



And not:$$frac1s^2(s+2)=fracAs^2+fracB(s+2)$$



I'm a bit confused where the extra s term comes from in the first equation.










share|cite|improve this question









$endgroup$











  • $begingroup$
    There are many answers available on MSE, i.e. here and here
    $endgroup$
    – callculus
    1 hour ago













1












1








1





$begingroup$


Can someone please explain why: $$frac1s^2(s+2)=fracAs+fracBs^2+fracC(s+2)$$



And not:$$frac1s^2(s+2)=fracAs^2+fracB(s+2)$$



I'm a bit confused where the extra s term comes from in the first equation.










share|cite|improve this question









$endgroup$




Can someone please explain why: $$frac1s^2(s+2)=fracAs+fracBs^2+fracC(s+2)$$



And not:$$frac1s^2(s+2)=fracAs^2+fracB(s+2)$$



I'm a bit confused where the extra s term comes from in the first equation.







partial-fractions






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked 1 hour ago









stuartstuart

1968




1968











  • $begingroup$
    There are many answers available on MSE, i.e. here and here
    $endgroup$
    – callculus
    1 hour ago
















  • $begingroup$
    There are many answers available on MSE, i.e. here and here
    $endgroup$
    – callculus
    1 hour ago















$begingroup$
There are many answers available on MSE, i.e. here and here
$endgroup$
– callculus
1 hour ago




$begingroup$
There are many answers available on MSE, i.e. here and here
$endgroup$
– callculus
1 hour ago










4 Answers
4






active

oldest

votes


















2












$begingroup$

If your denominator has a factor of the form $(as+b)^n$ then to write partial fractions you should write all the powers up to $n$, i.e. $fracAas+b+fracB(as+b)^2+cdots+fracZ(as+b)^n$. In the case you showed, you have that $s^2$ is a factor of the denominator and that's why in partial fractions you should write the terms $fracAs+fracBs^2$.






share|cite|improve this answer









$endgroup$




















    2












    $begingroup$

    That is because for
    $$fracas^2+bs+cs^2(s+2)=fracAs^2+fracB(s+2),$$
    the left hand side has three parameters $a,b,c$, but the right hand side only has two parameters $a,b$. And if you try to solve TWO values from THREE equations, it will usually lead to a contradiction. So a third term of the right is needed. Even though this is not obvious in your question, you should think 1 as a degree 2 polynomial.



    Or more simply, consider the example
    $$
    fracs+1s^2=frac1s^2+frac1s
    $$






    share|cite|improve this answer









    $endgroup$




















      2












      $begingroup$

      The general result is the following.




      Suppose that the degree of $p(s)$ is less than the degree of $q(s)$, and that $q(s)=q_1(s)q_2(s)$ where $q_1(s)$ and $q_2(s)$ have no common factor. Then there exist polynomials $r_1(s)$ and $r_2(s)$, with degrees less than $q_1(s)$ and $q_2(s)$ respectively, such that
      $$fracp(s)q(s)=fracr_1(s)q_1(s)+fracr_2(s)q_2(s) .$$




      In your case the denominator factorises as $s^2$ times $s+2$ so you have
      $$frac1s^2(s+2)=fracAs+Bs^2+fracCs+2 .$$
      It is then usually more convenient (though not obligatory) to split up the first fraction, which gives your answer.



      Note that you cannot, for the purposes of the above result, regard the denominator as $s$ times $s(s+2)$, because these polynomials do have a common factor.






      share|cite|improve this answer









      $endgroup$




















        0












        $begingroup$

        One can immediately see why in this case the partial fraction expansion will lead to a nonzero coefficient for the $1/s$ term. The asymptotic behavior of the fraction for large $s$ is $sim 1/s^3$. The singularity at $s = -2$ contributes a term proportional to $1/(s+2)$ to the partial fraction expansion, which for large $s$ behaves like $sim 1/s$. This $sim 1/s$ must be canceled out by the partial fraction expansion terms coming from the singularity at $s = 0$, this requires the presence of a contribution proportional to $1/s$.



        By making this reasoning more precise we can get to the complete partial fraction expansion using only the contribution from the singularity at $s = -2$. The amplitude of the $1/(s+2)$ term in the partial fraction expansion is given by the factor that multiplies it in the fraction evaluated at $s = -2$, this is therefore equal to $1/4$. So the contribution to the partial fraction expansion coming from the singularity at $s = -2$ is:



        $$frac14(s+2)$$



        For large $s$ we can expand this in powers of $1/s$:



        $$frac14(s+2) = frac14 sfrac11+frac2s = frac14s - frac12 s^2 + mathcalOleft(frac1s^3right)$$



        The singularity at $s = 0$ will contribute terms to the partial fraction expansion whose large $s$ behavior will have to cancel out these first two terms, this means that this contribution to the partial fraction expansion is:



        $$frac12 s^2-frac14s $$



        The complete partial fraction expansion is thus given by:



        $$frac12 s^2-frac14s + frac14(s+2) $$






        share|cite|improve this answer









        $endgroup$













          Your Answer





          StackExchange.ifUsing("editor", function ()
          return StackExchange.using("mathjaxEditing", function ()
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          );
          );
          , "mathjax-editing");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "69"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3172683%2fpartial-fraction-expansion-confusion%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          4 Answers
          4






          active

          oldest

          votes








          4 Answers
          4






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2












          $begingroup$

          If your denominator has a factor of the form $(as+b)^n$ then to write partial fractions you should write all the powers up to $n$, i.e. $fracAas+b+fracB(as+b)^2+cdots+fracZ(as+b)^n$. In the case you showed, you have that $s^2$ is a factor of the denominator and that's why in partial fractions you should write the terms $fracAs+fracBs^2$.






          share|cite|improve this answer









          $endgroup$

















            2












            $begingroup$

            If your denominator has a factor of the form $(as+b)^n$ then to write partial fractions you should write all the powers up to $n$, i.e. $fracAas+b+fracB(as+b)^2+cdots+fracZ(as+b)^n$. In the case you showed, you have that $s^2$ is a factor of the denominator and that's why in partial fractions you should write the terms $fracAs+fracBs^2$.






            share|cite|improve this answer









            $endgroup$















              2












              2








              2





              $begingroup$

              If your denominator has a factor of the form $(as+b)^n$ then to write partial fractions you should write all the powers up to $n$, i.e. $fracAas+b+fracB(as+b)^2+cdots+fracZ(as+b)^n$. In the case you showed, you have that $s^2$ is a factor of the denominator and that's why in partial fractions you should write the terms $fracAs+fracBs^2$.






              share|cite|improve this answer









              $endgroup$



              If your denominator has a factor of the form $(as+b)^n$ then to write partial fractions you should write all the powers up to $n$, i.e. $fracAas+b+fracB(as+b)^2+cdots+fracZ(as+b)^n$. In the case you showed, you have that $s^2$ is a factor of the denominator and that's why in partial fractions you should write the terms $fracAs+fracBs^2$.







              share|cite|improve this answer












              share|cite|improve this answer



              share|cite|improve this answer










              answered 1 hour ago









              Julian MejiaJulian Mejia

              39328




              39328





















                  2












                  $begingroup$

                  That is because for
                  $$fracas^2+bs+cs^2(s+2)=fracAs^2+fracB(s+2),$$
                  the left hand side has three parameters $a,b,c$, but the right hand side only has two parameters $a,b$. And if you try to solve TWO values from THREE equations, it will usually lead to a contradiction. So a third term of the right is needed. Even though this is not obvious in your question, you should think 1 as a degree 2 polynomial.



                  Or more simply, consider the example
                  $$
                  fracs+1s^2=frac1s^2+frac1s
                  $$






                  share|cite|improve this answer









                  $endgroup$

















                    2












                    $begingroup$

                    That is because for
                    $$fracas^2+bs+cs^2(s+2)=fracAs^2+fracB(s+2),$$
                    the left hand side has three parameters $a,b,c$, but the right hand side only has two parameters $a,b$. And if you try to solve TWO values from THREE equations, it will usually lead to a contradiction. So a third term of the right is needed. Even though this is not obvious in your question, you should think 1 as a degree 2 polynomial.



                    Or more simply, consider the example
                    $$
                    fracs+1s^2=frac1s^2+frac1s
                    $$






                    share|cite|improve this answer









                    $endgroup$















                      2












                      2








                      2





                      $begingroup$

                      That is because for
                      $$fracas^2+bs+cs^2(s+2)=fracAs^2+fracB(s+2),$$
                      the left hand side has three parameters $a,b,c$, but the right hand side only has two parameters $a,b$. And if you try to solve TWO values from THREE equations, it will usually lead to a contradiction. So a third term of the right is needed. Even though this is not obvious in your question, you should think 1 as a degree 2 polynomial.



                      Or more simply, consider the example
                      $$
                      fracs+1s^2=frac1s^2+frac1s
                      $$






                      share|cite|improve this answer









                      $endgroup$



                      That is because for
                      $$fracas^2+bs+cs^2(s+2)=fracAs^2+fracB(s+2),$$
                      the left hand side has three parameters $a,b,c$, but the right hand side only has two parameters $a,b$. And if you try to solve TWO values from THREE equations, it will usually lead to a contradiction. So a third term of the right is needed. Even though this is not obvious in your question, you should think 1 as a degree 2 polynomial.



                      Or more simply, consider the example
                      $$
                      fracs+1s^2=frac1s^2+frac1s
                      $$







                      share|cite|improve this answer












                      share|cite|improve this answer



                      share|cite|improve this answer










                      answered 1 hour ago









                      Holding ArthurHolding Arthur

                      1,350417




                      1,350417





















                          2












                          $begingroup$

                          The general result is the following.




                          Suppose that the degree of $p(s)$ is less than the degree of $q(s)$, and that $q(s)=q_1(s)q_2(s)$ where $q_1(s)$ and $q_2(s)$ have no common factor. Then there exist polynomials $r_1(s)$ and $r_2(s)$, with degrees less than $q_1(s)$ and $q_2(s)$ respectively, such that
                          $$fracp(s)q(s)=fracr_1(s)q_1(s)+fracr_2(s)q_2(s) .$$




                          In your case the denominator factorises as $s^2$ times $s+2$ so you have
                          $$frac1s^2(s+2)=fracAs+Bs^2+fracCs+2 .$$
                          It is then usually more convenient (though not obligatory) to split up the first fraction, which gives your answer.



                          Note that you cannot, for the purposes of the above result, regard the denominator as $s$ times $s(s+2)$, because these polynomials do have a common factor.






                          share|cite|improve this answer









                          $endgroup$

















                            2












                            $begingroup$

                            The general result is the following.




                            Suppose that the degree of $p(s)$ is less than the degree of $q(s)$, and that $q(s)=q_1(s)q_2(s)$ where $q_1(s)$ and $q_2(s)$ have no common factor. Then there exist polynomials $r_1(s)$ and $r_2(s)$, with degrees less than $q_1(s)$ and $q_2(s)$ respectively, such that
                            $$fracp(s)q(s)=fracr_1(s)q_1(s)+fracr_2(s)q_2(s) .$$




                            In your case the denominator factorises as $s^2$ times $s+2$ so you have
                            $$frac1s^2(s+2)=fracAs+Bs^2+fracCs+2 .$$
                            It is then usually more convenient (though not obligatory) to split up the first fraction, which gives your answer.



                            Note that you cannot, for the purposes of the above result, regard the denominator as $s$ times $s(s+2)$, because these polynomials do have a common factor.






                            share|cite|improve this answer









                            $endgroup$















                              2












                              2








                              2





                              $begingroup$

                              The general result is the following.




                              Suppose that the degree of $p(s)$ is less than the degree of $q(s)$, and that $q(s)=q_1(s)q_2(s)$ where $q_1(s)$ and $q_2(s)$ have no common factor. Then there exist polynomials $r_1(s)$ and $r_2(s)$, with degrees less than $q_1(s)$ and $q_2(s)$ respectively, such that
                              $$fracp(s)q(s)=fracr_1(s)q_1(s)+fracr_2(s)q_2(s) .$$




                              In your case the denominator factorises as $s^2$ times $s+2$ so you have
                              $$frac1s^2(s+2)=fracAs+Bs^2+fracCs+2 .$$
                              It is then usually more convenient (though not obligatory) to split up the first fraction, which gives your answer.



                              Note that you cannot, for the purposes of the above result, regard the denominator as $s$ times $s(s+2)$, because these polynomials do have a common factor.






                              share|cite|improve this answer









                              $endgroup$



                              The general result is the following.




                              Suppose that the degree of $p(s)$ is less than the degree of $q(s)$, and that $q(s)=q_1(s)q_2(s)$ where $q_1(s)$ and $q_2(s)$ have no common factor. Then there exist polynomials $r_1(s)$ and $r_2(s)$, with degrees less than $q_1(s)$ and $q_2(s)$ respectively, such that
                              $$fracp(s)q(s)=fracr_1(s)q_1(s)+fracr_2(s)q_2(s) .$$




                              In your case the denominator factorises as $s^2$ times $s+2$ so you have
                              $$frac1s^2(s+2)=fracAs+Bs^2+fracCs+2 .$$
                              It is then usually more convenient (though not obligatory) to split up the first fraction, which gives your answer.



                              Note that you cannot, for the purposes of the above result, regard the denominator as $s$ times $s(s+2)$, because these polynomials do have a common factor.







                              share|cite|improve this answer












                              share|cite|improve this answer



                              share|cite|improve this answer










                              answered 1 hour ago









                              DavidDavid

                              69.7k668131




                              69.7k668131





















                                  0












                                  $begingroup$

                                  One can immediately see why in this case the partial fraction expansion will lead to a nonzero coefficient for the $1/s$ term. The asymptotic behavior of the fraction for large $s$ is $sim 1/s^3$. The singularity at $s = -2$ contributes a term proportional to $1/(s+2)$ to the partial fraction expansion, which for large $s$ behaves like $sim 1/s$. This $sim 1/s$ must be canceled out by the partial fraction expansion terms coming from the singularity at $s = 0$, this requires the presence of a contribution proportional to $1/s$.



                                  By making this reasoning more precise we can get to the complete partial fraction expansion using only the contribution from the singularity at $s = -2$. The amplitude of the $1/(s+2)$ term in the partial fraction expansion is given by the factor that multiplies it in the fraction evaluated at $s = -2$, this is therefore equal to $1/4$. So the contribution to the partial fraction expansion coming from the singularity at $s = -2$ is:



                                  $$frac14(s+2)$$



                                  For large $s$ we can expand this in powers of $1/s$:



                                  $$frac14(s+2) = frac14 sfrac11+frac2s = frac14s - frac12 s^2 + mathcalOleft(frac1s^3right)$$



                                  The singularity at $s = 0$ will contribute terms to the partial fraction expansion whose large $s$ behavior will have to cancel out these first two terms, this means that this contribution to the partial fraction expansion is:



                                  $$frac12 s^2-frac14s $$



                                  The complete partial fraction expansion is thus given by:



                                  $$frac12 s^2-frac14s + frac14(s+2) $$






                                  share|cite|improve this answer









                                  $endgroup$

















                                    0












                                    $begingroup$

                                    One can immediately see why in this case the partial fraction expansion will lead to a nonzero coefficient for the $1/s$ term. The asymptotic behavior of the fraction for large $s$ is $sim 1/s^3$. The singularity at $s = -2$ contributes a term proportional to $1/(s+2)$ to the partial fraction expansion, which for large $s$ behaves like $sim 1/s$. This $sim 1/s$ must be canceled out by the partial fraction expansion terms coming from the singularity at $s = 0$, this requires the presence of a contribution proportional to $1/s$.



                                    By making this reasoning more precise we can get to the complete partial fraction expansion using only the contribution from the singularity at $s = -2$. The amplitude of the $1/(s+2)$ term in the partial fraction expansion is given by the factor that multiplies it in the fraction evaluated at $s = -2$, this is therefore equal to $1/4$. So the contribution to the partial fraction expansion coming from the singularity at $s = -2$ is:



                                    $$frac14(s+2)$$



                                    For large $s$ we can expand this in powers of $1/s$:



                                    $$frac14(s+2) = frac14 sfrac11+frac2s = frac14s - frac12 s^2 + mathcalOleft(frac1s^3right)$$



                                    The singularity at $s = 0$ will contribute terms to the partial fraction expansion whose large $s$ behavior will have to cancel out these first two terms, this means that this contribution to the partial fraction expansion is:



                                    $$frac12 s^2-frac14s $$



                                    The complete partial fraction expansion is thus given by:



                                    $$frac12 s^2-frac14s + frac14(s+2) $$






                                    share|cite|improve this answer









                                    $endgroup$















                                      0












                                      0








                                      0





                                      $begingroup$

                                      One can immediately see why in this case the partial fraction expansion will lead to a nonzero coefficient for the $1/s$ term. The asymptotic behavior of the fraction for large $s$ is $sim 1/s^3$. The singularity at $s = -2$ contributes a term proportional to $1/(s+2)$ to the partial fraction expansion, which for large $s$ behaves like $sim 1/s$. This $sim 1/s$ must be canceled out by the partial fraction expansion terms coming from the singularity at $s = 0$, this requires the presence of a contribution proportional to $1/s$.



                                      By making this reasoning more precise we can get to the complete partial fraction expansion using only the contribution from the singularity at $s = -2$. The amplitude of the $1/(s+2)$ term in the partial fraction expansion is given by the factor that multiplies it in the fraction evaluated at $s = -2$, this is therefore equal to $1/4$. So the contribution to the partial fraction expansion coming from the singularity at $s = -2$ is:



                                      $$frac14(s+2)$$



                                      For large $s$ we can expand this in powers of $1/s$:



                                      $$frac14(s+2) = frac14 sfrac11+frac2s = frac14s - frac12 s^2 + mathcalOleft(frac1s^3right)$$



                                      The singularity at $s = 0$ will contribute terms to the partial fraction expansion whose large $s$ behavior will have to cancel out these first two terms, this means that this contribution to the partial fraction expansion is:



                                      $$frac12 s^2-frac14s $$



                                      The complete partial fraction expansion is thus given by:



                                      $$frac12 s^2-frac14s + frac14(s+2) $$






                                      share|cite|improve this answer









                                      $endgroup$



                                      One can immediately see why in this case the partial fraction expansion will lead to a nonzero coefficient for the $1/s$ term. The asymptotic behavior of the fraction for large $s$ is $sim 1/s^3$. The singularity at $s = -2$ contributes a term proportional to $1/(s+2)$ to the partial fraction expansion, which for large $s$ behaves like $sim 1/s$. This $sim 1/s$ must be canceled out by the partial fraction expansion terms coming from the singularity at $s = 0$, this requires the presence of a contribution proportional to $1/s$.



                                      By making this reasoning more precise we can get to the complete partial fraction expansion using only the contribution from the singularity at $s = -2$. The amplitude of the $1/(s+2)$ term in the partial fraction expansion is given by the factor that multiplies it in the fraction evaluated at $s = -2$, this is therefore equal to $1/4$. So the contribution to the partial fraction expansion coming from the singularity at $s = -2$ is:



                                      $$frac14(s+2)$$



                                      For large $s$ we can expand this in powers of $1/s$:



                                      $$frac14(s+2) = frac14 sfrac11+frac2s = frac14s - frac12 s^2 + mathcalOleft(frac1s^3right)$$



                                      The singularity at $s = 0$ will contribute terms to the partial fraction expansion whose large $s$ behavior will have to cancel out these first two terms, this means that this contribution to the partial fraction expansion is:



                                      $$frac12 s^2-frac14s $$



                                      The complete partial fraction expansion is thus given by:



                                      $$frac12 s^2-frac14s + frac14(s+2) $$







                                      share|cite|improve this answer












                                      share|cite|improve this answer



                                      share|cite|improve this answer










                                      answered 42 mins ago









                                      Count IblisCount Iblis

                                      8,50221534




                                      8,50221534



























                                          draft saved

                                          draft discarded
















































                                          Thanks for contributing an answer to Mathematics Stack Exchange!


                                          • Please be sure to answer the question. Provide details and share your research!

                                          But avoid


                                          • Asking for help, clarification, or responding to other answers.

                                          • Making statements based on opinion; back them up with references or personal experience.

                                          Use MathJax to format equations. MathJax reference.


                                          To learn more, see our tips on writing great answers.




                                          draft saved


                                          draft discarded














                                          StackExchange.ready(
                                          function ()
                                          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3172683%2fpartial-fraction-expansion-confusion%23new-answer', 'question_page');

                                          );

                                          Post as a guest















                                          Required, but never shown





















































                                          Required, but never shown














                                          Required, but never shown












                                          Required, but never shown







                                          Required, but never shown

































                                          Required, but never shown














                                          Required, but never shown












                                          Required, but never shown







                                          Required, but never shown







                                          Popular posts from this blog

                                          Magento 2 duplicate PHPSESSID cookie when using session_start() in custom php scriptMagento 2: User cant logged in into to account page, no error showing!Magento duplicate on subdomainGrabbing storeview from cookie (after using language selector)How do I run php custom script on magento2Magento 2: Include PHP script in headerSession lock after using Cm_RedisSessionscript php to update stockMagento set cookie popupMagento 2 session id cookie - where to find it?How to import Configurable product from csv with custom attributes using php scriptMagento 2 run custom PHP script

                                          Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

                                          How to solve knockout JS error in Magento 2 Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?(Magento2) knockout.js:3012 Uncaught ReferenceError: Unable to process bindingUnable to process binding Knockout.js magento 2Cannot read property `scopeLabel` of undefined on Product Detail PageCan't get Customer Data on frontend in Magento 2Magento2 Order Summary - unable to process bindingKO templates are not loading in Magento 2.1 applicationgetting knockout js error magento 2Product grid not load -— Unable to process binding Knockout.js magento 2Product form not loaded in magento2Uncaught ReferenceError: Unable to process binding “if: function()return (isShowLegend()) ” magento 2