How to Solve Tricky Integrals Involving x^3*sin(x^2) and Rational Functions?

  • Thread starter Thread starter Lodve
  • Start date Start date
  • Tags Tags
    Integration
Lodve
Messages
11
Reaction score
0
Hi I'm struggling solving this integration:
x^3 * sin x^2
My idea to solve this one is to apply integration by parts, but I can't get through using it.

\frac{4x+2}{x^2(x^2+2)} this seems a hard nut to crack.
 
Physics news on Phys.org


If you want to use integration by parts for the first one, there is a certain substitution that would make it quite simple. Can you see it?
 


Hmmm not sure, what if a let the u equal to x^2 and derive it so that I get 2x?
 


For integration by parts, I would start by breaking the product up into x2 and xsin(x2).
 


u=x^2
du=dx*2x

so your argument would be:

1/2u*sin(u)du

which is easier to do parts on.
 


For the second integral, use Partial Fraction Decomposition:

<br /> \frac{4x+2}{x^2(x^2+2)} = \frac{Ax+B}{x^2}+\frac{Cx+D}{(x^2+2)}<br />

Each of the resulting fraction could be integrated by u, du substitution.

http://en.wikipedia.org/wiki/Partial_fraction
 
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