Volumes by Slicing and Rotation About an Axis

TheTaoOfBill
Messages
6
Reaction score
0

Homework Statement


I'm having issues with this section in calc. I'm not at all sure what I'm doing!

Here is the problem I'm having trouble with:

Directions: Find the volume of the solids.

Problem: The base of the solid is the disk X^2 + Y^2 <= 1. The cross-sections by planes perpendicular to the Y-axis between Y= -1 and Y= 1 are isosceles right triangles with one leg in the disk.

So essentially it shows a right isosceles triangle where right angle touches the left edge of the circle and the base of the right triangle extends to the other side of the circle.



Homework Equations



about all I really understand what to do is find the area of the triangle.

A(x) = 1/2 BH
B=2x=H
1/2(2x)(2x) = 2x^2

The Attempt at a Solution



I honestly don't have a clue what I'm doing in this section. But if I were to guess I'd take the integral of the area from 1to-1 since that's my interpretation of what the book says.

So V = int from 1to-1(2x^2) = 4/3

But that doesn't sound right at all.

It also talks about the disk and washer methods in this section but I'm not sure if those apply. Any help would be appreciated.
 
Physics news on Phys.org
You have the idea, but the plane cross sections are perpendicular to the y axis, not parallel to it. So the base of the triangle is 2y, which you can get in terms of x from the equation of the circle. Your cross section slab has thickness dx. So your element of volume is

dV = (1/2)(2y)2 dx

Get it all in terms of x and go.
 
LCKurtz said:
You have the idea, but the plane cross sections are perpendicular to the y axis, not parallel to it. So the base of the triangle is 2y, which you can get in terms of x from the equation of the circle. Your cross section slab has thickness dx. So your element of volume is

dV = (1/2)(2y)2 dx

Get it all in terms of x and go.

ok so
dV = 1/2(2(sqrt(1-x^2))

so V = int from -1 to 1(1/2(2(sqrt(1-x^2))) = pi/2 ?
 
Did you miss a squared term?
 
LCKurtz said:
Did you miss a squared term?

Ah.. right...

So..

V = int from -1 to 1(1/2(2(sqrt(1-x^2))^2) = 8/3
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top