For this question:
{(x,y): 0<=x<=2, 0<=y<=2x-x2} about the y-axis
The method the book introduces in its example, does it by having two radii things, x1 and x2.
My first solution is:
∆V ≈ (πx22 - πx12)∆y
= π(x22 - x12)∆y
= π(x2 - x1)(x2 + x1)∆y
y = 2x - x2
x2 - 2x + y = 0
x1 + x2 = 2
x1x2 = y
(Can someone answer why the sum and product of the roots are used, im just copying the working without understanding )
(x2[/sub - x1)2 = (x22 -2x2x1+ x12
= (x2[/sub + x1)2 -4x2x1
= 4 - 4y
= 4(1-y)
(x2[/sub - x1) = 2(1-y)1/2
so
∆V ≈ 4π(1-y)1/2∆y
V = 4π * int(0,1) (1-y)1/2dy
= 8π/3 units cubed
I think i have an alternate, can someone check it please:
ri = x
ro = 2-x
∆V ≈ (π(2-x)2 - πx2)∆y
≈ π(4-4x + x2 - x2)∆y
≈ π(4-4x)∆y
≈ 4π(1-x)∆y
x2 - 2x + y = 0
x = [2 ± root(4-4y)] / 2
= [2 ± 2root(1-y)] / 2
= 1 ± root(1-y)
so
∆V≈ 4π(1-[1 ± root(1-y)])∆y
≈ 4π(1-1 ∓ root(1-y))∆y
≈ 4π(∓ root(1-y))∆y
≈ 4π(root(1-y))∆y (as volume is positive)
V = 4π * int(0,1) (1-y)1/2dy
= 8π/3 units cubed
So yeah is my method ok? And also could somebody explain that sum/product of roots thingo.. Thanks!
{(x,y): 0<=x<=2, 0<=y<=2x-x2} about the y-axis
The method the book introduces in its example, does it by having two radii things, x1 and x2.
My first solution is:
∆V ≈ (πx22 - πx12)∆y
= π(x22 - x12)∆y
= π(x2 - x1)(x2 + x1)∆y
y = 2x - x2
x2 - 2x + y = 0
x1 + x2 = 2
x1x2 = y
(Can someone answer why the sum and product of the roots are used, im just copying the working without understanding )
(x2[/sub - x1)2 = (x22 -2x2x1+ x12
= (x2[/sub + x1)2 -4x2x1
= 4 - 4y
= 4(1-y)
(x2[/sub - x1) = 2(1-y)1/2
so
∆V ≈ 4π(1-y)1/2∆y
V = 4π * int(0,1) (1-y)1/2dy
= 8π/3 units cubed
I think i have an alternate, can someone check it please:
ri = x
ro = 2-x
∆V ≈ (π(2-x)2 - πx2)∆y
≈ π(4-4x + x2 - x2)∆y
≈ π(4-4x)∆y
≈ 4π(1-x)∆y
x2 - 2x + y = 0
x = [2 ± root(4-4y)] / 2
= [2 ± 2root(1-y)] / 2
= 1 ± root(1-y)
so
∆V≈ 4π(1-[1 ± root(1-y)])∆y
≈ 4π(1-1 ∓ root(1-y))∆y
≈ 4π(∓ root(1-y))∆y
≈ 4π(root(1-y))∆y (as volume is positive)
V = 4π * int(0,1) (1-y)1/2dy
= 8π/3 units cubed
So yeah is my method ok? And also could somebody explain that sum/product of roots thingo.. Thanks!