Evaluating Limits By Factoring
The use of the terms finite limits, infinite limits and limits at infinity are used differently in various books and your instructor may have their own idea of what they mean. In this panel, we will try to break down the cases and explain the various ways these terms can be used as well as how we use them here at 17calculus.
When we talk about limits, we are looking at the \(\displaystyle{ \lim_{x \to c}{f(x)} = L }\). The various terms apply to the description of \(c\) and \(L\) and are shown in the table below. The confusion lies with the terms finite limits and infinite limits. They can mean two different things.
\(\displaystyle{ \lim_{x \to c}{f(x)} = L }\) | ||
---|---|---|
when |
term(s) used | |
\(c\) is finite |
limits approaching a finite value or finite limits | |
\(c\) is infinite \(\pm \infty\) |
limits at infinity or infinite limits | |
\(L\) is finite |
finite limits | |
\(L\) is infinite \(\pm \infty\) |
infinite limits |
You can see where the confusion lies. The terms finite limits and infinite limits are used to mean two different things, referring to either \(c\) or \(L\). It is possible to have \(c = \infty\) and \(L\) be finite. So is this an infinite limit or a finite limit? It depends if you are talking about \(c\) or \(L\).
How 17calculus Uses These Terms
The pages on this site are constructed based on what \(c\) is, i.e. we use the terms finite limits and infinite limits based on the value of \(c\) only ( using the first two rows of the table above and ignoring the last two ). This seems to be the best way since, when we are given a problem, we can't tell what \(L\) is until we finish the problem, and therefore we are unable to determine what type of problem we have and know what techniques to use until we are done with the problem.
Important: Make sure and check with your instructor to see how they use these terms.
This is the second technique for evaluating finite limits. It is very powerful and you will use it a lot in conjunction with substitution.
Topics You Need To Understand For This Page |
---|
Recommended Books on Amazon (affiliate links) | ||
---|---|---|
![]() |
![]() |
![]() |
Once we have substituted the limit value in the function and get the indeterminate form \( 0/0 \), we can try factoring and canceling to get a determinate form. This technique works best with polynomials or with terms that can factor.
When we get \( 0/0 \), we have a hole in the graph (a removable discontinuity). In order to understand why this works, we invoke the following theorem.
Theorem: Functions That Agree At All But One Point [proof]
Let \(c\) be a real number and let \( g(x) = h(x) \) for all \( x \neq c \) in an open interval containing \(c\). |
---|
If \(\displaystyle{ \lim_{x \to c}{[g(x)]} }\) exists, then \(\displaystyle{ \lim_{x \to c}{[h(x)]} }\) also exists and \(\displaystyle{ \lim_{x \to c}{[h(x)]} = \lim_{x \to c}{[g(x)]} }\). |
What this theorem says is that if we have two functions that are identical, expect (possibly) at \(x=c\), and we know that one function has a limit that exists at \(c\), then the other one is guaranteed to have a limit that exists at \(c\) and that limit is the same as the limit of the first function.
This theorem is incredibly useful for functions with holes (our current topic). If we have a function with a hole, and if we can find a second function that is the same as first function, except at \( x=c\), that has a limit there, then we can use that second function to determine the limit of the first function. Usually, this second function is simpler than the first and the way we find it is by factoring and canceling common terms.
Example
Let \(\displaystyle{ f(x) = \frac{x^2-1}{x-1} = \frac{(x-1)(x+1)}{x-1} }\) and \( g(x) = x+1 \)
Notice that by canceling the \((x-1)\) term in \(f(x)\), we get \(g(x)\). However, \( f(x) \neq g(x) \) since the domains of the two functions are different. The domain of \(f(x)\) is \( x \neq 1 \) and the domain of \(g(x)\) is all real numbers. This can be seen in these plots. Notice there is a hole at \(x=1\) for \(f(x)\). This hole occurs because the factor \(x-1\) appears in both the numerator and denominator of \(f(x)\).
![]() |
---|
\(\displaystyle{ f(x) = \frac{x^2-1}{x-1} = \frac{(x-1)(x+1)}{x-1} }\) |
Domain: \( \{ x ~|~ x \in \mathbb{R} ~ \text{ and } ~ x \neq 1 \} \) |
![]() |
---|
\( g(x) = x+1 \) |
Domain: \( \{ x ~|~ x \in \mathbb{R} \} \) |
However, since \(f(x)\) is equal to \(g(x)\) except for the one point \(x=1\), we can say that \(\displaystyle{ \lim_{x \to 1}{[f(x)]} = \lim_{x \to 1}{[g(x)]} }\) by applying the above theorem. Notice the difference, the functions are not equal but the limits at \( x=1\) are equal. This is an important distinction.
Okay, let's try factoring on some practice problems.
Practice
Use factoring to solve these limits, giving your answers in exact, simplified form.
Basic
\(\displaystyle{ \lim_{x\rightarrow 2}{\left[\frac{3x^2-x-10}{x^2-4}\right]} }\)
Problem Statement |
---|
Evaluate this limit by factoring. \(\displaystyle{\lim_{x\rightarrow 2}{\left[\frac{3x^2-x-10}{x^2-4}\right]}}\)
Final Answer |
---|
\(\displaystyle{\lim_{x\rightarrow 2}{\left[\frac{3x^2-x-10}{x^2-4}\right]}=11/4}\)
Problem Statement
Evaluate this limit by factoring. \(\displaystyle{\lim_{x\rightarrow 2}{\left[\frac{3x^2-x-10}{x^2-4}\right]}}\)
Solution
First of all, you always want to try direct substitution. When you do this on this equation, you get \(0/0\) which is indeterminate. |
First, we factor the numerator and denominator and cancel like terms. |
\(\displaystyle{\lim_{x \rightarrow 2} \left[ \frac{3x^2-x-10}{x^2-4} \right] = }\) \(\displaystyle{ \lim_{x \rightarrow 2} \left[ \frac{(x-2)(3x+5)}{(x-2)(x+2)} \right]}\) |
Now the \((x-2)\) term that appears in both the numerator and denominator can cancel. |
\(\displaystyle{\lim_{x \rightarrow 2} \left[ \frac{3x+5}{x+2} \right]}\) |
Now let's try substitution again. |
\(\displaystyle{\lim_{x \rightarrow 2} \left[ \frac{3x+5}{x+2} \right] = \frac{3(2)+5}{2+2} = 11/4 }\) |
Final Answer
\(\displaystyle{\lim_{x\rightarrow 2}{\left[\frac{3x^2-x-10}{x^2-4}\right]}=11/4}\)
Log in to rate this practice problem and to see it's current rating. |
---|
\(\displaystyle{\lim_{x\rightarrow 3}{\left[\frac{x^4-81}{2x^2-5x-3}\right]}}\)
Problem Statement |
---|
Evaluate this limit by factoring. \(\displaystyle{\lim_{x\rightarrow 3}{\left[\frac{x^4-81}{2x^2-5x-3}\right]}}\)
Final Answer |
---|
\(\displaystyle{\lim_{x \rightarrow 3}{ \left[\frac{x^4-81}{2x^2-5x-3}\right] }= 108/7 }\)
Problem Statement
Evaluate this limit by factoring. \(\displaystyle{\lim_{x\rightarrow 3}{\left[\frac{x^4-81}{2x^2-5x-3}\right]}}\)
Solution
First of all, you always want to try direct substitution. When you do this in this limit, you get \(0/0\) which is indeterminate. |
First, we factor the numerator and denominator and cancel like terms. |
\(\displaystyle{\lim_{x \rightarrow 3} \left[ \frac{x^4-81}{2x^2-5x-3} \right] }\) |
\(\displaystyle{ \lim_{x \rightarrow 3} \left[ \frac{(x^2-9)(x^2+9)}{(x-3)(2x+1)} \right] }\) |
\(\displaystyle{\lim_{x \rightarrow 3} \left[ \frac{(x-3)(x+3)(x^2+9)}{(x-3)(2x+1)} \right]}\) |
Now the \((x-3)\) term that appears in both the numerator and denominator can cancel. |
\(\displaystyle{\lim_{x \rightarrow 3} \left[ \frac{(x+3)(x^2+9)}{(2x+1)} \right] }\) |
Now let's try substitution again. |
\(\displaystyle{ \lim_{x \rightarrow 3} \left[ \frac{(x+3)(x^2+9)}{(2x+1)} \right] = \frac{(3+3)(3^2+9)}{(2(3)+1)} = 108/7}\) |
Final Answer
\(\displaystyle{\lim_{x \rightarrow 3}{ \left[\frac{x^4-81}{2x^2-5x-3}\right] }= 108/7 }\)
Log in to rate this practice problem and to see it's current rating. |
---|
\(\displaystyle{ \lim_{x\to2}{\frac{x^2-5x+6}{x^2-4}} }\)
Problem Statement
Evaluate this limit by factoring. \(\displaystyle{ \lim_{x\to2}{\frac{x^2-5x+6}{x^2-4}} }\)
Solution
video by Krista King Math |
---|
Log in to rate this practice problem and to see it's current rating. |
---|
\(\displaystyle{ \lim_{x\to1}{\frac{x^2+x-2}{x^2-4x+3}} }\)
Problem Statement |
---|
Evaluate this limit by factoring. \(\displaystyle{ \lim_{x\to1}{\frac{x^2+x-2}{x^2-4x+3}} }\)
Final Answer |
---|
\(\displaystyle{\lim_{x\to1}{\frac{x^2+x-2}{x^2-4x+3}}=-3/2}\)
Problem Statement
Evaluate this limit by factoring. \(\displaystyle{ \lim_{x\to1}{\frac{x^2+x-2}{x^2-4x+3}} }\)
Solution
She made a mistake in notation here. In the last line of the first column, she wrote \(\displaystyle{ \lim_{x \to 1}{\frac{x+2}{x-3}}}\) which is correct. However, in the first line of the next column, she should have written \(\displaystyle{\frac{1+2}{1-3}=\frac{3}{-2}}\) WITHOUT the limit as x goes to 1 in front of it. Once you substitute the value, you do not write the limit.
video by Krista King Math |
---|
Final Answer
\(\displaystyle{\lim_{x\to1}{\frac{x^2+x-2}{x^2-4x+3}}=-3/2}\)
Log in to rate this practice problem and to see it's current rating. |
---|
\(\displaystyle{ \lim_{x\to-1}{\frac{x+1}{x^2-x-2}} }\)
Problem Statement
Evaluate this limit by factoring. \(\displaystyle{ \lim_{x\to-1}{\frac{x+1}{x^2-x-2}} }\)
Solution
video by Krista King Math |
---|
Log in to rate this practice problem and to see it's current rating. |
---|
\(\displaystyle{ \lim_{t\to-3}{\frac{t^2+6t+9}{t^2-9}} }\)
Problem Statement
Evaluate this limit by factoring. \(\displaystyle{ \lim_{t\to-3}{\frac{t^2+6t+9}{t^2-9}} }\)
Solution
video by Krista King Math |
---|
Log in to rate this practice problem and to see it's current rating. |
---|
\(\displaystyle{ \lim_{z\to-2}{\frac{(z+2)^2}{z^4-16}} }\)
Problem Statement
Evaluate this limit by factoring. \(\displaystyle{ \lim_{z\to-2}{\frac{(z+2)^2}{z^4-16}} }\)
Solution
video by Krista King Math |
---|
Log in to rate this practice problem and to see it's current rating. |
---|
\(\displaystyle{ \lim_{x\to2}{\frac{x^2-4}{x-2}} }\)
Problem Statement
Evaluate this limit by factoring. \(\displaystyle{ \lim_{x\to2}{\frac{x^2-4}{x-2}} }\)
Solution
video by PatrickJMT |
---|
Log in to rate this practice problem and to see it's current rating. |
---|
\(\displaystyle{\lim_{h\to0}{\frac{(4+h)^2-16}{h}}}\)
Problem Statement
Evaluate this limit by factoring. \(\displaystyle{\lim_{h\to0}{\frac{(4+h)^2-16}{h}}}\)
Solution
video by PatrickJMT |
---|
Log in to rate this practice problem and to see it's current rating. |
---|
\(\displaystyle{ \lim_{x\to-1}{ \frac{2x+2}{x+1} } }\)
Problem Statement |
---|
Evaluate the limit \(\displaystyle{ \lim_{x\to-1}{ \frac{2x+2}{x+1} } }\) by factoring.
Final Answer |
---|
\(\displaystyle{ \lim_{x\to-1}{ \frac{2x+2}{x+1} } }\) \( = 2 \)
Problem Statement
Evaluate the limit \(\displaystyle{ \lim_{x\to-1}{ \frac{2x+2}{x+1} } }\) by factoring.
Solution
\(\displaystyle{ \lim_{x\to-1}{ \frac{2x+2}{x+1} } } \) |
\(\displaystyle{ \lim_{x\to-1}{ \frac{2(x+1)}{x+1} } } \) |
The \(x+1\) terms in the numerator and denominator cancel. |
\(\displaystyle{ \lim_{x\to-1}{ 2 } = 2 }\) |
Final Answer
\(\displaystyle{ \lim_{x\to-1}{ \frac{2x+2}{x+1} } }\) \( = 2 \)
Log in to rate this practice problem and to see it's current rating. |
---|
\(\displaystyle{\lim_{x\to3}{\frac{x^2-6x+9}{x^2-9}}}\)
Problem Statement
Evaluate this limit by factoring. \(\displaystyle{\lim_{x\to3}{\frac{x^2-6x+9}{x^2-9}}}\)
Solution
video by Khan Academy |
---|
Log in to rate this practice problem and to see it's current rating. |
---|
\(\displaystyle{\lim_{x\to1}{\frac{x^2+x-2}{x-1}}}\)
Problem Statement
Evaluate this limit by factoring. \(\displaystyle{\lim_{x\to1}{\frac{x^2+x-2}{x-1}}}\)
Solution
video by Khan Academy |
---|
Log in to rate this practice problem and to see it's current rating. |
---|
\(\displaystyle{ \lim_{z\to2}{ \frac{z^2+2z-8}{z^4-16} } }\)
Problem Statement |
---|
Evaluate the limit \(\displaystyle{ \lim_{z\to2}{ \frac{z^2+2z-8}{z^4-16} } }\) by factoring, giving your answer in exact terms.
Final Answer |
---|
\(\displaystyle{ \lim_{z\to2}{ \frac{z^2+2z-8}{z^4-16} } }\) \( = 3/16 \)
Problem Statement
Evaluate the limit \(\displaystyle{ \lim_{z\to2}{ \frac{z^2+2z-8}{z^4-16} } }\) by factoring, giving your answer in exact terms.
Solution
\(\displaystyle{ \lim_{z\to2}{ \frac{z^2+2z-8}{z^4-16} } }\) |
\(\displaystyle{ \lim_{z\to2}{ \frac{(z+4)(z-2)}{(z^2+4)(z^2-4)} } }\) |
\(\displaystyle{ \lim_{z\to2}{ \frac{(z+4)(z-2)}{(z^2+4)(z+2)(z-2)} } }\) |
\(\displaystyle{ \lim_{z\to2}{ \frac{z+4}{(z^2+4)(z+2)} } }\) |
\(\displaystyle{ \frac{2+4}{(2^2+4)(2+2)} }\) \(\displaystyle{ = \frac{6}{(8)(4)} }\) \(\displaystyle{ = \frac{3}{(8)(2)} }\) \(\displaystyle{ = \frac{3}{16} }\) |
To check my answer, I decided to plot the rational function.
Final Answer
\(\displaystyle{ \lim_{z\to2}{ \frac{z^2+2z-8}{z^4-16} } }\) \( = 3/16 \)
Log in to rate this practice problem and to see it's current rating. |
---|
Intermediate
\(\displaystyle{ \lim_{t \rightarrow -2}{ \left[ \frac{\frac{1}{t}+\frac{1}{2}}{t^3+8}\right]} }\)
Problem Statement |
---|
Evaluate this limit by factoring. \(\displaystyle{ \lim_{t \rightarrow -2}{ \left[ \frac{\frac{1}{t}+\frac{1}{2}}{t^3+8}\right]} }\)
Final Answer |
---|
\(\displaystyle{\lim_{t\rightarrow -2}{\left[\frac{\frac{1}{t}+\frac{1}{2}}{t^3+8}\right]}=-1/48}\)
Problem Statement
Evaluate this limit by factoring. \(\displaystyle{ \lim_{t \rightarrow -2}{ \left[ \frac{\frac{1}{t}+\frac{1}{2}}{t^3+8}\right]} }\)
Solution
The first thing you want to try here is to plug in -2 for t. However, in this limit, we get 0/0, which is an indeterminate form. So let's try factoring. But first we need to get the fraction in a different form.
In the numerator, we have \(\displaystyle{ \frac{1}{t} + \frac{1}{2} = \frac{2}{2t} + \frac{t}{2t} = \frac{t+2}{2t} }\).
So the limit looks like \(\displaystyle{\lim_{t \rightarrow -2}{ \left[ \frac{ \frac{t+2}{2t}}{t^3+8} \right]} = \lim_{t \rightarrow -2}{ \left[ \frac{t+2}{(2t)(t^3+8)} \right]} }\).
Now we need to factor the denominator. Let's check quickly to make sure (t+2) is a factor. This is a great time to practice synthetic division. Using synthetic division, \(t^3+8\) factors into \((t+2)(t^2-2t+4)\).
So our limit is now \(\displaystyle{\lim_{t \rightarrow -2}{ \left[ \frac{t+2}{(2t)(t+2)(t^2-2t+4)} \right]} }\). We can cancel the (t+2) term in the numerator and denominator and get \(\displaystyle{\lim_{t \rightarrow -2} \left[ \frac{1}{(2t)(t^2-2t+4)} \right]}\).
Substituting -2 for t gives us \(\displaystyle{ \frac{1}{(-4)((-2)^2-2(-2)+4)} = }\) \(\displaystyle{ \frac{1}{-4(4+4+4)} = -1/48 }\)
Final Answer
\(\displaystyle{\lim_{t\rightarrow -2}{\left[\frac{\frac{1}{t}+\frac{1}{2}}{t^3+8}\right]}=-1/48}\)
Log in to rate this practice problem and to see it's current rating. |
---|
\(\displaystyle{ \lim_{x\rightarrow 0}{\left[\frac{x^3-7x}{x^3}\right]} }\)
Problem Statement |
---|
Evaluate this limit by factoring. \(\displaystyle{ \lim_{x\rightarrow 0}{\left[\frac{x^3-7x}{x^3}\right]} }\)
Final Answer |
---|
\(\displaystyle{\lim_{x\rightarrow 0}{\left[\frac{x^3-7x}{x^3}\right]}=-\infty}\)
Problem Statement
Evaluate this limit by factoring. \(\displaystyle{ \lim_{x\rightarrow 0}{\left[\frac{x^3-7x}{x^3}\right]} }\)
Solution
\(\displaystyle{\lim_{x\rightarrow 0}{\left[\frac{x^3-7x}{x^3}\right]} = }\) \(\displaystyle{ \lim_{x\rightarrow 0}{\left[ \frac{x(x^2-7)}{x(x^2)} \right]} = }\) \(\displaystyle{ \lim_{x \rightarrow 0}{\left[ \frac{x^2-7}{x^2} \right]} }\)
Direct substitution yields \(-7/0\). So, the trick here is determine if the limit is \( +\infty \), \( -\infty \) or DNE (does not exist). To do this, we need to look at the limit as \(x\) approaches zero from the left and compare it to the limit from the right. If they are different, then the limit does not exist.
Let's look at the left side of zero first. When x is less than zero (negative), \(x^2\) is always positive. So the numerator is negative and the denominator is positive telling us that \(\displaystyle{ \lim_{x \rightarrow 0^- }{\left[ \frac{x^2-7}{x^2} \right]}= -\infty }\).
Now, looking at the right side of zero, x is positive and \(x^2\) is also positive. Since the numerator is negative and the denominator is positive, we know that \(\displaystyle{ \lim_{x \rightarrow 0^+ }{\left[ \frac{x^2-7}{x^2} \right]}= -\infty }\).
Since \(\displaystyle{ \lim_{x \rightarrow 0^- }{\left[ \frac{x^2-7}{x^2} \right]}= \lim_{x \rightarrow 0^- }{\left[ \frac{x^2-7}{x^2} \right]}= -\infty }\), the limit \(\displaystyle{ \lim_{x \rightarrow 0 }{\left[ \frac{x^2-7}{x^2} \right]}= -\infty }\)
Final Answer
\(\displaystyle{\lim_{x\rightarrow 0}{\left[\frac{x^3-7x}{x^3}\right]}=-\infty}\)
Log in to rate this practice problem and to see it's current rating. |
---|
\(\displaystyle{ \lim_{z\rightarrow 1}{\left[\frac{z^3-1}{(z-1)^2}\right]} }\)
Problem Statement |
---|
Evaluate this limit by factoring. \(\displaystyle{ \lim_{z\rightarrow 1}{\left[\frac{z^3-1}{(z-1)^2}\right]} }\)
Final Answer |
---|
\(\displaystyle{ \lim_{z\rightarrow 1}{ \left[ \frac{z^3-1}{(z-1)^2}\right] } }\) does not exist.
Problem Statement
Evaluate this limit by factoring. \(\displaystyle{ \lim_{z\rightarrow 1}{\left[\frac{z^3-1}{(z-1)^2}\right]} }\)
Solution
Direct substitution yields \(0/0\) which is indeterminate.
Factoring yields
\(\displaystyle{ \lim_{z \rightarrow 1}{\left[\frac{z^3-1}{(z-1)^2}\right]} = }\) \(\displaystyle{\lim_{z \rightarrow 1}{\left[\frac{(z-1)(z^2+z+1)}{(z-1)^2}\right]} = }\) \(\displaystyle{\lim_{z \rightarrow 1}{ \left[\frac{z^2+z+1}{z-1}\right]}}\)
Direct substitution here gives us \(3/0\). So is the answer \(+\infty\), \(-\infty\) or DNE (without looking at a graph)?
Well, considering values close to 1, when \(z < 1\) the result is negative and when \(z>1\) the result is positive. So the answer is neither \(+\infty\) nor \(-\infty\) and the only correct is answer is that the limit does not exist.
Final Answer
\(\displaystyle{ \lim_{z\rightarrow 1}{ \left[ \frac{z^3-1}{(z-1)^2}\right] } }\) does not exist.
Log in to rate this practice problem and to see it's current rating. |
---|
\(\displaystyle{ \lim_{x\to1}{ \frac{x^3-1}{x^4-1} } }\)
Problem Statement
Evaluate this limit by factoring. \(\displaystyle{ \lim_{x\to1}{ \frac{x^3-1}{x^4-1} } }\)
Solution
video by Krista King Math |
---|
Log in to rate this practice problem and to see it's current rating. |
---|
\(\displaystyle{ \lim_{h\to0}{\frac{(3+h)^{-1}-3^{-1}}{h}} }\)
Problem Statement
Evaluate this limit by factoring. \(\displaystyle{ \lim_{h\to0}{\frac{(3+h)^{-1}-3^{-1}}{h}} }\)
Solution
video by PatrickJMT |
---|
Log in to rate this practice problem and to see it's current rating. |
---|
Advanced
\(\displaystyle{\lim_{x\rightarrow 27}{\left[\frac{x-27}{x^{1/3}-3}\right]}}\)
Problem Statement |
---|
Evaluate this limit by factoring. \(\displaystyle{\lim_{x\rightarrow 27}{\left[\frac{x-27}{x^{1/3}-3}\right]}}\)
Final Answer |
---|
\(\displaystyle{ \lim_{x \rightarrow 27}{\left[\frac{x-27}{x^{1/3}-3}\right]}=27} \)
Problem Statement
Evaluate this limit by factoring. \(\displaystyle{\lim_{x\rightarrow 27}{\left[\frac{x-27}{x^{1/3}-3}\right]}}\)
Solution
Of course, the first thing we want to try is to plug in 27 directly for x. This gives us \(0/0\) which is indeterminate. So we need to do something else. |
\(\displaystyle{ \lim_{x \rightarrow 27}{\frac{x-27}{x^{1/3}-3}}}\) |
\(\displaystyle{ \lim_{x \rightarrow 27}{\frac{(x^{1/3}-3)(x^{2/3}+3x^{1/3}+9)}{x^{1/3}-3}} }\) |
\(\displaystyle{ \lim_{x \rightarrow 27}{\frac{(x^{2/3}+3x^{1/3}+9)}{1}} }\) |
\( 27^{2/3}+3(27)^{1/3}+9 = 27 \) |
Note - - We could have used L'Hôpital's Rule here, which would have been much easier. |
Final Answer
\(\displaystyle{ \lim_{x \rightarrow 27}{\left[\frac{x-27}{x^{1/3}-3}\right]}=27} \)
Log in to rate this practice problem and to see it's current rating. |
---|
\(\displaystyle{\lim_{x\rightarrow 1}{\left[\frac{x^{1/3}-1}{x^{1/4}-1}\right]}}\)
Problem Statement |
---|
Evaluate this limit by factoring. \(\displaystyle{\lim_{x\rightarrow 1}{\left[\frac{x^{1/3}-1}{x^{1/4}-1}\right]}}\)
Final Answer |
---|
\(\displaystyle{\lim_{x\rightarrow 1}{\left[\frac{x^{1/3}-1}{x^{1/4}-1}\right]}=4/3}\)
Problem Statement
Evaluate this limit by factoring. \(\displaystyle{\lim_{x\rightarrow 1}{\left[\frac{x^{1/3}-1}{x^{1/4}-1}\right]}}\)
Solution
Direct substitution yields \(0/0\), which is indeterminate. To solve this exercise we need to do a trick. |
\(\displaystyle{ \lim_{x \rightarrow 1}{\frac{(x^{1/12}-1)(x^{1/4}+x^{1/6}+x^{1/12}+1)}{(x^{1/12}-1)(x^{1/6}+x^{1/12}+1)}} }\) |
\(\displaystyle{\lim_{x \rightarrow 1}{\frac{x^{1/4}+x^{1/6}+x^{1/12}+1}{x^{1/6}+x^{1/12}+1}}}\) |
Now when we substitute 1 for x, we get \(\displaystyle{ \frac{1+1+1+1}{1+1+1} = 4/3 }\) |
Final Answer
\(\displaystyle{\lim_{x\rightarrow 1}{\left[\frac{x^{1/3}-1}{x^{1/4}-1}\right]}=4/3}\)
Log in to rate this practice problem and to see it's current rating. |
---|
Really UNDERSTAND Calculus
Log in to rate this page and to see it's current rating.
Related Topics and Links |
---|
To bookmark this page and practice problems, log in to your account or set up a free account.
Do you have a practice problem number but do not know on which page it is found? If so, enter the number below and click 'page' to go to the page on which it is found or click 'practice' to be taken to the practice problem.
| |
I recently started a Patreon account to help defray the expenses associated with this site. To keep this site free, please consider supporting me. |
---|
Support 17Calculus on Patreon |
next: rationalizing → |
---|
|
---|
Practice Instructions
Use factoring to solve these limits, giving your answers in exact, simplified form.