0 Divided by 0: Solve Limit Problems in Calculus, Part 1 (2024)

If you’re like many Calculus students, you understand the idea of limits, but may be having trouble solving limit problems in your homework, especially when you initially find “0 divided by 0.” In this post, we’ll show you the techniques you must know in order to solve these types of problems.

Update: We now have much more interactive ways for you to learn about the foundational concept of Limits, making heavy use of interactive Desmos graphing calculators so you can work with these ideas for yourself, and develop your problem solving skills step-by-step. Please visit our Limits Chapter to really get this material down for yourself.

It’s all free, and waiting for you! (Why? Just because we’re educators who believe you deserve the chance to develop a better understanding of Calculus for yourself, and so we’re aiming to provide that. We hope you’ll take advantage!)

I. The idea of limits, and Substitution (super easy when it works)

You’ve probably already been told something like

$\displaystyle{\lim_{x \to a}f(x)} = L$ means that as x gets closer and closer to a,
the function f approaches L (even if it never equals L).

You’re well on your way to understanding limits if that statement makes sense to you, and you can look at a figure like the one below and immediately see that
$$\lim_{x \to 2}f(x) = 4 $$
because whether we move toward $x=2$ from the left or from the right, we are approaching the height $y = 4$.

In this case, the limit is simply the function’s value at x = 2: $\displaystyle{\lim_{x \to 2}f(x)} = f(2) = 4$.

And in some homework and test questions (if your teacher is feeling nice), to find the limit you just substitute the x-value into the function and find the value at that location. We’ll call this approach Tactic #1: Substitution.

Example 1.
Find $\displaystyle{\lim_{x \to 2}x+2}$.

Solution.
Let’s try just substituting $x=2$ into the expression:
$$\lim_{x \to 2}x+2 = 2 + 2 = 4 \quad \cmark$$

This is the same limit as what’s shown in the graph above: the function graphed is $f(x) = x+2$, and so as we approach $x =2$ from the left or from the right, we are approaching the function’s actual value at $x=2$, which is $y = f(2) = 4$.

In this case, simply substituting the value x = 2 into the function works: you get a number ($f(2) =4$) out, and you’re done. The simple technique of “Substitution” was sufficient.
[End Example 1.]

Example 2.
Find $\displaystyle{\lim_{x \to \pi/2}\sin x}$.

Solution.
Let’s again try Substitution, and set $x = \dfrac{\pi}{2}$:
$$\lim_{x \to \dfrac{\pi}{2}}\sin x = \sin \dfrac{\pi}{2} = 1 \quad \cmark$$

The graph shows $y = \sin x$. As you get closer to $x = \dfrac{\pi}{2}$ from the left or from the right, you are approaching the height y = 1, which is the function’s value at $x = \dfrac{\pi}{2}$. Hence the limit as $x \to \dfrac{\pi}{2}$ of sin x is 1.

Again in this case, Substitution works: you plug in the value $x = \dfrac{\pi}{2}$, and you get a number $\left(f\left(\dfrac{\pi}{2}\right) =1 \right)$ out. You’re done; easy.
[End Example 2.]

Example 3.
Find $\displaystyle{\lim_{x \to 2}\frac{x^2-4}{x-2}}$.

Solution.
Let’s again try Substitution, and plug x = 2 into the function:
$$ \lim_{x \to 2}\frac{x^2-4}{x-2} = \frac{4-4}{2-2} = \frac{0}{0}$$

Uh, oh: $\dfrac{0}{0}$.

That’s a problem. Let’s pause this example for a moment. . .

In nearly all of your homework and test questions, when you try Substitution you’ll obtain 0 divided by 0. You then need another tactic to find the limit.

The wrinkle: We wouldn’t need the concept of the limit if you could always just plug in the number and find the function’s value there. Instead, the truth is that when you try Substitution with nearly all of your homework and test questions, you’ll obtain $\dfrac{0}{0}$,“zero divided by zero.” That result is known as an indeterminate limit, which is a fancy way of saying “not yet known.” It tells you that the actual answer could be anything—you just don’t know yet—and so you have more work to do.

Specifically, the $\dfrac{0}{0}$ result signals that need to use a different method to find the limit. Fortunately, three simple tactics will let you solve most problems. Let’s look at each.

