integration qs (1 Viewer)

tina_goes_doo

Pharmer in Training
Joined
Mar 26, 2004
Messages
399
Location
MS Broa
Gender
Female
HSC
2004
Ok i suck at these but i'll have a shot at the second one:

x/(root of x + 1) dx

let u = x + 1
x = u - 1
du = dx

:. x/(sqrt of x + 1) dx
= (u - 1) / (sqrt u) du

Break these into two integrals:

= u / (sqrt u) du - 1 / (sqrt u)

= u^(1/2) du - u^(-1/2)

and from there it should be a simple integation.
 

+Po1ntDeXt3r+

Active Member
Joined
Oct 10, 2003
Messages
3,527
Gender
Undisclosed
HSC
2003
1) (1+x)/root of (1-x-x^2) dx

break this up..

I=S (x+1/2)/root of (1-x-x^2) + 1/(2*root of (1-x-x^2)) dx

first part chain rule second inverse trig
where
1/(2*root of (1-x-x^2)) = 1/(2*root of (5/4 - (x+1/2)^2)

cheers

soln: highlight for spoiler :)

I = 1/2*arcsin(2/5*5^(1/2)*(x+1/2))-(1-x-x^2)^(1/2) + C
n.b: arcsin means inverse function of sine
 

KeypadSDM

B4nn3d
Joined
Apr 9, 2003
Messages
2,631
Location
Sydney, Inner West
Gender
Male
HSC
2003
Substitution? That's a bit silly, and slow.

Clever manipulation does the job perfectly:

x/(1 + Sqrt[x])
= Sqrt[x] - Sqrt[x]/(1 + Sqrt[x])
= Sqrt[x] - 1 + 1/(1 + Sqrt[x])
= Sqrt[x] - 1 + 1/(Sqrt[x]) + 2((1/(2Sqrt[x]))/(Sqrt[x] + 1))
Integrating gives:

2x<sup>3/2</sup>/3 - x + 2Sqrt[x] + 2Ln[Sqrt[x] + 1] + C

It's a nice function to work with.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top