Use a substitution to compute the 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
6 replies · 2K views
Neek 007
Messages
41
Reaction score
0

Homework Statement


Going over past exam problems, stuck on this one. Attached


Calc 2, topics include for this exam integration techniques, such as partial fractions, improper integrals, trig sub, and series.

Question reads: Use a substitution to compute: (see attached)


Homework Equations





The Attempt at a Solution



I tried partial fractions integration.

1. dx/x(1 + sqrt(x)

2. A/x + B/(1+sqrt(x) = 1/x(1+sqrt(x))

Solved for A, A= 1 B = -1


Resulted in:

1/x - 1/1+sqrt(x)

I integrated each part:


ln(abs(x)) - (ln(abs(1+sqrt(x)))*(1/2sqrt(x))


I am not sure if this was correct.
 

Attachments

  • daum_equation_1394583054024.png
    daum_equation_1394583054024.png
    692 bytes · Views: 476
Physics news on Phys.org
u = sqrt(x)
du = 1/2sqrt(x)

x = u^2

∫1/(u^2 + u^3)

∫1/(u^2(1+u))

Then I use partial fractions decomposition

A= 1
B = -1

∫1/u^2 - ∫1/(1+u)

substitute in u

∫1/x - ∫1/(1+sqrt(x))


ln(abs(x)) - ln(abs(1+sqrt(x)))

Answer: ln((x/(1+sqrt(x)))
 
so how does this sound:2u/(u^2(1+u)) du

Then I complete the partial fraction decomposition?
 
Neek 007 said:
so how does this sound:


2u/(u^2(1+u)) du

Then I complete the partial fraction decomposition?

Simplify by cancelling first, then do the partial fraction decomposition.