Fiveable
Fiveable

or

Log in

Find what you need to study


Light

Find what you need to study

1.6 Determining Limits Using Algebraic Manipulation

3 min readfebruary 15, 2024

Algebra’s amazing! When working with limits, we can use algebraic tools like factoring, conjugates of sums or differences, and alternate forms of trigonometric functions to make things easier on our end. 🙃

✏️ Factoring

Remember factoring?! Factoring in math means breaking down an algebraic expression into simpler, more manageable parts. It involves finding the factors (numbers or other expressions) that, when multiplied together, give the original expression.

For example, if you have an algebraic expression 2x + 4, you’ll notice that 2 goes into both terms, so we can pull it out and get 2(x + 2)! To check if you’re correct, you can redistribute the 2 into both terms and get 2x + 4 once again. Yay! 🎇

Let’s try a couple of problems:

🚆 Example Set 1: Factor Away!

Example Set 1: Question 1

Find the following limit:

 limx3(x3x2x) \lim_{x \rightarrow 3} (x^{3} - x^{2} - x)

Now, the easy way out is to plug 3 into the equation, so, 33323=2793=153³ - 3² - 3 = 27 - 9 - 3 = 15, which is fine in this case…but what if we have a huge number that’s hard to solve in your head? In that case, you’d want to break down the algebraic equation to make life as easy for you as possible. That being said, what do you notice in the expression? 🧐

x goes into all of them! In other words, we can factor x out. Doing so leaves us with x(x2x1)x(x^2 - x - 1). Now we can plug in 3 to get 3(3231)=3(931)=3(5)=153 (3² - 3 - 1) = 3 (9 - 3 - 1) = 3 (5) = 15.

Isn’t that easier to work with than directly plugging in 3 at the beginning of the equation? That’s the goal of factoring as a strategy.

Example Set 1: Question 2

Let’s try another example:

 limx 1(x32x23)  \lim_{x \rightarrow  -1} (\frac{x^{3} - 2x^{2}}{3}) 

Again, let’s look for patterns! Can we pattern something out? Hmmm… maybe x2? Yep! Factoring it out gives us.

 x2(x23)   x^{2}*( \frac{x-2}{3})  

Seems like we can’t break it further down. Let’s plug -1 in.

 (1)2(123)   (-1)^{2}*( \frac{-1-2}{3})  

And we get (1) (-3/3) = -1. Not too bad, huh? Let’s spice things up with our next example.

Example Set 1: Question 3

 limx 1(x25x6x27x+6)  \lim_{x \rightarrow  1} (\frac{x^{2} - 5x - 6}{x^{2} - 7x + 6}) 

It looks intimidating, but again, the key is to break things down. If you want a refresher on factoring, Fiveable’s Factoring Polynomials study guide will be your best friend. In this case, let’s factor both parts of the algebraic expression.

  • For our numerator, which two numbers add up to -5 and has a product of -6? 1 and -6. (-3 and -2 won’t work because their product is +6 even though they add up to -5; -1 and 6 won’t work either because they add up to +5 even though their product is -6. We’ll use this same logic for the denominator.)
  • For our denominator, which two numbers add up to -7 and has a product of 6? -1 and -6.

So, our factored expression now looks like this:

 (x+1)(x6)(x1)(x6)  \frac{(x+1)(x-6)}{(x-1)(x-6)} 

Can we make this expression simpler? Can we cancel something out? Perhaps (x - 6)? Getting rid of x - 6 leaves us with…

 (x+1)(x1)  \frac{(x+1)}{(x-1)} 

Plugging in 1 gives us 2 / 0, which means the limit does not exist (we can’t divide a number by 0).

Feel comfortable enough? Unfortunately (or fortunately if you hate the idea of factoring), not every problem will be factorable and may have more icky components like radicals (i.e. square roots); in that case, another strategy may be more appropriate to use. Allow me to introduce another friend ⬇️


🎈Rationalizing Denominators Using Algebraic Conjugates

