Is integration by parts the best method?
$begingroup$
My integration techniques are rusty. If I wish to integrate the following function, I can do it by using integration by parts twice, but is this really the simplest way?
I wish to integrate the function $f(x) = (x^2 - 2x + 1)(e^{-x})$. Integrating by parts we get $$int f(x)dx = (x^2 - 2x + 1)(-e^{-x}) - int(2x-2)(-e^{-x})dx$$
In order to solve the last integral we must again do integration by parts to get $$int(2x-2)(-e^{-x})dx = (2x-2)(e^{-x})-int 2(e^{-x})dx$$
The final integral can then be solved directly and we get the final result, which is $$int f(x)dx = -e^{-x}(x^2+1)$$
But is this the simplest way? Does this mean I need to use integration by parts $n$ times if I have a polynomium of $n$th degree? Or are there some tricks when a polynomium is multiplied by $e^{-x}$?
integration
$endgroup$
add a comment |
$begingroup$
My integration techniques are rusty. If I wish to integrate the following function, I can do it by using integration by parts twice, but is this really the simplest way?
I wish to integrate the function $f(x) = (x^2 - 2x + 1)(e^{-x})$. Integrating by parts we get $$int f(x)dx = (x^2 - 2x + 1)(-e^{-x}) - int(2x-2)(-e^{-x})dx$$
In order to solve the last integral we must again do integration by parts to get $$int(2x-2)(-e^{-x})dx = (2x-2)(e^{-x})-int 2(e^{-x})dx$$
The final integral can then be solved directly and we get the final result, which is $$int f(x)dx = -e^{-x}(x^2+1)$$
But is this the simplest way? Does this mean I need to use integration by parts $n$ times if I have a polynomium of $n$th degree? Or are there some tricks when a polynomium is multiplied by $e^{-x}$?
integration
$endgroup$
1
$begingroup$
The only "trick" I can think of is using a reduction formula but that's derived from integration by parts.
$endgroup$
– Justin Stevenson
Dec 10 '18 at 1:28
add a comment |
$begingroup$
My integration techniques are rusty. If I wish to integrate the following function, I can do it by using integration by parts twice, but is this really the simplest way?
I wish to integrate the function $f(x) = (x^2 - 2x + 1)(e^{-x})$. Integrating by parts we get $$int f(x)dx = (x^2 - 2x + 1)(-e^{-x}) - int(2x-2)(-e^{-x})dx$$
In order to solve the last integral we must again do integration by parts to get $$int(2x-2)(-e^{-x})dx = (2x-2)(e^{-x})-int 2(e^{-x})dx$$
The final integral can then be solved directly and we get the final result, which is $$int f(x)dx = -e^{-x}(x^2+1)$$
But is this the simplest way? Does this mean I need to use integration by parts $n$ times if I have a polynomium of $n$th degree? Or are there some tricks when a polynomium is multiplied by $e^{-x}$?
integration
$endgroup$
My integration techniques are rusty. If I wish to integrate the following function, I can do it by using integration by parts twice, but is this really the simplest way?
I wish to integrate the function $f(x) = (x^2 - 2x + 1)(e^{-x})$. Integrating by parts we get $$int f(x)dx = (x^2 - 2x + 1)(-e^{-x}) - int(2x-2)(-e^{-x})dx$$
In order to solve the last integral we must again do integration by parts to get $$int(2x-2)(-e^{-x})dx = (2x-2)(e^{-x})-int 2(e^{-x})dx$$
The final integral can then be solved directly and we get the final result, which is $$int f(x)dx = -e^{-x}(x^2+1)$$
But is this the simplest way? Does this mean I need to use integration by parts $n$ times if I have a polynomium of $n$th degree? Or are there some tricks when a polynomium is multiplied by $e^{-x}$?
integration
integration
asked Dec 10 '18 at 1:01
JensJens
3,79021030
3,79021030
1
$begingroup$
The only "trick" I can think of is using a reduction formula but that's derived from integration by parts.
$endgroup$
– Justin Stevenson
Dec 10 '18 at 1:28
add a comment |
1
$begingroup$
The only "trick" I can think of is using a reduction formula but that's derived from integration by parts.
$endgroup$
– Justin Stevenson
Dec 10 '18 at 1:28
1
1
$begingroup$
The only "trick" I can think of is using a reduction formula but that's derived from integration by parts.
$endgroup$
– Justin Stevenson
Dec 10 '18 at 1:28
$begingroup$
The only "trick" I can think of is using a reduction formula but that's derived from integration by parts.
$endgroup$
– Justin Stevenson
Dec 10 '18 at 1:28
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
A trick for such integrals:
- If $f(x)$ is of the form $f(x)$ = $e^x$ $(g(x) + gprime(x))$, then
$int f(x)$ = $e^x g(x)$ + some constant. - If $f(x)$ is of the form $f(x)$ = $e^{-x}$ $(gprime(x) - g(x))$,
then $int f(x)$ = $e^{-x}g(x)$ + some constant.
The given question is of the second form.
I am sure you can prove the trick so I am skipping it.
$endgroup$
add a comment |
$begingroup$
Integration by parts done fast
This method speeds up the process, but other then this I don't know of any 'tricks'
$endgroup$
add a comment |
$begingroup$
"Best method" is subjective. But another way is to use Feynman's trick of differentiating under the integral sign.
First, note that the integral is $displaystyle frac 1e int (x-1)^2e^{-(x-1)}dx$
Now consider the integral $g(x,k) = displaystyle frac 1e int e^{-k(x-1)}dx$ and note that $displaystyle frac{partial{^2}}{partial k^2}g(x,k) = frac 1e int (x-1)^2e^{-(x-1)}dx$ when $k=1$.
$g(x,k)$ is trivial to compute, and the twice partial differentiation can be done with product rule without too much fuss.
EDIT (addendum): even if you were to use integration by parts twice, your life would be made easier by doing a substitution $displaystyle u = x-1$, to make the integral $displaystyle frac 1e int u^2e^{-u} du$, which is more tractable.
$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%2f3033281%2fis-integration-by-parts-the-best-method%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
A trick for such integrals:
- If $f(x)$ is of the form $f(x)$ = $e^x$ $(g(x) + gprime(x))$, then
$int f(x)$ = $e^x g(x)$ + some constant. - If $f(x)$ is of the form $f(x)$ = $e^{-x}$ $(gprime(x) - g(x))$,
then $int f(x)$ = $e^{-x}g(x)$ + some constant.
The given question is of the second form.
I am sure you can prove the trick so I am skipping it.
$endgroup$
add a comment |
$begingroup$
A trick for such integrals:
- If $f(x)$ is of the form $f(x)$ = $e^x$ $(g(x) + gprime(x))$, then
$int f(x)$ = $e^x g(x)$ + some constant. - If $f(x)$ is of the form $f(x)$ = $e^{-x}$ $(gprime(x) - g(x))$,
then $int f(x)$ = $e^{-x}g(x)$ + some constant.
The given question is of the second form.
I am sure you can prove the trick so I am skipping it.
$endgroup$
add a comment |
$begingroup$
A trick for such integrals:
- If $f(x)$ is of the form $f(x)$ = $e^x$ $(g(x) + gprime(x))$, then
$int f(x)$ = $e^x g(x)$ + some constant. - If $f(x)$ is of the form $f(x)$ = $e^{-x}$ $(gprime(x) - g(x))$,
then $int f(x)$ = $e^{-x}g(x)$ + some constant.
The given question is of the second form.
I am sure you can prove the trick so I am skipping it.
$endgroup$
A trick for such integrals:
- If $f(x)$ is of the form $f(x)$ = $e^x$ $(g(x) + gprime(x))$, then
$int f(x)$ = $e^x g(x)$ + some constant. - If $f(x)$ is of the form $f(x)$ = $e^{-x}$ $(gprime(x) - g(x))$,
then $int f(x)$ = $e^{-x}g(x)$ + some constant.
The given question is of the second form.
I am sure you can prove the trick so I am skipping it.
answered Dec 10 '18 at 2:48
Nishant Pr. DasNishant Pr. Das
234
234
add a comment |
add a comment |
$begingroup$
Integration by parts done fast
This method speeds up the process, but other then this I don't know of any 'tricks'
$endgroup$
add a comment |
$begingroup$
Integration by parts done fast
This method speeds up the process, but other then this I don't know of any 'tricks'
$endgroup$
add a comment |
$begingroup$
Integration by parts done fast
This method speeds up the process, but other then this I don't know of any 'tricks'
$endgroup$
Integration by parts done fast
This method speeds up the process, but other then this I don't know of any 'tricks'
answered Dec 10 '18 at 1:40
rickyricky
1207
1207
add a comment |
add a comment |
$begingroup$
"Best method" is subjective. But another way is to use Feynman's trick of differentiating under the integral sign.
First, note that the integral is $displaystyle frac 1e int (x-1)^2e^{-(x-1)}dx$
Now consider the integral $g(x,k) = displaystyle frac 1e int e^{-k(x-1)}dx$ and note that $displaystyle frac{partial{^2}}{partial k^2}g(x,k) = frac 1e int (x-1)^2e^{-(x-1)}dx$ when $k=1$.
$g(x,k)$ is trivial to compute, and the twice partial differentiation can be done with product rule without too much fuss.
EDIT (addendum): even if you were to use integration by parts twice, your life would be made easier by doing a substitution $displaystyle u = x-1$, to make the integral $displaystyle frac 1e int u^2e^{-u} du$, which is more tractable.
$endgroup$
add a comment |
$begingroup$
"Best method" is subjective. But another way is to use Feynman's trick of differentiating under the integral sign.
First, note that the integral is $displaystyle frac 1e int (x-1)^2e^{-(x-1)}dx$
Now consider the integral $g(x,k) = displaystyle frac 1e int e^{-k(x-1)}dx$ and note that $displaystyle frac{partial{^2}}{partial k^2}g(x,k) = frac 1e int (x-1)^2e^{-(x-1)}dx$ when $k=1$.
$g(x,k)$ is trivial to compute, and the twice partial differentiation can be done with product rule without too much fuss.
EDIT (addendum): even if you were to use integration by parts twice, your life would be made easier by doing a substitution $displaystyle u = x-1$, to make the integral $displaystyle frac 1e int u^2e^{-u} du$, which is more tractable.
$endgroup$
add a comment |
$begingroup$
"Best method" is subjective. But another way is to use Feynman's trick of differentiating under the integral sign.
First, note that the integral is $displaystyle frac 1e int (x-1)^2e^{-(x-1)}dx$
Now consider the integral $g(x,k) = displaystyle frac 1e int e^{-k(x-1)}dx$ and note that $displaystyle frac{partial{^2}}{partial k^2}g(x,k) = frac 1e int (x-1)^2e^{-(x-1)}dx$ when $k=1$.
$g(x,k)$ is trivial to compute, and the twice partial differentiation can be done with product rule without too much fuss.
EDIT (addendum): even if you were to use integration by parts twice, your life would be made easier by doing a substitution $displaystyle u = x-1$, to make the integral $displaystyle frac 1e int u^2e^{-u} du$, which is more tractable.
$endgroup$
"Best method" is subjective. But another way is to use Feynman's trick of differentiating under the integral sign.
First, note that the integral is $displaystyle frac 1e int (x-1)^2e^{-(x-1)}dx$
Now consider the integral $g(x,k) = displaystyle frac 1e int e^{-k(x-1)}dx$ and note that $displaystyle frac{partial{^2}}{partial k^2}g(x,k) = frac 1e int (x-1)^2e^{-(x-1)}dx$ when $k=1$.
$g(x,k)$ is trivial to compute, and the twice partial differentiation can be done with product rule without too much fuss.
EDIT (addendum): even if you were to use integration by parts twice, your life would be made easier by doing a substitution $displaystyle u = x-1$, to make the integral $displaystyle frac 1e int u^2e^{-u} du$, which is more tractable.
edited Dec 10 '18 at 1:52
answered Dec 10 '18 at 1:42
DeepakDeepak
17k11536
17k11536
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%2f3033281%2fis-integration-by-parts-the-best-method%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
1
$begingroup$
The only "trick" I can think of is using a reduction formula but that's derived from integration by parts.
$endgroup$
– Justin Stevenson
Dec 10 '18 at 1:28