Slant Height Calculator
Our free circle calculator solves slant height problems. Get worked examples, visual aids, and downloadable results. Enter your values for instant results.
Calculator
Adjust values & calculateFormula
For a cone, slant height l equals the square root of the sum of the squared height h and squared radius r. For a square pyramid, replace r with half the base edge length (a/2). The slant height forms the hypotenuse of a right triangle with the height and base apothem.
Last reviewed: December 2025
Worked Examples
Example 1: Cone Slant Height
Example 2: Square Pyramid Slant Height
Background & Theory
The Slant Height Calculator applies the following established principles and formulas. Mathematics rests on a hierarchy of number systems, each extending the previous. The natural numbers (1, 2, 3, ...) support counting and ordering. The integers add negative values and zero, enabling subtraction without restriction. The rational numbers, expressible as p/q where p and q are integers and q is nonzero, close the system under division. The real numbers fill the gaps left by irrationals such as the square root of 2 or pi, forming a complete ordered field. The complex numbers, written as a + bi where i is the square root of negative one, complete the algebraic closure of the reals and allow every polynomial to have a root. Prime factorization states that every integer greater than one is uniquely expressible as a product of primes, a result known as the Fundamental Theorem of Arithmetic. Computing the greatest common divisor (GCD) of two integers relies most efficiently on the Euclidean algorithm: repeatedly replace the larger number with the remainder when it is divided by the smaller, until the remainder is zero. The last nonzero remainder is the GCD. The least common multiple (LCM) follows from the identity LCM(a, b) = |a * b| / GCD(a, b). Modular arithmetic defines equivalence classes of integers that share the same remainder under division by a modulus n. Fermat's Little Theorem and Euler's Theorem arise from this structure and underpin modern cryptography. Logarithms are the inverses of exponential functions. If b raised to the power x equals y, then the logarithm base b of y equals x. The natural logarithm uses base e, approximately 2.71828. Combinatorics counts arrangements and selections. The number of ordered arrangements (permutations) of r objects from n distinct objects is nPr = n! / (n - r)!. The number of unordered selections (combinations) is nCr = n! / (r! * (n - r)!). Pascal's triangle arranges these binomial coefficients so that each entry equals the sum of the two entries directly above it. The Fibonacci sequence, defined by F(1) = 1, F(2) = 1, and F(n) = F(n-1) + F(n-2), appears throughout nature and connects deeply to the golden ratio via Binet's formula.
History
The history behind the Slant Height Calculator traces back through the following developments. Mathematics as a systematic discipline traces to ancient Mesopotamia. Babylonian clay tablets dating to around 1800 BCE demonstrate knowledge of quadratic equations, Pythagorean triples, and base-60 arithmetic, suggesting a practical mathematical tradition far preceding Greek formalism. Euclid of Alexandria compiled the Elements around 300 BCE, establishing the axiomatic method that would define rigorous mathematics for over two thousand years. His work organized plane geometry, number theory, and proportion into logically chained propositions derived from a small set of postulates. The algorithm bearing his name for computing GCDs appears in Book VII and remains in use today. In the 9th century, the Persian scholar Muhammad ibn Musa Al-Khwarizmi wrote Al-Kitab al-mukhtasar fi hisab al-jabr wal-muqabala, the treatise whose title gave algebra its name. He systematized the solution of linear and quadratic equations and described procedures that operated on unknowns as objects, a conceptual leap away from purely numerical calculation. Rene Descartes introduced coordinate geometry in 1637 by uniting algebra and Euclidean geometry, allowing curves to be studied through equations. This synthesis set the stage for calculus. Isaac Newton and Gottfried Wilhelm Leibniz independently developed calculus during the 1660s and 1670s, triggering a priority dispute that lasted decades and divided British and Continental mathematicians. Carl Friedrich Gauss proved the Fundamental Theorem of Algebra in 1799, showing that every nonconstant polynomial has at least one complex root. His Disquisitiones Arithmeticae of 1801 established modern number theory. David Hilbert's formalist program at the turn of the 20th century sought to place all of mathematics on an explicit axiomatic foundation, a project that Kurt Godel's incompleteness theorems of 1931 showed to be fundamentally limited. Alan Turing's work in the 1930s on computability introduced the theoretical model of the stored-program computer and linked mathematical logic directly to the limits of algorithmic calculation. His proof that no algorithm can decide in general whether an arbitrary program will halt or run forever placed fundamental boundaries on what mathematics can mechanically determine, and it opened the discipline now known as theoretical computer science.
Frequently Asked Questions
Sources & References
Formula
l = sqrt(h^2 + r^2)
For a cone, slant height l equals the square root of the sum of the squared height h and squared radius r. For a square pyramid, replace r with half the base edge length (a/2). The slant height forms the hypotenuse of a right triangle with the height and base apothem.
Worked Examples
Example 1: Cone Slant Height
Problem: Find the slant height of a cone with height 12 cm and base radius 5 cm.
Solution: Slant height l = sqrt(h^2 + r^2)\nl = sqrt(12^2 + 5^2)\nl = sqrt(144 + 25)\nl = sqrt(169) = 13 cm\nLateral surface area = pi * r * l = pi * 5 * 13 = 204.20 cm^2\nHalf-angle = arctan(5/12) = 22.62 degrees
Result: Slant Height = 13 cm | Lateral Area = 204.20 cm^2 | Half-angle = 22.62 deg
Example 2: Square Pyramid Slant Height
Problem: A square pyramid has height 10 m and base edge 8 m. Find its slant height.
Solution: Half base = a/2 = 8/2 = 4 m\nSlant height l = sqrt(h^2 + (a/2)^2)\nl = sqrt(100 + 16) = sqrt(116) = 10.77 m\nLateral area = 2 * a * l = 2 * 8 * 10.77 = 172.33 m^2\nBase area = 64 m^2\nTotal surface area = 172.33 + 64 = 236.33 m^2
Result: Slant Height = 10.77 m | Lateral Area = 172.33 m^2 | Total SA = 236.33 m^2
Frequently Asked Questions
What is slant height and how is it different from regular height?
Slant height is the distance measured along the lateral (side) surface of a three-dimensional shape from the apex to the base edge, while regular height (also called perpendicular height or altitude) is the vertical distance from the apex straight down to the center of the base. For a cone, the slant height runs along the surface from the tip to the circular base edge, while the height is the internal vertical distance from tip to base center. The slant height is always longer than the perpendicular height because it forms the hypotenuse of a right triangle where the height and radius are the two legs. Understanding this distinction is critical for calculating lateral surface area, which depends on slant height.
How do you calculate the slant height of a cone?
The slant height of a cone is calculated using the Pythagorean theorem because the slant height, perpendicular height, and radius form a right triangle. The formula is l = sqrt(h squared + r squared), where l is slant height, h is the perpendicular height, and r is the base radius. For example, a cone with height 12 and radius 5 has slant height = sqrt(144 + 25) = sqrt(169) = 13. This relationship works because if you slice a cone vertically through its apex, the cross-section is an isosceles triangle where the slant height is the equal sides, the height is the altitude, and the diameter is the base.
How do you find the slant height of a square pyramid?
For a square pyramid, the slant height is the distance from the apex to the midpoint of any base edge (not to a corner). It is calculated as l = sqrt(h squared + (a/2) squared), where h is the perpendicular height and a is the base edge length. The term a/2 represents the apothem of the square base, which is the distance from the center to the midpoint of an edge. For a pyramid with height 10 and base edge 8, the slant height = sqrt(100 + 16) = sqrt(116) = 10.77. Note that the lateral edge (from apex to corner) is different and longer: lateral edge = sqrt(h squared + (a*sqrt(2)/2) squared).
Why is slant height important for surface area calculations?
Slant height is essential for calculating the lateral (side) surface area of cones and pyramids because the lateral faces are not vertical but angled. For a cone, the lateral surface area equals pi * r * l, where l is the slant height. For a regular pyramid, the lateral area equals (1/2) * perimeter * slant height. Using the perpendicular height instead of slant height would underestimate the true surface area because the slanted surface covers more area than a vertical surface of the same height. This is practically important for determining material requirements such as the amount of fabric for a tent, metal for a funnel, or paint for a roof.
Can you find slant height if you know the lateral surface area?
Yes, you can work backwards from the lateral surface area to find the slant height. For a cone with lateral surface area LSA and radius r, the slant height is l = LSA / (pi * r). For a regular pyramid with base perimeter P and lateral surface area LSA, the slant height is l = 2 * LSA / P. Once you know the slant height, you can also find the perpendicular height using h = sqrt(l squared - r squared) for a cone or h = sqrt(l squared - (a/2) squared) for a pyramid. These reverse calculations are useful in engineering when you know the material surface area available and need to determine what dimensions are achievable.
What is the relationship between slant height and the cone angle?
The slant height of a cone is directly related to the half-angle at the apex through trigonometry. The half-angle theta equals arctan(r / h), and the slant height l = h / cos(theta) or equivalently l = r / sin(theta). A larger half-angle means a wider, flatter cone with a larger ratio of radius to height, resulting in a slant height closer in length to the radius. A smaller half-angle means a taller, narrower cone where the slant height is closer to the height value. In optics and engineering, this cone angle is critical for designing reflectors, nozzles, and funnels where the geometry determines performance characteristics.
References
Reviewed by Manoj Kumar, Mathematics Educator ยท Editorial policy