Introduction
Chapter 8: Introduction to Trigonometry
Welcome to the fascinating world of trigonometry! This branch of mathematics forms a crucial bridge between geometry and algebra, allowing us to find unknown side lengths and angles in triangles. You'll soon discover that trigonometry is not just an academic exercise; it's a powerful tool used by engineers, astronomers, video game designers, and architects to solve real-world problems.
This chapter will build your foundation, starting with the very basics: the trigonometric ratios in a right-angled triangle. Let's begin our journey.
Concept Introduction
Imagine you are standing in front of the Qutub Minar in Delhi. You look up at its very top. Your line of sight to the top, the horizontal ground, and the vertical height of the Minar form a perfect right-angled triangle. Now, what if you wanted to know the height of this massive monument without a giant measuring tape?
This is where trigonometry comes in. The word itself comes from Greek: tri (three), gon (sides), and metron (measure). It is the study of the relationship between the angles and side lengths of triangles. By simply measuring the angle at which you are looking up and your distance from the base of the Minar, you can calculate its height with surprising accuracy. This powerful idea of using angles to find distances is the core concept we will explore.
{{VISUAL: diagram: A right-angled triangle ABC, with the right angle at B. Angle A is marked as θ. The side BC is labeled 'Side Opposite to θ', AB is 'Side Adjacent to θ', and AC is the 'Hypotenuse'.}}
The Six Trigonometric Ratios
In a right-angled triangle, we define six special ratios that connect an acute angle to the lengths of the sides. These ratios are the fundamental building blocks of trigonometry. For any acute angle A in a right-angled triangle:
| Term / Ratio | Symbol | Definition |
|---|---|---|
| Sine of angle A | sin A | (Side Opposite to angle A) / (Hypotenuse) |
| Cosine of angle A | cos A | (Side Adjacent to angle A) / (Hypotenuse) |
| Tangent of angle A | tan A | (Side Opposite to angle A) / (Side Adjacent to angle A) |
| Cosecant of angle A | cosec A | (Hypotenuse) / (Side Opposite to angle A) |
| Secant of angle A | sec A | (Hypotenuse) / (Side Adjacent to angle A) |
| Cotangent of angle A | cot A | (Side Adjacent to angle A) / (Side Opposite to angle A) |
{{KEY: type=concept | title=Reciprocal Relationships | text=Notice the direct relationships! Cosecant is the reciprocal of Sine (cosec A = 1/sin A), Secant is the reciprocal of Cosine (sec A = 1/cos A), and Cotangent is the reciprocal of Tangent (cot A = 1/tan A).}}
Logic: How to Find Trigonometric Ratios
Finding the trigonometric ratios for an angle is a systematic process. Let's break it down for a triangle ABC, right-angled at B.
-
Choose your angle. We need to find the ratios for one of the acute angles. Let's choose
angle A. -
Identify the Hypotenuse. This is always the easiest side to find. It is the side opposite the right angle (90°). In our triangle, the hypotenuse is side
AC. -
Identify the Opposite side. This side is directly across from the angle you chose. For
angle A, the side opposite to it isBC. -
Identify the Adjacent side. This is the remaining side that forms the angle, but is not the hypotenuse. For
angle A, the side adjacent to it isAB. -
Apply the definitions. Now, simply plug these side names into the ratio definitions.
sin A = Opposite / Hypotenuse = BC / ACcos A = Adjacent / Hypotenuse = AB / ACtan A = Opposite / Adjacent = BC / AB
-
Find the reciprocal ratios. Once you have the first three, you can easily find the other three by flipping the fractions.
cosec A = 1 / sin A = AC / BCsec A = 1 / cos A = AC / ABcot A = 1 / tan A = AB / BC
Remember: If you switch your focus to angle C, the 'Opposite' and 'Adjacent' sides will swap! Side AB becomes opposite to C, and BC becomes adjacent to C.
Solved Examples
Example 1: Finding Ratios from Sides (Easy)
Given: A triangle ABC, right-angled at B, with AB = 24 cm and BC = 7 cm.
To Find: The values of sin A, cos A, and tan A.
Solution:
-
First, we need to find the length of the hypotenuse, AC, using the Pythagoras theorem (
a² + b² = c²).AC² = AB² + BC² -
Substitute the given values of the sides.
AC² = 24² + 7² AC² = 576 + 49 AC² = 625 -
Take the square root to find the length of AC.
AC = √625 = 25 cm -
Now, identify the sides with respect to angle A:
- Opposite side (to A) = BC = 7 cm
- Adjacent side (to A) = AB = 24 cm
- Hypotenuse = AC = 25 cm
-
Apply the trigonometric ratio definitions.
sin A = Opposite / Hypotenuse = 7 / 25 cos A = Adjacent / Hypotenuse = 24 / 25 tan A = Opposite / Adjacent = 7 / 24
Final Answer: sin A = 7/25, cos A = 24/25, tan A = 7/24
Example 2: Finding Other Ratios from One Ratio (Medium)
Given: sin A = 8/17
To Find: All other trigonometric ratios for angle A.
Solution:
-
Interpret the given ratio.
sin A = Opposite / Hypotenuse. So, we can imagine a right triangle where the side opposite to angle A is 8 units and the hypotenuse is 17 units. -
Let the Opposite side be
8kand the Hypotenuse be17k, wherekis a positive constant. We need to find the Adjacent side using Pythagoras theorem.Hypotenuse² = Opposite² + Adjacent² (17k)² = (8k)² + Adjacent² -
Solve for the Adjacent side.
289k² = 64k² + Adjacent² Adjacent² = 289k² - 64k² = 225k² Adjacent = √(225k²) = 15k -
Now we have all three side lengths in terms of
k: Opposite =8k, Adjacent =15k, Hypotenuse =17k. -
Calculate the remaining ratios. The
kwill cancel out in each ratio.cos A = Adjacent / Hypotenuse = 15k / 17k = 15/17 tan A = Opposite / Adjacent = 8k / 15k = 8/15 cosec A = 1 / sin A = 17/8 sec A = 1 / cos A = 17/15 cot A = 1 / tan A = 15/8
Final Answer: cos A = 15/17, tan A = 8/15, cosec A = 17/8, sec A = 17/15, cot A = 15/8
Example 3: Ratios for Different Angles (Hard)
Given: In ΔPQR, right-angled at Q, PQ = 3 cm and PR = 6 cm.
To Find: The values of sin P, cos P, sin R, and cos R.
Solution:
-
First, find the length of the third side, QR, using Pythagoras theorem.
PR² = PQ² + QR² 6² = 3² + QR² 36 = 9 + QR² -
Solve for QR.
QR² = 36 - 9 = 27 QR = √27 = √(9 × 3) = 3√3 cm -
For Angle P:
- Opposite side = QR =
3√3cm - Adjacent side = PQ = 3 cm
- Hypotenuse = PR = 6 cm
- Opposite side = QR =
-
Calculate the ratios for angle P.
sin P = Opposite / Hypotenuse = (3√3) / 6 = √3 / 2 cos P = Adjacent / Hypotenuse = 3 / 6 = 1/2 -
For Angle R: The roles of Opposite and Adjacent sides swap!
- Opposite side = PQ = 3 cm
- Adjacent side = QR =
3√3cm - Hypotenuse = PR = 6 cm
-
Calculate the ratios for angle R.
sin R = Opposite / Hypotenuse = 3 / 6 = 1/2 cos R = Adjacent / Hypotenuse = (3√3) / 6 = √3 / 2
Final Answer: sin P = (√3)/2, cos P = 1/2, sin R = 1/2, cos R = (√3)/2
Example 4: Algebraic Ratios (Tricky)
Given: In a right-angled triangle, cot A = 7/8.
To Find: The value of the expression (1 + sin A)(1 - sin A) / (1 + cos A)(1 - cos A).
Solution:
-
First, let's simplify the expression using the algebraic identity
(a + b)(a - b) = a² - b².Expression = (1 - sin²A) / (1 - cos²A) -
From the given ratio
cot A = 7/8. We knowcot A = Adjacent / Opposite. So, we can take Adjacent =7kand Opposite =8k. -
Find the Hypotenuse using Pythagoras theorem.
Hypotenuse² = (8k)² + (7k)² Hypotenuse² = 64k² + 49k² = 113k² Hypotenuse = √(113k²) = k√113 -
Now find
sin Aandcos A.sin A = Opposite / Hypotenuse = 8k / (k√113) = 8/√113 cos A = Adjacent / Hypotenuse = 7k / (k√113) = 7/√113 -
Substitute these values back into our simplified expression.
Expression = (1 - (8/√113)²) / (1 - (7/√113)²) -
Calculate the squares and simplify.
Expression = (1 - 64/113) / (1 - 49/113) Expression = ((113 - 64)/113) / ((113 - 49)/113) Expression = (49/113) / (64/113) -
The
113in the denominator cancels out.Expression = 49 / 64
Final Answer: 49/64
Tips & Tricks
| Trick | Description | Example |
|---|---|---|
| SOH CAH TOA | A mnemonic to remember the primary ratios: Sine = Opposite/Hypotenuse, Cosine = Adjacent/Hypotenuse, Tangent = Opposite/Adjacent. | To find tan A, remember TOA: Tangent is Opposite over Adjacent. |
| Reciprocal Pairs | Quickly find the other three ratios by flipping the first three. sin ↔ cosec, cos ↔ sec, tan ↔ cot. | If cos A = 3/5, then sec A is simply 5/3. No need to recalculate from sides. |
| Quotient Identity | You can find tan A directly from sin A and cos A, since tan A = sin A / cos A. | If sin A = 8/17 and cos A = 15/17, then tan A = (8/17) / (15/17) = 8/15. |
Common Mistakes
| ❌ Wrong | ✅ Right | Why it's a mistake |
|---|---|---|
sin A = sin × A | sin A is a single term. | The term 'sin' has no meaning by itself. It's a function that operates on an angle. It is not multiplication. |
In ΔABC (right-angled at B), the side opposite A (BC) is the same as the side opposite C (AB). | The side opposite A is BC. The side opposite C is AB. | The 'Opposite' and 'Adjacent' sides are relative to the acute angle you are considering. They change when the angle changes. |
Forgetting to find the hypotenuse first and writing sin A = Opposite / Adjacent. | sin A = Opposite / Hypotenuse. | This is a mix-up of definitions. SOH CAH TOA helps prevent this. The hypotenuse is always in the denominator for sine and cosine. |
If cos A = 4/5, then sin A = 3/5. | Calculate sin A using Pythagoras theorem. Here, Opposite = √(5² - 4²) = 3, so sin A = 3/5. | This is only true for the specific 3-4-5 Pythagorean triplet. For other values, you must calculate the third side; don't assume a pattern. |
Brain-Teaser Questions
-
In a right-angled triangle ABC (right angle at B), if
tan A = 1, what is the value of the expression2 sin A cos A?💡 Answer: If
tan A = 1, it meansOpposite / Adjacent = 1, so Opposite = Adjacent. Let the sides bekandk. The hypotenuse will be√(k² + k²) = √(2k²) = k√2.sin A = k / (k√2) = 1/√2andcos A = k / (k√2) = 1/√2. The expression is2 × (1/√2) × (1/√2) = 2 × (1/2) = 1. -
Two right triangles, ΔABC and ΔXYZ, are similar. Angle A and Angle X are corresponding angles, and
sin A = 5/13. What is the value ofsin X?💡 Answer:
sin X = 5/13. Trigonometric ratios depend only on the measure of the angle, not on the size of the triangle. Since the triangles are similar, their corresponding angles are equal. Therefore, the sine of angle X will be the same as the sine of angle A. -
In a right-angled triangle, the hypotenuse is 41 cm and the sum of the other two sides is 49 cm. Find the value of
sin A + cos A, where A is one of the acute angles.💡 Answer: Let the other two sides be
xandy. We are givenx + y = 49andx² + y² = 41² = 1681. We know(x + y)² = x² + y² + 2xy. So,49² = 1681 + 2xy, which gives2401 = 1681 + 2xy, and2xy = 720. The sides arexandy. For angle A, let's say Opposite=xand Adjacent=y. Hypotenuse=41.sin A + cos A = (x/41) + (y/41) = (x + y) / 41. Sincex + y = 49, the value is49/41. We don't even need to find the individual sides!
Mini Cheatsheet
| Ratio / Identity | Formula | Description |
|---|---|---|
sin A | Opposite / Hypotenuse | Primary ratio relating opposite side and hypotenuse. |
cos A | Adjacent / Hypotenuse | Primary ratio relating adjacent side and hypotenuse. |
tan A | Opposite / Adjacent | Primary ratio relating opposite and adjacent sides. |
| Reciprocal Ratios | cosec A = 1/sin A, sec A = 1/cos A, cot A = 1/tan A | The other three ratios are simply reciprocals of the first three. |
| Quotient Ratios | tan A = sin A / cos A, cot A = cos A / sin A | Express tangent and cotangent using sine and cosine. |
Trigonometric Ratios — Part 1
Page 2: Trigonometric Ratios — Part 1
Welcome to the heart of trigonometry! So far, we know that trigonometry deals with the relationship between the angles and sides of triangles. But how exactly do we describe this relationship? Is there a mathematical way to link an angle's measure to the lengths of the sides around it?
This is where trigonometric ratios come in. Think of them as the fundamental vocabulary of trigonometry. They are simple ratios of the lengths of the sides of a right-angled triangle, and they form the building blocks for everything that follows. For instance, an architect designing a ramp for wheelchair access needs to maintain a specific angle. Trigonometric ratios allow them to calculate the required length of the ramp (the hypotenuse) based on the height it needs to reach (the opposite side). These six special ratios are the key to unlocking a powerful new way of solving problems involving heights, distances, and angles.
Definitions & Formulas
Let's consider a right-angled triangle ABC, with the right angle at B. We will focus on one of the acute angles, let's say angle A (also written as ∠A).
{{VISUAL: diagram: a right-angled triangle ABC, right-angled at B. Angle A is marked as θ. The side BC is labeled "Opposite (to θ)". The side AB is labeled "Adjacent (to θ)". The side AC is labeled "Hypotenuse".}}
With respect to angle A (θ):
- Opposite Side: The side that is directly facing the angle (Side BC).
- Adjacent Side: The side that is next to the angle, but is not the hypotenuse (Side AB).
- Hypotenuse: The longest side, which is always opposite the right angle (Side AC).
The six trigonometric ratios are defined as follows:
| Ratio Name (Abbreviation) | Full Name | Formula (in terms of sides) |
|---|---|---|
sin A | Sine | Side Opposite to A / Hypotenuse |
cos A | Cosine | Side Adjacent to A / Hypotenuse |
tan A | Tangent | Side Opposite to A / Side Adjacent to A |
cosec A | Cosecant | Hypotenuse / Side Opposite to A |
sec A | Secant | Hypotenuse / Side Adjacent to A |
cot A | Cotangent | Side Adjacent to A / Side Opposite to A |
{{KEY: type=concept | title=SOH CAH TOA | text=This is a popular mnemonic to remember the primary ratios: SOH (Sine = Opposite/Hypotenuse), CAH (Cosine = Adjacent/Hypotenuse), TOA (Tangent = Opposite/Adjacent).}}
The Logic: Reciprocal & Quotient Relationships
The six ratios aren't independent. They are beautifully interconnected. Understanding these connections will drastically reduce the amount of information you need to memorize.
Let's use the abbreviations O (Opposite), A (Adjacent), and H (Hypotenuse) for simplicity.
-
Defining the Primary Ratios: From our table, we have the three main ratios:
sin A = O / Hcos A = A / Htan A = O / A -
Defining the Reciprocal Ratios: We also have the other three ratios:
cosec A = H / Osec A = H / Acot A = A / O -
Connecting Sine and Cosecant: If you look closely,
cosec Ais the exact inverse ofsin A.cosec A = H / O = 1 / (O / H) = 1 / sin A -
Connecting Cosine and Secant: Similarly,
sec Ais the inverse ofcos A.sec A = H / A = 1 / (A / H) = 1 / cos A -
Connecting Tangent and Cotangent: And
cot Ais the inverse oftan A.cot A = A / O = 1 / (O / A) = 1 / tan A -
The Quotient Relationship: What happens if we divide
sin Abycos A?(sin A) / (cos A) = (O / H) / (A / H)The
Hin both denominators cancels out!(sin A) / (cos A) = O / ABut we know that
O / Ais the definition oftan A. Therefore:tan A = sin A / cos ASince
cot Ais the reciprocal oftan A, it follows that:cot A = cos A / sin A
Solved Examples
Let's put this theory into practice.
Example 1: Finding All Ratios from Sides (Easy)
Given: A right triangle ABC, right-angled at B, with AB = 24 cm and BC = 7 cm.
To Find: The values of all six trigonometric ratios for angle A.
Solution:
-
First, we need to find the length of the hypotenuse, AC. We use the Pythagoras theorem: AC² = AB² + BC².
AC² = 24² + 7² -
Calculate the squares and add them.
AC² = 576 + 49 = 625 -
Take the square root to find AC.
AC = √625 = 25 cm -
Now we identify the sides with respect to angle A:
- Opposite (O) = BC = 7 cm
- Adjacent (A) = AB = 24 cm
- Hypotenuse (H) = AC = 25 cm
-
Apply the definitions to find the six ratios.
sin A = O / H = 7 / 25cos A = A / H = 24 / 25tan A = O / A = 7 / 24cosec A = H / O = 25 / 7sec A = H / A = 25 / 24cot A = A / O = 24 / 7
Final Answer: sin A = 7/25, cos A = 24/25, tan A = 7/24, cosec A = 25/7, sec A = 25/24, cot A = 24/7.
Example 2: Finding Other Ratios from One Ratio (Medium)
Given: sin A = 8/17
To Find: The other five trigonometric ratios of angle A.
Solution:
-
Interpret the given ratio.
sin A = Opposite / Hypotenuse. So, the ratio of the opposite side to the hypotenuse is 8:17.{{VISUAL: diagram: a right triangle with acute angle A. The side opposite to A is labeled '8k' and the hypotenuse is labeled '17k'. The adjacent side is labeled 'AB'.}}
-
Let the opposite side be
8kand the hypotenuse be17k, wherekis a positive constant. We need to find the adjacent side using Pythagoras theorem.Hypotenuse² = Opposite² + Adjacent² -
Substitute the values and solve for the adjacent side (let's call it
A).(17k)² = (8k)² + A² -
Simplify the equation.
289k² = 64k² + A² -
Isolate A².
A² = 289k² - 64k² = 225k² -
Take the square root. Since length must be positive, we take the positive root.
A = √(225k²) = 15k -
Now we have all three sides in terms of
k: O = 8k, H = 17k, A = 15k. We can find the other ratios. Thekwill cancel out in each ratio.cos A = A / H = 15k / 17k = 15 / 17tan A = O / A = 8k / 15k = 8 / 15cosec A = 1 / sin A = 17 / 8sec A = 1 / cos A = 17 / 15cot A = 1 / tan A = 15 / 8
Final Answer: cos A = 15/17, tan A = 8/15, cosec A = 17/8, sec A = 17/15, cot A = 15/8.
Example 3: Ratios for Different Angles (Hard)
Given: Triangle PQR, right-angled at Q. PQ = 5 cm and PR = 13 cm.
To Find: The values of tan P and cot R.
Solution:
{{VISUAL: diagram: a right triangle PQR, right-angled at Q. Side PQ is 5 cm, hypotenuse PR is 13 cm. Angles P and R are marked.}}
-
First, find the missing side QR using Pythagoras theorem: PR² = PQ² + QR².
13² = 5² + QR² -
Calculate and solve for QR.
169 = 25 + QR²QR² = 169 - 25 = 144QR = √144 = 12 cm -
Now, let's find
tan P. For angle P:- Opposite side = QR = 12 cm
- Adjacent side = PQ = 5 cm
tan P = Opposite / Adjacent = 12 / 5 -
Next, let's find
cot R. For angle R, the roles of the sides change!- Opposite side = PQ = 5 cm
- Adjacent side = QR = 12 cm
-
Calculate
cot Rusing its definition.cot R = Adjacent / Opposite = 12 / 5An interesting observation: tan P = cot R. This is because P and R are complementary angles.
Final Answer:
tan P = 12/5 and cot R = 12/5.
Example 4: Evaluating an Expression (Tricky)
Given: 15 cot A = 8
To Find: The value of the expression (2 + 2 sin A)(1 – sin A) / ((1 + cos A)(2 – 2 cos A)).
Solution:
-
First, simplify the given trigonometric relation to find a ratio.
cot A = 8 / 15 -
Interpret the ratio.
cot A = Adjacent / Opposite. So, let Adjacent side =8kand Opposite side =15k. -
Find the hypotenuse (H) using Pythagoras theorem.
H² = (15k)² + (8k)² = 225k² + 64k² = 289k²H = √289k² = 17k -
Now find the values of
sin Aandcos A.sin A = O / H = 15k / 17k = 15 / 17cos A = A / H = 8k / 17k = 8 / 17 -
Before substituting, let's simplify the target expression. Factor out the constants. Numerator:
2(1 + sin A)(1 – sin A) = 2(1 – sin²A)Denominator:(1 + cos A) × 2(1 – cos A) = 2(1 – cos²A)The expression becomes:
(2(1 - sin²A)) / (2(1 - cos²A)) = (1 - sin²A) / (1 - cos²A) -
Now substitute the values of
sin Aandcos A.Numerator = 1 - (15/17)² = 1 - 225/289 = (289 - 225)/289 = 64/289Denominator = 1 - (8/17)² = 1 - 64/289 = (289 - 64)/289 = 225/289 -
Divide the simplified numerator by the simplified denominator.
Value = (64 / 289) / (225 / 289) = 64 / 225
Final Answer:
The value of the expression is 64/225.
Tips & Tricks
| Technique | Description | Example |
|---|---|---|
| SOH CAH TOA | The easiest way to remember the main three ratios. Sine = Opposite/Hypotenuse, Cosine = Adjacent/Hypotenuse, Tangent = Opposite/Adjacent. | If you need cos A, remember CAH and immediately know it's Adjacent/Hypotenuse. |
| Pythagorean Triplets | Memorize common sets of integers (a, b, c) where a²+b²=c². This saves time calculating the third side. | If sides are 8 and 15, you can instantly know the hypotenuse is 17 without calculating √(8²+15²), as (8, 15, 17) is a triplet. Other common ones: (3, 4, 5), (5, 12, 13). |
| Reciprocal Pairs | To remember which ratios are reciprocals: sin pairs with cosec. cos pairs with sec. cot is easy as it's the reverse of tan. The s and c are never paired with themselves. | sec A = ? Just remember c pairs with s, so it must be 1/cos A. |
Common Mistakes
| ❌ Wrong Approach | ✅ Right Approach | Why it's Wrong |
|---|---|---|
sin A = sin × A | sin A is a single term: "the sine of angle A". | sin has no meaning by itself. It's an operator, like √ or log, not a number to be multiplied. |
| In ΔABC, for angle C, Adjacent side is AB. | In ΔABC (right-angled at B), for angle C, Adjacent side is BC. | The "Adjacent" and "Opposite" sides are relative to the angle you are considering. Always re-identify them when you switch angles. |
sin²A means sin(A²) | sin²A means (sin A)² | The notation is a shorthand. You find the value of sin A first, and then you square the entire result. sin(A²) would mean squaring the angle first. |
Using sin = O/H in an isosceles triangle that is not right-angled. | First, drop a perpendicular to create two right triangles, then apply the ratios. | Trigonometric ratios, as defined here, are only valid for right-angled triangles. You often need to construct one within a more complex shape. |
Brain-Teaser Questions
-
In an isosceles triangle ABC, AB = AC = 10 cm and BC = 12 cm. Find the value of
sin B.💡 Answer: Draw a perpendicular AD from A to BC. In an isosceles triangle, this altitude bisects the base, so BD = 6 cm. Now, in the right-angled triangle ADB, the hypotenuse is AB = 10 cm and one side is BD = 6 cm. Using Pythagoras, AD² = 10² - 6² = 64, so AD = 8 cm. Now, focusing on angle B in right ΔADB: Opposite = AD = 8 cm Hypotenuse = AB = 10 cm So,
sin B = Opposite / Hypotenuse = 8 / 10 = 4 / 5. -
If
tan θ = a / b, what is the value of(a sin θ - b cos θ) / (a sin θ + b cos θ)?💡 Answer: A quick way is to divide the numerator and denominator by
cos θ.(a (sin θ / cos θ) - b (cos θ / cos θ)) / (a (sin θ / cos θ) + b (cos θ / cos θ))This simplifies to(a tan θ - b) / (a tan θ + b). Now, substitutetan θ = a / b:(a(a/b) - b) / (a(a/b) + b) = (a²/b - b) / (a²/b + b)Multiply numerator and denominator bybto clear the fraction:(a² - b²) / (a² + b²). -
In a right triangle ABC, right-angled at C, is
tan A = tan Bever possible?💡 Answer: No. In a right triangle, A and B are the two acute angles.
tan A = Opposite / Adjacent = BC / AC.tan B = Opposite / Adjacent = AC / BC. Fortan A = tan B, we would needBC / AC = AC / BC, which meansBC² = AC², orBC = AC. If the two legs of a right triangle are equal, the angles opposite to them must also be equal, so A = B. Since A + B + C = 180° and C = 90°, we have A + B = 90°. If A = B, then 2A = 90°, so A = B = 45°. While possible for a triangle to have A=B=45°, the question asks if tan A = tan B is possible, which implies A=B. The question phrasing is subtle. For general acute angles A and B in a right triangle where A != B, tan A will not be equal to tan B. The only case is the isosceles right triangle. So, it is possible only in the specific case where A=B=45°.
Mini Cheatsheet
| Concept | Formula / Identity | Description |
|---|---|---|
| Sine | sin θ = Opposite / Hypotenuse | Ratio of the side facing the angle to the longest side. |
| Cosine | cos θ = Adjacent / Hypotenuse | Ratio of the non-hypotenuse side next to the angle to the longest side. |
| Tangent | tan θ = Opposite / Adjacent | Ratio of the side facing the angle to the side next to it. |
| Reciprocal Identities | cosec θ = 1/sin θ, sec θ = 1/cos θ, cot θ = 1/tan θ | Links the three main ratios to their reciprocal counterparts. |
| Quotient Identities | tan θ = sin θ / cos θ, cot θ = cos θ / sin θ | Expresses tangent and cotangent using sine and cosine. |
Trigonometric Ratios — Part 2
Page 3: Trigonometric Ratios — Part 2
Welcome back! In the last section, we defined the six fundamental trigonometric ratios. Now, we'll explore two powerful ideas: Why do these ratios work for any right-angled triangle of a certain angle? And how can knowing just one ratio unlock all the others?
Imagine an engineer designing a series of accessibility ramps. All ramps must have the exact same angle of inclination for safety, but they will have different lengths depending on the height of the entrance. Trigonometry ensures that the ratio of height/length (the sine of the angle) remains constant. This principle of consistency, regardless of size, is what makes trigonometry a powerful tool for architecture, astronomy, and more.
{{FORMULA: expr=a² + b² = c² | symbols=a:length of one leg, b:length of the other leg, c:length of the hypotenuse}}
Why Ratios Don't Change with Triangle Size
A common question is: "If I have a small right triangle and a large one, but they both have a 30° angle, will the value of sin 30° be the same for both?" The answer is a resounding yes. This property is the cornerstone of trigonometry.
The reason lies in the concept of similar triangles. If two right triangles have one acute angle in common, they are guaranteed to be similar by the Angle-Angle (AA) similarity criterion. Similar triangles have corresponding sides in proportion.
Let's prove this.
{{VISUAL: diagram: Two right-angled triangles, ΔABC and a smaller ΔAPM, nested within it. A is the common acute angle. B and M are the right angles. P is a point on the hypotenuse AC. This illustrates the setup for the similarity proof.}}
Derivation: The Invariance of Trigonometric Ratios
Consider a right triangle ΔABC, right-angled at B. Let's focus on the acute angle A.
-
Take any point
Pon the hypotenuseACand draw a perpendicularPMfromPto the sideAB. We now have a new, smaller right triangle,ΔAPM. -
Observe
ΔAPMandΔABC.∠PAM = ∠BAC(This is the common angleA)∠PMA = ∠BCA= 90° (By construction and definition)- Therefore, by AA similarity,
ΔAPM ~ ΔABC.
-
Since the triangles are similar, the ratio of their corresponding sides must be equal.
AM/AB = AP/AC = PM/BC -
Now, let's look at the definitions of the trigonometric ratios for angle
Ain both triangles.- In
ΔABC,sin A = BC/AC - In
ΔAPM,sin A = PM/AP
- In
-
From the proportionality in step 3, let's rearrange the terms involving these sides:
AP/AC = PM/BC → PM/AP = BC/AC -
This shows that the value of
sin Acalculated from the small triangle (PM/AP) is exactly the same as the value ofsin Acalculated from the large triangle (BC/AC). The same logic applies to all other trigonometric ratios.
{{KEY: type=concept | title=Ratios Depend Only on the Angle | text=The values of trigonometric ratios (sin, cos, tan, etc.) for an angle depend only on the measure of the angle itself, not on the lengths of the sides of the triangle. As long as the angle is the same, the ratio remains constant.}}
Calculating Ratios from a Single Given Ratio
If you know the value of just one trigonometric ratio for an acute angle, you can find all the others. The tool that makes this possible is the Pythagoras Theorem.
The process is simple:
- Use the given ratio to determine the lengths of two sides of a right triangle in terms of a constant,
k. - Use the Pythagoras Theorem (
Perpendicular² + Base² = Hypotenuse²) to find the length of the third side. - With all three sides known, use the SOH CAH TOA definitions to write down the values of the other five ratios.
Let's see this in action!
Solved Examples
Example 1: Basic Application (Easy)
Given: In a right-angled triangle, sin A = 8/17.
To Find: The values of cos A and tan A.
Solution:
-
From the definition,
sin A = Opposite / Hypotenuse. So, we can represent the sides asOpposite (BC) = 8kandHypotenuse (AC) = 17k, wherekis a positive constant.{{VISUAL: diagram: A right-angled triangle ABC, right-angled at B. Angle A is marked. Side BC is labeled "Opposite = 8k", AC is labeled "Hypotenuse = 17k", and AB is labeled "Adjacent = ?".}}
-
We need to find the adjacent side
AB. Using the Pythagoras Theorem:AB² + BC² = AC².AB² + (8k)² = (17k)² -
Solve for
AB.AB² + 64k² = 289k²AB² = 289k² - 64k² = 225k²AB = √(225k²) = 15k(Note: Since length must be positive, we take the positive root.)
-
Now we have all three sides:
Opposite = 8k,Adjacent = 15k,Hypotenuse = 17k. -
Calculate
cos Aandtan A.cos A = Adjacent / Hypotenuse = 15k / 17k = 15/17tan A = Opposite / Adjacent = 8k / 15k = 8/15
Final Answer:
cos A = 15/17 and tan A = 8/15
Example 2: Expression Evaluation (Medium)
Given: 15 cot A = 8.
To Find: The value of sec A.
Solution:
-
First, isolate the trigonometric ratio
cot A.cot A = 8/15
