Tried U-sub and anti-differentiation

  • Thread starter Thread starter clipzfan611
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
9 replies · 2K views
clipzfan611
Messages
12
Reaction score
0

Homework Statement


[tex]2\pi \int_0^8 (\frac{y^5}{64}- y^2)dy[/tex]


The Attempt at a Solution



Tried U-sub and anti-differentiation and none of them got the answer it should be. Help?
 
Physics news on Phys.org
You don't need a substitution; remember that this can be split into two integrals [tex]2\pi\left[\int_0^8\frac{1}{64}y^5 dy-\int_0^8y^2 dy\right][/tex].

Can you evaluate these integrals?
 
cristo said:
You don't need a substitution; remember that this can be split into two integrals [tex]2\pi\left[\int_0^8\frac{1}{64}y^5 dy-\int_0^8y^2 dy\right][/tex].

Can you evaluate these integrals?

Yeah I got 6/64y^6 for the first part. Is that right?
 
No, it should not have a y in it.
 
clipzfan611 said:
Yeah I got 6/64y^6 for the first part. Is that right?

As the previous post points out, this is a definite integral and so should not contain y.

But, still, you have computed the indefinite integral incorrectly. Recall: [tex]\int y^ndy=\frac{y^{(n+1)}}{n+1}[/tex]
 
cristo said:
As the previous post points out, this is a definite integral and so should not contain y.

But, still, you have computed the indefinite integral incorrectly. Recall: [tex]\int y^ndy=\frac{y^{(n+1)}}{n+1}[/tex]

This is a shells problem with respect to y. I know y^5 would come out to 1/6y^6 but the 1/64 thing is confusing me.

Edit: Oh you multiply 1/6 and 1/64?
 
Last edited:
clipzfan611 said:
This is a shells problem with respect to y. I know y^5 would come out to 1/6y^6 but the 1/64 thing is confusing me.

Well, 1/64 is a constant, and so can be taken out of the integral. I could've done this above to give [tex]\frac{1}{64}\int y^5dy[/tex] Since you know what the value of [tex]\int y^5dy[/tex] is, then simply multiply this by 1/64. Then, you need to use the limits of integration.
 
cristo said:
Well, 1/64 is a constant, and so can be taken out of the integral. I could've done this above to give [tex]\frac{1}{64}\int y^5dy[/tex] Since you know what the value of [tex]\int y^5dy[/tex] is, then simply multiply this by 1/64. Then, you need to use the limits of integration.

I got the answer--it is -64pi/3. OT: However, can you have a negative volume in the first quadrant? Because I graphed the original equations y=x and y=64x^1/4. Thanks for your help.
 
The reason your answer is negative is because you got the order wrong. You wanted the larger, higher valued functions area, minus the smaller ones. You will see for values from 0 to 8, your bounds of integration, the y^5/64 may be smaller than the y^2, and may be larger. So you must split up the integral where the functions intersect.

They look like they intersect at 4, let's say 4 for the sake of simplicity, when you do it, you have to solve [tex]\frac{y^5}{64}=y^2[/tex], you can get that into a simple cubic. I am pretty sure its 4 though.

Before 4, y^2 is larger, so the area here is [tex]\int_0^{4} y^2 - \frac{y^5}{64} dy[/tex], after 4 the area is [tex]\int_4^8 \frac{y^5}{64} - y^2 dy[/tex]...

EDIT: For the washers problem, multiply this result by 2 pi as required.
 
Oop! I recognize that integral. clipzfan66 posted a "volume of revolution" problem in another thread and I suggested that order of integration. I was thinking about x to a power larger than 1 and that y= xn was less than y= x for x< 1! Didn't think about this being a fractional power!