Sometimes, you’ll encounter terms with square roots at the denominator of a fraction. That’s not ideal especially when it has variables like x. To “get rid” of that square root, we can multiply the whole term with the radical by its conjugate, the same exact term but with a different sign in the middle. For example, the conjugate of (a + b) is (a - b). The following terms below, as another example, are conjugates of each other.

(2x+3+1)<>(2x+31) (\sqrt{2x+3} + 1) <> (\sqrt{2x+3} -1)

This works especially if the initial plug-and-chug method gives us an indeterminate (0 / 0) answer. Let’s work on a couple of examples:

🤔 Example Set 2: Let’s Be Rational Here…

Example Set 2: Question 1

limx5(x214+x5) \lim_{x \rightarrow 5} (\frac{x - 21}{\sqrt{4+x} - 5})

If we just plugged in x = 5 right away, we’ll get -16 / 0… which doesn’t work out. The alarm bells in your head should be screaming “there’s a radical!” In that case, we’d want to rationalize the denominator to get rid of the radical downstairs by multiplying the numerator and the denominator by the conjugate term:

x214+x54+x+54+x+5 \frac{x-21}{\sqrt{4+x}-5} * \frac{\sqrt{4+x}+5}{\sqrt{4+x}+5}

Let’s multiply the terms out via the FOIL method:

(x21)(4+x+5)(4+x)+54+x54x25) \frac{(x-21)(\sqrt{4+x}+5)}{(4+x)+5\sqrt{4+x}-5\sqrt{4-x}-25)}
(x21)(4+x+5)(x21) \frac{(x-21)(\sqrt{4+x}+5)}{(x-21)}

Simplify…

(x21)(4+x+5)(x21) \frac{(x-21)(\sqrt{4+x}+5)}{(x-21)}

Good news: we can cancel out (x - 21)!

4+x+5 \sqrt{4+x} + 5

Plugging in x = 5: sqrt(9) + 5 = 3 + 5 = 8! Woo-hoo!

Example Set 2: Question 2

In our next example, the radical starts at the numerator. For the rationalization via conjugate method, the radical doesn’t have to strictly be in the numerator or denominator. One way to check is to plug in the number in the beginning to see if you get an indeterminate answer; then, you can proceed with rationalizing the expression.

limx9(x3x9) \lim_{x \rightarrow 9} (\frac{\sqrt x - 3}{x-9})

Plugging in 9 to x gives us 0 / 0. Bad! Let’s rationalize:

x3x9x+3x+3\frac{\sqrt x - 3}{x-9} * \frac{\sqrt x + 3}{\sqrt x + 3}
x9(x9)(x+3)\frac{x-9}{(x-9)(\sqrt x + 3)}

Simplify (aka cancel out common terms), then plug in!

1x+3\frac{1}{\sqrt x + 3}
19+3=16\frac{1}{\sqrt 9 + 3} = \frac{1}{6}

📐 Alternate Forms of Trigonometric Functions

One last thing: what if neither factoring nor rationalizing functions work in simplifying our limit expression but we’re stuck with an indeterminate answer? If the expression involves a trigonometric function (sin, cos, tan, etc.), then you’ll most likely have to use an alternate form of said function.

On the AP Exam, you’ll be expected to recall the limits of common trigonometric functions. Below are the most common formulas you’ll be expected to remember. 📏

🤠 The (Trig) Laws of the Land

Rule #1:

limxcsin(x)=sin(c) \lim_{x \rightarrow c} sin(x) = sin(c)

Rule #2:

limxccos(x)=cos(c) \lim_{x \rightarrow c} cos(x) = cos(c)

Rule #3:

limx0sin(x)x=1 \lim_{x \rightarrow 0} \frac{sin(x)}{x} = 1

Rule #4:

limx01cos(x)x=0 \lim_{x \rightarrow 0} \frac{1-cos(x)}{x} = 0

To better understand these formulas, let’s discuss them individually.

Rules #1 and #2: These two rules are pretty much the same as what we would do for any limit. The first way to solve a limit is to plug in the x value into the function. In the formulas above, the value “c” is being plugged in to try and determine the limit. If you are asked to find the limit of sin(x) as x approaches 1, then you simply plug in 1 and get your answer.

Rule #3: This rule is VERY common in AP Calculus. Moving forward, you should be on the lookout for this rule.

