Evaluate the definite integral

sapiental
Messages
110
Reaction score
0
the definite integral:

from a = (-pi/2) to (pi/2) f(((x^2)(sinx))/(1+x^6))dx

this is the way it seems most logic to me to set it up using substitution:

u = x
du = dx

from a = (-pi/2) to (pi/2) f(((u^2)(sinu))/(1+u^6))du

= (((-cos(u))(1/3u^3))/(u+1/7u^7))+CI know how to evaluate it from here, I just need some feedback on my substitution setup.

Thanks in advance.
 
Physics news on Phys.org
sapiental said:
u = x
du = dx
That sort of substitution does nothing but change the letter denoting the variable.
 
Try sketching the graph. Notice anything?

courtrigrad said:
Take the square root of the numerator and denominator and use the substitution x^{3} = \tan \theta, x = \sqrt[3]{\tan \theta} You end up getting \frac{1}{3} \int_{-\frac{\pi}{2}}^{\frac{\pi}{2}} \tan \theta

I'm worried about what "Take the square root of the numerator and denominator" could possibly mean? I don't see how your substitution gives what you claim it gives either.
 
yeah, I made a mistake. I took the integral of the square root of the function instead of the actual function.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top