Indefinite Integration by exchange of variables

Click For Summary

Homework Help Overview

The discussion revolves around the topic of indefinite integration, specifically focusing on the technique of variable substitution. Participants are examining integrals involving square roots and rational functions.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants explore the substitution method for integrals, questioning the correctness of their transformations and the resulting expressions. Some express uncertainty about how to proceed after making substitutions, while others attempt to clarify their reasoning and check their work.

Discussion Status

There is an ongoing exchange of ideas where participants are attempting to guide each other through the integration process. Some have offered hints and suggestions for approaching similar problems, while others are reflecting on their own misunderstandings and seeking clarification.

Contextual Notes

Participants are working under the constraints of homework assignments, which may limit the information they can share or the methods they can use. There is a focus on understanding the steps involved in integration without providing direct solutions.

Asphyxiated
Messages
263
Reaction score
0

Homework Statement



[tex]\int \frac {1}{\sqrt{x}(1+\sqrt{x})} dx[/tex]

The Attempt at a Solution



So let

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

then

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

So dx should be this:

[tex]dx = 2x^{1/2} du[/tex]

right?

So now the Problem looks something like this:

[tex]\int \frac {2\sqrt{x}}{\sqrt{x}(u)} du[/tex]

[tex]\int \frac {\sqrt{x}}{(u)} du[/tex]

I am stuck here, I am just not sure where to go from here, the answer is suppose to be:

[tex]2ln(1+\sqrt{x}) + C[/tex]

but I really don't know how to get there.

thanks!
 
Physics news on Phys.org
Asphyxiated said:

Homework Statement



[tex]\int \frac {1}{\sqrt{x}(1+\sqrt{x})} dx[/tex]

The Attempt at a Solution



So let

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

then

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

So dx should be this:

[tex]dx = 2x^{1/2} du[/tex]

right?

So now the Problem looks something like this:

[tex]\int \frac {2\sqrt{x}}{\sqrt{x}(u)} du[/tex]

[tex]\int \frac {\sqrt{x}}{(u)} du[/tex]

I am stuck here, I am just not sure where to go from here, the answer is suppose to be:

[tex]2ln(1+\sqrt{x}) + C[/tex]

but I really don't know how to get there.

thanks!

[tex]\int \frac {2\sqrt{x}}{u\sqrt{x}} du = \int \frac {\sqrt{x}}{u} du ??[/tex]

[tex]\int \frac {2\sqrt{x}}{u\sqrt{x}} du = \int \frac {2}{u} du[/tex]
 
haha right... so then the proper way to get to the answer is this then:

[tex]\int \frac {2\sqrt{x}}{u\sqrt{x}} du = \int \frac {2}{u} du[/tex]

[tex]\int 2 * \frac {1}{u} du[/tex]

then take an antiderivative:

[tex]2*ln(u)[/tex]

[tex]2ln(1+\sqrt{x}) +C[/tex]

is that right?
 
Asphyxiated said:
haha right... so then the proper way to get to the answer is this then:

[tex]\int \frac {2\sqrt{x}}{u\sqrt{x}} du = \int \frac {2}{u} du[/tex]

[tex]\int 2 * \frac {1}{u} du[/tex]

then take an antiderivative:

[tex]2*ln(u)[/tex]

[tex]2ln(1+\sqrt{x}) +C[/tex]

is that right?

Looks right to me.
 
ok can you help me on a problem of the same type?

[tex]\int \frac {3t+4}{5-t}dt[/tex]

Let:

[tex]u = 5 -t[/tex]

[tex]du = -1 dt[/tex]

[tex]dt = -1 du[/tex]

[tex]\int -\frac {3t+4}{u} du[/tex]

so here I am kind of guessing..

[tex]\int -(3t+4)* \frac {1}{u} du[/tex]

[tex]\int (-3t-4) * \frac {1}{u}du[/tex]

[tex]\int -3t\frac{1}{u}-4\frac{1}{u}[/tex]

I don't think I am on the right track here though, the correct answer is

[tex]-3t -19ln(5-t) +C[/tex]

and I don't see how to get there from here, its probably just something I am not seeing again... thanks in advance
 
Asphyxiated said:
ok can you help me on a problem of the same type?

[tex]\int \frac {3t+4}{5-t}dt[/tex]

Let:

[tex]u = 5 -t[/tex]

[tex]du = -1 dt[/tex]

[tex]dt = -1 du[/tex]

[tex]\int -\frac {3t+4}{u} du[/tex]

so here I am kind of guessing..

[tex]\int -(3t+4)* \frac {1}{u} du[/tex]

[tex]\int (-3t-4) * \frac {1}{u}du[/tex]

[tex]\int -3t\frac{1}{u}-4\frac{1}{u}[/tex]

I don't think I am on the right track here though, the correct answer is

[tex]-3t -19ln(5-t) +C[/tex]

and I don't see how to get there from here, its probably just something I am not seeing again... thanks in advance

[tex]u = 5 -t[/tex] so
[tex]t = 5 -u[/tex]
[tex]3t + 4 = 3(5-t)+4 = 19 -3u[/tex]

Try to figure it out from there. Hint: split into 2 integrals. You have basically right idea, you just need to get that t in terms of u somehow so you can actually integrate.
 
ok so starting from the point of

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

note that I just applied the - sign throughout, that's why my signs are different than yours

so my next guess would be here:

[tex]\int -19\frac{1}{u} + 3u\frac{1}{u} du[/tex]

so then I am assuming I can like so:

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

so I can see that the -19ln(5-t) comes out there but the integral of 3 du is 3u right? so 3(5-t) = 15-3t which does give me the -3t for the solution but the +15 ruins the answer... at least I think so...
 
Asphyxiated said:
ok so starting from the point of

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

note that I just applied the - sign throughout, that's why my signs are different than yours

so my next guess would be here:

[tex]\int -19\frac{1}{u} + 3u\frac{1}{u} du[/tex]

so then I am assuming I can like so:

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

so I can see that the -19ln(5-t) comes out there but the integral of 3 du is 3u right? so 3(5-t) = 15-3t which does give me the -3t for the solution but the +15 ruins the answer... at least I think so...

I got the same answer as you and that looks right. The answer you got it:

[tex]y = 15 - 3t -19ln(5-t) + c_1[/tex]

Let

[tex]c = 15 + c_1 \rightarrow y = -3t - 19ln(5-t) + c[/tex]

The +15 is just a constant so it does not change the functional form of your answer. That is why you might as well absorb it into the [tex]c_1[/tex] so your answer looks nicer.
 
Wow I actually didn't know that, thanks man, I would have been thinking that over forever.
 

Similar threads

Replies
3
Views
2K
  • · Replies 105 ·
4
Replies
105
Views
11K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
19
Views
3K