Simple Integration by substitution

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 3K views
John O' Meara
Messages
325
Reaction score
0

Homework Statement


Find by letting [tex]U^2=(4 + x^2)[/tex]the following [tex]\int_0^2\frac{x}{\sqrt{4 + x^2}}dx[/tex]?
I can solve it by letting [tex]\mbox{x=2} tan(\theta)[/tex], But I want to be able to do it by substitution.

The Attempt at a Solution


[tex]\frac{du}{dx}=\frac{d\sqrt{(4+x^2)}}{dx}=\frac{x}{\sqrt{4+x^2}}\mbox{, therefore du}=\frac{x}{u^\frac{1}{2}}\times dx\\[/tex] Therefore the integral is [tex]\int_{x=0}^{x=2}\frac{1}{u^\frac{1}{2}}du=[/tex]0.26757, it should be [tex]2(\sqrt{2}-1)[/tex]. Can you tell me where I went wrong. Thanks for the help.
 
Last edited:
Physics news on Phys.org
John O' Meara said:
[[tex]\frac{du}{dx}=\frac{d\sqrt{(4+x^2)}}{dx}=\frac{x}{\sqrt{4+x^2}}\mbox{, therefore du}=\frac{x}{u^\frac{1}{2}}\times dx\\[/tex]

What happened to the x in the above expression for du? Did you just drop it?
 
There is a mistake in the equation, it should be [tex]\int_0^2\frac{x}{\sqrt{4+x^2}}dx[/tex]. And the answer I then get =.5351. And thanks for the quick reply.
 
John O' Meara said:
[tex]\frac{du}{dx}=\frac{d\sqrt{(4+x^2)}}{dx}=\frac{x}{\sqrt{4+x^2}}\mbox{, therefore du}=\frac{x}{u^\frac{1}{2}}\times dx\\[/tex]

And something is going awry here. A sqrt(u) would be the 4th root of 4+x^2. You are being sloppy.
 
I know there is something awry in the calculation, maybe you can find what I did wrong. Since [tex]u^2=4+x^2[/tex] that implies [tex]u=\sqrt{4+x^2}[/tex] and [tex]\frac{du}{dx}[/tex] expression follows.
 
Last edited:
First try substituting u=4+x²⇒du=2xdx⇒(1/2)du=xdx for the substitution part
that should be a lot easier . you are still heading the right direction
(1/2)∫(1/(u^{1/2}))du= √u
I think you can take it from here
 
Thanks for the help lads I at last got it out using my substitution.