Rule #4: This last rule is not as common as rule #3 but it's still just as important. To understand this rule better, check out the second example below.

☘️ Example Set 3: Magic Trig-cks!

Example Set 3: Question 1

limx0(sin(4x)x) \lim_{x \rightarrow 0} (\frac{sin(4x)}{x})

Let’s compare this to our mini-rulebook above. It seems like this problem is similar to that of Rule #3 with a slight change. To use Rule #3, we need the inside term in sin(inside term) / denominator term = denominator term to be similar so that they equal 1. Right now, however, the inside term (which is 4x) is not equal to the denominator term (which is x)!

To fix that, let’s multiply both numerator and denominator by 4. Then, we can use Rule #3 for sin(4x)/4x since we know that expression is equal to 1. We can then find the limit from there.

sin(4x)x44=4sin(4x)4x=4sin(4x)4x=41=4\frac{sin(4x)}{x}*\frac{4}{4}=\frac{4sin(4x)}{4x}=4*\frac{sin(4x)}{4x}=4*1=4

Feel better? Let’s keep going and ingrain the trig rules into your head.

Example Set 3: Question 2

That being said, next up is a practice problem on Rule #4!

limx0(sec(x)1x) \lim_{x \rightarrow 0} (\frac{sec(x) - 1}{x})

Recap: sec(x) = 1/(cos(x))! Thus, you can use the following steps to solve the limit. In words, once you use this identity, multiple both numerator and denominator by cos(x). Then, you can separate the terms: plug 0 into the left term (cos(0) = 1) and use Rule #4 on the right term.

https://firebasestorage.googleapis.com/v0/b/fiveable-92889.appspot.com/o/images%2F39122.gif?alt=media&token=e35f1f37-3c42-4e8e-84d6-e503f2554326

Image courtesy of Anusha Tekumulla

Example Set 3: Question 3

Let’s make things more interesting with some twists and turns:

limx0(sin(12x)sin(2x)) \lim_{x \rightarrow 0} (\frac{sin(12x)}{sin(2x)})

Hmm, now there’s sin(inside terms) on both numerator and denominator…which looks confusing. What we can do is to rewrite the expression to separate the numerator and denominator into two factors:

(sin(12x)112x12x)(1sin(2x)2x2x)(\frac{sin(12x)}{1}*\frac{12x}{12x})*(\frac{1}{sin(2x)}*\frac{2x}{2x})

Then, we can stitch the pieces relevant to Rule #3 together:

(12xsin(12x)12x)(2xsin(2x)12x)(12x * \frac{sin(12x)}{12x})*(\frac{2x}{sin(2x)}*\frac{1}{2x})

Further simplify!

12x1112x=12x2x=122=612x * 1 * 1 * \frac {1}{2x} = \frac {12x}{2x} = \frac {12}{2} = 6

All three methods of algebraic manipulation to determine limits may seem scary to deal with at first, but with practice, you’ll get the hang of it and be more effective in solving similar problems in the future. Good luck! ☘️

Key Terms to Review (7)

Algebraic Limits

: Algebraic limits are limits that involve algebraic expressions, where you need to evaluate the behavior of a function as it approaches a certain value or infinity.

Coefficient

: A coefficient is a numerical factor in front of variables in an algebraic expression or equation. It indicates how many times that variable appears or needs to be multiplied.

Denominator

: The denominator is the bottom part of a fraction that represents the total number of equal parts into which a whole is divided.

Infinity

: Infinity is a concept that represents an unbounded or limitless quantity. It is not a number, but rather a mathematical idea used to describe values that have no upper or lower bound.

Numerator

: The numerator is the top part of a fraction that represents the number of parts being considered.

Rational Functions

: Rational functions are functions that can be expressed as a ratio (fraction) of two polynomials. They have both a numerator and denominator, where neither can be zero simultaneously.

Trigonometric functions

: Trigonometric functions relate angles in a right triangle to ratios of side lengths. The six main trigonometric functions are sine (sin), cosine (cos), tangent (tan), cosecant (csc), secant (sec), and cotangent (cot).

1.6 Determining Limits Using Algebraic Manipulation

3 min readfebruary 15, 2024

Algebra’s amazing! When working with limits, we can use algebraic tools like factoring, conjugates of sums or differences, and alternate forms of trigonometric functions to make things easier on our end. 🙃

✏️ Factoring

Remember factoring?! Factoring in math means breaking down an algebraic expression into simpler, more manageable parts. It involves finding the factors (numbers or other expressions) that, when multiplied together, give the original expression.

For example, if you have an algebraic expression 2x + 4, you’ll notice that 2 goes into both terms, so we can pull it out and get 2(x + 2)! To check if you’re correct, you can redistribute the 2 into both terms and get 2x + 4 once again. Yay! 🎇

Let’s try a couple of problems:

🚆 Example Set 1: Factor Away!

Example Set 1: Question 1

Find the following limit:

 limx3(x3x2x) \lim_{x \rightarrow 3} (x^{3} - x^{2} - x)

Now, the easy way out is to plug 3 into the equation, so, 33323=2793=153³ - 3² - 3 = 27 - 9 - 3 = 15, which is fine in this case…but what if we have a huge number that’s hard to solve in your head? In that case, you’d want to break down the algebraic equation to make life as easy for you as possible. That being said, what do you notice in the expression? 🧐

x goes into all of them! In other words, we can factor x out. Doing so leaves us with x(x2x1)x(x^2 - x - 1). Now we can plug in 3 to get 3(3231)=3(931)=3(5)=153 (3² - 3 - 1) = 3 (9 - 3 - 1) = 3 (5) = 15.

Isn’t that easier to work with than directly plugging in 3 at the beginning of the equation? That’s the goal of factoring as a strategy.

Example Set 1: Question 2

Let’s try another example:

 limx 1(x32x23)  \lim_{x \rightarrow  -1} (\frac{x^{3} - 2x^{2}}{3}) 

Again, let’s look for patterns! Can we pattern something out? Hmmm… maybe x2? Yep! Factoring it out gives us.

 x2(x23)   x^{2}*( \frac{x-2}{3})  

Seems like we can’t break it further down. Let’s plug -1 in.

 (1)2(123)   (-1)^{2}*( \frac{-1-2}{3})  

And we get (1) (-3/3) = -1. Not too bad, huh? Let’s spice things up with our next example.

Example Set 1: Question 3

 limx 1(x25x6x27x+6)  \lim_{x \rightarrow  1} (\frac{x^{2} - 5x - 6}{x^{2} - 7x + 6}) 

It looks intimidating, but again, the key is to break things down. If you want a refresher on factoring, Fiveable’s Factoring Polynomials study guide will be your best friend. In this case, let’s factor both parts of the algebraic expression.

  • For our numerator, which two numbers add up to -5 and has a product of -6? 1 and -6. (-3 and -2 won’t work because their product is +6 even though they add up to -5; -1 and 6 won’t work either because they add up to +5 even though their product is -6. We’ll use this same logic for the denominator.)
  • For our denominator, which two numbers add up to -7 and has a product of 6? -1 and -6.

So, our factored expression now looks like this:

 (x+1)(x6)(x1)(x6)  \frac{(x+1)(x-6)}{(x-1)(x-6)} 

Can we make this expression simpler? Can we cancel something out? Perhaps (x - 6)? Getting rid of x - 6 leaves us with…

 (x+1)(x1)  \frac{(x+1)}{(x-1)} 

Plugging in 1 gives us 2 / 0, which means the limit does not exist (we can’t divide a number by 0).

Feel comfortable enough? Unfortunately (or fortunately if you hate the idea of factoring), not every problem will be factorable and may have more icky components like radicals (i.e. square roots); in that case, another strategy may be more appropriate to use. Allow me to introduce another friend ⬇️


🎈Rationalizing Denominators Using Algebraic Conjugates

Sometimes, you’ll encounter terms with square roots at the denominator of a fraction. That’s not ideal especially when it has variables like x. To “get rid” of that square root, we can multiply the whole term with the radical by its conjugate, the same exact term but with a different sign in the middle. For example, the conjugate of (a + b) is (a - b). The following terms below, as another example, are conjugates of each other.

