|
|
Conical Frustum Calculator
Conical Frustum Formulas in terms of r and h: (Π = Pi)
- Slant height of a conical frustum:
- Volume of a conical frustum:
- V = (1/3) * Π * h * (r12 + r22 + (r1 * r2))
- Lateral surface area of a conical frustum:
- S = Π * (r1 + r2) * s = Π * (r1 + r2) * √((r1 - r2)2 + h2)
- Total surface area of a conical frustum:
- A = Π * (r12 + r22 + (r1 * r2) * s) = Π * [ r12 + r22 + (r1 * r2) * √((r1 - r2)2 + h2) ]
Conical Frustum Calculations:
Use the following additional formulas along with the formulas above.
- Given radius1, radius2 and height calculate the slant height, volume, lateral surface area and total surface area.
Given r1, r2, h find s, V, S, A
- Given radius1, radius2 and slant height calculate the height, volume, lateral surface area and total surface area.
Given r1, r2, s find h, V, S, A
- Given radius1, radius2 and volume calculate the height, slant height, lateral surface area and total surface area.
Given r1, r2, V find h, s, S, A
- h = (3 * v) / (Π * (r12 + r22 + (r1 * r2)))
- Given radius1, radius2 and lateral surface area calculate the height, slant height, volume and total surface area.
Given r1, r2, S find h, s, V, A
- s = S / (Π * (r1 + r2))
- h = √(s2 - (r1 - r2)2)
- Given radius1, radius2 and total surface area calculate the height, slant height, volume and lateral surface area.
Given r1, r2, A find h, s, V, S
- s = [A/Π - r12 - r22] / (r1 + r2)
- h = √(s2 - (r1 - r2)2)
|