SOLUTION: Hi can you help please: int (3 x^3) (sqrt(16-x^2)) dx Just not sure if my trig substitutions are working

Algebra ->  Exponential-and-logarithmic-functions -> SOLUTION: Hi can you help please: int (3 x^3) (sqrt(16-x^2)) dx Just not sure if my trig substitutions are working      Log On


   



Question 1208301: Hi can you help please:
int (3 x^3) (sqrt(16-x^2)) dx
Just not sure if my trig substitutions are working

Found 3 solutions by Edwin McCravy, math_tutor2020, mccravyedwin:
Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!

int%28%283x%5E3%29+%28sqrt%2816-x%5E2%29%29%2Cdx%29

That x3 factor is going to make trig substitution difficult.
So let's not try trig substitution, but try algebraic substitution instead.

u=16-x%5E2 => x%5E2=16-u
du=-2x%2Adx
dx=-du%2F%282x%29

int%28%283x%5E3%29+%28sqrt%28u%29%29%28-du%2F%282x%29%29%29

expr%28-3%2F2%29int%28%28x%5E2%29+%28sqrt%28u%29%29du%29%29

expr%28-3%2F2%29int%28%2816-u%29+%28sqrt%28u%29%29du%29%29%29

expr%28-3%2F2%29int%28%2816-u%29+%28sqrt%28u%29%29du%29%29
expr%28-3%2F2%29int%28%2816-u%29+%28u%5E%28%221%2F2%22%29du%29%29
expr%28-3%2F2%29int%28%2816u%5E%28%221%2F2%22%29-u%5E%28%223%2F2%22%29%29du%29
expr%28-3%2F2%29%28int%28%2816u%5E%28%221%2F2%22%29-u%5E%28%223%2F2%22%29%29du%29%29









-16u%5E%28%223%2F2%22%29%2Bexpr%283%2F5%29u%5E%28%225%2F2%22%29%2BC



Your teacher may let you leave it like that, since the
calculus part is over, and the rest is algebra. But
here's the remaining algebra part:

factor out expr%281%2F5%29%2816-x%5E2%29%5E%28%223%2F2%22%29

expr%281%2F5%29%2816-x%5E2%29%5E%28%223%2F2%22%29%28-80%2B3%2816-x%5E2%29%5E%22%22%29%2BC

expr%281%2F5%29%2816-x%5E2%29%5E%28%223%2F2%22%29%28-80%2B48-3x%5E2%29%5E%22%22%2BC

expr%281%2F5%29%2816-x%5E2%29%5E%28%223%2F2%22%29%28-32-3x%5E2%29%5E%22%22%2BC

expr%28-1%2F5%29%2816-x%5E2%29%5E%28%223%2F2%22%29%2832%2B3x%5E2%29%5E%22%22%2BC

Edwin

Answer by math_tutor2020(3817) About Me  (Show Source):
You can put this solution on YOUR website!

Here is a page discussing various trig substitution rules
https://tutorial.math.lamar.edu/Classes/CalcII/TrigSubstitutions.aspx

The rule we'll use specifically is
x+=+%28a%2Fb%29%2Asin%28theta%29
This is in the blue box underneath example 4 on that web link I posted.
Notice this rule corresponds to the template sqrt%28a%5E2-b%5E2%2Ax%5E2%29

In this case a = 4 and b = 1.


x+=+%28a%2Fb%29%2Asin%28theta%29
x+=+%284%2F1%29%2Asin%28theta%29
x+=+4%2Asin%28theta%29 Let's call this equation (1) to use later.

Then,
16-x%5E2+=+16+-+%284%2Asin%28theta%29%29%5E2
16-x%5E2+=+16+-+16%2Asin%5E2%28theta%29
16-x%5E2+=+16%281+-+sin%5E2%28theta%29%29
16-x%5E2+=+16%2Acos%5E2%28theta%29
sqrt%2816-x%5E2%29+=+sqrt%28+16%2Acos%5E2%28theta%29+%29
sqrt%2816-x%5E2%29+=+4%2Acos%28theta%29 Let's call this equation (2) to use later.

Also
x+=+4%2Asin%28theta%29
dx%2Fdtheta+=+4%2Acos%28theta%29
dx+=+4%2Acos%28theta%29%2Adtheta Let's call this equation (3) to use later.
Replace any mention of dtheta with d%2Atheta, but there won't be a dot between the d and theta. I couldn't get it to format properly.

