Why partial fraction decomposition of $frac{1}{s^2(s+2)}$ is...
How badly should I try to prevent a user from XSSing themselves?
One verb to replace 'be a member of' a club
Was the Stack Exchange "Happy April Fools" page fitting with the '90's code?
Machine learning testing data
How to show a landlord what we have in savings?
Is it "common practice in Fourier transform spectroscopy to multiply the measured interferogram by an apodizing function"? If so, why?
Send out email when Apex Queueable fails and test it
What is the opposite of "eschatology"?
Theorists sure want true answers to this!
Mathematica command that allows it to read my intentions
How to prevent "they're falling in love" trope
How can a day be of 24 hours?
How to Prove P(a) → ∀x(P(x) ∨ ¬(x = a)) using Natural Deduction
Solving an equation with constraints
Unlock My Phone! February 2018
How do I exit BASH while loop using modulus operator?
Sums of two squares in arithmetic progressions
Getting extremely large arrows with tikzcd
How seriously should I take size and weight limits of hand luggage?
Why was the shrink from 8″ made only to 5.25″ and not smaller (4″ or less)
Knowledge-based authentication using Domain-driven Design in C#
Why do I get negative height?
Implication of namely
Finding the reason behind the value of the integral.
Why partial fraction decomposition of $frac{1}{s^2(s+2)}$ is $frac{A}{s}+frac{B}{s^2}+frac{C}{(s+2)}$?
Derivation of the general forms of partial fractionsWhy do you need two fractions for partial fraction decomposition with repeated factors?How can the correct form of the partial fractions decomposition be found for arbitrary rational functions?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
$begingroup$
Can someone please explain why: $$frac{1}{s^2(s+2)}=frac{A}{s}+frac{B}{s^2}+frac{C}{(s+2)}$$
And not:$$frac{1}{s^2(s+2)}=frac{A}{s^2}+frac{B}{(s+2)}$$
I'm a bit confused where the extra s term comes from in the first equation.
algebra-precalculus partial-fractions
$endgroup$
add a comment |
$begingroup$
Can someone please explain why: $$frac{1}{s^2(s+2)}=frac{A}{s}+frac{B}{s^2}+frac{C}{(s+2)}$$
And not:$$frac{1}{s^2(s+2)}=frac{A}{s^2}+frac{B}{(s+2)}$$
I'm a bit confused where the extra s term comes from in the first equation.
algebra-precalculus partial-fractions
$endgroup$
$begingroup$
There are many answers available on MSE, i.e. here and here
$endgroup$
– callculus
2 hours ago
$begingroup$
More answers here too
$endgroup$
– David K
50 mins ago
add a comment |
$begingroup$
Can someone please explain why: $$frac{1}{s^2(s+2)}=frac{A}{s}+frac{B}{s^2}+frac{C}{(s+2)}$$
And not:$$frac{1}{s^2(s+2)}=frac{A}{s^2}+frac{B}{(s+2)}$$
I'm a bit confused where the extra s term comes from in the first equation.
algebra-precalculus partial-fractions
$endgroup$
Can someone please explain why: $$frac{1}{s^2(s+2)}=frac{A}{s}+frac{B}{s^2}+frac{C}{(s+2)}$$
And not:$$frac{1}{s^2(s+2)}=frac{A}{s^2}+frac{B}{(s+2)}$$
I'm a bit confused where the extra s term comes from in the first equation.
algebra-precalculus partial-fractions
algebra-precalculus partial-fractions
edited 17 mins ago
user21820
39.9k544159
39.9k544159
asked 2 hours ago
stuartstuart
1968
1968
$begingroup$
There are many answers available on MSE, i.e. here and here
$endgroup$
– callculus
2 hours ago
$begingroup$
More answers here too
$endgroup$
– David K
50 mins ago
add a comment |
$begingroup$
There are many answers available on MSE, i.e. here and here
$endgroup$
– callculus
2 hours ago
$begingroup$
More answers here too
$endgroup$
– David K
50 mins ago
$begingroup$
There are many answers available on MSE, i.e. here and here
$endgroup$
– callculus
2 hours ago
$begingroup$
There are many answers available on MSE, i.e. here and here
$endgroup$
– callculus
2 hours ago
$begingroup$
More answers here too
$endgroup$
– David K
50 mins ago
$begingroup$
More answers here too
$endgroup$
– David K
50 mins ago
add a comment |
4 Answers
4
active
oldest
votes
$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
$$frac{p(s)}{q(s)}=frac{r_1(s)}{q_1(s)}+frac{r_2(s)}{q_2(s)} .$$
In your case the denominator factorises as $s^2$ times $s+2$ so you have
$$frac1{s^2(s+2)}=frac{As+B}{s^2}+frac{C}{s+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.
$endgroup$
add a comment |
$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. $frac{A}{as+b}+frac{B}{(as+b)^2}+cdots+frac{Z}{(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 $frac{A}{s}+frac{B}{s^2}$.
$endgroup$
1
$begingroup$
That's the rule, but I think the question was asking why is that the rule.
$endgroup$
– David K
47 mins ago
$begingroup$
@DavidK: Neither did your answer explain the rule you gave!
$endgroup$
– user21820
15 mins ago
$begingroup$
@user21820 I didn't answer this question. What are you referring to?
$endgroup$
– David K
11 mins ago
add a comment |
$begingroup$
That is because for
$$frac{as^2+bs+c}{s^2(s+2)}=frac{A}{s^2}+frac{B}{(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
$$
frac{s+1}{s^2}=frac{1}{s^2}+frac{1}{s}
$$
$endgroup$
add a comment |
$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:
$$frac{1}{4(s+2)}$$
For large $s$ we can expand this in powers of $1/s$:
$$frac{1}{4(s+2)} = frac{1}{4 s}frac{1}{1+frac{2}{s}} = frac{1}{4s} - frac{1}{2 s^2} + mathcal{O}left(frac{1}{s^3}right)$$
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:
$$frac{1}{2 s^2}-frac{1}{4s} $$
The complete partial fraction expansion is thus given by:
$$frac{1}{2 s^2}-frac{1}{4s} + frac{1}{4(s+2)} $$
$endgroup$
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3172683%2fwhy-partial-fraction-decomposition-of-frac1s2s2-is-fracas-frac%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
$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
$$frac{p(s)}{q(s)}=frac{r_1(s)}{q_1(s)}+frac{r_2(s)}{q_2(s)} .$$
In your case the denominator factorises as $s^2$ times $s+2$ so you have
$$frac1{s^2(s+2)}=frac{As+B}{s^2}+frac{C}{s+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.
$endgroup$
add a comment |
$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
$$frac{p(s)}{q(s)}=frac{r_1(s)}{q_1(s)}+frac{r_2(s)}{q_2(s)} .$$
In your case the denominator factorises as $s^2$ times $s+2$ so you have
$$frac1{s^2(s+2)}=frac{As+B}{s^2}+frac{C}{s+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.
$endgroup$
add a comment |
$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
$$frac{p(s)}{q(s)}=frac{r_1(s)}{q_1(s)}+frac{r_2(s)}{q_2(s)} .$$
In your case the denominator factorises as $s^2$ times $s+2$ so you have
$$frac1{s^2(s+2)}=frac{As+B}{s^2}+frac{C}{s+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.
$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
$$frac{p(s)}{q(s)}=frac{r_1(s)}{q_1(s)}+frac{r_2(s)}{q_2(s)} .$$
In your case the denominator factorises as $s^2$ times $s+2$ so you have
$$frac1{s^2(s+2)}=frac{As+B}{s^2}+frac{C}{s+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.
answered 2 hours ago
DavidDavid
69.7k668131
69.7k668131
add a comment |
add a comment |
$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. $frac{A}{as+b}+frac{B}{(as+b)^2}+cdots+frac{Z}{(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 $frac{A}{s}+frac{B}{s^2}$.
$endgroup$
1
$begingroup$
That's the rule, but I think the question was asking why is that the rule.
$endgroup$
– David K
47 mins ago
$begingroup$
@DavidK: Neither did your answer explain the rule you gave!
$endgroup$
– user21820
15 mins ago
$begingroup$
@user21820 I didn't answer this question. What are you referring to?
$endgroup$
– David K
11 mins ago
add a comment |
$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. $frac{A}{as+b}+frac{B}{(as+b)^2}+cdots+frac{Z}{(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 $frac{A}{s}+frac{B}{s^2}$.
$endgroup$
1
$begingroup$
That's the rule, but I think the question was asking why is that the rule.
$endgroup$
– David K
47 mins ago
$begingroup$
@DavidK: Neither did your answer explain the rule you gave!
$endgroup$
– user21820
15 mins ago
$begingroup$
@user21820 I didn't answer this question. What are you referring to?
$endgroup$
– David K
11 mins ago
add a comment |
$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. $frac{A}{as+b}+frac{B}{(as+b)^2}+cdots+frac{Z}{(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 $frac{A}{s}+frac{B}{s^2}$.
$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. $frac{A}{as+b}+frac{B}{(as+b)^2}+cdots+frac{Z}{(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 $frac{A}{s}+frac{B}{s^2}$.
answered 2 hours ago
Julian MejiaJulian Mejia
39328
39328
1
$begingroup$
That's the rule, but I think the question was asking why is that the rule.
$endgroup$
– David K
47 mins ago
$begingroup$
@DavidK: Neither did your answer explain the rule you gave!
$endgroup$
– user21820
15 mins ago
$begingroup$
@user21820 I didn't answer this question. What are you referring to?
$endgroup$
– David K
11 mins ago
add a comment |
1
$begingroup$
That's the rule, but I think the question was asking why is that the rule.
$endgroup$
– David K
47 mins ago
$begingroup$
@DavidK: Neither did your answer explain the rule you gave!
$endgroup$
– user21820
15 mins ago
$begingroup$
@user21820 I didn't answer this question. What are you referring to?
$endgroup$
– David K
11 mins ago
1
1
$begingroup$
That's the rule, but I think the question was asking why is that the rule.
$endgroup$
– David K
47 mins ago
$begingroup$
That's the rule, but I think the question was asking why is that the rule.
$endgroup$
– David K
47 mins ago
$begingroup$
@DavidK: Neither did your answer explain the rule you gave!
$endgroup$
– user21820
15 mins ago
$begingroup$
@DavidK: Neither did your answer explain the rule you gave!
$endgroup$
– user21820
15 mins ago
$begingroup$
@user21820 I didn't answer this question. What are you referring to?
$endgroup$
– David K
11 mins ago
$begingroup$
@user21820 I didn't answer this question. What are you referring to?
$endgroup$
– David K
11 mins ago
add a comment |
$begingroup$
That is because for
$$frac{as^2+bs+c}{s^2(s+2)}=frac{A}{s^2}+frac{B}{(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
$$
frac{s+1}{s^2}=frac{1}{s^2}+frac{1}{s}
$$
$endgroup$
add a comment |
$begingroup$
That is because for
$$frac{as^2+bs+c}{s^2(s+2)}=frac{A}{s^2}+frac{B}{(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
$$
frac{s+1}{s^2}=frac{1}{s^2}+frac{1}{s}
$$
$endgroup$
add a comment |
$begingroup$
That is because for
$$frac{as^2+bs+c}{s^2(s+2)}=frac{A}{s^2}+frac{B}{(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
$$
frac{s+1}{s^2}=frac{1}{s^2}+frac{1}{s}
$$
$endgroup$
That is because for
$$frac{as^2+bs+c}{s^2(s+2)}=frac{A}{s^2}+frac{B}{(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
$$
frac{s+1}{s^2}=frac{1}{s^2}+frac{1}{s}
$$
answered 2 hours ago
Holding ArthurHolding Arthur
1,360417
1,360417
add a comment |
add a comment |
$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:
$$frac{1}{4(s+2)}$$
For large $s$ we can expand this in powers of $1/s$:
$$frac{1}{4(s+2)} = frac{1}{4 s}frac{1}{1+frac{2}{s}} = frac{1}{4s} - frac{1}{2 s^2} + mathcal{O}left(frac{1}{s^3}right)$$
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:
$$frac{1}{2 s^2}-frac{1}{4s} $$
The complete partial fraction expansion is thus given by:
$$frac{1}{2 s^2}-frac{1}{4s} + frac{1}{4(s+2)} $$
$endgroup$
add a comment |
$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:
$$frac{1}{4(s+2)}$$
For large $s$ we can expand this in powers of $1/s$:
$$frac{1}{4(s+2)} = frac{1}{4 s}frac{1}{1+frac{2}{s}} = frac{1}{4s} - frac{1}{2 s^2} + mathcal{O}left(frac{1}{s^3}right)$$
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:
$$frac{1}{2 s^2}-frac{1}{4s} $$
The complete partial fraction expansion is thus given by:
$$frac{1}{2 s^2}-frac{1}{4s} + frac{1}{4(s+2)} $$
$endgroup$
add a comment |
$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:
$$frac{1}{4(s+2)}$$
For large $s$ we can expand this in powers of $1/s$:
$$frac{1}{4(s+2)} = frac{1}{4 s}frac{1}{1+frac{2}{s}} = frac{1}{4s} - frac{1}{2 s^2} + mathcal{O}left(frac{1}{s^3}right)$$
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:
$$frac{1}{2 s^2}-frac{1}{4s} $$
The complete partial fraction expansion is thus given by:
$$frac{1}{2 s^2}-frac{1}{4s} + frac{1}{4(s+2)} $$
$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:
$$frac{1}{4(s+2)}$$
For large $s$ we can expand this in powers of $1/s$:
$$frac{1}{4(s+2)} = frac{1}{4 s}frac{1}{1+frac{2}{s}} = frac{1}{4s} - frac{1}{2 s^2} + mathcal{O}left(frac{1}{s^3}right)$$
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:
$$frac{1}{2 s^2}-frac{1}{4s} $$
The complete partial fraction expansion is thus given by:
$$frac{1}{2 s^2}-frac{1}{4s} + frac{1}{4(s+2)} $$
answered 1 hour ago
Count IblisCount Iblis
8,51221534
8,51221534
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3172683%2fwhy-partial-fraction-decomposition-of-frac1s2s2-is-fracas-frac%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
$begingroup$
There are many answers available on MSE, i.e. here and here
$endgroup$
– callculus
2 hours ago
$begingroup$
More answers here too
$endgroup$
– David K
50 mins ago