How to find an Angle in a Right-Angled Triangle?
Last Updated :
26 Apr, 2025
Finding an angle in a right angle might seen tricky at first, but its's actually quite simple once you know which sides are given. By using basic trigonometric ratios- sine, cosine, and tangent - you can easily determine the unknown angle with just a few calculations.
For example, the figure shown displays a laptop stand where the lengths of two sides are given: 8 cm and 10 cm. You need to find the unknown angle.
Finding third angle
Here is how to solve it-
Given sides
- Base = 10 cm
- Height = 8 cm
Using trigonometry ratio we can find angle
tan (θ) =Height / Base
= 8 / 10 = 0.8
θ = tan-1(0.8) ⩰ 38.66°
NOTE: To Solve this we can use check this trick - [SOHCAHTOA]
Silly Owls Hide Cake And Honey Till October Arrives.
The above example is solved using trigonometric functions which we will be discussing below.
Trigonometric Functions
Figure of an Right Angled Triangle ABCThere are 3 basic trigonometric functions:
- cosθ: This gives the ratio of the base to the hypotenuse of a right-angled triangle.
cosθ = base / hypotenuse
- sinθ: This gives the ratio of altitude to the hypotenuse of a right-angled triangle.
sinθ = altitude / hypotenuse
- tanθ: It is the ratio of altitude to the base of a right-angled triangle.
tanθ = altitude / base
- cotθ: It is the inverse of tanθ
- secθ: It is the inverse of cosθ
- cosecθ: It is the inverse of sinθ
To find the angles of a right-angled triangle, we can take the trigonometric inverse of the ratio of the given sides of the triangle.
Example:
If sinθ = x, then we can write
θ = sin-1x.
This returns the angle for which the sine value of the angle is x.
Similarly, there exists cos-1θ, tan-1θ, cot-1θ, sec-1θ, and cosec-1θ
Sample Problems
Question 1. Given a right-angled triangle, with base equal to 10cm and hypotenuse equal to 20cm. Find the value of the base angle.
Solution:
Given, Base = 10cm
Hypotenuse = 20cm
Let, the value of the base angle be θ. We can write
cosθ = base / hypotenuse = 10/20 = 1/2
θ = cos-1(1/2) = 60o
Thus, the value of base angle is 60o.
Question 2. Find the value of the angles of a right-angled triangle, given that one of the acute angles is twice the other.
Solution:
Since we know the sum of all the three angles in a triangle is 180o.
Since one of the angles is 90o and one of the acute angles is twice the other, we can consider them as θ and 2θ.
So, we can write
90o + θ + 2 θ = 180o
3 θ = 180o - 90o
3 θ = 90o
θ = 90o/3 = 30o
2 θ = 2 × 30o = 60o
So, the angles are 30o, 60o, and 90o.
Question 3. Find the value of the angle of elevation of a ladder of length 5m, given that the base of the ladder is at a distance of 3m from the wall.
Solution:
Since the ladder acts as a hypotenuse of a right angles triangle and base distance equals 3m, we can write
Hypotenuse = 5m
Base = 3m
Let the angle of elevation be θ. So, we can write
cosθ = Base / Hypotenuse = 3/5
θ = cos-1(3/5)
θ = 53o
Thus, the value of the angle of elevation is 53o.
Question 4. Find the value of the hypotenuse, given that the length of the altitude is 8m and the base angle equals 30o.
Solution:
Given, the base angle is equal to 30o and altitude equals 8m, we can apply the sine function to find the length of the hypotenuse.
sin30o = altitude / hypotenuse
hypotenuse = altitude / sin30o
Since the value of sin30o equals 1/2, we can write
hypotenuse = altitude / (1/2) = 2 × altitude
Thus, hypotenuse = 2 × 8 = 16m
Thus, the length of the hypotenuse is equal to 16m.
Conclusion
Finding an angle in a right-angled triangle involves using the trigonometric ratios such as the sine, cosine,, or tangent depending on the sides available. By knowing the lengths of two sides, to can apply these ratios to calculate the desired angle. Always remember to use inverse trigonometric functions to find the angle from the ratio of sides. Understanding these fundamental concepts is key to the solving right-angled triangle problems in geometry and trigonometry.
Similar Reads
How to find an angle in a right-angled triangle? Trigonometry is an important branch of mathematics that deals with the relation between the lengths of sides and angles of a right-angled triangle. The word trigonometry is derived from Greek words where 'tri' means 'three', 'gon' means 'sides' and 'metron' means 'measure'. Hipparchus is known as th
8 min read
How to Find Angle in a Triangle? A triangle is a three-sided closed polygon formed by the intersection of three lines. It is one of the basic shapes of geometry. It has three sides, three angles, and three vertices. A Right Angled Triangle is one where one of the angles is always equal to 90°.Given the length of at least two sides
6 min read
In a triangle ABC right angled at B, find the value of tan A Trigonometry is the branch of mathematics that deals with the relationship of sides with angles in a triangle. Trigonometry is based on the principle that "If two triangles have the same set of angles then their sides are in the same ratio". Side length can be different but side ratios are the same.
3 min read
How to Find the Base of a Triangle To find the base of a triangle, you can use the formula for area:Area = (1/2) à base à heightIf you know the area and height, rearrange the formula to solve for the base:Base = (2 à Area) ÷ heightSimply multiply the area by 2 and divide by the height. This will give you the length of the base of the
3 min read
How to determine if an angle of a triangle is acute or obtuse? Geometry has been a part of ancient history as well as the modern world. At present time geometry is being used for designing, constructional works, architecture in choice of material for construction, and so on. It is equally a part of the technical world as geometry is being used for computing var
4 min read
How to find the area and perimeter of an equilateral triangle? In mathematics or in daily lives geometry and geometrical shapes always play an essential role. Starting from a simple tray to a big building, we are always surrounded by geometry in different shapes and sizes. The shape and surface to be taken up by such shapes need to be calculated so as to store
4 min read
How to Divide an Angle into Two Equal Angles To divide an angle into two equal parts, use a compass and straightedge. Place the compass on the angle's vertex, draw an arc intersecting both rays, then draw arcs from these intersection points. Connect the vertex to where these arcs cross, creating two equal angles.In this article, we will explor
5 min read
Can a triangle have two right angles? In recent times, geometry is performing a major role in infrastructural development. Geometry has made its mark in the field of construction, architecture, designing, and even in the IT and computing sectors. Geometrical structures and their commendable use can be seen in our ancient monuments and a
4 min read
JavaScript Program to Find All Angles of a Triangle In this article, we are going to implement a program through which we can calculate each angle of a triangle by its vertices. We will input the vertices of the triangle and return the angle to the main program. Examples: Input : Vertex A = (0, 5), Vertex B = (0, 0), Vertex C = (5, 0)Output : 90, 45,
4 min read
Right Angled Triangle | Properties and Formula Right Angle Triangle is a type of triangle that has one angle measuring exactly 90 degrees or right angle (90°). It is also known as the right triangle. In a right triangle, the two shorter sides called the perpendicular and the base, meet at the right angle (90°), while the longest side, opposite t
6 min read