Calculating indefinite integral

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
11 replies · 3K views
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
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 [tex]y = \sqrt{x} + \frac{1}{x} + 2,[/tex] or [tex]y = \sqrt{\displaystyle x + \frac{1}{x}} + 2,[/tex] or
[tex]y = \sqrt{\displaystyle x + \frac{1}{x} + 2}.[/tex] 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 [tex]y = \sqrt{x} + \frac{1}{x} + 2,[/tex] or [tex]y = \sqrt{\displaystyle x + \frac{1}{x}} + 2,[/tex] or
[tex]y = \sqrt{\displaystyle x + \frac{1}{x} + 2}.[/tex] 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 [itex]u^2=x+1[/itex]

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..
 
Indeed sinh does seem like a better option here
 
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: [itex]u=\sqrt{x+2}\,,[/itex] then [itex]\displaystyle du=\frac{dx}{2\sqrt{x+2}}\,.[/itex]

This also gives [itex]\sqrt{x+1}=\sqrt{u^2-1}\,.[/itex]