Let's apply those items into the integral we want to evaluate.
int%28+3x%5E3%2Asqrt%2816-x%5E2%29%2C+dx+%29
= Each red box represents a thing we'll replace in the next line.
= Substitute in equations (1), (2), and (3).
=
= 3072%2Aint%28+sin%5E3%28theta%29%2Acos%5E2%28theta%29%2Adtheta%2C+%22%22+%29
=
=
=
= 3072%2Aint%28+%281-u%5E2%29%2Au%5E2%2A%28-du%29%2C+%22%22+%29 Let u = cos(theta), which means du = -sin(theta)*dtheta and sin(theta)*dtheta = -du
= 3072%2Aint%28+%28u%5E4-u%5E2%29%2C+du+%29
= 3072%2A%28%28u%5E5%29%2F5+-+%28u%5E3%29%2F3%29%2BC Don't forget about the plus C. I've seen many students make this error.
= 3072%28%28u%5E3%29%2F15%29%2A%283u%5E2+-+5%29%2BC


From here you'll need to replace each "u" with an expression of x.
Recall that u+=+cos%28theta%29 and sqrt%2816-x%5E2%29+=+4%2Acos%28theta%29
Which would mean cos%28theta%29+=+%281%2F4%29%2Asqrt%2816-x%5E2%29 and u+=+%281%2F4%29%2Asqrt%2816-x%5E2%29

I'll let the student take over from here.

You should arrive at the final answer of %28-1%2F5%29%2A%2816-x%5E2%29%5E%28%223%2F2%22%29%2A%283x%5E2%2B32%29%2BC or some equivalent variation of this.

You can use various online calculators (eg: WolframAlpha or GeoGebra) to confirm the answer.
Here's what it looks like when using WolframAlpha
https://www.wolframalpha.com/input?i=int%28+3x%5E3*sqrt%2816-x%5E2%29%2C+dx+%29
The input typed in was int( 3x^3*sqrt(16-x^2), dx ) or you could do integral( 3x^3*sqrt(16-x^2), dx )

More practice found here
https://www.algebra.com/algebra/homework/Exponential-and-logarithmic-functions/Exponential-and-logarithmic-functions.faq.question.1208255.html

Answer by mccravyedwin(407) About Me  (Show Source):
You can put this solution on YOUR website!
Here is the way to solve it by trig substitution. It isn't so bad after all.

int%28%283x%5E3%29+%28sqrt%2816-x%5E2%29%29%2Cdx%29

Draw a right tringle with angle θ, hypotenuse 4, opposite leg x, and
adjacent leg sqrt%2816-x%5E2%29. As a convention we always put x on the opposite
leg [although it wouldn't matter if we used cofunctions instead.]

[I can't write dθ using the program on the site, so I'll use "dO" for "dθ", so don't be upset.



int%28%283x%5E3%29+%28sqrt%2816-x%5E2%29%29%2Cdx%29

Use the substitutions above, taken straight from the right triangle:

int%28%283%284sin%28theta%29%29%5E3%29%284cos%28theta%29%29%2A4cos%28theta%29dO%29

int%28%283%2A4%5E3sin%5E3%28theta%29%5E%22%22%29%284cos%28theta%29%29%2A4cos%28theta%29dO%29

Take out all the constants:

3072int%28sin%5E3%28theta%29cos%5E2%28theta%29dO%29

When you have an odd power of a sine or cosine, save a sine or cosine
for the derivative and replace the even power that's left with an
identity. so we break up sin3θ = (sin2θ)sinθ = (1-cos2θ)sinθ

3072int%28%281-cos%5E2%28theta%29%29%2Asin%5E%22%22%28theta%29cos%5E2%28theta%29dO%29

3072int%28cos%5E2%28theta%29sin%28theta%29dO%29%22%22-%22%223072int%28cos%5E4%28theta%29sin%28theta%29dO%29

We need to insert a - sign since the derivative of cosine is negative sine:

 -3072int%28cos%5E2%28theta%29%28-sin%28theta%29%29dO%29%22%22%2B%22%223072int%28cos%5E4%28theta%29%28-sin%28theta%29%29dO%29

-3072%28cos%5E3%28theta%29%2F3%5E%22%22%29%2B3072%28cos%5E5%28theta%29%2F5%5E%22%22%29%2BC

-3072cos%5E3%28theta%29%28+1%2F3-expr%281%2F5%29cos%5E2%28theta%29%29%2BC





-48%28sqrt%2816-x%5E2%29%29%5E3%281%2F3-expr%281%2F80%29%2816-x%5E2%29%29%2BC

-48%2816-x%5E2%29%5E%28%223%2F2%22%29%281%2F3-expr%281%2F80%29%2816-x%5E2%29%29%2BC

Factor out 1/240

-48%2816-x%5E2%29%5E%28%223%2F2%22%29%281%2F240%29%2880-3%2816-x%5E2%29%29%2BC
expr%28-1%2F5%29%2816-x%5E2%29%5E%28%223%2F2%22%29%2880-48%2B3x%5E2%29%2BC
expr%28-1%2F5%29%2816-x%5E2%29%5E%28%223%2F2%22%29%2832%2B3x%5E2%29%2BC

That is the same answer as I got above using algebraic substitution.

Edwin