Buy us a coffee We're working to add more,
and would appreciate your help
to keep going! 😊

II. When you get 0 divided by 0, first try factoring

If you try substitution and get $\dfrac{0}{0}$, your next step should be to try Tactic #2: Factor the numerator or denominator if possible. The problematic term will then cancel. Let’s continue Example 3 above to illustrate.

Example 3 (continued).
Find $\displaystyle{\lim_{x \to 2}\frac{x^2-4}{x-2}}$.

Solution.
When we substitute x = 2 into the function, we get $\dfrac{0}{0}$. So let’s factor the numerator and see what happens:

\begin{align*} \lim_{x \to 2}\frac{x^2-4}{x-2} &= \lim_{x \to 2}\frac{(x+2)(x-2)}{x-2} \\[8px] \text{Ah, now we can cancel the } &\text{problematic term:} &\phantom{= \lim_{x \to 2}\frac{(x+2)(x-2)}{x-2}}\\[8px] &= \lim_{x \to 2}\frac{(x+2)\cancel{(x-2)}}{\cancel{x-2}} \\[8px] &= \lim_{x \to 2} \,(x+2) \\[8px] \text{And now easy Substitution }& \text{to finish:} \\[8px] &= 2 + 2 = 4 \quad \cmark \end{align*}

Notice that the function $\dfrac{x^2-4}{x-2}$ simplified to $x+2$ when we factored it. The only difference between the two functions is that $\dfrac{x^2-4}{x-2}$ isn’t defined for $x=2$, since the denominator is zero there, whereas $x+2$ is defined everywhere. To illustrate that $\dfrac{x^2-4}{x-2}$ is undefined at $x=2$, we show a hole in its graph at that point; at every other point, the graph is exactly the same as the top figure above, since that first function was $f(x) = x+2$.
0 Divided by 0: Solve Limit Problems in Calculus, Part 1 (3)
By comparing the two graphs, you can see why the limits are the same: it doesn’t matter that $\dfrac{x^2-4}{x-2}$ isn’t defined at $x=2$. The whole concept of the limit was created for just this situation, so we can imagine getting closer and closer to $x=2$ from the left or from the right without ever fully reaching that point. As we get closer, we’re approaching the height y = 4. And hence $\displaystyle{\lim_{x \to 2}\frac{x^2-4}{x-2}} = \lim_{x \to 2}(x+2) = 4$.
[End Example 3.]

If you’re in a Calculus class, we guarantee that you’ll get many problems that require you to factor the function in order to find the limit. Indeed, every Calculus exam about limits that we’ve seen has had at least one problem where you initially get $\dfrac{0}{0}$ and must factor to obtain the final answer. Open the following box to see more examples.

Open to see more examples of factoring to find the limit.

Each of these problems gives you $\dfrac{0}{0}$ when you try Substitution, so we factor. In each case the problematic term then cancels, and we’re left with a simple substitution-problem:
\begin{align*}
&\underline{\text{Original problem}} &&\Rightarrow \underline{\text{factored}} &&\Rightarrow\underline{\text{after canceling}} &&\Rightarrow\underline{\text{substitute, evaluate}} \\[8px]\text{i.)} &\lim_{x \to -5}\frac{x+5}{x^2 – 25} &&= \lim_{x \to -5}\frac{x+5}{(x-5)(x+5)} &&= \lim_{x \to -5}\frac{1}{x-5} &&= \frac{1}{(-5)-5} = -\frac{1}{10} \quad \cmark \\[12px]\text{ii.)} &\lim_{x \to 2}\frac{x^4 -16}{x-2} &&= \lim_{x \to 2}\frac{(x-2)(x+2)(x^2+4)}{x-2} &&= \lim_{x \to 2}(x+2)(x^2+4) &&= (4)(8) = 32 \quad \cmark \\[12px]\text{iii.)} &\lim_{x \to 1}\frac{x^2 +x-2}{x^2 -3x+2} &&= \lim_{x \to 1}\frac{(x+2)(x-1)}{(x-2)(x-1)} &&= \lim_{x \to 1}\frac{x+2}{x-2} &&= \frac{1+2}{1-2} = -3 \quad \cmark
\end{align*}

[collapse]

These problems are straightforward once you learn to recognize them and know to factor.

If you can, factor.

