Base of a Triangle Calculator
Calculate the base length of any triangle using area & height, side lengths, trigonometry, law of cosines, or perimeter.
How to Find the Base of a Triangle
In Euclidean geometry, the base of a triangle is any one of its three sides, typically chosen as the bottom side upon which the perpendicular height (altitude) is dropped. Depending on the information available about the triangle, you can solve for the base using area and height, trigonometry, side lengths, or perimeter.
The Base of a Triangle Calculator supports multiple geometric solving methods, providing immediate answers and step-by-step mathematical derivations.
Primary Formulas for Finding the Base
1. Using Area and Height
The fundamental formula for triangle area is $A = \frac{1}{2} b h$. Rearranging for the base $b$:
$$b = \frac{2A}{h}$$Where $A$ is the area of the triangle and $h$ is the perpendicular height (altitude) dropped onto base $b$.
2. Using Two Sides and the Included Angle (Law of Cosines)
When you know two sides $a$ and $c$ and the angle $\beta$ between them (opposite to base $b$):
$$b = \sqrt{a^2 + c^2 - 2ac \cos(\beta)}$$3. Using a Side and Two Angles (Law of Sines)
When you know side $a$, its opposite angle $\alpha$, and the angle $\beta$ opposite base $b$:
$$b = a \times \frac{\sin(\beta)}{\sin(\alpha)}$$4. Using Perimeter and the Other Two Sides
From the definition of perimeter $P = a + b + c$:
$$b = P - a - c$$5. Right-Angled Triangles (Pythagorean Theorem)
In a right triangle with hypotenuse $c$ and legs $a$ and $b$:
$$b = \sqrt{c^2 - a^2} \quad \text{(when base is a leg)}$$ $$b = \sqrt{a^2 + h^2} \quad \text{(when base is the hypotenuse)}$$Special Triangle Cases
- Equilateral Triangle: All three sides are equal ($b = a = c$). If height $h$ is known, $b = \frac{2h}{\sqrt{3}}$. If area $A$ is known, $b = 2\sqrt{\frac{A}{\sqrt{3}}}$.
- Isosceles Triangle: If the two equal sides have length $a$ and the height to base is $h$, then $b = 2\sqrt{a^2 - h^2}$.
Worked Step-by-Step Examples
Example 1: Area and Height
Given a triangle with an area $A = 48\text{ cm}^2$ and altitude $h = 8\text{ cm}$:
$$b = \frac{2 \times 48}{8} = \frac{96}{8} = 12\text{ cm}$$Example 2: Law of Cosines
Given side $a = 6$, side $c = 10$, and included angle $\beta = 60^\circ$:
$$b = \sqrt{6^2 + 10^2 - 2(6)(10) \cos(60^\circ)} = \sqrt{36 + 100 - 120(0.5)} = \sqrt{136 - 60} = \sqrt{76} \approx 8.7178$$Explore related geometric tools such as the Right Triangle Calculator, Equilateral Triangle Calculator, and Isosceles Triangle Calculator for more geometry solutions.
Frequently Asked Questions
Can any side of a triangle be chosen as the base?
Yes. Any of the three sides of a triangle can be designated as the base. The corresponding height must always be the perpendicular distance from that chosen base to the opposite vertex.
How do I find the base if I only know the perimeter?
Knowing the perimeter alone is insufficient unless you know the triangle type (e.g. for an equilateral triangle, b = P / 3) or the lengths of the other two sides (b = P - a - c).
What is the triangle inequality theorem?
The triangle inequality theorem states that the sum of any two side lengths of a triangle must be strictly greater than the third side (a + b > c, a + c > b, and b + c > a). If this condition fails, a valid triangle cannot exist.
How do I find the base of an obtuse triangle?
The formulas remain identical. In an obtuse triangle, the altitude may lie outside the triangle boundary, but the formula b = 2A / h still yields the exact base length.
What angle units are supported in the trigonometric methods?
You can select either degrees (°) or radians (rad) in the calculator settings when using the Law of Cosines or Law of Sines methods.