8614smith
- 49
- 0
Homework Statement
sketch the region of integration, and evaluate the integral by choosing the best order of integration
\int^{8}_{0}\int^{2}_{x^{1/3}}\frac{dydx}{y^{4}+1}
Homework Equations
integration by parts
The Attempt at a Solution
after sketching the graph and changing the limits I've got to:
\int^{2}_{0}\int^{y^3}_{0}\frac{dydx}{y^{4}+1}
integrating:
\int^{2}_{0}\left[\frac{x}{y^{4}+1}\right]^{y^3}_{0}dy=\int^{2}_{0}\frac{y^3}{{y^4}+1}dy
u = {y^3}
u' = 3{y^2}
v = ln({y^4}+1)
v' = \frac{1}{{y^4}+1}
\left[{y^3}ln({y^4}+1)-\int3{y^2}ln({y^4}+1)\right]
u = ln({y^4}+1)
u' = \frac{1}{{y^4}+1}
v = {y^3}
v' = 3{y^2}
= {y^3}ln({y^4}+1)-\int{y^3}\frac{1}{{y^4}+1}
And this is where i get stuck as its just an infinite loop of integration by parts, any ideas?