Basic Properties of Trigonometric Ratios With Examples

#Trigonometry
TL;DR
The basic properties of trigonometric ratios are the fixed relationships that tie the six ratios together — the reciprocal relations, the quotient relations, the Pythagorean identities, the sign each ratio takes in each quadrant, and the range of values each can hold. This article explains all five property groups, why $\sin\theta$ never exceeds $1$ while $\tan\theta$ runs unbounded, and works through six examples.
BT
Bhanzu TeamLast updated on July 15, 202610 min read

What Are the Basic Properties of Trigonometric Ratios?

The basic properties of trigonometric ratios are the standing relationships among sine, cosine, tangent, cosecant, secant, and cotangent — the reciprocal links, the quotient links, the Pythagorean identities, the sign rules across the four quadrants, and the range of each ratio. They follow directly from the definitions of the six trigonometric ratios in a right triangle, and together they let you find any ratio once you know one.

Group the properties into five families. The rest of the article takes each in turn.

  • Reciprocal relations — each ratio is the reciprocal of one other.

  • Quotient relations — tangent and cotangent are quotients of sine and cosine.

  • Pythagorean identities — three identities born from $a^2 + b^2 = c^2$.

  • Sign in the quadrants — which ratios are positive where, captured by ASTC.

  • Range of values — the bounds each ratio respects.

The Reciprocal and Quotient Relations

The first two property groups come straight from the definitions and are the most-used. A reciprocal is the result of dividing $1$ by a quantity.

The reciprocal relations pair each primary ratio with one reciprocal ratio:

$$\csc\theta = \frac{1}{\sin\theta}, \quad \sec\theta = \frac{1}{\cos\theta}, \quad \cot\theta = \frac{1}{\tan\theta}$$

Read the pairings carefully: cosecant pairs with sine (not cosine), and secant pairs with cosine. The "co-" prefix on cosecant is a naming quirk, not a clue to its partner. These same flips are collected in reciprocal identities.

The quotient relations express tangent and cotangent through sine and cosine:

$$\tan\theta = \frac{\sin\theta}{\cos\theta}, \quad \cot\theta = \frac{\cos\theta}{\sin\theta}$$

These are not new ratios — they are sine and cosine in disguise. Together, the reciprocal and quotient relations mean that sine and cosine alone generate all six ratios. Know those two for an angle and the rest are arithmetic.

The Pythagorean Identities

The three Pythagorean identities are the heaviest-lifting properties in all of trigonometry, and each is the Pythagorean theorem wearing a trigonometric coat.

$$\sin^2\theta + \cos^2\theta = 1$$

$$1 + \tan^2\theta = \sec^2\theta$$

$$1 + \cot^2\theta = \csc^2\theta$$

The first comes from taking a right triangle with hypotenuse $c$, opposite $a$, adjacent $b$, so $a^2 + b^2 = c^2$, and dividing every term by $c^2$:

$$\frac{a^2}{c^2} + \frac{b^2}{c^2} = 1 \implies \sin^2\theta + \cos^2\theta = 1$$

Divide the first identity through by $\cos^2\theta$ and you get the second; divide by $\sin^2\theta$ and you get the third. So all three are one fact seen from three angles. The full derivations and uses live in Pythagorean identities.

Why $\sin^2\theta$ means $(\sin\theta)^2$. A frequent point of confusion: $\sin^2\theta$ is the square of the sine, written $(\sin\theta)^2$ — it is never $\sin(\theta^2)$, and the little $2$ sits high purely to avoid the clumsy bracket.

How Are Trigonometric Ratios Signed in Each Quadrant?

A ratio's sign depends on where the angle's terminal side lands on the unit circle, because sine tracks the $y$-coordinate and cosine tracks the $x$-coordinate. A quadrant is one of the four regions the $x$- and $y$-axes cut the plane into, numbered anticlockwise from the top-right.

The pattern is captured by ASTC — "All, Sine, Tangent, Cosine" — naming the ratios that are positive in each quadrant:

Quadrant

Angle range

Positive ratios

I

$0°$ to $90°$

All six

II

$90°$ to $180°$

Sine (and its reciprocal cosecant)

III

$180°$ to $270°$

Tangent (and its reciprocal cotangent)

IV

$270°$ to $360°$

Cosine (and its reciprocal secant)

A common mnemonic is "All Silver Tea Cups," reading the quadrants I to IV. For acute angles — the whole of introductory trigonometry — every ratio is positive, so the sign rule only bites once you meet angles beyond $90°$.

What Is the Range of Each Trigonometric Ratio?

The range of a ratio is the set of values it can actually take, and this is where the most useful sanity-check of all lives.

  • Sine and cosine are each a side divided by the hypotenuse, and no side can exceed the hypotenuse — so both stay within $[-1, 1]$. A value like $\sin\theta = 1.4$ is impossible.

  • Cosecant and secant are the reciprocals of numbers in $[-1, 1]$, so they are never between $-1$ and $1$: $|\csc\theta| \geq 1$ and $|\sec\theta| \geq 1$.

  • Tangent and cotangent are unbounded — they run from $-\infty$ to $+\infty$, because dividing a bounded number by one that can approach zero blows up without limit.

