The Secant, Cosecant, and Cotangent Functions
Why this matters
Imagine you're designing a roller coaster. You've meticulously planned the track—the smooth, wavy path of hills and valleys—using sine and cosine functions. That's the fun part! But what about the support structure that holds the track up? The support beams can't go just anywhere. They have to be placed strategically, and they certainly can't exist where the track touches the ground.
The secant, cosecant, and cotangent functions are like the blueprints for that support structure. They are directly related to the sine and cosine "tracks," but they describe a different reality. They shoot up to infinity where the main track is at its middle point, and they are undefined where the track might be at ground level. In this lesson, we'll explore these "other" trig functions. You'll learn how they are built directly from the ones you know and how to predict their unique, dramatic graphs.
Concept overview
flowchart TD
A[Start: Graph y = A sec(Bx)] --> B{What's the guide function?};
B --> C[y = A cos(Bx)];
C --> D{Sketch the guide function};
D --> E{Find where guide = 0};
E --> F[Draw Vertical Asymptotes at the zeros];
D --> G{Find peaks & valleys of guide};
G --> H[Draw U-shapes from peaks/valleys];
F & H --> I[Finished Graph];
Core explanation
Alright, let's dive into the family of trigonometric functions. You've spent a lot of time with sine, cosine, and tangent. Now, we'll meet their reciprocals. This isn't about learning six totally new things; it's about understanding how three new functions are perfectly related to the three you already know.
The Reciprocal Identities: Your Starting Point
Everything we're about to do is built on three simple definitions. I recommend making these your new best friends.
-
The secant function (
sec) is the reciprocal of cosine.sec(θ) = 1 / cos(θ) -
The cosecant function (
csc) is the reciprocal of sine.csc(θ) = 1 / sin(θ) -
The cotangent function (
cot) is the reciprocal of tangent.cot(θ) = 1 / tan(θ)
Notice the pairings: sec goes with cos, and csc goes with sin. This is a classic spot for mistakes. The 's' and 'c' are swapped! Cosecant is the reciprocal of sine, not cosine. Keep that straight, and you're already ahead of the game.
Since tan(θ) = sin(θ) / cos(θ), we can also write cotangent another way, which is often even more useful:
cot(θ) = cos(θ) / sin(θ)
Understanding Asymptotes: The "Can't Divide by Zero" Rule
What's the one unbreakable rule in math? You can't divide by zero. This single rule explains the most dramatic feature of these new graphs: vertical asymptotes.
Think about f(θ) = sec(θ). This is the same as f(θ) = 1 / cos(θ).
This function will be undefined whenever its denominator, cos(θ), is equal to zero.
When is cos(θ) = 0? On the unit circle, that happens at π/2, 3π/2, 5π/2, and so on (and in the negative direction). At each of these x-values, the graph of y = sec(θ) will have a vertical asymptote. It's a boundary line the graph can approach but never, ever touch.
The same logic applies to csc(θ) and cot(θ).
y = csc(θ)has vertical asymptotes whereversin(θ) = 0. This happens atθ = 0, π, 2π, ...(all integer multiples of π).y = cot(θ)also has vertical asymptotes whereversin(θ) = 0, because its denominator issin(θ).
Graphing Secant and Cosecant
The best way to graph y = sec(x) is to use y = cos(x) as your guide.
- 1Sketch the Guide FunctionLightly sketch the graph of
y = cos(x). It's your familiar wave starting at a peak atx=0. - 2Find the ZerosIdentify where your guide function
y = cos(x)crosses the x-axis. These are the zeros. For cosine, this happens atx = ... -π/2, π/2, 3π/2, .... - 3Draw the AsymptotesAt each zero you found, draw a vertical dashed line. These are your asymptotes for the secant graph.
- 4Draw the CurvesNow, look at the peaks and valleys of your cosine wave.
- A peak on the cosine wave (where
cos(x) = 1) will be a minimum point on the secant graph (since1/1 = 1). From this point, draw a U-shaped curve that goes up towards the asymptotes on either side. - A valley on the cosine wave (where
cos(x) = -1) will be a maximum point on the secant graph (since1/(-1) = -1). From this point, draw an upside-down U-shaped curve that goes down towards the asymptotes.
- A peak on the cosine wave (where
This process works exactly the same for graphing y = csc(x) using y = sin(x) as your guide.
The Range: A Mysterious Gap
Notice something weird? The U-shaped curves for secant and cosecant never enter the space between y = -1 and y = 1. Why?
Think about the values of sin(θ) and cos(θ). They are always between -1 and 1.
- When you take the reciprocal of a number between 0 and 1 (like
1/2), you get a number greater than or equal to 1 (like2). - When you take the reciprocal of a number between -1 and 0 (like
-1/2), you get a number less than or equal to -1 (like-2).
You can never get a value like 0.5 or -0.5 by calculating 1/cos(θ). This creates a "gap" in the possible output values.
The range of both y = sec(θ) and y = csc(θ) is (–∞, –1] ∪ [1, ∞).
The Cotangent Function
Cotangent behaves a little differently. We know its asymptotes are where sin(θ) = 0 (at 0, π, 2π, ...). But what does the curve look like between them?
Let's look at y = cot(θ) on the interval (0, π).
- As
θapproaches0from the right,sin(θ)is a tiny positive number andcos(θ)is close to 1. So,cot(θ) = cos(θ)/sin(θ)is a huge positive number. The graph shoots up to+∞. - When
θ = π/2,cos(π/2) = 0, socot(π/2) = 0. The graph crosses the x-axis. - As
θapproachesπfrom the left,sin(θ)is a tiny positive number andcos(θ)is close to -1. So,cot(θ)is a huge negative number. The graph dives down to-∞.
Unlike tangent, which is an increasing function between its asymptotes, the cotangent function is always decreasing between its asymptotes. It looks like a mirror image of the tangent graph, shifted and flipped.
And that's the core of it. By understanding how these three functions are simply reciprocals, you can derive all their key features—asymptotes, graphs, and ranges—from the sine and cosine functions you already know so well.
Worked examples
Let's put these concepts into practice. The key is always to connect back to sine and cosine.
Graphing a Transformed Secant Function
Problem: Identify the vertical asymptotes and sketch the graph of f(x) = 3 sec(x).
Solution:
- 1Identify the Guide FunctionThe function is based on secant, so our guide function is its reciprocal, cosine. Specifically, we'll use
y = 3 cos(x). The '3' is an amplitude stretch. - 2Sketch the GuideLet's sketch
y = 3 cos(x). It's a cosine wave that starts at(0, 3), goes down to(π, -3), and comes back up to(2π, 3). Its range is[-3, 3]. - 3Find the AsymptotesThe asymptotes for
sec(x)occur wherecos(x) = 0. The vertical stretch3doesn't change the zeros of the function.cos(x)is zero atx = π/2,x = 3π/2, and so on. So, we'll draw vertical dashed lines at these x-values. - 4Draw the Secant Curves
- The peak of our guide function is at
(0, 3). This becomes a local minimum for our secant graph. We'll draw a U-shaped curve starting at(0, 3)and heading up towards the asymptotes atx = -π/2andx = π/2. - The valley of our guide function is at
(π, -3). This becomes a local maximum for our secant graph. We'll draw an upside-down U-shaped curve starting at(π, -3)and heading down towards the asymptotes atx = π/2andx = 3π/2.
- The peak of our guide function is at
Finding a Value with Cotangent
Problem: Given that sin(θ) = 4/5 and θ is in Quadrant II, find the value of cot(θ).
Solution:
- 1Choose the Right IdentityWe need
cot(θ). The most direct identity iscot(θ) = cos(θ) / sin(θ). We are givensin(θ), so we just need to findcos(θ). - 2
Find the Missing Piece (
cos(θ)): We can use the Pythagorean identity:sin²(θ) + cos²(θ) = 1.(4/5)² + cos²(θ) = 116/25 + cos²(θ) = 1cos²(θ) = 1 - 16/25cos²(θ) = 9/25cos(θ) = ±√(9/25) = ±3/5
- 3Use the Quadrant InformationThis is the critical step. We are told
θis in Quadrant II. In Quadrant II, x-values (cosine) are negative and y-values (sine) are positive. Therefore, we must choose the negative value for cosine.cos(θ) = -3/5
- 4Calculate the Final AnswerNow we have everything we need.
cot(θ) = cos(θ) / sin(θ)cot(θ) = (-3/5) / (4/5)cot(θ) = -3/4
Try it yourself
Ready to try on your own? Remember to connect everything back to sine and cosine.
Problem 1:
Identify the vertical asymptotes of the function g(x) = csc(2x) on the interval [0, 2π].
- Hint: Start by asking yourself: Cosecant is the reciprocal of which function? The asymptotes will occur where that function is equal to zero. Be careful with the
2xinside the function—that's a horizontal compression!
Problem 2:
If cos(θ) = -12/13 and θ is in Quadrant III, what is the value of csc(θ)?
- Hint: You need to find
sin(θ)first. Use the Pythagorean identity. Pay close attention to the quadrant to determine the correct sign for sine before you calculate the final reciprocal.
Practice — 8 questions
In simple terms, this topic introduces three new trig functions—secant, cosecant, and cotangent—which are just the reciprocals (the "one-over") of the cosine, sine, and tangent functions you already know.
- 3.11.A: Identify key characteristics of functions that involve quotients of the sine and cosine functions.
- 3.11.A.1
- The secant function, f(θ) = sec θ, is the reciprocal of the cosine function, where cos θ ≠ 0.
- 3.11.A.2
- The cosecant function, f(θ) = csc θ, is the reciprocal of the sine function, where sin θ ≠ 0.
- 3.11.A.3
- The graphs of the secant and cosecant functions have vertical asymptotes where cosine and sine are zero, respectively, and have a range of (–∞, –1] ∪ [1, ∞).
- 3.11.A.4
- The cotangent function, f(θ) = cot θ, is the reciprocal of the tangent function, where tan θ ≠ 0. Equivalently, cot θ = (cos θ)/(sin θ), where sin θ ≠ 0.
- 3.11.A.5
- The graph of the cotangent function has vertical asymptotes for domain values where tan θ = 0 and is decreasing between consecutive asymptotes.
flowchart TD
A[Start: Graph y = A sec(Bx)] --> B{What's the guide function?};
B --> C[y = A cos(Bx)];
C --> D{Sketch the guide function};
D --> E{Find where guide = 0};
E --> F[Draw Vertical Asymptotes at the zeros];
D --> G{Find peaks & valleys of guide};
G --> H[Draw U-shapes from peaks/valleys];
F & H --> I[Finished Graph];
Read what Saavi narrates
Hi everyone, it's Saavi. Let's talk about some new trig functions today.
Imagine you're designing a roller coaster. You've used sine and cosine to plan the beautiful, wavy path of the track. But what about the support structure that holds it all up? The secant, cosecant, and cotangent functions are like the blueprints for that support structure. They're directly related to the sine and cosine "tracks," but they describe something different. They shoot up to infinity where the main track is at its middle point, and they are undefined where the track might be at ground level.
So today, we're exploring these "other" trig functions. You'll see how their entire behavior—their graphs, their undefined points, and their values—is directly determined by the sine, cosine, and tangent functions you've already mastered. Think of them as the other side of the coin.
Let's try an example. Say we need to find the value of cotangent of theta, given that sine of theta is four-fifths, and theta is in Quadrant Two.
First, what's our game plan? The best identity to use is that cotangent of theta equals cosine of theta divided by sine of theta. We have sine, so we just need to find cosine.
To do that, we'll use our trusty Pythagorean identity: sine squared plus cosine squared equals one. Plugging in four-fifths for sine, we get sixteen twenty-fifths plus cosine squared equals one. A little algebra tells us that cosine squared equals nine twenty-fifths. So, cosine of theta is either positive or negative three-fifths.
Which one is it? The problem tells us theta is in Quadrant Two. Think about your unit circle... in Quadrant Two, x-values, which are cosine, are negative. So we must choose negative three-fifths.
Now we can solve. Cotangent is cosine over sine. That's negative three-fifths divided by four-fifths. The fives cancel, and we're left with negative three-fourths. See? It's all about using the clues you're given.
Here's a common mistake I see all the time: confusing which function is which reciprocal. Students think secant is the reciprocal of sine. But the pairings are swapped! Secant goes with Cosine. Cosecant goes with Sine. Remember that, and you'll avoid a lot of simple errors.
You've got this. The key is to see these new functions not as something totally new, but as a new perspective on the functions you already understand so well. Keep practicing, and it will click.
The pairings are counter-intuitive. The 's' function (secant) pairs with the 'c' function (cosine), and the 'c' function (cosecant) pairs with the 's' function (sine).
Memorize: **S**ecant goes with **C**osine. **C**osecant goes with **S**ine. The letters are swapped.
The amplitude `A` stretches the guide function `y = A cos(x)`. The secant graph's turning points must touch the peaks and valleys of its specific guide function.
Always sketch the guide function first (e.g., `y = A cos(x)`). The turning points of your secant graph will be at the maximum and minimum y-values of that guide sketch.
This ignores the "gap" created by the reciprocal relationship. Since `cos(x)` and `sin(x)` are trapped between -1 and 1, their reciprocals are forced to be outside that interval.
Remember the gap. The range for `y = sec(x)` and `y = csc(x)` is `(–∞, –1] ∪ [1, ∞)`.
Asymptotes occur where the denominator is zero. `sec(x) = 1/cos(x)`, so its asymptotes are where `cos(x) = 0`. `csc(x) = 1/sin(x)`, so its asymptotes are where `sin(x) = 0`.
Always go back to the definition. To find asymptotes for `sec(x)`, solve `cos(x) = 0`. To find them for `csc(x)` or `cot(x)`, solve `sin(x) = 0`.
While the graphs look superficially similar, cotangent is a decreasing function between its asymptotes. A quick check shows that as x increases from `π/4` to `3π/4`, `cot(x)` decreases from 1 to -1.
Visualize the graph of cotangent as starting high on the left, passing through the x-axis, and going low on the right. It always goes downhill.