Integral Calculus (Indefinite) what pointers should i think to choose the correct u. in u-substitution
You're looking for a suitable `u` and `u'` to replace all of your integral.\[\Large \int\limits 3x^2\sqrt{x^3+4}\;dx\]Sometimes it helps to group things. This is how I would group them.\[\Large \int\limits\sqrt{x^3+4}\left(3x^2\;dx\right)\]
In the example:\[\Large u=x^3+4 \qquad\qquad\qquad du=\left(3x^2\;dx\right)\]
\[\Large \int\limits\limits\sqrt{x^3+4}\left(3x^2\;dx\right) \qquad\to \qquad \int\limits \sqrt{u}(du)\]
It's really takes a bit of practice to recognize what is going on. Like you'll get a lot of weird looking stuff thrown at you. Sometimes it's hard to identify your du. Example:\[\Large \int\limits\frac{\ln x}{x}dx\]Another problem where I think grouping helps.\[\Large \int\limits\ln x\left(\frac{1}{x}dx\right)\]
So in this example:\[\Large u=\ln x \qquad\qquad\qquad du=\left(\frac{1}{x}dx\right)\]
It's not always that straight forward though. Sometimes you need to apply a `u-sub` and then mess around with the pieces. Example:\[\Large \int\limits \frac{x}{\sqrt{x-2}}dx\]
In this example:\[\Large u=x-2 \qquad\qquad\qquad du=dx\]But we still need to deal with the x on top right? So we'll solve our initial substitution for x.\[\Large u=x-2 \qquad\to\qquad x=u+2\]
\[\Large \int\limits\limits \frac{x}{\sqrt{x-2}}dx \qquad=\qquad \int\limits \frac{u+2}{\sqrt u}du\]This is much easier to solve in u now.
Do you have any specific examples you need help with? :o Or any clarification on what I did above?
@zepdrix , very thorough examples :)
cool now i get it its clear :), but what about the e^x and e^3x should i use the whole e^x as u? or just x?
For a problem like this?\[\Large \int\limits e^{3x}dx\]Or something a bit more complex?
something like this \[\int\limits \frac{ e ^{2x} }{ (1+e ^{x}) ^{1/3}} dx\]
u see there are 2 \[e ^{x}\] but the other one is \[e ^{2x}\] how do i deal with this?
mm sec XD thinking hehe
Ok you have to think back to your rules of exponents. We're allowed to rewrite the numerator like this,\[\Large e^{2x}\quad=\quad (e^x)^2\]
I'm gonna do my fun grouping thing again and maybe it will jump out at you. If not, that's ok. This one is a bit tricky.
ok im at it, ill do my best
\[\Large \int\limits\frac{e^x}{ (1+e ^{x}) ^{1/3}}\left(e^x\;dx\right)\]
So I split up the square which allowed me to group it a little weird.
haha never thought of doin that
but what sould i use as a U
Let's try letting the inside of our denominator be our u and see what happens. We might hit a bump in the road, if we do just have to think for a sec :) \(\Large u=1+e^x\)
So what do you get for du? :x
e^x
\[\Large du=(e^x\;dx)\]Ok good. Hmm looks like we still need to deal with that e^x in the numerator. Any ideas? :) Look back at the last example I gave, with the sqrt in the denominator!! :O
\[\int\limits \frac{(du)(du) }{(u)^{1/3} } dx\]
oops XD
this is tricky
No no no :D we don't want multiple `differentials`. We just want 1 du! And remember that you're `replacing (e^x dx) with du. So that dx shouldn't be there anymore :O
This is what we have so far,\[\Large \int\limits\limits\frac{e^x}{ (1+e ^{x}) ^{1/3}}\left(e^x\;dx\right) \qquad\to\qquad \int\limits\limits\frac{e^x}{ (u) ^{1/3}}\left(du\right)\]
\[\Large \int\limits\limits\limits\frac{\color{#CC0033}{e^x}}{ (u) ^{1/3}}\left(du\right)\]
Let's think back to our substitution that we set up,\[\Large u=1+\color{#CC0033}{e^x}\]
i see wait let me continue the next step
\[\int\limits \frac{u+1 }{ u ^{1/3} } du\]
should be nagative i think
oh on top?
u-1 :D
\[\Large \int\limits\limits\limits\limits\frac{u-1}{u^{1/3}}\left(du\right)\] Ok good good good :)
From there we can split it into a couple of fractions. Remember how to do that? :o
With a problem like this, after you make your u-sub and get everything plugged in, it might not `look` simpler, but it is! We have our addition/subtraction in the `numerator` now. So we can take advantage of fraction math :O
yes \[\int\limits \frac{ u }{u ^{1/3}}-\frac{ 1 }{ u ^{1/3} } du\]
cool, what next? :3
\[\int\limits \frac{ u }{ u ^{1/3} } - \int\limits \frac{ 1 }{u ^{1/3} } du\]
sure, if you wanna write it that way, that's fine
divide your u's in the first int :O
um theres an exponent on denominator u
will subtraction of exponent work?
ya that sounds right.
\[\int\limits u ^{2/3} - \int\limits \frac{ 1 }{u ^{1/3} } du\]
what do i do with \[\int\limits \frac{ 1 }{ u ^{1/3} }\]
\[\Large \frac{1}{x^2}\quad=\quad x^{-2}\]
haha then \[\int\limits u ^{-1/3}du do?\]
How did you get do? O_o .
do? :o
wrote that @ wrong box :D
oh haha
Alright. It's right then :P .
cool thanks now i just need to substitute u and make du a +c right?
\[\Large \int\limits u^{2/3}-u^{-1/3}du\]Ya looks good so far :)
Woops we still need to integrate !:O
Well I woudn;t substitute yet.
I would integrate it first and THEN substitute :P . NEVER substitute until the end haha.
\[\int\limits_{?}^{?} \frac{ u ^{5/3} }{5/3 } - \int\limits_{?}^{?}\frac{ u ^{2/3} }{ 2/3 } du\]
Well since you integrated the equation you can get rid of the intergal sign :P . There isn't any need of them since you solved the intergal.
But yep that's fine :) .
Now just simplify the thing :) .
ok cool i got the answer tnx everyone :0
Don't forget to add a +C!!
btw how did u know again that u = 1+e^x and not the other one,
Hmm that's a good question. Practice a little bit. If you're ever unsure, always try the denominator first D:
Well you tend to pick u as something that it's derivative is also inside the intergal somewhere.
But ultimately it comes down to practice.
if i use u = e^x will it be ok? since i see there will be same du.
How would you deal with the e^x +1 in the demonitor then?
If you let u=e^x you would have ended up with something like this, \[\Large \int\limits \frac{u}{(1+u)^{1/3}}du\]
Which unfortuately requires another substitution to solve easily.
And personally fraction exponents are quite hard to integrate :3 .
Often times in integrals you might have to use substitution more than once :P .
like integration by parts?
Maybe :P . It depends on the intergal.
Intergation is basically an experiment.
There may be multiple answers as well! :P .
cool can i ask another topic of integral(trigo sub) here? or should i close this and post a new one?
GO ahead :P .
close it uppppp, it's getting long. Too much code, makes it laggy :(
guess so :D
Join our real-time social learning platform and learn together with your friends!