This explains a question that trips up nearly everyone: why can $\tan\theta$ exceed $1$ when $\sin\theta$ cannot? Because $\tan\theta = \frac{\sin\theta}{\cos\theta}$, and as $\cos\theta$ shrinks toward $0$ (angle approaching $90°$), the quotient grows without bound. Sine is a side over the longest side and is trapped; tangent is one shorter side over another and is free.

Examples of Basic Properties of Trigonometric Ratios

Example 1

If $\sin\theta = \frac{3}{5}$ and $\theta$ is acute, find $\csc\theta$.

Cosecant is the reciprocal of sine:

$$\csc\theta = \frac{1}{\sin\theta} = \frac{1}{3/5} = \frac{5}{3}$$

Final answer: $\csc\theta = \frac{5}{3}$.

Example 2

If $\sin\theta = \frac{3}{5}$ and $\theta$ is acute, find $\cos\theta$.

A tempting shortcut is to say "if sine is $\frac{3}{5}$, cosine must be $\frac{2}{5}$, because they should add to $1$." Test that: it assumes $\sin\theta + \cos\theta = 1$. Check it at $30°$, where $\sin 30° + \cos 30° = \frac{1}{2} + \frac{\sqrt{3}}{2} \approx 1.37 \neq 1$. So sine and cosine do not add to $1$ — it is their squares that do.

The correct property is the Pythagorean identity $\sin^2\theta + \cos^2\theta = 1$:

$$\cos^2\theta = 1 - \sin^2\theta = 1 - \frac{9}{25} = \frac{16}{25}$$

$$\cos\theta = \frac{4}{5}$$

(Positive, because $\theta$ is acute and Quadrant I makes cosine positive.)

Final answer: $\cos\theta = \frac{4}{5}$.

Example 3

Using the values from Example 2, find $\tan\theta$.

Apply the quotient relation:

$$\tan\theta = \frac{\sin\theta}{\cos\theta} = \frac{3/5}{4/5} = \frac{3}{4}$$

Final answer: $\tan\theta = \frac{3}{4}$. (This is a $3$-$4$-$5$ triangle, so the answer is worth recognising on sight.)

Example 4

Prove that $(1 + \tan^2\theta)\cos^2\theta = 1$.

Replace $1 + \tan^2\theta$ with $\sec^2\theta$ using the second Pythagorean identity:

$$(1 + \tan^2\theta)\cos^2\theta = \sec^2\theta \cdot \cos^2\theta$$

Since $\sec\theta = \frac{1}{\cos\theta}$, we have $\sec^2\theta = \frac{1}{\cos^2\theta}$:

$$\frac{1}{\cos^2\theta} \cdot \cos^2\theta = 1$$

Final answer: the identity holds.

Example 5

An angle $\theta$ lies in Quadrant II and $\sin\theta = \frac{12}{13}$. Find $\cos\theta$.

By the Pythagorean identity:

$$\cos^2\theta = 1 - \frac{144}{169} = \frac{25}{169} \implies \cos\theta = \pm\frac{5}{13}$$

Now apply the sign property. In Quadrant II only sine (and cosecant) are positive, so cosine is negative:

$$\cos\theta = -\frac{5}{13}$$

Final answer: $\cos\theta = -\frac{5}{13}$. The Pythagorean identity supplies the size; the quadrant supplies the sign.

Example 6

Is $\sec\theta = \frac{1}{2}$ possible for any real angle $\theta$?

Check the range property. Secant is the reciprocal of cosine, and $|\cos\theta| \leq 1$, so $|\sec\theta| \geq 1$ always. A value of $\frac{1}{2}$ has absolute value less than $1$.

Final answer: no — $\sec\theta = \frac{1}{2}$ is impossible, because secant can never lie strictly between $-1$ and $1$.

Why These Properties Are Worth More Than the Definitions

The basic properties exist for one reason: they let you find everything from almost nothing. A right triangle has only so much information, and these relationships are what extract the rest of it without re-measuring.

  • They make one ratio enough. Give a problem just $\sin\theta$, and the reciprocal, quotient, and Pythagorean properties hand you the other five — which is exactly what exam questions exploit.

  • They are the first line of error-checking. The range property flags an impossible $\sin\theta = 1.4$ instantly; the sign property catches a cosine that should have been negative in Quadrant II.

  • They are the grammar of every identity to come. Sum-and-difference formulas, double-angle formulas, and the whole machinery of trigonometric identities are built by chaining these five property groups. Master them and the advanced identities stop looking like magic.

Where Students Slip on the Basic Properties

Mistake 1: Thinking sin θ and cos θ add to 1

Where it slips in: Finding cosine from a given sine, in a hurry.

