Limits Of Trigonometric Functions

Download as PDF

Welcome to the world of trigonometric limits! This lesson explores how functions like sine and cosine behave as they approach specific values. We'll cover fundamental rules, special cases like the Squeeze Theorem, and essential formulas to help you master this core pre-calculus and calculus topic.

What Are Trigonometric Limits?

A trigonometric limit is a limit that involves a trigonometric function such as sine, cosine, or tangent. The fundamental idea is to determine the value a trigonometric function approaches as its input (usually an angle, represented by a variable like x) gets closer and closer to a certain number. Understanding these limits is a crucial stepping stone from pre-calculus to the formal study of calculus, as they are the foundation for finding the derivatives of trigonometric functions.

For the two most fundamental trigonometric functions, sine and cosine, the concept of a limit is often straightforward. Both sin(x) and cos(x) are continuous functions. In simple terms, this means their graphs are smooth, unbroken curves with no jumps, holes, or gaps. Because of this continuity, we can often find their limits by a simple method: direct substitution.

If you need to find the limit of sin(x) or cos(x) as x approaches some number c, you can simply plug c into the function:

  • limxcsin(x)=sin(c)
  • limxccos(x)=cos(c)

This works for any real number c. The real challenge, and the focus of this lesson, arises when direct substitution leads to an indeterminate form, such as 00. These situations require special techniques and knowledge of some very important fundamental limits.

How Does Direct Substitution Work for Trig Functions?

The easiest method for finding a limit is direct substitution, and as we mentioned, it works perfectly for sine and cosine functions on their own. This principle also extends to the other four trigonometric functions (tangent, cotangent, secant, and cosecant) as long as the function is defined at the point c that x is approaching.

Let's formalize this. For any number c in the function's domain:

  1. limxcsin(x)=sin(c)
  2. limxccos(x)=cos(c)
  3. limxctan(x)=tan(c)
  4. limxccsc(x)=csc(c)
  5. limxcsec(x)=sec(c)
  6. limxccot(x)=cot(c)

The key phrase is "in the function's domain." For example, we know that tan(x)=sin(x)cos(x). The tangent function is undefined wherever cos(x)=0, which occurs at x=π2,3π2,. At these points, you cannot use direct substitution for tan(x), and the limit may not exist. But for any other point, it's as simple as plugging in the value.

Example 1

Find the limit of limxπ4tan(x)x.

Solution:

First, we check if direct substitution is possible. The numerator involves tan(x) and the denominator is x. Let's evaluate each part at x=π4.

The value x=π4 is in the domain of tan(x), since cos(π4)=220. It is also in the domain of x.

Therefore, we can substitute the value directly into the expression:

limxπ4tan(x)x=tan(π4)π4=1π4=4π

The limit is 4π.

Two Special Trigonometric Limits You Must Know

The simple method of direct substitution fails when we encounter the indeterminate form 00. This frequently happens when evaluating limits as x approaches 0. For example, consider limx0sin(x)x. Plugging in x=0 gives sin(0)0=00, which is undefined. This doesn't mean the limit doesn't exist; it just means we need a more powerful tool.

There are two foundational limits that are the key to solving most complex trigonometric limit problems. You should memorize these, as they are proven using geometric arguments or the Squeeze Theorem and form the basis for many other calculations in calculus.

Important Note: For these limits to be valid, the variable x must be measured in radians.

limx0sin(x)x=1

This first special limit tells us that for very small angles x (in radians), the value of sin(x) is very close to the value of x itself. Their ratio approaches 1.

limx01cos(x)x=0

This second special limit shows that as x gets close to 0, the value of 1cos(x) approaches 0 much faster than x does. The numerator shrinks more quickly, so their ratio approaches 0.

These two limits can be generalized. If you have an expression inside the trigonometric function, say ax, the rule still holds as long as the denominator matches:

  • limx0sin(ax)ax=1
  • limx01cos(ax)ax=0

Our main strategy for solving 00 problems will be to algebraically manipulate the given expression until it contains these special forms.

How to Solve Limits Using the Special Trig Formulas

The primary skill in solving trigonometric limits is creative algebraic manipulation. The goal is to transform a complicated expression into simpler parts that match the special limits we just learned. This often involves multiplying by a clever form of 1, factoring, or using trigonometric identities.

Let's walk through an example to see this strategy in action. We are given a limit that results in 00 and our task is to rewrite it so we can apply the rule limu0sin(u)u=1.

Example 2

Evaluate the limit limx0sin(5x)3x.

Solution:

Step 1: Check for indeterminate form.
If we try direct substitution, we get sin(50)30=sin(0)0=00. This tells us we need to do more work.

Step 2: Identify the target special limit form.
The expression looks very similar to sin(x)x. In our problem, the argument of the sine function is 5x. To use the special limit, we need the denominator to also be 5x. Our current denominator is 3x.

Step 3: Manipulate the expression.
We can get a 5x in the denominator by multiplying the entire fraction by 55. This is equivalent to multiplying by 1, so it doesn't change the value of the expression. We can also separate the constant 13 from the variable part.

limx0sin(5x)3x=limx013sin(5x)x=13limx0sin(5x)x=13limx0(sin(5x)x55)=13limx0(5sin(5x)5x)=53limx0sin(5x)5x

Step 4: Apply the special limit.
Now we have the expression in the form we want. Let u=5x. As x0, u also approaches 0. So, we can replace the limit expression with 1.

53(limx0sin(5x)5x)=53(1)=53

The final answer is 53.

What Is the Squeeze Theorem and How Is It Used?

The Squeeze Theorem (also known as the Sandwich Theorem) is a powerful tool for finding limits that you can't compute directly. The idea is simple: if you have a function that is "squeezed" between two other functions, and those two outer functions approach the same limit at a certain point, then the function in the middle must also approach that same limit.

Formally, suppose we have three functions, f(x), g(x), and h(x), and they satisfy the inequality f(x)g(x)h(x) for all x near a point c. If we know that:

limxcf(x)=Landlimxch(x)=L

Then, the Squeeze Theorem guarantees that:

limxcg(x)=L

This theorem is particularly useful for limits involving trigonometric functions, especially those that oscillate rapidly, like sin(1x) or cos(1x) as x approaches 0. The theorem itself is what's used to formally prove that limx0sin(x)x=1.

Example 3

Find the limit limx0x2cos(1x).

Solution:

Step 1: Analyze the function and try direct substitution.
The function is a product of x2 and cos(1x). As x0, x20. However, as x0, the term 1x approaches infinity. This means cos(1x) oscillates infinitely fast between 1 and 1 and does not approach any single value. The limit of cos(1x) does not exist. We cannot find the limit of the product by simply multiplying the limits of the parts.

Step 2: Establish an inequality using the properties of cosine.
The key insight for the Squeeze Theorem is to bound the oscillating part. We know that the cosine function always produces values between 1 and 1, inclusive. So, we can write:

1cos(1x)1

This is true for all x0.

Step 3: Modify the inequality to match the target function.
Our function is x2cos(1x), not just cos(1x). We can multiply all parts of the inequality by x2. Since x2 is always non-negative, the direction of the inequality signs will not change.

1x2x2cos(1x)1x2x2x2cos(1x)x2

Step 4: Find the limits of the outer functions.
We have successfully "squeezed" our difficult function, g(x)=x2cos(1x), between two simpler functions, f(x)=x2 and h(x)=x2. Now, let's find their limits as x0.

limx0(x2)=(0)2=0limx0(x2)=(0)2=0

Step 5: Apply the Squeeze Theorem.
Since our function x2cos(1x) is trapped between two functions that both approach a limit of 0, our function must also approach 0.

Therefore, by the Squeeze Theorem,

limx0x2cos(1x)=0

How Do You Solve More Complex Trigonometric Limits?

Many problems require a combination of all the techniques we've discussed: using trigonometric identities, algebraic manipulation (like multiplying by the conjugate), and applying the two special limits. The key is to break the problem down into manageable pieces.

Here's a general strategy:

  1. Try Direct Substitution: Always start here. If you get a real number, you're done. If you get 00, proceed to the next steps.
  2. Simplify with Identities: Rewrite the expression using trigonometric identities to simplify it. Common identities include tan(x)=sin(x)cos(x), cot(x)=cos(x)sin(x), and the Pythagorean identity sin2(x)+cos2(x)=1.
  3. Look for Special Limits: Actively look for ways to create the forms sin(u)u or 1cos(u)u. This may involve factoring or multiplying the numerator and denominator by a strategic term.
  4. Separate the Limit: Use limit laws to break a complex fraction into the product or quotient of simpler limits. For example, lim(fg)=(limf)(limg).
Example 4

Evaluate the limit limx0tan(x)sin(x)x3.

Solution:

Step 1: Direct Substitution.
Plugging in x=0 gives tan(0)sin(0)03=000=00. We must simplify.

Step 2: Use Trigonometric Identities.
The best first step is to rewrite tan(x) in terms of sine and cosine.

limx0sin(x)cos(x)sin(x)x3

Now, let's find a common denominator for the numerator.

limx0sin(x)sin(x)cos(x)cos(x)x3

Factor out sin(x) from the numerator.

limx0sin(x)(1cos(x))cos(x)x3

To simplify this complex fraction, we can write it as:

limx0sin(x)(1cos(x))x3cos(x)

Step 3: Separate the expression to match the special limits.
Our goal is to isolate the special limit forms. We have a sin(x) and a (1cos(x)). The denominator is x3, which we can conveniently split into xxx. Let's rearrange the fraction.

limx0(sin(x)x)(1cos(x)x)(1xcos(x))

Whoops, we have an extra x in the denominator. Let's regroup. The x3 is better split as x for the sine part and x2 for the cosine part. Let's try again.

limx0(sin(x)x)(1cos(x)x2cos(x))

This is better. Now let's focus on the second fraction. We know limx01cos(x)x=0, but we have an x2. Let's try a different identity. Recall that 1cos2(x)=sin2(x). We can get that term by multiplying the numerator and denominator by the conjugate, (1+cos(x)).

Let's go back to this step: limx0sin(x)(1cos(x))x3cos(x).

limx0sin(x)(1cos(x))x3cos(x)1+cos(x)1+cos(x)=limx0sin(x)(1cos2(x))x3cos(x)(1+cos(x))=limx0sin(x)(sin2(x))x3cos(x)(1+cos(x))=limx0sin3(x)x3cos(x)(1+cos(x))

Step 4: Regroup and apply limit laws.
Now we can group the sine and x terms together.

limx0(sin3(x)x3)(1cos(x)(1+cos(x)))=limx0(sin(x)x)3limx0(1cos(x)(1+cos(x)))

Step 5: Evaluate the individual limits.
The first limit is our special limit, cubed.

limx0(sin(x)x)3=(limx0sin(x)x)3=(1)3=1

The second limit can be solved with direct substitution.

limx01cos(x)(1+cos(x))=1cos(0)(1+cos(0))=11(1+1)=12

Step 6: Combine the results.
The final answer is the product of these two results.

(1)(12)=12

So, limx0tan(x)sin(x)x3=12.

What Are Common Mistakes to Avoid?

Working with trigonometric limits can be tricky, and there are several common pitfalls that students fall into. Being aware of these can help you avoid losing points on exams.

  • Forgetting Radian Mode: The two special limits, limx0sin(x)x=1 and limx01cos(x)x=0, are only true if x is in radians. If you were ever to use a calculator to approximate the limit, make sure it's in radian mode.
  • Misapplying Special Limits: The special limits only work as the variable approaches 0. You cannot use limxπsin(x)x=1. In that case, you would use direct substitution: sin(π)π=0π=0.
  • Incorrect Algebraic Manipulation: A very common source of errors is incorrect algebra. Be careful when factoring, dealing with complex fractions, or multiplying by a conjugate. Write out each step clearly. For example, don't incorrectly split a denominator: AB+CAB+AC.
  • Treating 00 as 1 or 0: The indeterminate form 00 does not have a value. It is a signal that you need to simplify the expression or use a different technique to find the limit. The limit could be any number, or it might not exist at all.
  • Confusing sin(ax)bx with sin(ax)ax: As we saw in Example 2, limx0sin(5x)3x=53, not 1. You must make the argument of the sine function exactly match the denominator before you can apply the rule.

Quick Reference: Key Limits and Identities

Here is a summary of the most important rules and identities to remember when working with trigonometric limits.

Essential Limits

Limit ExpressionResult
limx0sin(x)x1
limx0xsin(x)1
limx01cos(x)x0
limx0cos(x)1x0
limx0cos(x)1
limx0sin(x)0

Useful Trigonometric Identities

  • Quotient Identities:
    tan(x)=sin(x)cos(x)
    cot(x)=cos(x)sin(x)
  • Pythagorean Identities:
    sin2(x)+cos2(x)=1
    1+tan2(x)=sec2(x)
  • Double Angle Identities:
    sin(2x)=2sin(x)cos(x)
    cos(2x)=cos2(x)sin2(x)

Frequently Asked Questions

Why are the special trigonometric limits so important?

These special limits are crucial because they form the foundation for differential calculus of trigonometric functions. The very definition of the derivative of sin(x) and cos(x) relies on being able to solve these specific limits. They are the bridge between the geometry of circles and the analysis of rates of change.

Do I always have to use radians for these limits?

Yes, absolutely. The special limits limx0sin(x)/x=1 and limx0(1cos(x))/x=0 are only valid when the angle x is measured in radians. Using degrees will lead to a different answer because the ratio of the arc length to the chord length depends on the unit of angle measurement.

What does the indeterminate form 0/0 actually mean?

The form 0/0 means that you cannot determine the limit just by looking at the numerator and denominator separately. It signals a 'competition' between the top and bottom functions as they both approach zero. The limit's value depends on which function approaches zero 'faster', which is what you uncover through algebraic manipulation or other techniques.

Can I use L'Hôpital's Rule for these kinds of limits?

If you have learned L'Hôpital's Rule, you can use it for limits that result in 0/0. However, you must be careful not to use it in a circular argument. The proofs for the derivatives of sine and cosine rely on these very limits, so using L'Hôpital's Rule to solve them is logically flawed. It's essential to first learn how to solve them algebraically.

How do I know when to use the Squeeze Theorem?

The Squeeze Theorem is your best tool when you have a function that is the product of two parts: one part that goes to zero, and another part that is 'bounded' (meaning it doesn't go to infinity, but might oscillate). A classic example is x2sin(1/x); the x2 goes to zero, while sin(1/x) is bounded between -1 and 1.

What if the limit approaches a value other than 0?

If the limit approaches a value c other than 0, your first step should always be direct substitution. For most trigonometric functions, if the function is defined at c, the limit is simply the function's value at that point. The special techniques are reserved for cases that result in an indeterminate form, which most often occurs as the variable approaches zero.

Is there a special limit for the tangent function?

Yes, there is a common limit for tangent that is derived from the sine limit. By writing tan(x)=sin(x)/cos(x), you can show that limx0tan(x)x=1. This is because as x0, cos(x)1, so sin(x)/cos(x)x behaves just like sin(x)x.