Triangle Area Calculator (Using Trigonometry) | Calculate Side-Angle-Side Area


Triangle Area Calculator (Using Trigonometry)

Calculate the area of a triangle given two sides and the included angle (SAS).



The length of the first side.


The length of the second side.


The angle between side ‘a’ and side ‘b’. Must be between 0 and 180 degrees.

Angle must be between 0 and 180.



Select the unit for the side lengths.

Area of the Triangle

Area vs. Angle (for current side lengths)
Angle (C) Resulting Area (sq. m)

What is Calculating the Area of a Triangle Using Trigonometry?

To calculate the area of a triangle using trigonometry means using a specific formula that involves the lengths of two sides and the sine of the angle between them. This method is commonly known as the “Side-Angle-Side” (SAS) formula. It’s incredibly useful when you don’t know the triangle’s height but have measurements for two sides and the angle they form. This technique moves beyond the basic `Area = 0.5 * base * height` and allows for calculations in a wider variety of geometric problems, from surveying land to engineering and design.

This method should be used by anyone who needs to find the area of a non-right-angled triangle without first having to calculate its perpendicular height. A common misunderstanding is that you can use any two sides and any angle in the triangle. The critical requirement is that the angle *must* be the one included between the two measured sides.

The Formula to Calculate Area of a Triangle using Trigonometry and Explanation

The core of this calculation is the Side-Angle-Side (SAS) formula. It is elegant in its simplicity and powerful in its application:

Area = ½ ab sin(C)

This formula directly connects the side lengths and the included angle to the triangle’s total area.

Formula Variables
Variable Meaning Unit Typical Range
a The length of the first side of the triangle. Length (e.g., m, cm, ft) Any positive number
b The length of the second side of the triangle. Length (e.g., m, cm, ft) Any positive number
C The measure of the angle included between sides ‘a’ and ‘b’. Degrees (°) 0° to 180°
sin(C) The trigonometric sine function applied to angle C. Unitless ratio 0 to 1 (for angles 0-180°)

Looking for a different calculation? Try our Right Triangle Solver to explore other trigonometric functions.

Practical Examples

Understanding the formula is best done through practical application. Here are two realistic examples.

Example 1: Surveying a Plot of Land

A surveyor measures two sides of a triangular plot of land. One side is 120 meters, the adjacent side is 150 meters, and the angle between them is 45 degrees.

  • Input (Side a): 120 m
  • Input (Side b): 150 m
  • Input (Angle C): 45°
  • Calculation: Area = 0.5 * 120 * 150 * sin(45°) = 9000 * 0.7071 ≈ 6363.96
  • Result: The area of the plot is approximately 6,363.96 square meters.

Example 2: Designing a Sail

A sailmaker is designing a triangular sail. Two of the edges meeting at a corner measure 8 feet and 10 feet. The angle between these edges needs to be 80 degrees for optimal performance.

  • Input (Side a): 8 ft
  • Input (Side b): 10 ft
  • Input (Angle C): 80°
  • Calculation: Area = 0.5 * 8 * 10 * sin(80°) = 40 * 0.9848 ≈ 39.39
  • Result: The surface area of the sail will be approximately 39.39 square feet.

How to Use This Triangle Area Calculator

This tool is designed for speed and accuracy. Follow these simple steps:

  1. Enter Side ‘a’: Input the length of one of the known sides in the first field.
  2. Enter Side ‘b’: Input the length of the second known side in the next field.
  3. Select Units: Choose the appropriate unit of measurement (e.g., meters, feet) for your sides. The result will be in the corresponding square units.
  4. Enter Included Angle ‘C’: Input the angle that is between sides ‘a’ and ‘b’, measured in degrees.
  5. Interpret Results: The calculator instantly provides the final area. The intermediate values also show the angle in radians and the sine value used in the calculation, offering a transparent look at the formula.

If you need to work with different geometric shapes, our Area Calculator can handle various figures.

Key Factors That Affect a Triangle’s Area

When using the SAS formula, several factors directly influence the final area:

  • Length of Side ‘a’: Directly proportional. Doubling this side’s length doubles the triangle’s area, assuming other values are constant.
  • Length of Side ‘b’: Also directly proportional. Increasing this side’s length increases the area.
  • The Included Angle (C): This has a non-linear but critical effect. The area is maximized when the angle is 90 degrees (a right triangle), because sin(90°) = 1. As the angle approaches 0 or 180 degrees, the area shrinks towards zero.
  • Unit Selection: While not a factor in the geometry itself, your choice of units (e.g., inches vs. feet) dramatically scales the numerical result. An area of 144 sq. inches is the same as 1 sq. foot.
  • Product of Sides (a * b): The area is directly proportional to the product of the two sides.
  • Measurement Accuracy: Small errors in measuring the angle can lead to significant changes in the calculated area, especially for angles close to 90 degrees.

Understanding these relationships is key for design and estimation. You might also be interested in the Law of Sines Calculator for solving other triangle properties.

Frequently Asked Questions (FAQ)

What is the formula to calculate the area of a triangle using trigonometry?
The primary formula is Area = (1/2)ab sin(C), where ‘a’ and ‘b’ are two side lengths and ‘C’ is the angle between them.
Does this formula work for all triangles?
Yes, this formula works for any triangle, regardless of whether it is acute, obtuse, or right-angled, as long as you know two sides and the included angle.
Why do I need the *included* angle?
The formula is derived from the standard `Area = 0.5 * base * height`. The term `b * sin(C)` is a trigonometric expression for the triangle’s height relative to base ‘a’. Without the included angle, this height calculation is incorrect.
What unit should the angle be in?
For the formula, you typically measure the angle in degrees. However, most calculators and programming languages (like the JavaScript in this tool) convert degrees to radians before applying the sine function, as that’s what the core trigonometric functions expect.
What happens if my angle is 90 degrees?
If the angle is 90 degrees, sin(90°) = 1. The formula simplifies to Area = 0.5 * a * b, which is the standard formula for the area of a right-angled triangle where ‘a’ and ‘b’ are the two perpendicular sides.
Can I use this formula if I know two angles and one side?
Not directly. If you have two angles, you can find the third (since all angles sum to 180°). Then, you would use the Law of Sines to find the length of a second side before you can apply this area formula. A Law of Cosines Calculator might also be helpful.
How does unit handling work in this calculator?
You select a single unit for both side lengths. The calculator then computes the area in the square of that unit. For example, if you input sides in ‘feet’, the result will be in ‘square feet’.
What are the limitations of this method?
The only limitation is the required input: you must have two sides and the specific angle between them. If you have other information, such as three sides (SSS) or two angles and a side (AAS/ASA), you will need to use other methods like Heron’s Formula or the Law of Sines first.

© 2026 Your Company. All Rights Reserved. For educational purposes only.



Leave a Reply

Your email address will not be published. Required fields are marked *