Don't do this: Writing $\cos\theta = 1 - \sin\theta$.

The correct way: It is the squares that sum to one: $\sin^2\theta + \cos^2\theta = 1$. The first-instinct error is dropping the squares; anchoring to "Pythagorean identity, so square first" prevents it every time.

Mistake 2: Pairing the reciprocals wrongly

Where it slips in: Converting between a primary ratio and its reciprocal.

Don't do this: Writing $\csc\theta = \frac{1}{\cos\theta}$ because the "co-" looks like it belongs with cosine.

The correct way: Cosecant is sine's reciprocal: $\csc\theta = \frac{1}{\sin\theta}$. Read the pairings as fixed labels — $\sin$–$\csc$, $\cos$–$\sec$, $\tan$–$\cot$ — not as hints from the spelling. The point of confusion between these two close ideas is exactly the "co-" prefix, and naming the pairings out loud once fixes it.

Mistake 3: Forgetting the sign when taking a square root

Where it slips in: Quadrant II, III, or IV problems where the Pythagorean identity gives a $\pm$.

Don't do this: Reporting $\cos\theta = +\frac{5}{13}$ in Quadrant II just because the square root looks positive.

The correct way: The identity gives the magnitude; the quadrant decides the sign. Check ASTC before fixing the sign — in Quadrant II cosine is negative. The step that looks skippable but isn't is the sign check after the square root.

Key Takeaways

  • The basic properties of trigonometric ratios are five groups: reciprocal, quotient, Pythagorean, sign-by-quadrant, and range.

  • Sine and cosine generate all six ratios through the reciprocal and quotient relations.

  • The three Pythagorean identities are all one fact — $a^2 + b^2 = c^2$ — divided through by $c^2$, $\cos^2\theta$, or $\sin^2\theta$.

  • Sine and cosine live in $[-1, 1]$; secant and cosecant stay outside $(-1, 1)$; tangent and cotangent are unbounded.

  • Use the Pythagorean identity for the magnitude and the quadrant (ASTC) for the sign.

Practice Before Moving On

Work each one and check it against the properties above.

  1. If $\cos\theta = \frac{8}{17}$ and $\theta$ is acute, find $\sin\theta$ and $\tan\theta$.

  2. State whether $\csc\theta = 0.6$ is possible, with a one-line reason.

  3. An angle in Quadrant III has $\tan\theta = \frac{3}{4}$. Find $\sin\theta$ and $\cos\theta$.

Answer to Question 1: $\sin\theta = \frac{15}{17}$ (since $8$-$15$-$17$ is a triple), $\tan\theta = \frac{15}{8}$. Answer to Question 2: impossible — $|\csc\theta| \geq 1$, and $0.6 < 1$. Answer to Question 3: the triangle gives magnitudes $\frac{3}{5}$ and $\frac{4}{5}$; in Quadrant III both sine and cosine are negative, so $\sin\theta = -\frac{3}{5}$, $\cos\theta = -\frac{4}{5}$ — re-check the sign step if you got positives.

To turn these properties into fluent identity work with a teacher, explore Bhanzu's trigonometry tutor, the high school math tutor track, or math classes online.

Want a Bhanzu trainer to walk your child through the reciprocal, quotient, and Pythagorean relations until they're automatic? Book a free demo class.

Read More

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What are the reciprocal trigonometric ratios?
Among the basic properties of trigonometric ratios, the reciprocal ratios are cosecant, secant, and cotangent — the reciprocals of sine, cosine, and tangent respectively: $\csc\theta = \frac{1}{\sin\theta}$, $\sec\theta = \frac{1}{\cos\theta}$, $\cot\theta = \frac{1}{\tan\theta}$.
Why can't the sine of an angle be greater than 1?
Because $\sin\theta$ is the opposite side divided by the hypotenuse, and the hypotenuse is always the longest side of a right triangle — so the ratio cannot exceed $1$. The same holds for cosine.
Why can tangent values be greater than 1 when sine and cosine cannot?
Because $\tan\theta = \frac{\sin\theta}{\cos\theta}$. As the angle nears $90°$, cosine shrinks toward $0$ and the quotient grows without bound, so tangent is unbounded while sine and cosine stay trapped in $[-1, 1]$.
What is the ASTC rule?
A memory aid for signs: All ratios are positive in Quadrant I, only Sine (and cosecant) in II, only Tangent (and cotangent) in III, only Cosine (and secant) in IV.
What is the Pythagorean identity?
$\sin^2\theta + \cos^2\theta = 1$, with two relatives $1 + \tan^2\theta = \sec^2\theta$ and $1 + \cot^2\theta = \csc^2\theta$. All three come from the Pythagorean theorem.
What is the difference between a trigonometric ratio and a trigonometric function?
A ratio emphasises the right-triangle origin and is defined for acute angles; a function extends the same values to any angle using the unit circle. The basic properties of trigonometric ratios hold for both, since for acute angles the numbers are identical.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →