Using u substitution for integrating.

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 3K views
Mathmanman
Messages
60
Reaction score
0
So I am pretty bad at u substitution.
I don't really get how to replace values with du or u.

Can you please give me tips on how to do u substitution well?
Thanks.
 
Physics news on Phys.org
In the most basic example, u corresponds to some expression while du corresponds to the derivative of that expression. The main idea is to look for this pattern and eventually integrate.

Example:

[itex]1. \int 2x \sqrt{x^2+4} \: dx[/itex]

Let
[itex]u = x^2+4[/itex], then [itex]du = 2x \: dx[/itex], thus you have the form

[itex]\int du \sqrt{u} \:[/itex] or simply [itex]\int du \: u^{1/2} \:[/itex], and then you integrate:

[itex]\int 2x \sqrt{x^2+4} \: dx = 2/3(x^2+4)^{3/2} + C[/itex]

The best tip I could give you is to practice a lot and try to identify these patterns quickly. However, it may not be as easy and obvious at first glance, and sometimes algebraic manipulation or other things may come in handy before integrating. If it would be a [itex]4x[/itex] instead of a [itex]2x[/itex] then what would you do?

More examples:

[itex]2. \int \frac{ln(x)}{x}\: dx[/itex]

[itex]3. \int {sin(x)}^{3} \: cos(x) \: dx[/itex]
 
Last edited:
So... for number 2:
du = 1/x dx
and u = ln(x)
∫u du =
(u^2)/2 + c
([ln(x)]^2)/2 + c
 
But I don't know how to evaluate number 3.
what about sin^3(x)?
 
Often times I find it's useful to just try things, as there are only so many choices you can make. Sometimes they tend to work themselves out if you're lucky. Sure, this might seem fairly reckless, but it helps build your intuition when you see how it's wrong.
 
micromass said:
Try a substitution ##u=\cos(x)##. That will work rather nicely if you know your trig.

Or how about ##u=\sin x##? :rolleyes:
 
micromass said:
Try a substitution ##u=\cos(x)##. That will work rather nicely if you know your trig.

Pranav-Arora said:
Or how about ##u=\sin x##? :rolleyes:
Either will work- but, for integrating [itex]sin^2(x)cos(x)[itex], u= sin(x) is much easier than u= cos(x)![/itex][/itex]