(2x+3+1)<>(2x+31) (\sqrt{2x+3} + 1) <> (\sqrt{2x+3} -1)

This works especially if the initial plug-and-chug method gives us an indeterminate (0 / 0) answer. Let’s work on a couple of examples:

🤔 Example Set 2: Let’s Be Rational Here…

Example Set 2: Question 1

limx5(x214+x5) \lim_{x \rightarrow 5} (\frac{x - 21}{\sqrt{4+x} - 5})

If we just plugged in x = 5 right away, we’ll get -16 / 0… which doesn’t work out. The alarm bells in your head should be screaming “there’s a radical!” In that case, we’d want to rationalize the denominator to get rid of the radical downstairs by multiplying the numerator and the denominator by the conjugate term:

x214+x54+x+54+x+5 \frac{x-21}{\sqrt{4+x}-5} * \frac{\sqrt{4+x}+5}{\sqrt{4+x}+5}

Let’s multiply the terms out via the FOIL method:

(x21)(4+x+5)(4+x)+54+x54x25) \frac{(x-21)(\sqrt{4+x}+5)}{(4+x)+5\sqrt{4+x}-5\sqrt{4-x}-25)}
(x21)(4+x+5)(x21) \frac{(x-21)(\sqrt{4+x}+5)}{(x-21)}

Simplify…

(x21)(4+x+5)(x21) \frac{(x-21)(\sqrt{4+x}+5)}{(x-21)}

Good news: we can cancel out (x - 21)!

4+x+5 \sqrt{4+x} + 5

Plugging in x = 5: sqrt(9) + 5 = 3 + 5 = 8! Woo-hoo!

Example Set 2: Question 2

In our next example, the radical starts at the numerator. For the rationalization via conjugate method, the radical doesn’t have to strictly be in the numerator or denominator. One way to check is to plug in the number in the beginning to see if you get an indeterminate answer; then, you can proceed with rationalizing the expression.

limx9(x3x9) \lim_{x \rightarrow 9} (\frac{\sqrt x - 3}{x-9})

Plugging in 9 to x gives us 0 / 0. Bad! Let’s rationalize:

x3x9x+3x+3\frac{\sqrt x - 3}{x-9} * \frac{\sqrt x + 3}{\sqrt x + 3}
x9(x9)(x+3)\frac{x-9}{(x-9)(\sqrt x + 3)}

Simplify (aka cancel out common terms), then plug in!

1x+3\frac{1}{\sqrt x + 3}
19+3=16\frac{1}{\sqrt 9 + 3} = \frac{1}{6}

📐 Alternate Forms of Trigonometric Functions

One last thing: what if neither factoring nor rationalizing functions work in simplifying our limit expression but we’re stuck with an indeterminate answer? If the expression involves a trigonometric function (sin, cos, tan, etc.), then you’ll most likely have to use an alternate form of said function.

On the AP Exam, you’ll be expected to recall the limits of common trigonometric functions. Below are the most common formulas you’ll be expected to remember. 📏

🤠 The (Trig) Laws of the Land

Rule #1:

limxcsin(x)=sin(c) \lim_{x \rightarrow c} sin(x) = sin(c)

Rule #2:

limxccos(x)=cos(c) \lim_{x \rightarrow c} cos(x) = cos(c)

Rule #3:

limx0sin(x)x=1 \lim_{x \rightarrow 0} \frac{sin(x)}{x} = 1

Rule #4:

limx01cos(x)x=0 \lim_{x \rightarrow 0} \frac{1-cos(x)}{x} = 0

To better understand these formulas, let’s discuss them individually.

Rules #1 and #2: These two rules are pretty much the same as what we would do for any limit. The first way to solve a limit is to plug in the x value into the function. In the formulas above, the value “c” is being plugged in to try and determine the limit. If you are asked to find the limit of sin(x) as x approaches 1, then you simply plug in 1 and get your answer.

Rule #3: This rule is VERY common in AP Calculus. Moving forward, you should be on the lookout for this rule.

Rule #4: This last rule is not as common as rule #3 but it's still just as important. To understand this rule better, check out the second example below.

