A couple of Integration problems

star001
Messages
2
Reaction score
0
A couple of Integration problems 9dx/(x(x^4 + 8 ))

Homework Statement



Hi

I'm new to this forum. I have a couple of Integration Problems which I am not able to integrate correctly. I will also post my attempt at solving the problem so u guys can see what method i took trying to solve these. spent a lot of time in these questions and finally decided to post in this forum.

1
9dx/(x(x^4 + 8 ))

2
integ 37dx/((root(x)+ xroot(x))


The Attempt at a Solution




My attempt

i tried u substitution with u=x^2
also 9 is a constant so i took it out for the time being(ill multiply the answer i get with 9)

9 integ dx/(x(x^4 + 8 )) u = x^2 du=2xdx
9 integ xdx/(x^2(x^4 + 8 ))
9*1/2 integ du/(u(u^2 + 8 )

9*1/2 integ du/(u^3 + 8u ) ??
9*1/2 (ln|u^3 +8u|) <<is that answer correct?

if not can someone kindly tell me how to do this problem pls.




I do not know how to go about the 2nd problem. any hints on how to approach it are welcome :)


thanks in advance!
 
Last edited:
Physics news on Phys.org
1. Decompose \frac{1}{x\left(x^4+8\right)} into partial fractions

2. u=\sqrt{x} + partial fraction decomposition
 


star001 said:

Homework Statement



Hi

I'm new to this forum. I have a couple of Integration Problems which I am not able to integrate correctly. I will also post my attempt at solving the problem so u guys can see what method i took trying to solve these. spent a lot of time in these questions and finally decided to post in this forum.

1
9dx/(x(x^4 + 8 ))

2
integ 37dx/((root(x)+ xroot(x))


The Attempt at a Solution




My attempt

i tried u substitution with u=x^2
also 9 is a constant so i took it out for the time being(ill multiply the answer i get with 9)

9 integ dx/(x(x^4 + 8 )) u = x^2 du=2xdx
9 integ xdx/(x^2(x^4 + 8 ))
9*1/2 integ du/(u(u^2 + 8 )

9*1/2 integ du/(u^3 + 8u ) ??
So far so good, but the next line is not correct.
\int \frac{du}{u}~=~ln|u| + C
but you don't have just exactly u in the denominator; you have u3 + 8u. To work through that integral you probably need a technique called partial fraction decomposition, AKA partial fractions.
star001 said:
9*1/2 (ln|u^3 +8u|) <<is that answer correct?

if not can someone kindly tell me how to do this problem pls.




I do not know how to go about the 2nd problem. any hints on how to approach it are welcome :)


thanks in advance!
For your second problem, I would start with a substitution u = sqrt(x), and see where that takes you.
 
Thanks a lot guys!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top