Calculating indefinite integral

Argiris
Messages
3
Reaction score
0

Homework Statement



hey could you help me to calculate the indefinite integral of y=√(x+1)/√(x+2)

Homework Equations





The Attempt at a Solution


tried to set x+1=u and integrate it by substitution but didnt work
 
Last edited:
Physics news on Phys.org
Try to set u^2=x+1
 
Argiris said:

Homework Statement



hey could you help me to calculate the indefinite integral of y=√x+1/x+2

Homework Equations





The Attempt at a Solution


tried to set x+1=u and integrate it by substitution but didnt work

It is not clear what your function y is. It could be y = \sqrt{x} + \frac{1}{x} + 2, or y = \sqrt{\displaystyle x + \frac{1}{x}} + 2, or
y = \sqrt{\displaystyle x + \frac{1}{x} + 2}. If you don't want to use LaTeX, you need to use brackets, so the first way I wrote above would be y = (√x) + (1/x) + 2, the second way would be y = √[x + (1/x)] + 2, and the thire way would be y = √[x + (1/x) + 2]. If I read your function using *standard* rules and priorities, it means the first way above.

RGV
 
So now you have ∫√u/(u+1)du. Try an additional substitution.
 
Ray Vickson said:
It is not clear what your function y is. It could be y = \sqrt{x} + \frac{1}{x} + 2, or y = \sqrt{\displaystyle x + \frac{1}{x}} + 2, or
y = \sqrt{\displaystyle x + \frac{1}{x} + 2}. If you don't want to use LaTeX, you need to use brackets, so the first way I wrote above would be y = (√x) + (1/x) + 2, the second way would be y = √[x + (1/x)] + 2, and the thire way would be y = √[x + (1/x) + 2]. If I read your function using *standard* rules and priorities, it means the first way above.

RGV

I apologize for the missunderstanding the function is y=Sqrt[x+1]/Sqrt[x+2] i corrected it in the question to.
 
micromass said:
Try to set u^2=x+1

well i tried it and this transformed the integral into ∫2*(u^3)/√(u^2+1)du. then i set u=tanθ and the integral is transformed into 2∫(tanθ^3)*secθdθ. and couldn't take it any further..
 
u = \sinh t seems a better substitution.
 
EDIT: double posting. see next post.
 
Last edited:
Argiris said:
well i tried it and this transformed the integral into ...
I don't get that u^3.
 
  • #10
Indeed sinh does seem like a better option here
 
  • #11
Argiris said:

Homework Statement



hey could you help me to calculate the indefinite integral of y=√(x+1)/√(x+2)

Homework Equations



The Attempt at a Solution


tried to set x+1=u and integrate it by substitution but didn't work
Similar, but slightly different than what micromass suggested.

Use the substitution: u=\sqrt{x+2}\,, then \displaystyle du=\frac{dx}{2\sqrt{x+2}}\,.

This also gives \sqrt{x+1}=\sqrt{u^2-1}\,.
 
  • #12
Back
Top