☘️ Example Set 3: Magic Trig-cks!

Example Set 3: Question 1

limx0(sin(4x)x) \lim_{x \rightarrow 0} (\frac{sin(4x)}{x})

Let’s compare this to our mini-rulebook above. It seems like this problem is similar to that of Rule #3 with a slight change. To use Rule #3, we need the inside term in sin(inside term) / denominator term = denominator term to be similar so that they equal 1. Right now, however, the inside term (which is 4x) is not equal to the denominator term (which is x)!

To fix that, let’s multiply both numerator and denominator by 4. Then, we can use Rule #3 for sin(4x)/4x since we know that expression is equal to 1. We can then find the limit from there.

sin(4x)x44=4sin(4x)4x=4sin(4x)4x=41=4\frac{sin(4x)}{x}*\frac{4}{4}=\frac{4sin(4x)}{4x}=4*\frac{sin(4x)}{4x}=4*1=4

Feel better? Let’s keep going and ingrain the trig rules into your head.

Example Set 3: Question 2

That being said, next up is a practice problem on Rule #4!

limx0(sec(x)1x) \lim_{x \rightarrow 0} (\frac{sec(x) - 1}{x})

Recap: sec(x) = 1/(cos(x))! Thus, you can use the following steps to solve the limit. In words, once you use this identity, multiple both numerator and denominator by cos(x). Then, you can separate the terms: plug 0 into the left term (cos(0) = 1) and use Rule #4 on the right term.

https://firebasestorage.googleapis.com/v0/b/fiveable-92889.appspot.com/o/images%2F39122.gif?alt=media&token=e35f1f37-3c42-4e8e-84d6-e503f2554326

Image courtesy of Anusha Tekumulla

Example Set 3: Question 3

Let’s make things more interesting with some twists and turns:

limx0(sin(12x)sin(2x)) \lim_{x \rightarrow 0} (\frac{sin(12x)}{sin(2x)})

Hmm, now there’s sin(inside terms) on both numerator and denominator…which looks confusing. What we can do is to rewrite the expression to separate the numerator and denominator into two factors:

(sin(12x)112x12x)(1sin(2x)2x2x)(\frac{sin(12x)}{1}*\frac{12x}{12x})*(\frac{1}{sin(2x)}*\frac{2x}{2x})

Then, we can stitch the pieces relevant to Rule #3 together:

(12xsin(12x)12x)(2xsin(2x)12x)(12x * \frac{sin(12x)}{12x})*(\frac{2x}{sin(2x)}*\frac{1}{2x})

Further simplify!

12x1112x=12x2x=122=612x * 1 * 1 * \frac {1}{2x} = \frac {12x}{2x} = \frac {12}{2} = 6

All three methods of algebraic manipulation to determine limits may seem scary to deal with at first, but with practice, you’ll get the hang of it and be more effective in solving similar problems in the future. Good luck! ☘️

Key Terms to Review (7)

Algebraic Limits

: Algebraic limits are limits that involve algebraic expressions, where you need to evaluate the behavior of a function as it approaches a certain value or infinity.

Coefficient

: A coefficient is a numerical factor in front of variables in an algebraic expression or equation. It indicates how many times that variable appears or needs to be multiplied.

Denominator

: The denominator is the bottom part of a fraction that represents the total number of equal parts into which a whole is divided.

Infinity

: Infinity is a concept that represents an unbounded or limitless quantity. It is not a number, but rather a mathematical idea used to describe values that have no upper or lower bound.

Numerator

: The numerator is the top part of a fraction that represents the number of parts being considered.

Rational Functions

: Rational functions are functions that can be expressed as a ratio (fraction) of two polynomials. They have both a numerator and denominator, where neither can be zero simultaneously.

Trigonometric functions

: Trigonometric functions relate angles in a right triangle to ratios of side lengths. The six main trigonometric functions are sine (sin), cosine (cos), tangent (tan), cosecant (csc), secant (sec), and cotangent (cot).


© 2024 Fiveable Inc. All rights reserved.

AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.


© 2024 Fiveable Inc. All rights reserved.

AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.