The upshot: If Substitution yields a result in the form $\dfrac{0}{0}$, the first thing you should try is factoring. If you can factor the numerator and/or the denominator, the problematic term in the denominator will cancel. Guaranteed.

RELATED MATERIAL

  • Our Chapter on Limits (everything you need to know, with interactive components to help you develop a feel for limits)
  • (legacy material)

III. Tactic #3: Use conjugates

If the function has a square root in it and Substitution yields $\dfrac{0}{0}$,0 divided by 0, then multiply the numerator and the denominator by
$$1 = \frac{\text{conjugate of the term (numerator or denominator) with the root}}{\text{conjugate of the term (numerator or denominator) with the root}}$$
As with Factoring, this approach will probably lead to being able to cancel a term. Example 4 illustrates.

Example 4.
Find $\displaystyle{\lim_{x \to 0}\dfrac{\sqrt{x+5} – \sqrt{5}}{x}}$.
Solution.
We first try substitution:
$$\lim_{x \to 0}\frac{\sqrt{x+5} – \sqrt{5}}{x} = \frac{\sqrt{0+5}-\sqrt{5}}{0} = \frac{0}{0}$$
Since the limit is in the form $\dfrac{0}{0}$, it is indeterminate—we don’t yet know what is it. We need to do some work to put it in a form where we can determine the limit.

So let’s get rid of the square roots, using the conjugate just like you practiced in algebra: multiply both the numerator and denominator by the conjugate of the numerator, $\sqrt{x+5} + \sqrt{5}$.
\begin{align*}
\lim_{x \to 0}\dfrac{\sqrt{x+5} – \sqrt{5}}{x} &= \lim_{x \to 0}\dfrac{\sqrt{x+5} – \sqrt{5}}{x} \cdot \dfrac{\sqrt{x+5} + \sqrt{5}}{\sqrt{x+5} + \sqrt{5}} \\ \\
&= \lim_{x \to 0}\dfrac{\sqrt{x+5}\sqrt{x+5} + \sqrt{x+5}\sqrt{5} – \sqrt{5}\sqrt{x+5} -\sqrt{5}\sqrt{5}}{x[\sqrt{x+5} + \sqrt{5}]} \\ \\
&= \lim_{x \to 0}\dfrac{(x+5) – 5}{x[\sqrt{x+5} + \sqrt{5}]} \\ \\
&= \lim_{x \to 0}\dfrac{x}{x[\sqrt{x+5} + \sqrt{5}]} \\ \\
&= \lim_{x \to 0}\dfrac{\cancel{x}}{\cancel{x}[\sqrt{x+5} + \sqrt{5}]} \\ \\
&= \lim_{x \to 0}\dfrac{1}{\sqrt{x+5} + \sqrt{5}} \\ \\
&=\dfrac{1}{\sqrt{0+5} + \sqrt{5}} = \dfrac{1}{2\sqrt{5}} \quad \cmark
\end{align*}
The function we started with, $\dfrac{\sqrt{x+5} – \sqrt{5}}{x}$, and the one we ended up with (after multiplying by the conjugate), $\dfrac{1}{\sqrt{x+5} + \sqrt{5}}$, are the same—except that the first function is undefined at x = 0 (since its denominator is zero there), while the second is not. We’ve shown this in the side-by-side graphs below. Hence their limits are the same as $x \to 0$, and so $\displaystyle{\lim_{x \to 0}\dfrac{\sqrt{x+5} – \sqrt{5}}{x} = \lim_{x \to 0}\dfrac{1}{\sqrt{x+5} + \sqrt{5}} = \dfrac{1}{2\sqrt{5}} }$.


[End Example 4.]

As Example 4 shows, if Substitution gives you $\dfrac{0}{0}$ and the function has square roots, the tactic of multiplying the numerator and the denominator by the conjugate of the square-root part will give you a new function where substitution works. Always.

Open to see another example with square roots.

