Solving Integrals with Substitution Method - Step-by-Step Guide

  • Thread starter Thread starter Nyasha
  • Start date Start date
  • Tags Tags
    Integration
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 5K views
Nyasha
Messages
127
Reaction score
0

Homework Statement


In each of the following cases use the given substitution in order to evaluate the given integral:

[tex]\int\frac{2+\sqrt x}{1-\sqrt x}dx=2(4(1+\sqrt x)^\frac{3}{2}-\frac{(1-\sqrt x)^2}{2}-3In(1-\sqrt x)[/tex]




Homework Equations



For the substitution
[tex]u=1-\sqrt x[/tex]

[tex]x=(1-u)^2[/tex]

The Attempt at a Solution



[tex]du=\frac{-1}{2\sqrt x}[/tex]

[tex]-2\sqrt x du=dx[/tex]

[tex]-2\sqrt(1-u)^2du=dx[/tex]


[tex]-2\int\frac{2+\sqrt(1-u)^2}{u}(\sqrt(1-u)^2[/tex]

[tex]-2\int 2\sqrt(1-u^2)(u^-1)du+ \sqrt(1-u^2)(u^-1)[/tex]

Guys how come when l simplify this integration l do not get the answer correct answer which is shown in the problem statement ? Where have l done my mistake ?
 
Physics news on Phys.org
Nyasha said:
[tex]du=\frac{-1}{2\sqrt x}[/tex]

Surely you mean [tex]\frac{du}{dx}=\frac{-1}{2\sqrt x}[/tex]...right?

[tex]-2\sqrt x du=dx[/tex]

[tex]-2\sqrt(1-u)^2du=dx[/tex]

Technically, this is incorrect; since sqrt() always reteurns the positive root,

[tex]\sqrt{(1-u)^2}=\left\{\begin{array}{lr}1-u, & 1-u \geq 0 \\ u-1, & 1-u\leq 0\end{array}[/tex]

But it should be clear from your definition of u that [itex]u=1-\sqrt{x}\implies \sqrt{x}=1-u[/itex] always. So [itex]\sqrt{x}\neq\sqrt{(1-u)^2}[/itex] in general.


[tex]-2\int 2\sqrt(1-u^2)(u^-1)du+ \sqrt(1-u^2)(u^-1)[/tex]

Now you seem to be claiming [itex]\sqrt{(1-u)^2}=\sqrt{1-u^2}[/itex]...surely you didn't mean to do that!:wink:

Use [itex]\sqrt{x}=1-u[/itex] instead.
 
gabbagabbahey said:
Surely you mean [tex]\frac{du}{dx}=\frac{-1}{2\sqrt x}[/tex]...right?



Technically, this is incorrect; since sqrt() always reteurns the positive root,

[tex]\sqrt{(1-u)^2}=\left\{\begin{array}{lr}1-u, & 1-u \geq 0 \\ u-1, & 1-u\leq 0\end{array}[/tex]

But it should be clear from your definition of u that [itex]u=1-\sqrt{x}\implies \sqrt{x}=1-u[/itex] always. So [itex]\sqrt{x}\neq\sqrt{(1-u)^2}[/itex] in general.




Now you seem to be claiming [itex]\sqrt{(1-u)^2}=\sqrt{1-u^2}[/itex]...surely you didn't mean to do that!:wink:

Use [itex]\sqrt{x}=1-u[/itex] instead.


Maybe l should take a new approach since this one was a complete disaster.

[tex]x=(1-u)^2[/tex]

[tex]dx= -2(1-u)du[/tex]

[tex]dx=2u-2du[/tex]

[tex]\int\frac{2+\sqrt (1-u)^2}{u}.(2u-2)du[/tex]

I would like to know if l am on the right path before l take another wild goose chase:smile:
 
Nyasha said:
Maybe l should take a new approach since this one was a complete disaster.

[tex]x=(1-u)^2[/tex]

[tex]dx= -2(1-u)du[/tex]

[tex]dx=2u-2du[/tex]

[tex]\int\frac{2+\sqrt (1-u)^2}{u}.(2u-2)du[/tex]

I would like to know if l am on the right path before l take another wild goose chase:smile:

Again, [itex]\sqrt{(1-u)^2}[/itex] depends on whether [itex]1-u[/itex] is positive or negative.

To avoid having to analyze the two different cases, stick to your original substitution; [itex]u=1-\sqrt{x}\implies \sqrt{x}=1-u[/itex]...
 
gabbagabbahey said:
Again, [itex]\sqrt{(1-u)^2}[/itex] depends on whether [itex]1-u[/itex] is positive or negative.

To avoid having to analyze the two different cases, stick to your original substitution; [itex]u=1-\sqrt{x}\implies \sqrt{x}=1-u[/itex]...


Ohhh, l now get it. This means my integrand will become:


[tex] \int\frac{2+ (1-u)}{u}(2u-2)du=\int\frac{4u-2}{u}du + \int\frac{(2u-2)(1-u)}{u}du[/tex]
 
Nyasha said:
Ohhh, l now get it. This means my integrand will become:


[tex] \int\frac{2+ (1-u)}{u}(2u-2)du=\int\frac{4u-2}{u}du + \int\frac{(2u-2)(1-u)}{u}du[/tex]

Actually, [tex]\int\frac{2+ (1-u)}{u}(2u-2)du=\int\frac{4u-4}{u}du + \int\frac{(2u-2)(1-u)}{u}du[/tex]

But there is a much easier way to simplify this:

[tex]\int\frac{2+ (1-u)}{u}(2u-2)du=2\int\frac{(3-u)(u-1)}{u}du[/tex]

And [itex](3-u)(u-1)=[/itex]___?
 
gabbagabbahey said:
Actually, [tex]\int\frac{2+ (1-u)}{u}(2u-2)du=\int\frac{4u-4}{u}du + \int\frac{(2u-2)(1-u)}{u}du[/tex]

But there is a much easier way to simplify this:

[tex]\int\frac{2+ (1-u)}{u}(2u-2)du=2\int\frac{(3-u)(u-1)}{u}du[/tex]

And [itex](3-u)(u-1)=[/itex]___?



Thanks very much for the help:smile: