Calculus Integration: Solving a Tricky Homework Problem

imataxslave
Messages
5
Reaction score
0

Homework Statement



Int x/x^4+x^2+1 dx

Homework Equations



u=x^2 dx=2x

The Attempt at a Solution


I tried u=x^2+x+1 then du=2x+1
1/2 int u+1/u^2 du
I thought I had it because it made a nice u/u^2 and 1/u^2
But no dice says the prof.
He said let u=x^2 that gives me 1/2 int du/u^2+u+1/u but I'm stuck.
Maybe partial fractions?
 
Last edited:
Physics news on Phys.org
hey imataxslave, welcome to pf - you should try & use brackets to make it clear what your equations actually are & make it easy for people to read

ie x/x^4+x^2+1 = (1/x^3 + x^2 +1) to me, so you should write it as
x/(x^4+x^2+1)

though guessing at what you have done, you get to
\int \frac{du}{u^2 + u + 1}

now i haven't tried it, but you could try completing the square on the denominator, then substututing for whatever is in the the square part - should hopefully take it to a more familiar form
 
updated above
 
Thanks. Sorry about the mess. This is only my fourth math class. Now that I'm sharing with others I've been getting many requests to quit being so sloppy. I tried to complete the square but the one cancels out and I' back to the original input. I think I remember a trick using fractions, I'll look into it. This at least gives me a direction to go.
 
thanks for the idea! Problem solved.
let u =x^4+x^2+1
du= 4x^3+2x dx
Complete the square
(x^2)^2+(2x^2/2)+1/4+1-1/4 dx
=int x/(((x^2+1/2)^2)+(3/4)) dx
let u^2=(x^2+1/2)
du=2xdx
=int 1/2 du/(u^2+3/4)
=1/2 int du/(u^2+(sqrt3/2)^2)
that's the form I need because dx/(x^2+a^2)= (1/a)arctan (x/a) + c
all that's left is plugging it in and changing back substitutions.
I hope this helps others. It's going in my book of half day problems.
 
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