Example 5.
Find $\displaystyle{\lim_{x \to 9}\dfrac{9-x}{3-\sqrt{x}}}$.
Solution.
We first try Substitution:
$$\lim_{x \to 9}\frac{9-x}{3-\sqrt{x}} = \frac{9-9}{3-\sqrt{9}} = \frac{0}{0} $$
Since the limit is in the form $\dfrac{0}{0}$, it is indeterminate—we don’t yet know what is it. So let’s multiply the numerator and denominator by the conjugate of the denominator, $3+\sqrt{x}$:
\begin{align*}
\lim_{x \to 9}\frac{9-x}{3-\sqrt{x}} &= \lim_{x \to 9}\frac{9-x}{3-\sqrt{x}} \cdot \frac{3+\sqrt{x}}{3+\sqrt{x}} \\[8px]&= \lim_{x \to 9}\frac{(9-x)\left(3+\sqrt{x} \right)}{9 +3 \sqrt{x} -3 \sqrt{x} -x} \\[8px]&= \lim_{x \to 9}\frac{(9-x)\left(3+\sqrt{x} \right)}{9 -x} \\[8px]&= \lim_{x \to 9}\frac{\cancel{(9-x)}\left(3+\sqrt{x} \right)}{\cancel{9-x}} \\[8px]&= \lim_{x \to 9}3+\sqrt{x} \\[8px]&= 3+ \sqrt{9} = 3+3 = 6 \quad \cmark
\end{align*}

[collapse]

The upshot: If you have square roots, multiply the numerator and the denominator by the conjugate of the square-root part.

Buy us a coffee If we've helped, please consider
giving a little something back.
Thank you! 😊

We’ll look at more key tactics for dealing with 0 divided by 0 in our next post, How to Solve Limit Problems in Calculus — Part 2. We’ll introduce a few other limits you must just learn to recognize, too.

Of course you need to practice.

Of course reading through our discussion isn’t enough. Instead, you need to practice—and make some mistakes for yourself—so that this is all routine for you when you take your exam. We have lots of problems for you to try, all with complete solutions a single click away so you can quickly check your work, or get unstuck, with no hassle.

For now, please visit our Forum and let us know:

  • What questions do you have?
  • What did you find helpful about this post? Confusing, or less helpful?
  • How is Calculus going for you so far?
0 Divided by 0: Solve Limit Problems in Calculus, Part 1 (2024)

FAQs

What is the limit of 0 divided by 0? ›

0/0 is undefined. If substituting a value into an expression gives 0/0, there is a chance that the expression has an actual finite value, but it is undefined by this method. We use limits (calculus) to determine this finite value. But we can't just substitute and get an answer.

How do you deal with 0 0 in limits? ›

To take the limit, we first replace all the x values by our a value of 2. The result gives us zero over zero. As we discussed in the previous section, zero over zero is undefined. When we take the limit by approaching 2 from the right and left side, we see what happens.

What is the answer for 0 divided by 0? ›

So zero divided by zero is undefined.

What is 0 over 0 in limits? ›

Well, when you take the limit and arrive at an answer of 0/0, this is actually an INDETERMINANT. An example of an UNDEFINED number would be 1/0 or infinity.

Why can't we solve 0 divided by 0? ›

and so does 0/0 = 2 and 0/0 = 6 and 0/0 = any real number. This is where it breaks down. Because there are so many (in fact, an infinite number) of ways that this division could be converted into a valid multiplication, we can conclude that this division isn't valid or indeterminate, to use the correct terminology).

What is the rule for dividing by zero? ›

