How Does Substitution Impact Integration Limits?

fashion_fever
Messages
12
Reaction score
0

Homework Statement



evaluate:

higher limit of 36
lower limit of 0 (36+3x)^1/2 dx

Homework Equations



i thought of using subsititution?

The Attempt at a Solution



g(x)=36+3x
g'(x)=3

when x=0, u=36+3(0)=36
when x=36, u=36+3(36)=144

from lower limit of 36 to higher limit of 144

3(u)^1/2 du= 3(2/3)u^3/2 + C

substitute 36+3x back into u, i get: 2(36+3x)^3/2 + C

=[2(36+3(144))^3/2) + C ] - [ 2(36+3(36))^3/2] + C

= 2(468)^3/2 - 3456 + C

is this correct??
 

Attachments

  • symimage.gif
    symimage.gif
    729 bytes · Views: 511
Last edited:
Physics news on Phys.org
Your final answer should just be a number, there should be no constant of integration. When you have -[ 2(36+3(36))^3/2] +C it should really be -[ 2(36+3(36))^3/2 + C] and the constants should cancel out
 
so it would just be: 2(468)^3/2 - 3456 ?
 
Checking it, you made a couple mistakes. First with your substitution. The derivative of 2 (36+3x)^{3/2} is 9(36+3x)^{1/2}, which isn't right. Check your integration by substitution again and be careful with plugging in du for dx.

Also, you turned your answer back into x's, but then plugged in the upper and lower bounds for u.
 
um...i don't get it..i didn't find i wrote 9(36+3x)^1/2..so what should it be?
and for the x=144,x=36, i do substitute those in right?...
 
When you make a substitution to a new variable of integration, you can either a) fix your limits of integration by putting them through the function or b) leave them as "x=whatever" and then when you are done integrating, put back your original variable and evaluate. But not both, which is what you seem to have done here.

Let me see if I can make that clearer. Consider \intop_1^2 (x^2-2x+1) dx.
Now you can just evaluate this:
\frac{x^3}{3}-x^2+x \vert^1_2 = \frac{1}{3}.

But let's suppose you decide you want to do a substitution:
u=x-1, du=dx
\intop_1^2 (x^2-2x+1) dx = \intop^?_? u^2 du.

Now you have two choices, you can move the limits from x to u by plugging into your substitution:
\intop^1_0 u^2 du = \frac{u^3}{3} \vert^1_0 = \frac{1}{3}
or you can write:
\intop^{x=2}_{x=1} u^2 du = \frac{u^3}{3} \vert^{x=2}_{x=1} = \left[\frac{x^3}{3}-x^2+x-1 \vert^2_1 \right]= \frac{1}{3}

Sometimes it's more convenient to move your limits of integration to the new variable and sometimes it's not. But what you did was convert your limits of integration to the new variable u. Then when you were done integrating, you converted the expression to be evaluated back to x, but plugged in the "u" bounds.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top