Indefinite integral problem. I don't see the trick!

71 Views Asked by At

So I have this indefinite integral:

$$ \int \frac{x}{1+x^4} \, dx$$

My initial hunch is to make $u = 1 + x^4$ but the derivative of that is $4x^3$ but that there is an x in the numerator of the integrand. So I don't see how I can do a u substitution since $x^3 \ne x$. What can I do???!!

4

There are 4 best solutions below

0
On

Substitute $u=x^2$ then use the integral of $arctan(x)$.

0
On

$$ \int \frac{x}{1+x^4} \, dx= \frac12\int \frac{2x}{1+(x^2)^2} \, dx$$

0
On

Use a substitution $y=x^2.$ Then: $$\int \frac{x}{1+x^4}\, dx=\frac 12\int\frac1{1+y^2}\, dy=\frac{\arctan y}2+c=\frac{\arctan x^2}2+c$$

0
On

$$ \int \frac{x}{1+x^4} \, dx $$

Substitute u = $x^2$ -> $dx = \frac{1}{2x} \, du $

$$= \frac{1}{2} \int \frac{1}{u^2 + 1} \, du $$

The standard integral $ \int \frac{1}{u^2+1} \, du = arctan(u) $

$$ \frac{1}{2} \int \frac{1}{u^2 + 1} \, du = \frac{arctan(u)}{2} $$

undo substitution $ u = x{^2} $

$$ = \frac{arctan(x{^2})}{2} + C $$