| Author |
Message |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 7 Sep 2007 21:13:52 IST
|
|
|
integrate [(a + x) / x]1/2
|
Put your hand on a stove for a minute and it seems like an hour. Sit with that special girl for an hour and it seems like a minute. That's relativity.
-Albert Einstein
Generally people who take the piss out of other people hang around in groups of five, because they have a fifth of a personality each.
- Eddie Izzard
It's my life
And it's now or never
I ain't gonna live forever
I just wanna live while I'm alive
-Bon Jovi
By the time a son realizes that his father was probably right, he has a son who thinks he is wrong.
-Anonymous |
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 7 Sep 2007 21:29:44 IST
|
|
|
(a+x)^1/2*(x)^1/2 + a/2[log((a+x)^1/2 + (x)^1/2)] +C
|
this reply: 5 points
(with 1 
in 1 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 7 Sep 2007 21:58:44 IST
|
|
|
U should put x=atan2y, then the root will be removed. Try solving it afterwards.
|
-Ramya |
this reply: 5 points
(with 1 
in 1 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 7 Sep 2007 22:43:10 IST
|
|
|
Excellent answer ramya!!!!
|
this reply: 0 points
(with 0 
in 0 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 9 Sep 2007 05:56:25 IST
|
|
|
answer is 2a[(x/a)^1/2*(1+x/a)^1/2 + 1/2 log((x/a)^1/2 + (1+x/a)^1/2)] + C
|
this reply: 5 points
(with 1 
in 1 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 9 Sep 2007 17:43:28 IST
|
|
|
x^(-1/2) . (a+x)^(1/2)
(m+1)/n +p =1 is an integer.... so take out x common frm a+x and put 1+a/x = t^2
|
this reply: 5 points
(with 1 
in 1 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 9 Sep 2007 23:36:34 IST
|
|
|
X=A TAN*TANX
|
this reply: 0 points
(with 0 
in 0 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 12 Sep 2007 15:03:21 IST
|
|
|
here is the simplest method without any unusual substitution like atan2 y etc  ((a+x)/x) multiply num & denominator by  (a + x) = (a+x) /  (x 2 + ax) multiply divide by 2 1/2 [ (2x + a + a) /  (x 2 + ax) ] 1/2 [ (2x + a) /  (x 2 + ax) + a /  (x 2 + ax) ] integrate the two terms in square bracket indivisually for (2x + a) /  (x 2 + ax) put x 2 + ax = t you will get numerator as dt so u will get dt/  t for a /  (x 2 + ax) write x 2 + ax as (x + a/2) 2 - (a/2) 2 & use the standard result of 1/  x 2 - a 2 hope you understood cheers
|
"Imagination is more important than knowledge."
|
this reply: 5 points
(with 1 
in 1 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
|
|