When is it appropriate to apply a change of variable during integration?
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
Often I see the technique change of variables applied to the domain of integration where one replaces the integration symbol with a derivative:
$$
dx = dxfracdudu = fracdxdudu = left(fracdudxright)^-1du
$$
where $u(x)$ denotes the replacement variable. This apparently relies on the interpretation of $dx$ and $du$ as infinitesimally "small pieces" which seems to be disputed.
I know that when it comes to integration the correct way of applying this change of variables is via integration by substitution. Let's consider the following example:
$$
int_a^bx^3dx stackrelu(x) equiv x^2= int_u(a)^u(b)sqrtucdot u underbraceleft(fracdudxright)^-1_frac12x = frac12sqrtudu = frac12int_a^2^b^2u,du = left[fracu^24right]_u=a^2^u=b^2
$$
Actually this is obtained via integration by substitution:
$$
int_a^bx^3dx = frac12int_a^b2xcdot x^2dxstackrelu(x) equiv x^2= frac12int_u(a)^u(b)u,du = left[fracu^24right]_u=a^2^u=b^2
$$
Now for this example the latter decomposition into substitute $u(x)$ and its derivative $u'(x)$ is obvious but often, I find, this is not the case. Consider for example:
$$
int_a^b J_0left(exp(sigmacdot x)right)dx
$$
where $J_0$ denotes the Bessel function of first kind and order. Finding such a decomposition here is non-obvious but on the other hand it's tempting to apply a change of variables $u(x) equiv exp(sigmacdot x)$ which leads to:
$$
frac1sigmaint_exp(sigma a)^exp(sigma b) fracJ_0(u)udu
$$
which can be solved using Meijer G-functions. Now in reverse order it's possible to deduce the decomposition from the integrand but carrying out the integration by substitution is way more complicated.
So this eventually brings me to my question. Since often it is easier (more obvious and more convenient) to apply a change of variables than to perform integration by substitution, are there any limitations to this method (in terms of applicability) I should be aware of? Can I always perform a change of variables or do I need to crosscheck its validity by deducing the corresponding substitution rule? Or are the two methods actually (inherently) the same?
integration substitution change-of-variable
add a comment |Â
up vote
1
down vote
favorite
Often I see the technique change of variables applied to the domain of integration where one replaces the integration symbol with a derivative:
$$
dx = dxfracdudu = fracdxdudu = left(fracdudxright)^-1du
$$
where $u(x)$ denotes the replacement variable. This apparently relies on the interpretation of $dx$ and $du$ as infinitesimally "small pieces" which seems to be disputed.
I know that when it comes to integration the correct way of applying this change of variables is via integration by substitution. Let's consider the following example:
$$
int_a^bx^3dx stackrelu(x) equiv x^2= int_u(a)^u(b)sqrtucdot u underbraceleft(fracdudxright)^-1_frac12x = frac12sqrtudu = frac12int_a^2^b^2u,du = left[fracu^24right]_u=a^2^u=b^2
$$
Actually this is obtained via integration by substitution:
$$
int_a^bx^3dx = frac12int_a^b2xcdot x^2dxstackrelu(x) equiv x^2= frac12int_u(a)^u(b)u,du = left[fracu^24right]_u=a^2^u=b^2
$$
Now for this example the latter decomposition into substitute $u(x)$ and its derivative $u'(x)$ is obvious but often, I find, this is not the case. Consider for example:
$$
int_a^b J_0left(exp(sigmacdot x)right)dx
$$
where $J_0$ denotes the Bessel function of first kind and order. Finding such a decomposition here is non-obvious but on the other hand it's tempting to apply a change of variables $u(x) equiv exp(sigmacdot x)$ which leads to:
$$
frac1sigmaint_exp(sigma a)^exp(sigma b) fracJ_0(u)udu
$$
which can be solved using Meijer G-functions. Now in reverse order it's possible to deduce the decomposition from the integrand but carrying out the integration by substitution is way more complicated.
So this eventually brings me to my question. Since often it is easier (more obvious and more convenient) to apply a change of variables than to perform integration by substitution, are there any limitations to this method (in terms of applicability) I should be aware of? Can I always perform a change of variables or do I need to crosscheck its validity by deducing the corresponding substitution rule? Or are the two methods actually (inherently) the same?
integration substitution change-of-variable
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Often I see the technique change of variables applied to the domain of integration where one replaces the integration symbol with a derivative:
$$
dx = dxfracdudu = fracdxdudu = left(fracdudxright)^-1du
$$
where $u(x)$ denotes the replacement variable. This apparently relies on the interpretation of $dx$ and $du$ as infinitesimally "small pieces" which seems to be disputed.
I know that when it comes to integration the correct way of applying this change of variables is via integration by substitution. Let's consider the following example:
$$
int_a^bx^3dx stackrelu(x) equiv x^2= int_u(a)^u(b)sqrtucdot u underbraceleft(fracdudxright)^-1_frac12x = frac12sqrtudu = frac12int_a^2^b^2u,du = left[fracu^24right]_u=a^2^u=b^2
$$
Actually this is obtained via integration by substitution:
$$
int_a^bx^3dx = frac12int_a^b2xcdot x^2dxstackrelu(x) equiv x^2= frac12int_u(a)^u(b)u,du = left[fracu^24right]_u=a^2^u=b^2
$$
Now for this example the latter decomposition into substitute $u(x)$ and its derivative $u'(x)$ is obvious but often, I find, this is not the case. Consider for example:
$$
int_a^b J_0left(exp(sigmacdot x)right)dx
$$
where $J_0$ denotes the Bessel function of first kind and order. Finding such a decomposition here is non-obvious but on the other hand it's tempting to apply a change of variables $u(x) equiv exp(sigmacdot x)$ which leads to:
$$
frac1sigmaint_exp(sigma a)^exp(sigma b) fracJ_0(u)udu
$$
which can be solved using Meijer G-functions. Now in reverse order it's possible to deduce the decomposition from the integrand but carrying out the integration by substitution is way more complicated.
So this eventually brings me to my question. Since often it is easier (more obvious and more convenient) to apply a change of variables than to perform integration by substitution, are there any limitations to this method (in terms of applicability) I should be aware of? Can I always perform a change of variables or do I need to crosscheck its validity by deducing the corresponding substitution rule? Or are the two methods actually (inherently) the same?
integration substitution change-of-variable
Often I see the technique change of variables applied to the domain of integration where one replaces the integration symbol with a derivative:
$$
dx = dxfracdudu = fracdxdudu = left(fracdudxright)^-1du
$$
where $u(x)$ denotes the replacement variable. This apparently relies on the interpretation of $dx$ and $du$ as infinitesimally "small pieces" which seems to be disputed.
I know that when it comes to integration the correct way of applying this change of variables is via integration by substitution. Let's consider the following example:
$$
int_a^bx^3dx stackrelu(x) equiv x^2= int_u(a)^u(b)sqrtucdot u underbraceleft(fracdudxright)^-1_frac12x = frac12sqrtudu = frac12int_a^2^b^2u,du = left[fracu^24right]_u=a^2^u=b^2
$$
Actually this is obtained via integration by substitution:
$$
int_a^bx^3dx = frac12int_a^b2xcdot x^2dxstackrelu(x) equiv x^2= frac12int_u(a)^u(b)u,du = left[fracu^24right]_u=a^2^u=b^2
$$
Now for this example the latter decomposition into substitute $u(x)$ and its derivative $u'(x)$ is obvious but often, I find, this is not the case. Consider for example:
$$
int_a^b J_0left(exp(sigmacdot x)right)dx
$$
where $J_0$ denotes the Bessel function of first kind and order. Finding such a decomposition here is non-obvious but on the other hand it's tempting to apply a change of variables $u(x) equiv exp(sigmacdot x)$ which leads to:
$$
frac1sigmaint_exp(sigma a)^exp(sigma b) fracJ_0(u)udu
$$
which can be solved using Meijer G-functions. Now in reverse order it's possible to deduce the decomposition from the integrand but carrying out the integration by substitution is way more complicated.
So this eventually brings me to my question. Since often it is easier (more obvious and more convenient) to apply a change of variables than to perform integration by substitution, are there any limitations to this method (in terms of applicability) I should be aware of? Can I always perform a change of variables or do I need to crosscheck its validity by deducing the corresponding substitution rule? Or are the two methods actually (inherently) the same?
integration substitution change-of-variable
asked Jul 25 at 21:48
a_guest
1112
1112
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
0
down vote
Change of variable and substitution are the same.
The difference is only in names. In general whenever the substitution makes an integral easier to evaluate we change variable.
Actually my question is not about terminology. I understand that integration by substitution formally involves a "change of variable" but by the latter I referred to the trick of treating $dx$ as an infinitesimal distance and hence converting it into a derivative. For me it is not clear if this trick can be applied under any circumstances and whether or how it is related to the formally correct integration by substitution.
– a_guest
Jul 25 at 22:21
@a_guest du=u'dx is the key, dx is not a derivative, it is a symbol which stands for the linearized change in the variable $x$
– Mohammad Riazi-Kermani
Jul 25 at 22:57
add a comment |Â
up vote
0
down vote
I think what you're asking about is sometimes called the inverse substitution theorem. A few months ago I found that someone had actually written a paper taking issue with how integration by substitution is taught, that you may find enlightening: Gale, D. Teaching Integration by Substitution, The American Mathematical Monthly, Vol. 101, No. 6 (Jun.–Jul., 1994), pp. 520–526 .
Since that's probably still paywalled, I'll summarise the particularly relevant bit (page 4 of the PDF copy):
Inverse Substitution Theorem If $h=(f circ g) cdot g'$, $H'=h$ and $g$ has an inverse,
$$ (H circ g^-1)' = f. $$
The paper offers two proofs of this, one that uses the Inverse Function Theorem but concludes that $f$ has an antiderivative, and one that assumes $f$ has an antiderivative $F$, but does not need the Inverse Function Theorem. The former is surely a more useful set of hypotheses, and that proof goes as follows:
$$ (H circ g^-1)' = (H' circ g^-1) cdot (g^-1)' = ([(f circ g) cdot g'] circ g^-1 ) cdot (g^-1)', $$
by the chain rule and the definition of $h$. The first bracket expands to
$$ [(f circ g) circ g^-1] cdot ( g' circ g^-1 ), $$
and then the first bracket here simplifies to $f$ by associativity of function composition, so we have
$$ f cdot (g' circ g^-1) cdot (g^-1)', $$
and the last two terms are the derivative of $g circ g^-1$, i.e. the identity function, which has derivative $1$, and hence the result.
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Change of variable and substitution are the same.
The difference is only in names. In general whenever the substitution makes an integral easier to evaluate we change variable.
Actually my question is not about terminology. I understand that integration by substitution formally involves a "change of variable" but by the latter I referred to the trick of treating $dx$ as an infinitesimal distance and hence converting it into a derivative. For me it is not clear if this trick can be applied under any circumstances and whether or how it is related to the formally correct integration by substitution.
– a_guest
Jul 25 at 22:21
@a_guest du=u'dx is the key, dx is not a derivative, it is a symbol which stands for the linearized change in the variable $x$
– Mohammad Riazi-Kermani
Jul 25 at 22:57
add a comment |Â
up vote
0
down vote
Change of variable and substitution are the same.
The difference is only in names. In general whenever the substitution makes an integral easier to evaluate we change variable.
Actually my question is not about terminology. I understand that integration by substitution formally involves a "change of variable" but by the latter I referred to the trick of treating $dx$ as an infinitesimal distance and hence converting it into a derivative. For me it is not clear if this trick can be applied under any circumstances and whether or how it is related to the formally correct integration by substitution.
– a_guest
Jul 25 at 22:21
@a_guest du=u'dx is the key, dx is not a derivative, it is a symbol which stands for the linearized change in the variable $x$
– Mohammad Riazi-Kermani
Jul 25 at 22:57
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Change of variable and substitution are the same.
The difference is only in names. In general whenever the substitution makes an integral easier to evaluate we change variable.
Change of variable and substitution are the same.
The difference is only in names. In general whenever the substitution makes an integral easier to evaluate we change variable.
answered Jul 25 at 21:56


Mohammad Riazi-Kermani
27.4k41852
27.4k41852
Actually my question is not about terminology. I understand that integration by substitution formally involves a "change of variable" but by the latter I referred to the trick of treating $dx$ as an infinitesimal distance and hence converting it into a derivative. For me it is not clear if this trick can be applied under any circumstances and whether or how it is related to the formally correct integration by substitution.
– a_guest
Jul 25 at 22:21
@a_guest du=u'dx is the key, dx is not a derivative, it is a symbol which stands for the linearized change in the variable $x$
– Mohammad Riazi-Kermani
Jul 25 at 22:57
add a comment |Â
Actually my question is not about terminology. I understand that integration by substitution formally involves a "change of variable" but by the latter I referred to the trick of treating $dx$ as an infinitesimal distance and hence converting it into a derivative. For me it is not clear if this trick can be applied under any circumstances and whether or how it is related to the formally correct integration by substitution.
– a_guest
Jul 25 at 22:21
@a_guest du=u'dx is the key, dx is not a derivative, it is a symbol which stands for the linearized change in the variable $x$
– Mohammad Riazi-Kermani
Jul 25 at 22:57
Actually my question is not about terminology. I understand that integration by substitution formally involves a "change of variable" but by the latter I referred to the trick of treating $dx$ as an infinitesimal distance and hence converting it into a derivative. For me it is not clear if this trick can be applied under any circumstances and whether or how it is related to the formally correct integration by substitution.
– a_guest
Jul 25 at 22:21
Actually my question is not about terminology. I understand that integration by substitution formally involves a "change of variable" but by the latter I referred to the trick of treating $dx$ as an infinitesimal distance and hence converting it into a derivative. For me it is not clear if this trick can be applied under any circumstances and whether or how it is related to the formally correct integration by substitution.
– a_guest
Jul 25 at 22:21
@a_guest du=u'dx is the key, dx is not a derivative, it is a symbol which stands for the linearized change in the variable $x$
– Mohammad Riazi-Kermani
Jul 25 at 22:57
@a_guest du=u'dx is the key, dx is not a derivative, it is a symbol which stands for the linearized change in the variable $x$
– Mohammad Riazi-Kermani
Jul 25 at 22:57
add a comment |Â
up vote
0
down vote
I think what you're asking about is sometimes called the inverse substitution theorem. A few months ago I found that someone had actually written a paper taking issue with how integration by substitution is taught, that you may find enlightening: Gale, D. Teaching Integration by Substitution, The American Mathematical Monthly, Vol. 101, No. 6 (Jun.–Jul., 1994), pp. 520–526 .
Since that's probably still paywalled, I'll summarise the particularly relevant bit (page 4 of the PDF copy):
Inverse Substitution Theorem If $h=(f circ g) cdot g'$, $H'=h$ and $g$ has an inverse,
$$ (H circ g^-1)' = f. $$
The paper offers two proofs of this, one that uses the Inverse Function Theorem but concludes that $f$ has an antiderivative, and one that assumes $f$ has an antiderivative $F$, but does not need the Inverse Function Theorem. The former is surely a more useful set of hypotheses, and that proof goes as follows:
$$ (H circ g^-1)' = (H' circ g^-1) cdot (g^-1)' = ([(f circ g) cdot g'] circ g^-1 ) cdot (g^-1)', $$
by the chain rule and the definition of $h$. The first bracket expands to
$$ [(f circ g) circ g^-1] cdot ( g' circ g^-1 ), $$
and then the first bracket here simplifies to $f$ by associativity of function composition, so we have
$$ f cdot (g' circ g^-1) cdot (g^-1)', $$
and the last two terms are the derivative of $g circ g^-1$, i.e. the identity function, which has derivative $1$, and hence the result.
add a comment |Â
up vote
0
down vote
I think what you're asking about is sometimes called the inverse substitution theorem. A few months ago I found that someone had actually written a paper taking issue with how integration by substitution is taught, that you may find enlightening: Gale, D. Teaching Integration by Substitution, The American Mathematical Monthly, Vol. 101, No. 6 (Jun.–Jul., 1994), pp. 520–526 .
Since that's probably still paywalled, I'll summarise the particularly relevant bit (page 4 of the PDF copy):
Inverse Substitution Theorem If $h=(f circ g) cdot g'$, $H'=h$ and $g$ has an inverse,
$$ (H circ g^-1)' = f. $$
The paper offers two proofs of this, one that uses the Inverse Function Theorem but concludes that $f$ has an antiderivative, and one that assumes $f$ has an antiderivative $F$, but does not need the Inverse Function Theorem. The former is surely a more useful set of hypotheses, and that proof goes as follows:
$$ (H circ g^-1)' = (H' circ g^-1) cdot (g^-1)' = ([(f circ g) cdot g'] circ g^-1 ) cdot (g^-1)', $$
by the chain rule and the definition of $h$. The first bracket expands to
$$ [(f circ g) circ g^-1] cdot ( g' circ g^-1 ), $$
and then the first bracket here simplifies to $f$ by associativity of function composition, so we have
$$ f cdot (g' circ g^-1) cdot (g^-1)', $$
and the last two terms are the derivative of $g circ g^-1$, i.e. the identity function, which has derivative $1$, and hence the result.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I think what you're asking about is sometimes called the inverse substitution theorem. A few months ago I found that someone had actually written a paper taking issue with how integration by substitution is taught, that you may find enlightening: Gale, D. Teaching Integration by Substitution, The American Mathematical Monthly, Vol. 101, No. 6 (Jun.–Jul., 1994), pp. 520–526 .
Since that's probably still paywalled, I'll summarise the particularly relevant bit (page 4 of the PDF copy):
Inverse Substitution Theorem If $h=(f circ g) cdot g'$, $H'=h$ and $g$ has an inverse,
$$ (H circ g^-1)' = f. $$
The paper offers two proofs of this, one that uses the Inverse Function Theorem but concludes that $f$ has an antiderivative, and one that assumes $f$ has an antiderivative $F$, but does not need the Inverse Function Theorem. The former is surely a more useful set of hypotheses, and that proof goes as follows:
$$ (H circ g^-1)' = (H' circ g^-1) cdot (g^-1)' = ([(f circ g) cdot g'] circ g^-1 ) cdot (g^-1)', $$
by the chain rule and the definition of $h$. The first bracket expands to
$$ [(f circ g) circ g^-1] cdot ( g' circ g^-1 ), $$
and then the first bracket here simplifies to $f$ by associativity of function composition, so we have
$$ f cdot (g' circ g^-1) cdot (g^-1)', $$
and the last two terms are the derivative of $g circ g^-1$, i.e. the identity function, which has derivative $1$, and hence the result.
I think what you're asking about is sometimes called the inverse substitution theorem. A few months ago I found that someone had actually written a paper taking issue with how integration by substitution is taught, that you may find enlightening: Gale, D. Teaching Integration by Substitution, The American Mathematical Monthly, Vol. 101, No. 6 (Jun.–Jul., 1994), pp. 520–526 .
Since that's probably still paywalled, I'll summarise the particularly relevant bit (page 4 of the PDF copy):
Inverse Substitution Theorem If $h=(f circ g) cdot g'$, $H'=h$ and $g$ has an inverse,
$$ (H circ g^-1)' = f. $$
The paper offers two proofs of this, one that uses the Inverse Function Theorem but concludes that $f$ has an antiderivative, and one that assumes $f$ has an antiderivative $F$, but does not need the Inverse Function Theorem. The former is surely a more useful set of hypotheses, and that proof goes as follows:
$$ (H circ g^-1)' = (H' circ g^-1) cdot (g^-1)' = ([(f circ g) cdot g'] circ g^-1 ) cdot (g^-1)', $$
by the chain rule and the definition of $h$. The first bracket expands to
$$ [(f circ g) circ g^-1] cdot ( g' circ g^-1 ), $$
and then the first bracket here simplifies to $f$ by associativity of function composition, so we have
$$ f cdot (g' circ g^-1) cdot (g^-1)', $$
and the last two terms are the derivative of $g circ g^-1$, i.e. the identity function, which has derivative $1$, and hence the result.
answered Jul 25 at 22:50


Chappers
55k74190
55k74190
add a comment |Â
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2862853%2fwhen-is-it-appropriate-to-apply-a-change-of-variable-during-integration%23new-answer', 'question_page');
);
Post as a guest
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
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
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