How to Solve Integrals by Substitution: Tips and Tricks

  • Thread starter Thread starter powp
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
powp
Messages
91
Reaction score
0
Hello All

I am having problem with solving integrals by subsitution.

I have the following problem. Can anybody help?

(large S) X^2 /(SQRT(1-X)) DX

My first and only thought was to subsitute 1 - x with U but that gave me an answer not ever close.

Does anybody have any tips?

Thanks

P
 
Physics news on Phys.org
powp said:
Hello All
I am having problem with solving integrals by subsitution.
I have the following problem. Can anybody help?
(large S) X^2 /(SQRT(1-X)) DX
My first and only thought was to subsitute 1 - x with U but that gave me an answer not ever close.
Does anybody have any tips?
Thanks
P

Powp, here it is in LaTex:

[tex]\int \frac{x^2}{\sqrt{1-x}}dx[/tex]

So let:

[tex]u=\sqrt{1-x}[/tex]

and work it though completely. That is, then what is [itex]u^2[/itex]?

What then is x in terms of u?

What then is dx in terms of u and du?

What is [itex]x^2[/itex] in terms of u?
 
Thanks for the reply

u^2 = 1 - x
2u * du = -1 * dx
-2u * du = dx

x = 1 - u^2

but where do I go from here.
 
Put them into the integral and DO it!
Your original integral was
[tex]\int \frac{x^2}{\sqrt{1-x}}dx[/itex]<br /> If you let [itex]u= \sqrt{1-x}= (1-x)^\frac{1}{2}[/itex] then, yes, [itex]u^2= 1-x[/itex] so 2u du= -dx and x= 1- u<sup>2</sup> so x<sup>2</sup>= (1- u<sup>2</sup>)<sup>2</sup>= 1- 2u<sup>2</sup>+ u<sup>4</sup>. Your integral becomes<br /> [tex]\int \frac{1- 2u^2+ u^4}{u}(-2u du)= -2\int \left(1- 2u^2+ u^4\right)du[/itex].<br /> Actually, your first thought: substituting for 1- x works perfectly well.<br /> If u= 1-x then du= -dx. Also, x= 1- u so x<sup>2</sup>= (1- u)<sup>2</sup>= 1- 2u+ u<sup>2</sup>. The integral becomes <br /> [tex]-\int \frac{1- 2u+ u^2}{u^\frac{1}{2}}du= -\int \left(u^{-\frac{1}{2}}- 2u^\frac{1}{2}+ u^\frac{3}{2}\right) du[/tex][/tex][/tex]
 
Last edited by a moderator:
powp said:
Thanks for the reply
u^2 = 1 - x
2u * du = -1 * dx
-2u * du = dx
x = 1 - u^2
but where do I go from here.

We're makin' progress. Now you need to substitute all these expressions into the original integral:

[tex]\int\frac{x^2}{\sqrt{1-x}}dx[/tex]

So, substitute each one. I'll do one of them:

[tex]dx=-2udu[/tex]

There you go. Substitute -2udu for dx in the integral. Well . . . do the same for [itex]x^2[/itex] and [itex]\sqrt{1-x}[/itex] . . . what does the integral then look like in terms of u? It's a lot easier now right? So solve it for u then don't forget to substitute back [itex]\sqrt{1-x}[/itex] in place of u in the final answer.

Edit: Didn't see Hall's reply but you know what to do now.
 
Last edited: