Asphyxiated
- 263
- 0
Homework Statement
So the curves are:
y = \frac {x^{4}}{x^{2}+1}
and
y = \frac {1}{x^{2}+1}
The Attempt at a Solution
So first the limits of integration are:
\frac{x^{4}}{x^{2}+1} = \frac{1}{x^{2}+1}
(x^{2}+1)\frac{x^{4}}{x^{2}+1} = \frac{1}{x^{2}+1} (x^{2}+1)
x^{4} = 1
x^{4}-1 = 0
(x^{2}+1)(x^{2}-1)= 0
so
x^{2}+1 = 0 \rightarrow x^{2} =-1
and since:
\sqrt{-1}=i
I assume that it should be the negative square root of 1:
x= -\sqrt{1} = -1
and also:
x^{2}-1 = 0 \rightarrow x^{2}=1 \rightarrow x= \sqrt{1}=1
so the integral should go from -1 to 1
Also I can tell from the graph of the two functions that:
y = \frac {1}{x^{2}+1}
bounds
y = \frac {x^{4}}{x^{2}+1}
so the integral should be set up this way (I will use two integrals purely for clarity):
\int^{1}_{-1} (x^{2}+1)^{-1} dx - \int^{1}_{-1} \frac{x^{4}}{x^{2}+1} dx
I am fairly certain that the integral on the left can be evaluated using this anti-derivative:
\frac{1}{2x}ln(x^{2}+1)
which I got by somewhat trial and error as u substitution did me no good on that problem, but that's easy one, I can not figure out the right side for the life of me, here's my shot at it, but its not very good.
Let:
u = x^{2}+1
du = 2xdx
dx = \frac {1}{2}x^{-1}
so the problem now looks like:
\int^{1}_{-1} \frac{1}{2}\frac{x^{4}}{(u)(x)} du
and the x will remove 1 exponent so:
\int^{1}_{-1} \frac{1}{2}\frac{x^{3}}{(u)} du
which can be put:
\int^{1}_{-1} \frac{1}{2}(x)^{3}(u)^{-1} du
and since
u = x^{2}+1 \rightarrow x = \sqrt{u-1}
so now its:
\int^{1}_{-1} \frac{1}{2}(\sqrt{u-1})^{3}(u)^{-1} du
and
(\sqrt{u-1})^{3} = (u-1)\sqrt{u-1} = u\sqrt{u-1} -\sqrt{u-1}
and put together:
\int^{1}_{-1} \frac{1}{2}\frac{u\sqrt{u-1} -\sqrt{u-1}}{u} du
which cancels 1 u to make it:
\int^{1}_{-1} \frac{1}{2}\sqrt{u-1} -\frac {\sqrt{u-1}}{u} du
and I am just not seeing this work out from here... did I make this too hard or what?
I guess I should say that I have tried u = x^4 as well, and it does work out slightly better but I get stuck at the point of:
\int^{1}_{-1} \frac{1}{4} \frac{u}{(u+u^{3/4})}
If i go that way I can't figure out how to do:
u * (u+u^{3/4})^{-1}
if it wasn't the reciprocal of u+u^3/4 it would go...
Last edited: