How to integrate the following equation

  • Thread starter Thread starter aerogurl2
  • Start date Start date
  • Tags Tags
    Integrate
aerogurl2
Messages
34
Reaction score
0

Homework Statement


Hi, i don't really know how I should go about this question. please help me.

Question:
Integrate the following equation:
I = (integration sign from 0 to 2 sqrt3) (x^3)/(16-x^2)^(1/2)

Homework Equations





The Attempt at a Solution


I tried to assign u and dv initially like this:

u = (16-x^2)^(1/2)
du = -(16-x^2)^(-1/2) dx

dv = x^3 dx
v = (1/4)(x^4)

so uv - (INT)vdu
= (1/4)(16-x^2)(x^4) + (1/4)(INT)(x^4)/(16-x^4)^(1/2) dx

but it gets more complicated because of x^4, if x^3 in the integration then i could have assigned it as I and then solve it easily, but i think i made a huge mistake somewhere to get it to be like this.
 
Physics news on Phys.org
With experience, you'll realize that a trigonometric substitution in the denominator works best in cases like these. A big clue is the sqrt(3) in the bounds, this is immediately reminiscent of special angle ratios like sin(pi/3), right?

Anyway, your first objective here is to get rid of the denominator by applying a trig sub. Try x = 4\sin{\theta}. Simplify.

You'll be left with a cubed trig expression to integrate. Do that by parts (\sin^3{\theta} = \sin^2{\theta}\sin{\theta}). It's not difficult, in fact, it can neatly be done in two lines with a little application of some trig identities and a little algebra.

Finally, don't sub x back into the final indefinite integral. Leave everything in terms of theta. Work out the values of theta that correspond to the bounds of the definite integral and evaluate. Much neater.
 
Last edited:
When you see a squareroot, trig substitution can look very tempting, but another method can shorten the work greatly.

For example...

<br /> \begin{array}{l}<br /> \int {\frac{{x^3 }}{{\sqrt {16 - x^2 } }}} dx \\ <br /> {\rm{let}}{\kern 1pt} {\kern 1pt} {\kern 1pt} u = \sqrt {16 - x^2 } {\kern 1pt} {\kern 1pt} {\kern 1pt} \to x^2 = 16 - u^2 \\ <br /> du = \frac{{ - x}}{{\sqrt {16 - x^2 } }}dx \\ <br /> \int {\frac{{x^3 }}{{\sqrt {16 - x^2 } }}} dx = \int {\left( {u^2 - 16 } \right)} du \\ <br /> \end{array}<br /> <br />
 
Last edited:
ChaoticLlama said:
When you see a squareroot, trig substitution can look very tempting, but another method can shorten the work greatly.

For example...

<br /> \begin{array}{l}<br /> \int {\frac{{x^3 }}{{\sqrt {16 - x^2 } }}} dx \\ <br /> {\rm{let}}{\kern 1pt} {\kern 1pt} {\kern 1pt} u = \sqrt {16 - x^2 } {\kern 1pt} {\kern 1pt} {\kern 1pt} \to x^2 = 16 - u^2 \\ <br /> du = \frac{{ - x}}{{\sqrt {16 - x^2 } }}dx \\ <br /> \int {\frac{{x^3 }}{{\sqrt {16 - x^2 } }}} dx = \int {\left( {u^2 - 16 } \right)} du \\ <br /> \end{array}<br /> <br />

Yes, that's a much neater method! :smile:
 
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