SOLUTION: if I have the height and volume of a cylinder, how do I find the radius? or diameter?

Algebra ->  Volume -> SOLUTION: if I have the height and volume of a cylinder, how do I find the radius? or diameter?      Log On


   



Question 87946: if I have the height and volume of a cylinder, how do I find the radius? or diameter?
Answer by bucky(2189) About Me  (Show Source):
You can put this solution on YOUR website!
The volume of a cylinder is found by multiplying the area of the circular base times the
height. And the area of the circular base can be written two ways depending on whether
you choose the diameter or the radius to work with. Let A = area, R = radius, and D = diameter.
Then the area of a circle is either:
.
A+=+pi%2AR%5E2
.
or by recognizing that the radius is half the diameter R+=+D%2F2 and then substituting
D%2F2 for R in the above Area equation you get:
.
A+=+pi%2A%28D%2F2%29%5E2+=+%28pi%2AD%5E2%29%2F4
.
Next the Volume (V) of the cylinder is just the height (H) times A or H*A. Substituting
for A we can write:
.
V+=+H%2AA+=+H%2A+pi%2AR%5E2
.
or
.
V+=+H%2AA+=+H%2Api%2A%28D%5E2%2F4%29+=+%28H%2Api%2AD%5E2%29%2F4
.
Now all you have to do is to plug in the values that you are given for V and H and solve
for either R or D. Let's work a couple of examples. (Make sure you use a consistent
set of units. If the height is in inches, then you need the volume in cubic inches
and the diameter and radius will be in inches also. The area will be square inches.)
.
Suppose you are given that the volume is 400 cubic inches (V = 400) and the height is
10 inches. To find the radius, use the equation:
.
V+=+H%2A+pi%2AR%5E2
.
Substitute 400 for V and 10 for H and you get:
.
400+=+10%2Api%2AR%5E2
.
Now divide both sides by the multipliers of R%5E2 and you get:
.
R%5E2+=+400%2F%2810%2Api%29
.
and solve for R by taking the square root of both sides:
.

.
If you use your calculator to find sqrt%2810%2Api%29 you find that 10%2Api+=+31.41592654
and the square root of that is 5.604991216. Substituting this into the equation
gives you:
.
R+=+20%2Fsqrt%2810%2Api%29+=+20%2F5.604991216+=+3.568248232
.
and since we are working in inches, our answer is in inches also.
.
You can find the diameter by just multiplying the answer for R by 2 to get 7.136496465
inches or you can use the equation that we got above involving the volume and the diameter.
Let's use the equation:
.
V+=+H%2Api%2A%28D%5E2%2F4%29
.
Substitute 400 for V and 10 for H to get:
.
400+=+10%2Api%2A%28D%5E2%2F4%29
.
Multiply both sides of this equation by 4 to get rid of the denominator on the right side.
When you do that, the equation becomes:
.
1600+=+10%2Api%2AD%5E2
.
Divide both sides by 10%2Api and the equation simplifies to:
.
D%5E2+=+1600%2F%2810%2Api%29+
.
Use a calculator to determine that 1600%2F%2810%2Api%29+=+50.92958179. This reduces the
equation to:
.
D%5E2+=+50.92958179
.
Finally, by taking the square root of both sides, you get:
.
D+=+sqrt%2850.92958179%29+=+7.136496465
.
and 7.136496465 inches for the diameter is the same answer that we got above by doubling
the radius, so it checks.
.
Hope this helps you. If you study the problem, as complex as it seems, all you have to
know is the formulas for the area of a circle and the fact that the volume of a cylinder is
found by multiplying the circular area of the cylinder times the height of the cylinder.
The rest of the problem just consists of plugging in the values you are given and solving
the resulting equation.