Integration by Substitution

Key Questions

  • Let #f(x)# be defined and continuous in #[a,b]# and #g(x)# defined and differantiable in #[c,d]# with values in #[a,b]#, such that #g(c) =a# and #g(d) = b#.
    Suppose also for simplicity that #g'(x) >0#.

    The chain rule states that:

    #d/dx [f(g(x))] = f'(g(x)) g'(x)#

    Consider now the definite integral as limit of the Riemann sum:

    # int_c^d f'(g(x)) g'(x)dx = lim_(N->oo) sum_(n=0)^N f(g(xi_k))g'(xi_k)(x_(k+1)-x_k)#

    where #x_0 < x_1 < ... < x_N in [c,d]# and #xi_k in (x_k,x_(k+1))#.

    As the choice of #xi_k# in the interval is arbitrary we can choose them as the points for which, based on Lagrange's theorem:

    #g'(xi_k) = (g(x_(k+1))-g(x_k))/(x_(k+1)-x_k)#

    so:

    # int_c^d f'(g(x)) g'(x)dx = lim_(N->oo) sum_(n=0)^N f'(g(xi_k))(g(x_(k+1))-g(x_k))#

    Let now: #y_k = g(x_k)#. As #g'(x) > 0# the function is strictly increasing so: #y_0 < y_1 <... < y_N#

    Then:

    # int_a^b f'(g(x)) g'(x)dx = lim_(N->oo) sum_(n=0)^N f'(y_k)(y_(k+1)-y_k)#

    but this is a Riemann sum of #f(y)# for #y in [a,b]#, so:

    # int_c^d f'(g(x)) g'(x)dx = int_a^b f'(y) dy = f(b)-f(a)#

  • #sin(e^x)+c#, where c is a constant

    Explanation,

    Integration by Substitution,

    #inte^x*cos(e^x)dx#

    let's assume #e^x=t#

    then, #e^x*dx=dt#

    #intcos(t)dt#

    #sin(t)+c#, where c is a constant

    Substituting #t=e^x#, we finally get

    #sin(e^x)+c#, where c is a constant

  • Answer:

    Using integration by substitution, we find the answer to this problem to be #2/9(x^3+1)^(3/2)#.

    Explanation:

    We need to find a value for #u# to substitute that will allow us to find this integral more easily. Notice that if we choose our #u# to be #x^3+1#, then our #du# (the derivative of our #u#) will be #3x^2dx#. The degree of this answer matches up with what is outside of the radical—they only differ by a constant, which works for us since we can multiply by a constant as well as we divide by that same constant as well. So with these changes, the integral becomes

    #1/3int3x^2sqrt(x^3+1) dx#.

    Now we can substitute in #u# for #sqrt(x^3+1)# and #du# for #3x^2dx# (even though they're on different sides of the integral we can combine them into the #du#) and we are left with this, in terms of #u#:

    #1/3intsqrt(u) du#

    Now this is a problem that we can use the anti-power rule on: this integral becomes

    #1/3[2/3u^(3/2)]=2/9u^(3/2)#.

    A very important step that is often overlooked at the end of the problem is that because this is an indefinite integral, we need to substitute back in so that the final answer is in terms of the variable we started with (in this case, #x#). Remember that we substituted #u=x^3+1#, so our final answer becomes

    #2/9(x^3+1)^(3/2)#.

  • Integration by substitution - also known as the "change-of-variable rule" - is a technique used to find integrals of some slightly trickier functions than standard integrals. It is useful for working with functions that fall into the class of some function multiplied by its derivative.

    Say we wish to find the integral

    #int_1^3ln(x)/xdx#
    We know that #ln(x)/x = ln(x)*1/x#
    and we also know that the derivative of #ln(x)# is #1/x#
    What we can do now is change our variable from x to u. We let u equal the undifferentiated function - in this case, #ln(x)#.

    #"Let "u = ln(x)#
    #=> (du)/dx = 1/x#

    We can substitute both of these new functions into the original equation.

    #int_1^3ln(x)/xdx#
    #= int_1^3ln(x)*1/xdx#
    #= int_1^3u*(du)/dxdx#

    We're not quite there yet! When we change the variable, we also need to change the terminals of the integral.

    #"When "x=1, ln(x) = 0#
    #"When "x=3, ln(x) = ln(3)#
    Note that I leave #ln(3)# in exact form.

    The next step requires a little bit of "false multiplication". We all know that if we multiply a fraction by its denominator, the denominator disappears - for example:
    #2/3 * 3 = 2#
    #6/13 * 13 = 6#
    #a/b * b = a#
    The same is true with #(du)/dx*dx#. When (and ONLY when) we have changed our terminals, we can substitute in the new terminals and do this bit of multiplication:

    #int_1^3u*(du)/dxdx#

    #=int_0^ln(3)u*du#

    This is now an integral we can work with. The answer will be correct only if you have correctly changed the terminals.

    The process is very similar for finding antiderivatives (or indefinite integrals). The only difference is that we have no terminals to work with, so instead of changing the terminals in the middle, we substitute the original variable at the end. Let's say we have our original integral without terminals:

    #"Let "u = ln(x)#
    #=> (du)/dx = 1/x#
    #=>intln(x)/xdx#
    #=intu*(du)/dxdx#
    #=intu*du#
    #=(u^2)/2 + c, c in RR#
    Now we can substitute #u=ln(x)# back into the equation:
    #intln(x)/xdx#
    #=(ln(x))^2/2+c, c in RR#.

Questions