Dividing 0 by any number will give us a zero. Zero will never change when you multiply or divide any number by it. For example, a person has zero toffees which are to be divided among 7 ( let's say) children. This means that there is nothing to be shared or distributed among 7 children.

When a limit is divided by 0 does it exist? ›

The answer will be undefined. Finding the limit of an expression that is divided by zero can be either or no limit. For example, you are asked to find the limit of which is approaching .

What is the 0 0 form in limits? ›

In most of the cases, the indeterminate form occurs while taking the ratio of two functions, such that both of the functions approaches zero in the limit. Such cases are called “indeterminate form 0/0”.

How do you solve a number divided by 0? ›

0 Divided by a Number 0a=0 Dividing 0 by any number gives us a zero. Zero will never change when multiplying or dividing any number by it. Finally, probably the most important rule is: a0 is undefined You cannot divide a number by zero!

What do you call dividing by 0? ›

Undefined Indeterminate

What is one divided by zero limits? ›

1/0 is undefined because you cannot divide by zero, but the limit of 1/x as x approaches zero is infinity.

What are the limit laws in calculus? ›

Power law for limits states that the limit of the nth power of a function equals the nth power of the limit of the function. Root law for limits states that the limit of the nth root of a function equals the nth root of the limit of the function.

What is 0 divided by infinity limits? ›

Zero over Infinity

If zero is divided by infinity, the result is 0.

What is the limit of 1 divided by zero? ›

1/0 is undefined because you cannot divide by zero, but the limit of 1/x as x approaches zero is infinity. That means, the closer the denominator gets to zero, the closer 1/x comes to infinity.

What is 0 divided by infinity limit? ›

Zero over Infinity

If zero is divided by infinity, the result is 0.

Is 0 0 is infinity? ›

Uh, 0/0 doesn't equal infinity, it's UNDEFINED because if 0/0 = x, then x times 0 = 0, but that's true with every number. As for 0^0, same thing - anything to the power of 0 is equal to 1. 1^0 is 1.

What is any value divided by 0? ›

0 Divided by a Number 0a=0 Dividing 0 by any number gives us a zero. Zero will never change when multiplying or dividing any number by it. Finally, probably the most important rule is: a0 is undefined You cannot divide a number by zero!

References

Top Articles
Avocado Banana Choc Chip Muffins - Dairy Free- Low Sugar
Cottage Cheese Flatbread (Viral TikTok Recipe)
Brown's Funeral Home Obituaries Lawrenceville Va
What Ever Happened to H.T. Cushman Furniture?
Charli D'Amelio: Wie die junge Amerikannerin TikTok-Sensation wurde
Lvc Final Exam Schedule
Tamilyogi Download 2021
Realidades 2 Capitulo 2B Answers
Pa Pdmp Log In
Ucf Net Price Calculator
Bomei Massage
Shahala Middle School Shahala Middle School Student Handbook
Giantesssave
Cool Math Games Unblocked 76
Green Light Auto Sales Dallas Photos
Best Transmission Service Margate
Elisabeth Fuchs, Conductor : Magazine : salzburg.info
Frontier Channel Lineup Dallas
Mogadore Reservoir Boat Rental Price
Cyclefish 2023
Riverrun Rv Park Middletown Photos
630251.S - CCB-PWRIO-05 - Vision Systems - Vision Systems In-Sight, Cognex - InSight 2800 Series - Accessories Cables / Brackets IS28XX -
Tiffin Ohio Craigslist
Northeastern Nupath
Wirrig Pavilion Seating Chart
Zwei-Faktor-Authentifizierung (2FA) für Ihre HubSpot-Anmeldung einrichten
Winvic First UK Contractor to Use Innovative Technology that Operates Tower Cranes from the Ground
Mega Millions Lottery - Winning Numbers & Results
Are your stomach problems caused by stress? What is ‘leaky gut’, and expert tips to avoid it
Examination Policies: Finals, Midterms, General
Liveops Nation Okta Com Sign In
Mcdonald's Near Me Dine In
Family Leisure Sale
Crimson Draughts.
Keanu Reeves cements his place in action genre with ‘John Wick: Chapter 4’
A-Z List of Common Medical Abbreviations, Acronyms & Definitions
On-Campus Student Employment
Aspect of the Dragons
Riverwood Family Services
Below Her Mouth | Rotten Tomatoes
454 Cubic Inches To Litres
Warrior Badge Ability Wars
Jackandjill Pregnant
Vance Outdoors | Online Shopping for Firearms, Ammunition and Shooting Accessories
80 For Brady Showtimes Near Brenden Theatres Kingman 4
Tamilrockers 2023 Tamil Movies Download Kuttymovies
Craigslist Covington Georgia
Zuercher Portal Inmates Kershaw County
Pinellas Fire Active Calls
Function Calculator - eMathHelp
304-733-7788
Tokyo Spa Memphis Tn Reviews
Latest Posts
Article information

Author: Kelle Weber

Last Updated:

Views: 5731

Rating: 4.2 / 5 (53 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Kelle Weber

Birthday: 2000-08-05

Address: 6796 Juan Square, Markfort, MN 58988

Phone: +8215934114615

Job: Hospitality Director

Hobby: tabletop games, Foreign language learning, Leather crafting, Horseback riding, Swimming, Knapping, Handball

Introduction: My name is Kelle Weber, I am a magnificent, enchanting, fair, joyous, light, determined, joyous person who loves writing and wants to share my knowledge and understanding with you.