The area of a cylinder is 4m2 and it’s height is 0.9m determine the radius to 4
1
Expert's answer
2019-06-12T02:31:04-0400
Surface area of a cylinder is the sum of areas of top "end", bottom "end" and the surface area of the side surface. Each "end" of a cylinder is made of a circle, so the surface area of each is
Send=πr2,
where r is the radius of the "end". Area of "top" and "bottom" combined is
Sends=2πr2.
Side area of a cylinder can be found, knowing the cylinder without "ends" is "unrolled" as a rectangle. You can imagine this having a piece of paper and then rolling it to make a "pretend telescope".
Area of the side surface is the area of a rectangle with sides being a circumference and the height
Sside=2πrh,
where r is the radius and h is the height of the cylinder.
Then formula for the surface area of a cylinder becomes
Stotal=2πr2+2πrh.
So,
Stotal=4m2=2π(r2+0.9r).
This is the quadratic equation relative to radius r , so
r2+0.9r−4/(2π)=0,
and radius is r here.
r2+0.9r−4/(2×3.141593)=0r2+0.9r−0.63662=0
We then use quadratic formula with a=1,b=0.9,c=−0.63662.
r1,2=−b±2ab2−4ac
r1,2=−0.9±2×10.9×2−4×1×(−0.63662)
r1,2=−0.9±3.3564792
r1,2=0.46603480958290083;−1.366034809582901
So, as radius is a nonnegative value, then radius is 0.4660m (up to 4 digits ).
Comments