Ira S. answered 10/31/16
Tutor
5.0
(298)
Bilingual math tutor and much more
1) The volume is a sphere and a cylinder combined...which would give you the formula
V= 4/3 π r3 + π r2 h = 2
The surface area is A= 4πr2 + 2πrh.
Using the first equation(since the volume is given) you can solve for h....and substitute it into the SA equation.
h = (2 - 4/3 Π r3) / π r2 so substitute to get
A = 4πr2 + 2πr [ (2-4/3 π r3) / π r2 )]
A = 4πr2 + 4/r - 8/3 π r2
A = 4/3 π r2 + 4r -1
A' = 8/3 π r - 4r -2 =0 multiply by 3r2 to get rid of the fractions to get
8πr3 - 12 = 0
r3 = 12/(8π)
r = .78159 rounds to .782. you can plug in your r in the equation above to find h if necessary.
2) D = [ (x2 - x1)2 + (y2 - y1)2 ]1/2
So one point is (2, .5) and the other point is (x,x2)......substitute it into the distance formula to get
D = [ (x-2)2 + (x2 - .5)2 ]1/2
D = [ x2 -4x +4 + x4 - 1x2 + .25 ]1/2
D = [ x4 -4x +4.25)1/2
D' = 1/2 [ x4 -4x + 4.25] -1/2 * [4x3 -4]
So this equals zero when the numerator equals zero....so solve 4x3 - 4 = 0
So x = 1 so your point is (1,1).
Hope this helped.