← back to MATH 101
Weeks 1–2Stewart §1.4, 1.5, 1.6, 1.8189 min full read
7 concepts31 worked examples36 exercises5 exam-level7 figures
What are you here for?

01Limits: definition, computation, one-sided and infinite limits

Drop a stone from a bridge deck fifty metres above the water. Between the 2nd and the 3rd second it falls exactly $24.5$ m, so over that second it averaged $24.5$ m/s — but a speed gun pointed at it at the single instant $t=2$ would not read $24.5$. Ask what it reads at that instant and the arithmetic collapses: $0$ metres travelled in $0$ seconds, which is not a number.

By the end of this section you can turn that $0/0$ into an exact reading — $19.6$ m/s — and defend every line of the computation the way a grader wants it defended.

In 60 seconds

A limit is the number the outputs of $f$ close in on while $x$ closes in on $a$: try substitution first, and when substitution is illegal, rewrite $f$ until it becomes legal.

$$m=\lim_{h\to 0}\frac{f(a+h)-f(a)}{h}$$

speed at an instant, slope of a curve at one point

Existence test
$$\lim_{x\to a}f(x)=L \iff \lim_{x\to a^{-}}f(x)=\lim_{x\to a^{+}}f(x)=L$$

piecewise formulas, absolute values, anything that changes rule at $a$

Direct substitution property
$$\lim_{x\to a}f(x)=f(a)\quad(f\ \text{continuous at}\ a)$$

always the first attempt; legal for polynomials, and for roots, rationals and trig functions at points of their domain

Squeeze Theorem
$$g\le f\le h,\ \lim_{x\to a}g=\lim_{x\to a}h=L\ \Rightarrow\ \lim_{x\to a}f=L$$

a bounded oscillating factor times something that goes to $0$

Three most common mistakes
  1. Writing $0/0$ as the answer. $0/0$ is not a value, it is the instruction rewrite this expression.

  2. Reporting $\lim_{x\to 0}\frac{1}{x}=\infty$. The left side runs to $-\infty$ and the right side to $+\infty$, so there is no single answer — only two one-sided ones.

  3. Assuming $\lim_{x\to a}f(x)=f(a)$. The limit never looks at $f(a)$; the two agree only when $f$ is continuous at $a$, which is a separate claim you have to check.

Grade weights this term: Midterm 1 28%, Midterm 2 28%, Final 28%, quizzes 10%, homework 6%.

How much time do you have?
10 minutes

The first line of every limit question: substitute, read the form that comes out, and apply the one rewrite that clears most of them.

card, c-limit-laws, formula card
45 minutes

Every type that can be set: the two sided existence test, the sign work at an asymptote, the three part continuity check, and one full ladder from a worked solution to a bare one.

card, c-limit-laws, c-one-sided, c-infinite-limits, c-continuity, faded ladder, formula card
full read

Where the limit came from, why each law is allowed, and enough mixed practice that you pick the method yourself instead of being told it.

hook, prerequisites, c-instantaneous-rate, c-limit-idea, c-one-sided, c-infinite-limits, c-limit-laws, c-squeeze, c-continuity, contrast pairs, faded ladder, exam example, practice A to D
By the end of this section
  1. Convert an average rate over an interval into an instantaneous rate at a point, and say exactly why the one point computation returns $0/0$.

  2. Read a limit off a table or a graph and state what the limit ignores about $f(a)$.

  3. Compute one sided limits of piecewise and absolute value functions and apply the existence test.

  4. Locate vertical asymptotes and give the correct sign of every one sided infinite limit.

  5. Justify each line of a limit computation by naming the limit law or the algebraic rewrite that licenses it.

  6. Bound an oscillating function between two functions with a common limit and finish with the Squeeze Theorem.

  7. Test continuity at a point with the three part definition and use it to license direct substitution.

Syllabus coverage
1.4

The tangent and velocity problems

The falling ball and the slope of a curve at a single point are the whole content of this token, and they are the reason limits exist.

covered
1.5

The limit of a function: informal definition, one sided limits, infinite limits

Split over three blocks: the definition and what it ignores, then the one sided limits and the existence test, then infinite limits and vertical asymptotes.

covered
1.6

Calculating limits using the limit laws, and the Squeeze Theorem

The laws themselves, the $0/0$ repair kit built on top of them, and the Squeeze Theorem in its own block.

covered
1.8

Continuity

The part a limits section needs is here: the three part test at a point and the substitution property it licenses. Classifying discontinuities, continuity of compositions and the Intermediate Value Theorem carry on in the next section.

covered
1.7

The precise (epsilon-delta) definition of a limit

The weekly plan jumps from 1.6 to 1.8, so the epsilon-delta machinery is not something you are responsible for this term. Every computation in this course runs on the informal definition below.

off_syllabus
Recall first
Slope through two points

$m=\dfrac{y_2-y_1}{x_2-x_1}$, and it needs two distinct points.

Every secant slope in the opening problem is this formula with both points sitting on the curve.

The three factoring patterns that do most of the work

$a^2-b^2=(a-b)(a+b)$, $a^3-b^3=(a-b)(a^2+ab+b^2)$, $a^3+b^3=(a+b)(a^2-ab+b^2)$.

A $0/0$ quotient of polynomials always hides the factor $(x-a)$ in both parts; these patterns expose it.

of a root expression

$(\sqrt{u}-v)(\sqrt{u}+v)=u-v^2$ — the root disappears.

It is the only move that turns $\sqrt{x+4}-2$ into something with a visible factor of $x$.

Absolute value is a piecewise formula

$|t|=\begin{cases}t,& t\ge 0\\ -t,& t<0\end{cases}$, so $|x-a|=x-a$ when $x>a$ and $|x-a|=-(x-a)$ when $x<a$.

Every absolute value in this section is unpacked with this before anything is cancelled.

Sine and cosine are trapped between $-1$ and $1$

$-1\le \sin t\le 1$ and $-1\le \cos t\le 1$ for every real $t$, no matter how wild $t$ is.

The Squeeze Theorem needs a bound to start from, and for oscillating factors this is the bound.

Sign of a quotient from the signs of its parts

A fixed nonzero number over a very small positive number is very large positive; over a very small negative number it is very large negative.

This is all the sign reasoning an infinite limit ever needs.

Roots are fractional powers

$\sqrt[n]{x}=x^{1/n}$, $x^{m/n}=\left(x^{1/n}\right)^{m}$, $x^{p}x^{q}=x^{p+q}$, and $(ab)^{1/2}=a^{1/2}b^{1/2}$ when $a,b\ge 0$.

A common factor between $\sqrt{x}$ and $x$ cannot be seen while one is a root and the other a power; several root repairs in this section start by rewriting both as powers.

Try it yourself first (3 questions)
1§01.2 — the value at a point versus the value approached●●○○○

A first year student simplifies $f(x)=\dfrac{x^2-4}{x-2}$ to $x+2$ on the board and then writes $f(2)=4$ underneath. Something in that pair of statements is wrong, and it is worth finding out which part before we build anything on it.

Given
  • $f(x)=\dfrac{x^2-4}{x-2}$, with no extra definition at $x=2$

Find
  1. (a) What are $f(2)$ and $\lim_{x\to 2}f(x)$?

Hint 1/4

Two separate questions are hiding here: what does the formula produce at $x=2$, and what do the outputs do near $x=2$. Answer them one at a time.

Hint 2/4

Substituting $x=a$ into a formula is legal only when the formula is defined there. Cancelling a factor $(x-2)$ changes the domain, so the cancelled version is a different function.

Hint 3/4

Put $x=2$ into the original: numerator $2^2-4=0$, denominator $2-2=0$. Now try neighbours: $f(1.9)=3.9$, $f(1.99)=3.99$, $f(2.01)=4.01$.

Hint 4/4

So $f(2)$ is undefined while the nearby outputs close in on $4$.

Show solution
Test the formula at the point itself
$$f(2)=\frac{2^2-4}{2-2}=\frac{0}{0}$$

division by zero is undefined, so $2$ is simply not in the domain of $f$

Ask what happens next to the point
$$\frac{x^2-4}{x-2}=\frac{(x-2)(x+2)}{x-2}=x+2$$

legal for every $x\neq 2$, and $x\neq 2$ is exactly the regime a limit looks at

$$\lim_{x\to 2}(x+2)=4$$

the cancelled expression is a polynomial, so its nearby values close in on its value at 2

Answer $$\boxed{f(2)\ \text{undefined},\qquad \lim_{x\to 2}f(x)=4}$$
Check

Neighbours confirm it from both sides: $f(1.99)=3.99$ and $f(2.01)=4.01$, and neither side ever reaches 4.

2§01.4 — what the symbol infinity is allowed to mean●●○○○

Calculators plot $y=1/x$ as a curve that shoots up on the right of the origin and plunges on the left. A very common exam answer for the behaviour at $0$ is a single symbol. Pick the honest description.

Given
  • $f(x)=\dfrac{1}{x}$, and $x$ approaching $0$

Find
  1. (a) What is $\lim_{x\to 0}\dfrac{1}{x}$?

Hint 1/4

The two sides of $0$ are different neighbourhoods. Check them separately before answering as if they were one.

Hint 2/4

A two sided limit is allowed to exist only when both one sided behaviours agree.

Hint 3/4

Right side: $f(0.01)=100$, $f(0.001)=1000$, growing without bound. Left side: $f(-0.01)=-100$, $f(-0.001)=-1000$, falling without bound.

Hint 4/4

The sides disagree, so there is no single answer: the limit does not exist, and the honest report is $\lim_{x\to0^{-}}=-\infty$, $\lim_{x\to0^{+}}=+\infty$.

Show solution
Take the sides apart
$$\lim_{x\to 0^{+}}\frac1x=+\infty$$

the numerator is fixed at 1 and the denominator is a shrinking positive number

$$\lim_{x\to 0^{-}}\frac1x=-\infty$$

same size, opposite sign: the denominator is a shrinking negative number

Apply the existence test
$$+\infty\neq-\infty$$

the two one sided behaviours do not agree on anything, not even on a direction

Answer $$\boxed{\lim_{x\to 0}\frac1x\ \text{does not exist}}$$
Check

A sign check settles it without any calculation: $1/x$ is an odd function, so whatever it does on one side of $0$ it does with the opposite sign on the other.

3§01.1 — what an average rate does and does not tell you●○○○○

A drone flies down a straight corridor. Its logger records only two rows: position $0$ m at $t=0$ s and position $32$ m at $t=4$ s. Someone reads those two rows and announces the drone's speed.

Given
  • position 0 m at t = 0 s

  • position 32 m at t = 4 s

  • nothing recorded in between

Find
  1. (a) Which single statement is guaranteed by these two rows?

Hint 1/4

Ask what a two row table can possibly measure: something about the whole interval, or something about one instant inside it?

Hint 2/4

Average velocity over $[t_1,t_2]$ is $\dfrac{s(t_2)-s(t_1)}{t_2-t_1}$, and every quantity computed from two rows is a statement about the interval between them.

Hint 3/4

With the given rows: $\dfrac{32-0}{4-0}=8$ m/s, an interval statement about $[0,4]$.

Hint 4/4

So the only guaranteed claim is that the average over the four seconds was 8 m/s.

Show solution
Compute what the data does support
$$v_{\text{avg}}=\frac{s(4)-s(0)}{4-0}=\frac{32-0}{4}=8\ \text{m/s}$$

the is the only quantity two rows determine

Show the other claims are not forced
$$\text{plan B: hover for 3 s, then cover the 32 m in the last second}$$

a completely different flight producing exactly the same two logged rows

$$\text{during the first 3 s the speed is } 0\ \text{m/s}\neq 8\ \text{m/s}$$

so the two rows cannot possibly decide the speed at an interior instant

Answer $$\boxed{\text{Only the average over }[0,4]\text{ is 8 m/s}}$$
Check

A third itinerary with the same two rows: cover all 32 m in the first second, then stop. The average over $[0,4]$ is still $8$ m/s, and at $t=4$ the drone is not moving at all.

This gap between over an interval and at an instant is the entire reason the next block exists.

Notation
symbolreads asmeanswatch out
$\lim_{x\to a}f(x)=L$

the limit of f of x as x approaches a equals L

the outputs close in on the number L while x closes in on a

It says nothing at all about $f(a)$, and it does not claim that $f(a)$ exists.

$x\to a^{-}$

x approaches a from the left

x is smaller than a and moving towards it

The minus marks a side, not a sign: $x\to 3^{-}$ means values like $2.99$, not $-3$.

$x\to a^{+}$

x approaches a from the right

x is bigger than a and moving towards it

On a piecewise formula this side picks the branch valid for $x>a$, wherever the equality case is parked.

$\lim_{x\to a}f(x)=\infty$

f of x approaches infinity as x approaches a

the outputs pass every bound you name

$\infty$ is not a number, so this is a description of how the limit fails, not a value you may do arithmetic with.

$DNE$

does not exist

no single number describes the approach

An infinite limit is a DNE case too — writing $\infty$ just says more about the failure.

$\vert x\vert$

the absolute value of x

the distance from x to 0

Never cancel it against $x$: it is a piecewise formula, so unpack it before cancelling.

$\tfrac{0}{0}$

zero over zero, an

substitution failed and the expression must be rewritten

It is a diagnosis, never an answer, and it does not mean the limit fails to exist.

$f(a)$ vs $\lim_{x\to a}f(x)$

the value at a, versus the value approached at a

two independent numbers

They coincide exactly when $f$ is continuous at $a$; assuming it in advance is the most expensive habit in this chapter.

Conventions used here
Classifying a break at a point that is not in the domain.

When $a$ is not in the domain of $f$ we still classify the break at $a$ — removable, jump or infinite — and that is what a question asking you to classify the discontinuities wants. The sentence $f$ is continuous at every point of its domain stays true at the same time, and it is the sentence to write when the question asks whether $f$ is continuous. So $1/x$ has an infinite discontinuity at $0$ and is also continuous on its domain; both are correct, and they answer different questions.

Two readings of the word discontinuous are in circulation. Mixing them inside one script is what attaches a wrong sentence to a correct calculation, so this page classifies breaks everywhere and never uses an undefined point as evidence that a function is badly behaved.

Reporting an infinite limit rather than DNE.

An infinite limit is one particular way of failing to exist. When both sides run off the same way we write $+\infty$ or $-\infty$, because that says more than DNE does. When the two sides run to opposite infinities we write DNE and then give the two one sided answers separately.

Both conventions are standard, and switching between them inside one question is what loses the marks that the sign discussion carries.

Near a excludes a; open and closed intervals.

The phrase for all $x$ near $a$ means: for all $x$ in some open interval around $a$, with the single point $a$ itself removed. Open intervals $(c,d)$ leave their endpoints out, closed intervals $[c,d]$ include them.

Every cancellation on this page is legal only because the point $a$ is excluded, so the exclusion is part of the rule and not a detail.

Radians, and the falling body model.

Every angle is measured in radians unless a degree sign is printed. The falling body used in the examples is $s(t)=4.9t^{2}$: metres fallen $t$ seconds after release from rest, with $g=9.8$ m/s$^2$ and air resistance ignored, so every rate read off it is in metres per second.

The verification step in those examples is a units and magnitude check, which only works if the model is fixed once and not changed half way through.

1.1From a rate over an interval to a rate at an instant

Converts an average rate over $[a,a+h]$ into speed or slope at the single instant $a$ by letting $h\to 0$.

What we have so far: the slope of a line through two points, and the average speed over a time interval. Both need two moments, and the question in front of us has only one.

Solvable with what we have
  • Average speed over $[2,3]$: $\dfrac{44.1-19.6}{3-2}=24.5$ m/s.

  • Average speed over $[2,2.1]$: $\dfrac{21.609-19.6}{0.1}=20.09$ m/s.

  • The slope through any two points of $s=4.9t^{2}$.

Not solvable yet
  • The speed at the single instant $t=2$.

  • The slope of $s=4.9t^{2}$ at the single point $(2,19.6)$.

  • Anything at all once the two points collapse into one.

Shrink the interval until it is no interval at all — both endpoints at $t=2$:

$$\frac{s(2)-s(2)}{2-2}=\frac{19.6-19.6}{0}=\frac{0}{0}.$$

The short intervals gave $24.5$, then $20.09$, then $19.649$. The instant itself gives nothing.

Why it fails

The formula needs two distinct points; collapsing them makes distance and elapsed time both exactly $0$, and $0/0$ is no number — every $c$ satisfies $c\cdot 0=0$. So we stop trying to reach the instant and watch where the numbers head as we approach it.

DefinitionDefinition 1.1: Instantaneous rate of change and the slope of a curve
Conditions
  • $f$ is defined on an open interval around $a$

  • the quotient is formed only for $h\neq 0$ (equivalently $x\neq a$)

  • the numbers it produces close in on one value as the second point slides in

  • State the box in the direction the exams read it as well. Any limit of the shape $\lim_{x\to a}\frac{F(x)-F(a)}{x-a}$, however disguised, is $F'(a)$, so a trigonometric $0/0$ such as $\lim_{x\to\pi/2}\frac{\pi-2x}{\cos x}$ or $\lim_{x\to 1/2}\frac{2x-1}{\cos\pi x}$ can be finished by recognising the difference quotient of a function whose derivative is already known, with no identity work at all.

$$\boxed{\;m=\lim_{x\to a}\frac{f(x)-f(a)}{x-a}=\lim_{h\to 0}\frac{f(a+h)-f(a)}{h}\;}$$

Take the average rate between $a$ and a nearby point, then ask what number those averages close in on as the nearby point slides into $a$. That number, if it exists, is the rate at $a$.

Looks like this, but is not

This is a tangent: the line $y=2x-1$ meets $y=x^{2}$ at $(1,1)$ and has exactly the slope the secants close in on.

This looks like a definition of tangent but is not: the line touching the curve at exactly one point. The vertical line $x=1$ meets $y=x^{2}$ once and is tangent to nothing; the tangent to $y=x^{3}$ at the origin is $y=0$, which cuts through the curve. Counting intersections decides nothing.

h (s)intervalaverage speed = 19.6 + 4.9h

1

[2, 3]

24.5

0.5

[2, 2.5]

22.05

0.1

[2, 2.1]

20.09

0.01

[2, 2.01]

19.649

-0.01

[1.99, 2]

19.551

-0.1

[1.9, 2]

19.11

From above the numbers fall towards 19.6, from below they rise towards it, and neither side ever produces it. It is not a row of the table; it is what the rows are aiming at.

Speed of the dropped ball at exactly t = 2 s

A ball is dropped and falls $s(t)=4.9t^{2}$ metres in $t$ seconds. Find its speed at the instant $t=2$.

Given
  • $s(t)=4.9t^{2}$ (metres, seconds)

  • the instant $a=2$

Find

The instantaneous speed at t = 2, in m/s.

Solution
Build the average speed over a step of size h
$$\frac{s(2+h)-s(2)}{h}=\frac{4.9(2+h)^2-4.9\cdot 2^2}{h}$$

we are not allowed to use one point, so we keep a second point at distance h and stay with two points as long as possible

$$=\frac{4.9\left(4+4h+h^{2}\right)-19.6}{h}=\frac{19.6h+4.9h^{2}}{h}$$

expanding first is what makes the $19.6$ cancel; without expanding, the $h$ in the denominator has nothing to cancel against

$$=19.6+4.9h\qquad (h\neq 0)$$

cancelling $h$ is legal because $h\neq 0$ throughout — and that restriction is exactly the regime a limit looks at

Let the step shrink
$$\lim_{h\to 0}\left(19.6+4.9h\right)=19.6$$

the repaired expression is a polynomial in $h$, so the nearby values close in on its value at $h=0$

Answer $$\boxed{v(2)=19.6\ \text{m/s}}$$
Check

Compare with the table: from above 19.649, from below 19.551, and 19.6 sits between every such pair — the two sides trap it.

The algebra was three lines, and all three existed for one purpose: to make the h in the denominator cancel before the step is allowed to vanish.

This closes the question the section opened with. The average over the second was 24.5 m/s, the radar reading at the instant is 19.6 m/s, and the gap between them is the whole reason limits were invented.

Slope of the curve y = 1/x at the point (2, 0.5)

Find the slope of $y=\dfrac{1}{x}$ at $x=2$.

Given
  • $f(x)=1/x$

  • $a=2$

Find

The slope of the at x = 2.

Solution
Form the difference quotient and clear the small fractions
$$\frac{f(2+h)-f(2)}{h}=\frac{\frac{1}{2+h}-\frac{1}{2}}{h}$$

same recipe as before; the only new difficulty is that the numerator is a difference of fractions

$$\frac{1}{2+h}-\frac{1}{2}=\frac{2-(2+h)}{2(2+h)}=\frac{-h}{2(2+h)}$$

a common denominator turns the numerator into something with a visible factor $h$, which is what has to cancel

$$\frac{-h}{2(2+h)}\cdot\frac{1}{h}=\frac{-1}{2(2+h)}\qquad (h\neq 0)$$

dividing by h is the same as multiplying by 1/h, and now the cancellation is available

Shrink the step
$$\lim_{h\to 0}\frac{-1}{2(2+h)}=\frac{-1}{4}$$

substitution is legal in the repaired expression: its denominator tends to $4\neq 0$

Answer $$\boxed{m=-\tfrac14}$$
Check

Sign and size both check out: $1/x$ is decreasing, so a negative slope was the only possibility, and the same computation at $x=1$ gives $-1$, a steeper fall — which is what the graph shows.

Checkpoint
§01.1 — average rate over a shrinking interval●○○○○

Stay with the falling ball for thirty seconds. We showed that the average speed over the interval from 2 to 2 + h is exactly 19.6 + 4.9h m/s, with no approximation anywhere in that formula.

Given
  • average speed over $[2,2+h]$ equals $19.6+4.9h$

  • $h=0.5$

Find
  1. (a) What is the average speed over $[2,2.5]$, and is it larger or smaller than the instantaneous 19.6 m/s? One line for why.

Hint 1/4

You are not being asked for a limit here — only for one value of a formula you already have.

Hint 2/4

The average speed over $[2,2+h]$ is $19.6+4.9h$.

Hint 3/4

Here the step is $h=0.5$, so substitute it into $19.6+4.9h$.

Hint 4/4

The average is $22.05$ m/s, larger than $19.6$ m/s.

Show solution
Substitute
$$19.6+4.9(0.5)=19.6+2.45=22.05$$

the formula is exact, so no approximation enters

$$22.05>19.6$$

the extra 2.45 m/s is the acceleration collected over the half second

Answer $$\boxed{22.05\ \text{m/s},\ \text{larger}}$$
Check

Direct check without the formula: $s(2.5)-s(2)=30.625-19.6=11.025$ m in $0.5$ s, and $11.025/0.5=22.05$ m/s.

⚠ Calling the average over a tiny interval the speed at the instant

the numbers get so close that the difference looks like rounding, and a calculator encourages it

wrong$$v(2)\stackrel{?}{=}\frac{s(2.01)-s(2)}{0.01}=19.649$$
right$$v(2)=\lim_{h\to 0}\left(19.6+4.9h\right)=19.6$$
⚠ Cancelling h before it is allowed, or setting h = 0 too early

the h in the denominator is annoying and the temptation is to remove it by substituting rather than by algebra

wrong$$\frac{s(2+0)-s(2)}{0}=\frac{0}{0}=1$$
right$$\frac{s(2+h)-s(2)}{h}=19.6+4.9h\ \ (h\neq 0),\quad\text{then let }h\to 0$$
232040t (s)s (m)h = 1slope = 19.6 + 4.9h = 24.5 m/sdrag h towards 0and the orange lineturns into the tangent

Drag the step h and watch the secant slope 19.6 + 4.9h; the line stops moving long before h reaches 0.

1.2What a limit is, and what it refuses to look at

Says a limit reports where neighbouring outputs head, never $f(a)$ itself; use it when reading limits off a graph or table.

Here is what we were left with: the number 19.6 was never one of the values we computed — it was the value they were all heading for. That idea now needs a name, a notation and a definition.

DefinitionDefinition 1.2: The limit of a function
Conditions
  • $f$ is defined on an open interval around $a$, except possibly at $a$ itself

  • the same value is approached however $x$ closes in on $a$

  • Add what the existence of a limit forces, not only what it refuses to look at: if $\lim_{x\to a}f(x)$ is a finite number, then $f$ is bounded on some punctured interval around $a$; the converse fails, and $\sin(1/x)$ at $0$ is the counterexample. Add also the domain check that precedes everything: the definition needs $f$ to be defined on a punctured interval around $a$, or on the relevant side for a one sided limit, so when no such interval exists there is no limit to discuss, which is a different verdict from DNE.

$$\boxed{\;\lim_{x\to a}f(x)=L\;}$$

The outputs $f(x)$ can be brought as close to $L$ as anyone demands, by taking $x$ close enough to $a$ — but never equal to $a$.

Looks like this, but is not

This is what a limit is: for $g(x)=\dfrac{x^{2}-9}{x-3}$ the outputs near $3$ close in on $6$, so $\lim_{x\to 3}g(x)=6$.

This looks like the same statement but is not: the limit is just $f(a)$ written slowly. Take $u(x)=x+1$ for every $x\neq 1$ and $u(1)=7$. Then $\lim_{x\to 1}u(x)=2$ while $u(1)=7$. The limit is computed from the neighbours only, and a single stubborn value at the point cannot outvote them.

xvalueside

0.1

0.248457

right

0.01

0.249844

right

0.001

0.249984

right

-0.001

0.250016

left

-0.01

0.250156

left

-0.1

0.251582

left

Both sides are closing in on 0.25, which is strong evidence and not a proof — a table shows finitely many neighbours and a limit is a claim about all of them.

Reading the limit of (√(x+4) − 2)/x at 0 from a table

Estimate $$\displaystyle\lim_{x\to 0}\frac{\sqrt{x+4}-2}{x}$$ numerically, and say precisely what the estimate is worth.

Given
  • $f(x)=\dfrac{\sqrt{x+4}-2}{x}$

  • the table of values above

Find

A candidate value for the limit, and an honest statement of how strong the evidence is.

Solution
Check that the point itself is closed to us
$$f(0)=\frac{\sqrt{4}-2}{0}=\frac{0}{0}$$

substitution fails, so $f$ has no value at $0$ and the neighbours are all we have

Read the neighbours from both sides
$$f(0.001)=0.249984,\qquad f(-0.001)=0.250016$$

the two sides straddle a value instead of drifting apart

$$0.249984<0.25<0.250016$$

the candidate is trapped between the two sides, which is what a limit looks like numerically

Answer $$\boxed{\lim_{x\to 0}\frac{\sqrt{x+4}-2}{x}\ \text{appears to be}\ \tfrac14}$$
Check

An independent check that does not use the table: if the limit is $\tfrac14$ then $\sqrt{x+4}\approx 2+\tfrac{x}{4}$ for small $x$, and squaring that gives $4+x+\tfrac{x^{2}}{16}$, which is $x+4$ up to a term of size $x^{2}/16$ — far smaller than $x$.

A table can only ever say appears to be. The algebra that turns this into an equality is two blocks away, and it will return exactly 1/4.

Checkpoint
§01.2 — reading a limit and a value off the same graph●○○○○

A graph is drawn on the board. Near $x=2$ the curve rises smoothly towards height 5 from the left and comes down to height 5 from the right, but at $x=2$ itself there is an open circle at height 5 and a filled dot at height 1.

Given
  • open circle at (2, 5)

  • filled dot at (2, 1)

  • the curve approaches height 5 from both sides

Find
  1. (a) State $\lim_{x\to 2}f(x)$ and $f(2)$.

Hint 1/4

Two different questions are being asked about the same picture: what do the neighbours do, and what is drawn at the point.

Hint 2/4

The limit is decided by the approach from both sides; the value is decided by the filled dot.

Hint 3/4

Here both sides approach height 5, and the filled dot sits at height 1.

Hint 4/4

So $\lim_{x\to 2}f(x)=5$ while $f(2)=1$.

Show solution
Take the two questions apart
$$\lim_{x\to 2^{-}}f(x)=\lim_{x\to 2^{+}}f(x)=5$$

both sides approach the same height, so the limit exists and equals it

$$f(2)=1$$

the filled dot is the value; the open circle marks a height that is approached but not attained

Answer $$\boxed{\lim_{x\to 2}f(x)=5,\quad f(2)=1}$$
Check

Consistency check: an open circle and a filled dot in the same vertical line is precisely how a graph draws a function whose limit and value disagree, so the two answers must differ.

⚠ Trusting a table of values

a table that repeats the same number four times feels conclusive, and nothing on the screen warns you otherwise

wrong$$f(x)=\sin\!\frac{\pi}{x}:\ f(1)=f(0.5)=f(0.1)=f(0.01)=0\ \Rightarrow\ \lim_{x\to 0}f(x)\stackrel{?}{=}0$$
right$$f\!\left(\tfrac{2}{5}\right)=1,\quad f\!\left(\tfrac{2}{7}\right)=-1\ \Rightarrow\ \lim_{x\to 0}\sin\!\frac{\pi}{x}\ \text{does not exist}$$
⚠ Reading the limit off f(a)

for every function met before this chapter the two really were the same number, so the habit is invisible

wrong$$\lim_{x\to 1}u(x)\stackrel{?}{=}u(1)=7$$
right$$\lim_{x\to 1}u(x)=2\quad\text{while}\quad u(1)=7$$

1.3One sided limits and the existence test

A two sided limit exists only when both sides agree; the first check for piecewise formulas, absolute values, and jumps.

In every example so far the two sides agreed, and we never had to say so out loud. Now we meet the functions where they do not, and the agreement becomes a condition to be checked.

TheoremTheorem 1.3: Existence test for a two sided limit
Conditions
  • both one sided limits are computed at the same point $a$

  • both are finite numbers

  • Drop the requirement that both one sided limits be finite and cover the cases the papers actually print. If one side is finite and the other is $\pm\infty$, or the two sides run to opposite infinities, there is no two sided limit and the answer is the two one sided statements written out. If $f$ is defined on only one side of $a$, only that side is asked for. If $f$ is defined on neither side of $a$, the limit question is void rather than false, and saying so is the answer.

$$\boxed{\;\lim_{x\to a}f(x)=L\iff \lim_{x\to a^{-}}f(x)=L\ \text{ and }\ \lim_{x\to a^{+}}f(x)=L\;}$$

A two sided limit exists exactly when both one sided limits exist and are the same number; if either fails, or they differ, there is no two sided limit.

Looks like this, but is not

The limit exists here: $f(x)=\begin{cases}2x,& x<1\\ x+1,& x\ge 1\end{cases}$ has $\lim_{x\to1^{-}}f=2$ and $\lim_{x\to 1^{+}}f=2$, so $\lim_{x\to 1}f(x)=2$.

This looks like the same situation and is not: $g(x)=\begin{cases}x^{2}+1,& x<1\\ 4-x,& x\ge 1\end{cases}$. Both branches are polynomials, $g(1)=3$ is perfectly well defined, and still $\lim_{x\to 1}g(x)$ does not exist — because $2\neq 3$. Niceness of the pieces is not the criterion; agreement at the joint is.

The two sides of a piecewise function at its joint

For $g(x)=\begin{cases}x^{2}+1,& x<1\\ 4-x,& x\ge 1\end{cases}$ find $\lim_{x\to 1^{-}}g(x)$, $\lim_{x\to 1^{+}}g(x)$ and decide whether $\lim_{x\to 1}g(x)$ exists.

Given
  • $g(x)=x^{2}+1$ for $x<1$

  • $g(x)=4-x$ for $x\ge 1$

Find

Both one sided limits at 1, and the two sided limit if it exists.

Solution
Pick the branch by the side, not by the equals sign
$$\lim_{x\to 1^{-}}g(x)=\lim_{x\to 1^{-}}\left(x^{2}+1\right)=2$$

approaching from the left means $x<1$, and that is the branch valid there — where the case $x=1$ is parked is irrelevant

$$\lim_{x\to 1^{+}}g(x)=\lim_{x\to 1^{+}}\left(4-x\right)=3$$

approaching from the right means $x>1$, which is inside the second branch

Apply the existence test
$$2\neq 3$$

the test asks for equality of the two sides, and it is not met

Answer $$\boxed{\lim_{x\to 1^{-}}g=2,\quad \lim_{x\to1^{+}}g=3,\quad \lim_{x\to 1}g\ \text{does not exist}}$$
Check

Numbers either side confirm the gap rather than a rounding artefact: $g(0.999)=1.998001$ and $g(1.001)=2.999$, a difference of about 1 that does not shrink as we get closer.

Why |x| / x has no limit at 0

Find $$\displaystyle\lim_{x\to 0^{+}}\frac{|x|}{x}$$ and $$\displaystyle\lim_{x\to 0^{-}}\frac{|x|}{x}$$, then decide the two sided limit.

Given
  • $f(x)=\dfrac{|x|}{x}$, defined for $x\neq 0$

Find

Both one sided limits at 0 and the two sided verdict.

Solution
Unpack the absolute value on each side separately
$$x>0:\quad |x|=x\ \Rightarrow\ \frac{|x|}{x}=\frac{x}{x}=1$$

an absolute value cannot be cancelled until the sign of what is inside it is known, and the side tells us that sign

$$x<0:\quad |x|=-x\ \Rightarrow\ \frac{|x|}{x}=\frac{-x}{x}=-1$$

on the left the inside is negative, so the unpacking carries a minus sign

Take the two limits and compare
$$\lim_{x\to 0^{+}}\frac{|x|}{x}=1,\qquad \lim_{x\to 0^{-}}\frac{|x|}{x}=-1$$

each side is constant, so each one sided limit is that constant

Answer $$\boxed{\lim_{x\to 0}\frac{|x|}{x}\ \text{does not exist}}$$
Check

The function only ever takes the two values $\pm 1$ and takes both in every interval around $0$, so no single number can be approached — this argument never divides by anything.

Choosing the constant c that makes the limit exist

For which value of $c$ does $$\displaystyle\lim_{x\to 2}f(x)$$ exist, where $f(x)=\begin{cases}x^{2}+c,& x<2\\ 3x-c,& x\ge 2\end{cases}$? What is the limit then?

Given
  • $f(x)=x^{2}+c$ for $x<2$

  • $f(x)=3x-c$ for $x\ge 2$

Find

The value of c that makes the two sided limit exist, and the limit.

Solution
Write both sides in terms of c
$$\lim_{x\to 2^{-}}f(x)=2^{2}+c=4+c$$

left side, so the first branch; c is a constant and rides along untouched

$$\lim_{x\to 2^{+}}f(x)=3\cdot 2-c=6-c$$

right side, so the second branch

Impose the existence test and solve
$$4+c=6-c$$

the test is an equation, not an inequality: this is the only demand existence makes

$$2c=2\ \Rightarrow\ c=1$$

solving for c rather than for x, because c is the unknown being designed

Report the limit
$$\lim_{x\to 2}f(x)=4+c=5$$

either side may be used once they are equal, which is a free consistency check

Answer $$\boxed{c=1,\qquad \lim_{x\to 2}f(x)=5}$$
Check

Substituting $c=1$ into the other branch: $6-c=6-1=5$, the same number the left branch gave. Had the two disagreed, the value of $c$ would have been wrong.

Notice what the exam version of this question is really testing: not algebra, but whether you know that existence is an equation between two sides.

Checkpoint
§01.3 — one sided limits with an absolute value in the denominator●●○○○

Absolute values are the cheapest way for an exam to hide a one sided problem inside something that looks two sided. Thirty seconds on this one, and unpack the absolute value before doing anything else.

Given
  • $h(x)=\dfrac{x^{2}-4}{|x-2|}$

Find
  1. (a) Find $\lim_{x\to 2^{+}}h(x)$ and $\lim_{x\to 2^{-}}h(x)$, then say whether $\lim_{x\to 2}h(x)$ exists.

Hint 1/4

The two sides of 2 make the inside of the absolute value have different signs, so they are two different problems.

Hint 2/4

$|x-2|=x-2$ when $x>2$ and $|x-2|=-(x-2)$ when $x<2$; also $x^{2}-4=(x-2)(x+2)$.

Hint 3/4

On the right: $\dfrac{(x-2)(x+2)}{x-2}=x+2$. On the left: $\dfrac{(x-2)(x+2)}{-(x-2)}=-(x+2)$.

Hint 4/4

So the right limit is $4$, the left limit is $-4$, and the two sided limit does not exist.

Show solution
Factor once, then unpack the absolute value per side
$$x^{2}-4=(x-2)(x+2)$$

the factor (x − 2) is what the denominator will cancel against

$$x>2:\ h(x)=\frac{(x-2)(x+2)}{x-2}=x+2\ \to\ 4$$

on the right the inside of the absolute value is positive

$$x<2:\ h(x)=\frac{(x-2)(x+2)}{-(x-2)}=-(x+2)\ \to\ -4$$

on the left it is negative, so unpacking costs a minus sign

Answer $$\boxed{4\ \text{and}\ -4;\ \text{no two sided limit}}$$
Check

Test values, not the same algebra: $h(2.01)=\frac{0.0401}{0.01}=4.01$ and $h(1.99)=\frac{-0.0399}{0.01}=-3.99$.

⚠ Choosing the branch by where the equals sign is parked

the case $x\ge a$ contains the point $a$ itself, so it feels like the branch that owns the point owns the limit too

wrong$$\lim_{x\to 1^{-}}g(x)\stackrel{?}{=}4-1=3\quad(\text{used the } x\ge 1 \text{ branch})$$
right$$\lim_{x\to 1^{-}}g(x)=1^{2}+1=2\quad(\text{the branch valid for } x<1)$$
⚠ Cancelling an absolute value as if it were the plain expression

the bars look decorative next to a factor that is visibly the same

wrong$$\frac{x^{2}-4}{|x-2|}=x+2\ \text{for all}\ x\neq 2$$
right$$\frac{x^{2}-4}{|x-2|}=\begin{cases}x+2,& x>2\\ -(x+2),& x<2\end{cases}$$

1.4Infinite limits and vertical asymptotes

Handles nonzero over zero: the values blow up, so report a signed infinity per side and mark the vertical asymptote.

The last block had a limit fail because the two sides disagreed about which number to approach. Now we meet the other failure: outputs that do not approach any number at all.

DefinitionDefinition 1.4: Infinite limit and vertical asymptote
Conditions
  • $f$ is defined on both sides of $a$ (or on one side, for a one sided statement), except possibly at $a$

  • the outputs pass every bound, rather than settling near one

  • Widen the trigger beyond "a nonzero number over zero". A $0/0$ form can also end at $\pm\infty$ once the vanishing factor cancels only partly, as in $\lim_{x\to 2^{+}}\frac{\sqrt{x-2}}{\sqrt{x}-\sqrt{2}}=\lim_{x\to 2^{+}}\frac{\sqrt{x}+\sqrt{2}}{\sqrt{x-2}}=+\infty$, and the sign work then runs on a surviving root or fractional power rather than on a linear factor, so only the side on which that root is defined can be asked for.

$$\boxed{\;\lim_{x\to a}f(x)=\infty\ \text{ means the values of }f\text{ exceed every }M>0\text{ for }x\text{ close enough to }a,\ x\neq a\;}$$

Name any height you like, however large, and the graph is above it for every $x$ near enough to $a$. If this happens on either side, the line $x=a$ is a vertical asymptote of the graph.

Looks like this, but is not

This is a vertical asymptote: in $\dfrac{x^{2}-1}{x^{2}-x-2}$ the denominator vanishes at $x=2$ while the numerator equals $3$ there, so the quotient blows up.

This looks like one and is not: the same denominator also vanishes at $x=-1$. But so does the numerator, and $\dfrac{x^{2}-1}{x^{2}-x-2}=\dfrac{(x-1)(x+1)}{(x-2)(x+1)}=\dfrac{x-1}{x-2}$ for $x\neq -1$, whose limit at $-1$ is $\dfrac{-2}{-3}=\dfrac{2}{3}$. A zero denominator is a reason to look, never a conclusion: check the numerator first.

The two sides of (x + 1)/(x − 5) at x = 5

Find $$\displaystyle\lim_{x\to 5^{+}}\frac{x+1}{x-5}$$ and $$\displaystyle\lim_{x\to 5^{-}}\frac{x+1}{x-5}$$, and state what happens two sidedly.

Given
  • $f(x)=\dfrac{x+1}{x-5}$

Find

Both one sided limits at 5 and the two sided verdict.

Solution
Check the numerator before anything else
$$\text{at }x=5:\quad x+1=6\neq 0,\quad x-5=0$$

a nonzero over a vanishing quantity cannot be repaired by algebra, so this is a blow up and not a $0/0$

Take the sign of the denominator on each side
$$x\to 5^{+}:\ x-5\to 0^{+}\ \Rightarrow\ \frac{6}{\text{small}>0}\to +\infty$$

on the right of 5 the denominator is a small positive number

$$x\to 5^{-}:\ x-5\to 0^{-}\ \Rightarrow\ \frac{6}{\text{small}<0}\to -\infty$$

on the left it is a small negative number, and the numerator stays near 6

Answer $$\boxed{\lim_{x\to 5^{+}}=+\infty,\quad \lim_{x\to 5^{-}}=-\infty,\quad \lim_{x\to 5}\ \text{does not exist}}$$
Check

Two test values, chosen on opposite sides: $f(5.001)=\frac{6.001}{0.001}=6001$ and $f(4.999)=\frac{5.999}{-0.001}=-5999$.

No algebra was performed at all. The whole problem was a sign question, decided by the side.

Where does (x² − 1)/(x² − x − 2) actually blow up?

Find every vertical asymptote of $f(x)=\dfrac{x^{2}-1}{x^{2}-x-2}$ and describe the behaviour on both sides of each one.

Given
  • $f(x)=\dfrac{x^{2}-1}{x^{2}-x-2}$

Find

All vertical asymptotes, with the one sided behaviour at each, and an account of any point that is not one.

Solution
Factor both parts before deciding anything
$$\frac{x^{2}-1}{x^{2}-x-2}=\frac{(x-1)(x+1)}{(x-2)(x+1)}$$

both zeros of the denominator are now visible, and so is the shared factor

$$=\frac{x-1}{x-2}\qquad (x\neq -1)$$

the shared factor cancels for $x\neq -1$, which is exactly where a limit at $-1$ lives

Classify each candidate
$$x=-1:\quad \lim_{x\to -1}\frac{x-1}{x-2}=\frac{-2}{-3}=\frac{2}{3}$$

the shared factor made this a hole, not an asymptote — the graph has a missing point at height 2/3

$$x=2:\quad \text{numerator}\to 1\neq 0,\ \text{denominator}\to 0$$

nothing cancels here, so this one is a genuine blow up

Get the signs at the surviving asymptote
$$x\to 2^{+}:\ \frac{1}{0^{+}}\to +\infty$$

just to the right of 2 the factor x − 2 is small and positive

$$x\to 2^{-}:\ \frac{1}{0^{-}}\to -\infty$$

just to the left it is small and negative, while the numerator stays near 1

Answer $$\boxed{x=2\ \text{is the only vertical asymptote};\ \ x=-1\ \text{is a hole at height }\tfrac23}$$
Check

Test both claims numerically: $f(-1.001)=0.66678\ldots$ stays near $2/3$, while $f(2.001)\approx 1001$ and $f(1.999)\approx -999$.

Two zeros of the denominator, two completely different verdicts. Factoring first is what separated them, and it costs one line.

Two infinities colliding at an asymptote: 1/(x − 3)³ − 2/(x² − 9) at x = 3

Find both one sided limits of $$\displaystyle\frac{1}{(x-3)^{3}}-\frac{2}{x^{2}-9}$$ at $x=3$, and say whether $x=3$ is a vertical asymptote.

Given
  • $\dfrac{1}{(x-3)^{3}}-\dfrac{2}{x^{2}-9}$

  • $x^{2}-9=(x-3)(x+3)$

Find

Both one sided limits, and the verdict on the asymptote.

Solution

Each term can be signed on its own in one line, which is the trap: on the right both are $+\infty$, and no rule gives their difference a value. The cheap route is unavailable, so the fraction has to be assembled first.

Refuse to sign the difference term by term
$$x\to 3^{+}:\quad \frac{1}{(x-3)^{3}}\to+\infty,\qquad \frac{2}{x^{2}-9}\to+\infty$$

the form is $\infty-\infty$; the rules that add a finite limit to an infinite one say nothing about it, and guessing $0$ is the standard way the mark goes

Put it over one denominator
$$x^{2}-9=(x-3)(x+3)\ \Longrightarrow\ \text{common denominator}\ (x-3)^{3}(x+3)$$

factoring first shows both denominators are powers of the same vanishing factor, so the lcd is the higher power, not the product

$$\frac{1}{(x-3)^{3}}-\frac{2}{(x-3)(x+3)}=\frac{(x+3)-2(x-3)^{2}}{(x-3)^{3}(x+3)}$$

one fraction is what the sign recipe can read; a difference of two is not

Now the sign recipe applies
$$\text{numerator at }x=3:\ 6-0=6\neq 0$$

this check separates a genuine asymptote from a hidden $0/0$; a vanishing numerator would have meant the infinities really cancelled

$$x+3\to 6>0\ \Longrightarrow\ \operatorname{sign}\ \text{of denominator}=\operatorname{sign}\ (x-3)^{3}$$

only the vanishing factor decides the sign; the rest is evaluated

An odd power keeps the sign of its base
$$x\to 3^{+}:\ (x-3)^{3}>0\ \Longrightarrow\ \frac{6}{0^{+}}\to+\infty$$

a positive number cubed stays positive

$$x\to 3^{-}:\ (x-3)^{3}<0\ \Longrightarrow\ \frac{6}{0^{-}}\to-\infty$$

an odd power carries the sign of its base, unlike $(x-3)^{2}$, which is positive on both sides; this is where the two sided answer is decided

$$\lim_{x\to 3}\ \text{does not exist},\qquad x=3\ \text{is a vertical asymptote}$$

the existence test fails because the sides disagree, but one infinite side already gives the asymptote, so the two verdicts are independent

Answer $$\boxed{\lim_{x\to 3^{+}}=+\infty,\quad \lim_{x\to 3^{-}}=-\infty,\quad x=3\ \text{is a vertical asymptote}}$$
Check

At $x=3.01$ the difference is $1000000-33.278=999966.7$ and at $x=2.99$ it is $-999966.6$; the combined fraction returns the same two numbers, so the algebra did not change the function. Sign check without arithmetic: the expression flips sign across $3$, which an even power could never produce.

Two moves, in this order: combine, then sign. The first is forced because $\infty-\infty$ has no value; the second because only the vanishing factor and its parity decide what comes out.

Checkpoint
§01.4 — sign of an infinite limit with a squared factor●●○○○

One quick sign question. The squared factor in the denominator is the entire point: squares cannot change sign, however you approach them.

Given
  • $f(x)=\dfrac{x}{(x-3)^{2}}$

Find
  1. (a) What is $\lim_{x\to 3}\dfrac{x}{(x-3)^{2}}$?

Hint 1/4

First decide whether this is a repairable form or a blow up; then, if it blows up, the only remaining question is the sign.

Hint 2/4

A nonzero numerator over a vanishing denominator blows up, and the sign is the sign of the denominator near $a$.

Hint 3/4

Numerator $\to 3>0$; denominator $(x-3)^{2}>0$ for every $x\neq 3$, from either side.

Hint 4/4

So both sides give $+\infty$, and the two sided statement $\lim_{x\to 3}f(x)=+\infty$ is legitimate.

Show solution
Classify, then sign
$$x\to 3:\ \text{numerator}\to 3\neq 0,\ (x-3)^{2}\to 0$$

not an indeterminate form, so no algebra will repair it

$$(x-3)^{2}>0\ \text{on both sides}$$

a square is never negative, so the sign is the same from the left and from the right

$$\Rightarrow \lim_{x\to 3}\frac{x}{(x-3)^{2}}=+\infty$$

both sides exceed every bound, so the two sided infinite statement is honest

Answer $$\boxed{+\infty}$$
Check

$f(3.01)=\frac{3.01}{0.0001}=30100$ and $f(2.99)=\frac{2.99}{0.0001}=29900$ — both enormous and both positive.

⚠ Reporting an infinity when the two sides disagree

the graph clearly runs off the page, and only the direction is being forgotten

wrong$$\lim_{x\to 0}\frac{1}{x}\stackrel{?}{=}\infty$$
right$$\lim_{x\to 0^{-}}\frac{1}{x}=-\infty,\quad \lim_{x\to 0^{+}}\frac{1}{x}=+\infty,\quad \lim_{x\to 0}\frac1x\ \text{does not exist}$$
⚠ Treating every zero of the denominator as a vertical asymptote

asymptotes are taught as denominator zeros and the numerator is never looked at

wrong$$x=-1\ \text{is an asymptote of}\ \frac{x^{2}-1}{x^{2}-x-2}$$
right$$\frac{x^{2}-1}{x^{2}-x-2}=\frac{x-1}{x-2}\ (x\neq-1)\ \Rightarrow\ \lim_{x\to-1}=\tfrac23,\ \text{a hole}$$

1.5The limit laws, and what 0/0 is really telling you

Lets you split a limit across sums, products, quotients and roots; when substitution returns $0/0$, rewrite the expression instead.

Tables gave us numbers we believed and pictures gave us numbers we could see. Neither is an argument, and an exam asks for an argument — so we need rules that turn limits into ordinary arithmetic.

RuleRule 1.5: The limit laws
Conditions
  • $\lim_{x\to a}f(x)=L$ and $\lim_{x\to a}g(x)=M$ both exist and are finite

  • for the quotient law, $M\neq 0$

  • for the root law, $\sqrt[n]{L}$ has to be a real number

  • Add the infinite cases as a further line of the same box, since the conditions above admit only finite limits: if $\lim f=L$ is finite and $\lim g=\pm\infty$, then $f+g\to\pm\infty$ and $f/g\to 0$, and if in addition $L\neq 0$ then $fg\to\pm\infty$ carrying the sign of $L$. State the exclusions in the same breath: $0\cdot\infty$, $\infty-\infty$ and $\infty/\infty$ are not covered by any law and must be rewritten first, usually by pulling out the dominant factor.

$$\boxed{\begin{aligned}\lim_{x\to a}\bigl[f(x)\pm g(x)\bigr]&=L\pm M\\\lim_{x\to a}\bigl[c\,f(x)\bigr]&=cL\\\lim_{x\to a}\bigl[f(x)\,g(x)\bigr]&=LM\\\lim_{x\to a}\frac{f(x)}{g(x)}&=\frac{L}{M}\quad (M\neq 0)\\\lim_{x\to a}\bigl[f(x)\bigr]^{n}&=L^{n}\\\lim_{x\to a}\sqrt[n]{f(x)}&=\sqrt[n]{L}\\\lim_{x\to a}c&=c\quad\text{and}\quad \lim_{x\to a}x=a\end{aligned}}$$

If both pieces settle down, then a sum settles on the sum, a product on the product, a power on the power, and a quotient on the quotient — provided the bottom does not settle on zero. The last two lines are the starting stock: a constant approaches itself, and $x$ approaches $a$.

Looks like this, but is not

The laws work forwards: if $\lim_{x\to 0}f=3$ and $\lim_{x\to 0}g=-2$ then $\lim_{x\to 0}(f+g)=1$, with no further checking.

They do not work backwards: take $f(x)=\dfrac1x$ and $g(x)=-\dfrac1x$. Then $f(x)+g(x)=0$ for every $x\neq 0$, so $\lim_{x\to 0}(f+g)=0$ exists — while neither $\lim_{x\to 0}f$ nor $\lim_{x\to 0}g$ exists. The hypothesis of the law is that the pieces have limits; a limit of the combination is no evidence for that.

Limit of 3x² − 5x + 4 at x = 2, with every law named

Compute $$\displaystyle\lim_{x\to 2}\left(3x^{2}-5x+4\right)$$ and name the law used at each step.

Given
  • $p(x)=3x^{2}-5x+4$

  • $a=2$

Find

The limit, with a justification for each line.

Solution
Break the polynomial into pieces the laws can handle
$$\lim_{x\to 2}\left(3x^{2}-5x+4\right)=\lim_{x\to 2}3x^{2}-\lim_{x\to 2}5x+\lim_{x\to 2}4$$

sum and difference law, applied twice; it is legal only because each piece turns out to have a limit, which the next lines show

$$=3\lim_{x\to 2}x^{2}-5\lim_{x\to 2}x+4$$

constant multiple law on the first two, and the constant law on the third

$$=3\left(\lim_{x\to 2}x\right)^{2}-5\lim_{x\to 2}x+4$$

power law, which is what lets an exponent come outside the limit

Use the two starting facts
$$=3(2)^{2}-5(2)+4=12-10+4=6$$

$\lim_{x\to 2}x=2$, so everything collapses to arithmetic

Answer $$\boxed{6}$$
Check

Independent check by a neighbour rather than by the same laws: $p(2.001)=3(4.004001)-10.005+4=6.007$, which is $6$ to three decimals.

Every polynomial goes exactly this way, which is why nobody writes these lines again after this example: for a polynomial, the limit is the value.

Factor and cancel: (x² − 9)/(x² − 2x − 3) at x = 3

Compute $$\displaystyle\lim_{x\to 3}\frac{x^{2}-9}{x^{2}-2x-3}$$.

Given
  • $f(x)=\dfrac{x^{2}-9}{x^{2}-2x-3}$

Find

The limit at 3.

Solution
Diagnose the form
$$x=3:\ \frac{9-9}{9-6-3}=\frac{0}{0}$$

substitution is illegal here, and the form tells us which repair to reach for

Factor, then cancel the shared factor
$$\frac{x^{2}-9}{x^{2}-2x-3}=\frac{(x-3)(x+3)}{(x-3)(x+1)}$$

both parts vanish at 3, so both contain $(x-3)$ — that is what $0/0$ guarantees for polynomials

$$=\frac{x+3}{x+1}\qquad(x\neq 3)$$

cancelling is legal away from 3, and a limit at 3 only ever looks at $x\neq 3$

Substitute in the repaired expression
$$\lim_{x\to 3}\frac{x+3}{x+1}=\frac{6}{4}=\frac{3}{2}$$

the quotient law now applies because the denominator tends to $4\neq 0$

Answer $$\boxed{\tfrac32}$$
Check

A neighbour of 3 in the original expression: at $x=2.99$ it gives $\frac{8.9401-9}{8.9401-5.98-3}=\frac{-0.0599}{-0.0399}=1.5013$.

Rationalize: (√(x+4) − 2)/x at x = 0

Compute $$\displaystyle\lim_{x\to 0}\frac{\sqrt{x+4}-2}{x}$$ exactly, and compare with the numerical estimate made earlier.

Given
  • $f(x)=\dfrac{\sqrt{x+4}-2}{x}$

  • the earlier table suggested 0.25

Find

The exact value of the limit.

Solution
Diagnose and choose the repair
$$x=0:\ \frac{\sqrt{4}-2}{0}=\frac{0}{0}$$

again illegal, and this time the obstruction is a root, not a factor

Multiply by the conjugate
$$\frac{\sqrt{x+4}-2}{x}\cdot\frac{\sqrt{x+4}+2}{\sqrt{x+4}+2}=\frac{(x+4)-4}{x\left(\sqrt{x+4}+2\right)}$$

we multiply by 1 in the shape that kills the root: $(\sqrt{u}-v)(\sqrt{u}+v)=u-v^{2}$

$$=\frac{x}{x\left(\sqrt{x+4}+2\right)}=\frac{1}{\sqrt{x+4}+2}\qquad(x\neq 0)$$

the factor $x$ that blocked us is now visible in the numerator and cancels

Substitute
$$\lim_{x\to 0}\frac{1}{\sqrt{x+4}+2}=\frac{1}{2+2}=\frac14$$

root law then quotient law: the denominator tends to $4\neq 0$

Answer $$\boxed{\tfrac14}$$
Check

This is exactly what the table was heading for: 0.249984 from the right and 0.250016 from the left, with 1/4 = 0.25 between them.

The conjugate did the same job as factoring: it produced the blocking factor x explicitly so that it could cancel.

Combine the fractions first: (1/x − 1/3)/(x − 3) at x = 3

Compute $$\displaystyle\lim_{x\to 3}\frac{\frac{1}{x}-\frac{1}{3}}{x-3}$$.

Given
  • $f(x)=\dfrac{\frac1x-\frac13}{x-3}$

Find

The limit at 3.

Solution
Diagnose
$$x=3:\ \frac{\frac13-\frac13}{0}=\frac{0}{0}$$

the same indeterminate form wearing a different costume: a fraction inside a fraction

Combine the small fractions, then divide
$$\frac1x-\frac13=\frac{3-x}{3x}$$

a common denominator is what makes the vanishing factor visible; here it appears as 3 − x

$$\frac{3-x}{3x}\cdot\frac{1}{x-3}=\frac{-(x-3)}{3x(x-3)}$$

we rewrite $3-x$ as $-(x-3)$ on purpose, so that the factor matches the one in the denominator

$$=\frac{-1}{3x}\qquad (x\neq 3)$$

now the shared factor cancels

Substitute
$$\lim_{x\to 3}\frac{-1}{3x}=\frac{-1}{9}$$

denominator tends to $9\neq 0$, so the quotient law applies

Answer $$\boxed{-\tfrac19}$$
Check

Neighbour check in the original expression: at $x=3.01$, $\frac{1/3.01-1/3}{0.01}=\frac{-0.001107}{0.01}=-0.1107$, close to $-1/9=-0.1111$.

Sum to product when the cosine factor dies too: (1 − sin(π/2x))/(x − 1)² at x = 1

Compute $$\displaystyle\lim_{x\to 1}\frac{1-\sin\frac{\pi}{2x}}{(x-1)^{2}}$$ using the identity for $\sin a-\sin b$. This is a week 1 question, so no l'Hopital: the whole answer has to come from identities and the limit laws.

Given
  • $\dfrac{1-\sin\frac{\pi}{2x}}{(x-1)^{2}}$

  • $\sin a-\sin b=2\cos\frac{a+b}{2}\sin\frac{a-b}{2}$

Find

The limit at $1$, exactly.

Solution

The statement is built so that the half sum lands exactly on $\pi/2$ and the denominator is squared, which is the only configuration in which the note's instruction to finish the cosine factor by substitution actually fails.

Diagnose, and turn the constant into a sine value
$$x=1:\quad \frac{1-\sin\frac{\pi}{2}}{(1-1)^{2}}=\frac{1-1}{0}=\frac{0}{0}$$

substitution is the cheapest test: it either finishes the problem or names the repair. Here nothing factors, no root to rationalise, no stacked fraction, so the repair has to be trigonometric

$$1=\sin\frac{\pi}{2}\ \Longrightarrow\ 1-\sin\frac{\pi}{2x}=\sin\frac{\pi}{2}-\sin\frac{\pi}{2x}$$

the identity only accepts a difference of two sines, so a constant $\pm 1$ has to be read as a sine value before anything can be applied; the order chosen here fixes the sign once, instead of leaving it to be repaired at the end

$$a=\frac{\pi}{2},\qquad b=\frac{\pi}{2x}$$

naming $a$ and $b$ explicitly is what keeps the two half angles from being written the wrong way round, which is the usual way this identity is lost

Run sum to product and read both factors
$$\frac{a+b}{2}=\frac{\pi(x+1)}{4x},\qquad \frac{a-b}{2}=\frac{\pi(x-1)}{4x}$$

compute the two half angles before substituting them in; the second one already displays the factor $x-1$ that the squared denominator is waiting for, which is the sign that this identity is the right tool

$$1-\sin\frac{\pi}{2x}=2\cos\frac{\pi(x+1)}{4x}\,\sin\frac{\pi(x-1)}{4x}$$

sum to product, which is the one rewrite that converts a difference of sines into a product; a product is what the limit laws can take apart, a difference of sines is not

Refuse to substitute into the cosine factor, and convert it instead
$$\cos\frac{\pi(x+1)}{4x}\ \xrightarrow[\,x\to 1\,]{}\ \cos\frac{\pi}{2}=0$$

always evaluate a factor before relying on it: the half sum lands exactly on $\pi/2$, so the cosine vanishes too, and closing with its value would hand back $\frac{0}{0}$ over the squared denominator

$$\frac{\pi(x+1)}{4x}=\frac{\pi}{2}-\frac{\pi(x-1)}{4x}$$

combining the fractions shows that the cosine's argument is $\pi/2$ minus exactly the quantity the sine factor already carries; this is the structure that a substitution close throws away

$$t=\frac{\pi(x-1)}{4x}\ \Longrightarrow\ \cos\left(\frac{\pi}{2}-t\right)=\sin t$$

the co-function identity turns the second vanishing factor into a sine of the same small angle, so both first order zeros become visible and countable, and two of them are precisely what the second order zero $(x-1)^{2}$ needs to be matched by

$$1-\sin\frac{\pi}{2x}=2\sin^{2}t,\qquad t=\frac{\pi(x-1)}{4x}$$

the numerator is now a single square, which also proves it is nonnegative near $x=1$ and so buys a free sign check on the final answer

Force the standard limit, then split
$$\frac{1-\sin\frac{\pi}{2x}}{(x-1)^{2}}=2\left(\frac{\sin t}{t}\right)^{2}\left(\frac{t}{x-1}\right)^{2}$$

$\frac{\sin t}{t}\to 1$ fires only when the denominator is literally the argument of the sine, so manufacture that denominator and pay for it with the compensating factor; the rewrite is an identity for $x\neq 1$ near $1$, where $t\neq 0$

$$\frac{t}{x-1}=\frac{\pi}{4x}\ \xrightarrow[\,x\to 1\,]{}\ \frac{\pi}{4}$$

this factor is a rational function, continuous and nonzero at $1$, so it is the factor that substitution was always meant for; the cosine factor never was

$$t\to 0\ \text{and}\ t\neq 0\ \text{on a punctured neighbourhood}\ \Longrightarrow\ \frac{\sin t}{t}\to 1$$

the standard limit is a statement about whatever quantity tends to $0$, not about $x$; both hypotheses have to be named, because a vanishing but sometimes zero substitution would break the composition

$$\lim_{x\to 1}\frac{1-\sin\frac{\pi}{2x}}{(x-1)^{2}}=2\cdot 1^{2}\cdot\left(\frac{\pi}{4}\right)^{2}=\frac{\pi^{2}}{8}$$

product and power laws, used only now that every factor separately has been shown to have a limit, which is the hypothesis those laws need

Answer $$\boxed{\dfrac{\pi^{2}}{8}}$$
Check

Numerically the quotient is $1.23124$ at $x=1.001$ and $1.23617$ at $x=0.999$, and these bracket $\pi^{2}/8=1.23370$. Independent route with a different identity: put $w=\frac{\pi}{2}-\frac{\pi}{2x}=\frac{\pi(x-1)}{2x}$, so the numerator is $1-\cos w=2\sin^{2}\frac{w}{2}$ and $\frac{w}{x-1}\to\frac{\pi}{2}$, giving $\frac12\left(\frac{\pi}{2}\right)^{2}=\frac{\pi^{2}}{8}$ again. The answer is positive, as the squared numerator forces.

A vanishing factor may hide inside the factor you were planning to finish by substitution. Evaluate every factor before you rely on it, and when a cosine lands on an odd multiple of $\pi/2$, the co-function identity converts it into a sine of the same small angle instead of throwing the zero away.

Cube root against square root: (∛(2x) − √x)/(x − 4) at x = 4

Compute $$\displaystyle\lim_{x\to 4}\frac{\sqrt[3]{2x}-\sqrt{x}}{x-4}$$ with the identity $a^{3}-b^{3}=(a-b)\left(a^{2}+ab+b^{2}\right)$, and state at each step why the move is legal. No l'Hopital.

Given
  • $\dfrac{\sqrt[3]{2x}-\sqrt{x}}{x-4}$

  • $a^{3}-b^{3}=(a-b)\left(a^{2}+ab+b^{2}\right)$

Find

The limit at $4$, exactly.

Solution

Pairing $\sqrt[3]{2x}$ with $\sqrt{x}$ makes the two roots agree at the point while resisting every single conjugate, so the cubic identity must be run with $b=\sqrt{x}$, and since $b^{3}=x\sqrt{x}$ is still irrational the work does not stop there.

Diagnose, and see why one conjugate cannot do it
$$x=4:\quad \sqrt[3]{2\cdot 4}-\sqrt{4}=2-2=0,\qquad x-4=0$$

substitution first; the $0/0$ that comes back is the informative failure, since it says numerator and denominator share a vanishing factor that algebra can expose, rather than that the limit is absent

$$\left(\sqrt[3]{2x}-\sqrt{x}\right)\left(\sqrt[3]{2x}+\sqrt{x}\right)=\sqrt[3]{4x^{2}}-x$$

the reflex conjugate is tried and rejected in one line: squaring clears only the square root and leaves a cube root standing, so no single multiplication rationalises both radicals and the index of the harder root has to dictate the identity

$$a=\sqrt[3]{2x},\qquad b=\sqrt{x},\qquad a^{3}=2x,\qquad b^{3}=x\sqrt{x}$$

cubing is the exponent that kills a cube root, so take the whole $\sqrt{x}$ into the identity as $b$ instead of hunting for a constant; note in advance that $b^{3}$ stays irrational, which is what makes this different from the textbook case $b=1$

Apply the cubic identity with b = √x
$$a^{2}+ab+b^{2}=\sqrt[3]{4x^{2}}+\sqrt{x}\,\sqrt[3]{2x}+x>0\quad\text{for }x>0$$

check the second factor is nonzero before dividing by it; all three terms are positive for $x>0$, which licenses both the multiplication now and the quotient law later

$$\sqrt[3]{2x}-\sqrt{x}=\frac{a^{3}-b^{3}}{a^{2}+ab+b^{2}}=\frac{2x-x\sqrt{x}}{\sqrt[3]{4x^{2}}+\sqrt{x}\,\sqrt[3]{2x}+x}$$

multiplying and dividing by $a^{2}+ab+b^{2}$ is the cube root analogue of rationalising: it pushes the difference of radicals up into $a^{3}-b^{3}$, where the cube root has disappeared entirely

$$a^{3}-b^{3}=2x-x\sqrt{x}=-x\left(\sqrt{x}-2\right)$$

factor out $x$ and look at what is left: because $b$ was $\sqrt{x}$ and not a constant, $a^{3}-b^{3}$ is not a polynomial, so the identity has not finished the job, it has downgraded it to a plain root minus a constant

Clear the surviving root, then cancel
$$\left(\sqrt{x}-2\right)\left(\sqrt{x}+2\right)=x-4\ \Longrightarrow\ \sqrt{x}-2=\frac{x-4}{\sqrt{x}+2}$$

the leftover has exactly the shape the ordinary conjugate does clear, and it manufactures the very factor $x-4$ the denominator is built from; $\sqrt{x}+2\to 4\neq 0$, so the rewrite is valid throughout a neighbourhood of $4$

$$\frac{\sqrt[3]{2x}-\sqrt{x}}{x-4}=\frac{-x\,(x-4)}{(x-4)\left(\sqrt{x}+2\right)\left(\sqrt[3]{4x^{2}}+\sqrt{x}\,\sqrt[3]{2x}+x\right)}$$

assemble the two repairs; the common factor promised by the $0/0$ is now written on both levels, which is the point at which the diagnosis is confirmed rather than assumed

$$=\frac{-x}{\left(\sqrt{x}+2\right)\left(\sqrt[3]{4x^{2}}+\sqrt{x}\,\sqrt[3]{2x}+x\right)},\qquad x\neq 4$$

cancelling is legal because a limit inspects only a punctured neighbourhood, where $x-4\neq 0$; the two expressions disagree at $x=4$ alone, and that single point is invisible to the limit

Substitute, now that substitution is licensed
$$\sqrt{x}+2\to 4,\qquad \sqrt[3]{4x^{2}}+\sqrt{x}\,\sqrt[3]{2x}+x\to 4+4+4=12$$

root, product and sum laws in turn; the root law needs the inside to have a limit and, for the even root, to be nonnegative, which holds since $x\to 4>0$

$$\lim_{x\to 4}\frac{\sqrt[3]{2x}-\sqrt{x}}{x-4}=\frac{-4}{4\cdot 12}=-\frac{1}{12}$$

quotient law, whose single hypothesis is satisfied because the denominator's limit $48$ is nonzero; without that check the whole chain would be unjustified

Answer $$\boxed{-\dfrac{1}{12}}$$
Check

Numerically the quotient is $-0.0833316$ at $x=4.001$ and $-0.0833351$ at $x=3.999$, against $-1/12=-0.0833333$. Sign check by hand: at $x=4.01$, $\sqrt[3]{8.02}=2.00166$ while $\sqrt{4.01}=2.00250$, so the numerator is negative and the denominator positive, matching a negative answer. From week 3 there is a second check: the quotient is the difference quotient of $f(x)=\sqrt[3]{2x}-\sqrt{x}$ at $4$, and $f'(4)=\frac{2}{3}\cdot 8^{-2/3}-\frac12\cdot 4^{-1/2}=\frac16-\frac14=-\frac{1}{12}$.

When two roots of different index meet, one identity is rarely enough: the cubic identity demotes the problem to a plain root minus a constant, and the ordinary conjugate finishes it. Expect two repairs, not one.

Taking a fractional power out of a root: √(√x − x)/√(1 − x) at x = 1

Compute $$\displaystyle\lim_{x\to 1}\frac{\sqrt{\sqrt{x}-x}}{\sqrt{1-x}}$$ or explain why it does not exist. No l'Hopital, and the answer has to be exact.

Given
  • $\dfrac{\sqrt{\sqrt{x}-x}}{\sqrt{1-x}}$

  • $(ab)^{1/2}=a^{1/2}b^{1/2}$ when $a\ge 0$ and $b\ge 0$

Find

The limit at $1$, and the side it can be approached from.

Solution

There is no difference of two roots to conjugate here. The blocked move sits one level earlier: $\sqrt{x}-x$ is a difference while the roots stay roots, and a product as soon as both are powers of $x$.

Let the domain choose the side
$$\sqrt{x}-x=x^{1/2}-x\ge 0\iff x^{1/2}\ge x\iff 0\le x\le 1$$

an even root refuses negative inputs, so the domain settles which side is even askable before any algebra starts

$$1-x>0\iff x<1\ \Longrightarrow\ \text{the expression lives on }(0,1)$$

the denominator excludes $1$ and everything above it

$$\lim_{x\to 1}\ \text{here means}\ \lim_{x\to 1^{-}}$$

at a point the function reaches from one side only, that side is the whole question; answering DNE would answer a different one

Pull the power out of the root
$$x^{1/2}-x=x^{1/2}\left(1-x^{1/2}\right)$$

the common factor stays invisible while the same quantity is written once as a root and once as a power

$$\sqrt{x^{1/2}\left(1-x^{1/2}\right)}=x^{1/4}\left(1-x^{1/2}\right)^{1/2}\qquad(0<x<1)$$

$\left(x^{1/2}\right)^{1/2}=x^{1/4}$, and splitting a root needs both factors nonnegative, which is what the interval was checked for

Manufacture the factor the denominator carries
$$\left(1-x^{1/2}\right)\left(1+x^{1/2}\right)=1-x\ \Longrightarrow\ 1-x^{1/2}=\frac{1-x}{1+x^{1/2}}$$

the conjugate is used here not to delete a root but to produce $1-x$, the quantity the denominator is built from

$$\frac{\sqrt{\sqrt x-x}}{\sqrt{1-x}}=\frac{x^{1/4}(1-x)^{1/2}}{\left(1+x^{1/2}\right)^{1/2}(1-x)^{1/2}}=\frac{x^{1/4}}{\left(1+x^{1/2}\right)^{1/2}}$$

both sides vanish at the same half order, so matching orders cancels them; hunting for another conjugate never would

Substitute, now that nothing vanishes
$$\lim_{x\to 1^{-}}\frac{x^{1/4}}{\left(1+x^{1/2}\right)^{1/2}}=\frac{1}{2^{1/2}}=\frac{\sqrt{2}}{2}$$

the surviving denominator tends to $\sqrt2\neq 0$, so the quotient and root laws finally apply

Answer $$\boxed{\dfrac{\sqrt{2}}{2}}$$
Check

At $x=0.999$ the quotient is $0.0223578/0.0316228=0.70701$ and at $x=0.99$ it is $0.70622$, closing on $\sqrt2/2=0.70711$. Order check: the numerator behaves like $\sqrt{(1-x)/2}$ and the denominator like $\sqrt{1-x}$, so a finite nonzero answer is the only possibility.

At infinity this move is routine, $\sqrt{ax^{2}+bx}=|x|\sqrt{a+b/x}$. At a finite point it is the same rule with fractional exponents; the only extra cost is signing each factor first.

One substitution for two different roots: (√x − 8)/(∛x − 4) at x = 64

Compute $$\displaystyle\lim_{x\to 64}\frac{\sqrt{x}-8}{\sqrt[3]{x}-4}.$$

Given
  • $\dfrac{\sqrt{x}-8}{\sqrt[3]{x}-4}$

  • $64^{1/6}=2$

Find

The limit at $64$.

Solution

A conjugate clears one index and leaves the other standing, so it would take two repairs. Writing $x$ as a power of one new variable clears both at once.

Read the exponents and choose n
$$x=64:\quad \frac{8-8}{4-4}=\frac{0}{0}$$

substitution first, because the form it returns names the repair

$$\tfrac12,\ \tfrac13\ \Longrightarrow\ n=\operatorname{lcm}(2,3)=6,\qquad u=x^{1/6}$$

the lcm of the denominators is the smallest exponent making every root an integer power; the product $6$ happens to agree here, but in general it only inflates the degree

Translate the point as well as the expression
$$x=u^{6},\qquad \sqrt{x}=u^{3},\qquad \sqrt[3]{x}=u^{2}$$

integer powers are what factoring needs

$$x\to 64\iff u\to 64^{1/6}=2\qquad (x>0)$$

$x\mapsto x^{1/6}$ is continuous and strictly increasing on $x>0$, so the two approaches are one; leaving the point behind is how this substitution is usually lost

Solve the polynomial problem
$$\frac{u^{3}-8}{u^{2}-4}=\frac{(u-2)\left(u^{2}+2u+4\right)}{(u-2)(u+2)}$$

both parts vanish at $u=2$, so $u-2$ divides each, and the cube and square identities expose it

$$=\frac{u^{2}+2u+4}{u+2}\qquad(u\neq 2)$$

cancelling is legal on a punctured neighbourhood, which is all a limit inspects

$$\lim_{u\to 2}\frac{u^{2}+2u+4}{u+2}=\frac{12}{4}=3$$

denominator tends to $4\neq0$; report the number, not an expression in $u$

Answer $$\boxed{3}$$
Check

At $x=64.1$ the original quotient is $0.0062475/0.0020832=2.9990$, and at $x=63.9$ it is $2.9990$ as well. Independent route from week 3: the quotient is $\frac{f(x)-f(64)}{g(x)-g(64)}$ with $f=\sqrt{x}$ and $g=\sqrt[3]{x}$, so the limit is $f'(64)/g'(64)=\frac{1/16}{1/48}=3$.

Two different indices are what make the substitution worth its cost; against one square root the conjugate is shorter. The same rule returns later in the course for integrals whose integrand is rational in $\sqrt{x}$ and $\sqrt[3]{x}$.

A sine whose argument is a reciprocal: sin(2π/x)/(x² − 4) at x = 2

Compute $$\displaystyle\lim_{x\to 2}\frac{\sin\frac{2\pi}{x}}{x^{2}-4}.$$

Given
  • $\dfrac{\sin\frac{2\pi}{x}}{x^{2}-4}$

  • $\sin(\pi-t)=\sin t$

Find

The limit at $2$.

Solution

The reflex substitution $t=x-2$ is the wrong one here: it moves the point but not the argument, and $\frac{2\pi}{x}$ still tends to $\pi$ rather than to $0$. The substitution has to go on the quantity that is actually small.

Find the quantity that actually tends to zero
$$x=2:\quad \frac{\sin\pi}{4-4}=\frac{0}{0}$$

the numerator vanishes because the argument lands on $\pi$, not on $0$, and that distinction decides the whole solution

$$t=\pi-\frac{2\pi}{x}=\frac{\pi(x-2)}{x}\ \longrightarrow\ 0,\qquad t\neq 0\ \text{for}\ x\neq 2$$

the standard limit is about whatever quantity tends to $0$; writing $t$ with the factor $x-2$ showing is what the next step will divide by

Reduce the sine across π
$$\frac{2\pi}{x}=\pi-t\ \Longrightarrow\ \sin\frac{2\pi}{x}=\sin(\pi-t)=\sin t$$

the reduction identity converts an argument sitting at $\pi$ into a sine of a small angle; a sine keeps its sign across $\pi$, a cosine would not

Force the standard limit, then split
$$\frac{\sin t}{x^{2}-4}=\frac{\sin t}{t}\cdot\frac{t}{(x-2)(x+2)}$$

$\frac{\sin t}{t}\to 1$ fires only when the denominator is literally the argument, so manufacture it and pay with the compensating factor

$$\frac{t}{(x-2)(x+2)}=\frac{\pi(x-2)}{x(x-2)(x+2)}=\frac{\pi}{x(x+2)}$$

the factor $x-2$ carried by $t$ is exactly the one the factored denominator offers

$$\lim_{x\to 2}\frac{\sin t}{t}\cdot\frac{\pi}{x(x+2)}=1\cdot\frac{\pi}{8}$$

the product law waits until both factors separately have limits; the second is a rational function, continuous and nonzero at $2$

Answer $$\boxed{\dfrac{\pi}{8}}$$
Check

At $x=2.001$ the quotient is $0.0015701/0.004001=0.39243$ and at $x=1.999$ it is $-0.0015715/(-0.003999)=0.39297$, bracketing $\pi/8=0.39270$. From week 3 there is a second route: with $f=\sin\frac{2\pi}{x}$ and $g=x^{2}-4$ the quotient is $\frac{f(x)-f(2)}{g(x)-g(2)}$, and $f'(2)/g'(2)=\frac{\pi/2}{4}=\frac{\pi}{8}$.

Read the argument before the point. If it tends to a multiple of $\pi$ instead of to $0$, substitute on the argument and let a reduction identity bring it back to a small angle; $t=x-a$ is only the case where the argument is $x$ itself.

Factoring out a fractional power: (x² − 2x − 8)/(x^(4/3) − 4x^(1/3))

Compute $$\displaystyle\lim_{x\to 4}\frac{x^{2}-2x-8}{x^{4/3}-4x^{1/3}}$$ and give the answer as a single radical.

Given
  • $\dfrac{x^{2}-2x-8}{x^{4/3}-4x^{1/3}}$

  • $x^{p}x^{q}=x^{p+q}$ and $4^{1/3}=2^{2/3}$

Find

The limit at $4$, exactly.

Solution

Both exponents sit over $3$: one index, so $u=x^{1/3}$ buys nothing that factoring $x^{1/3}$ out does not.

Split the larger exponent so the common power shows
$$x=4:\quad \frac{16-8-8}{4^{4/3}-4\cdot 4^{1/3}}=\frac{0}{0}$$

substitution first: $0/0$ says a factor vanishes on both levels, so there is something to cancel

$$x^{4/3}=x^{1/3}\,x$$

write the larger exponent as the smaller one times a plain power, the split $x^{3/4}=x^{1/4}x^{1/2}$ of the formula card

$$x^{4/3}-4x^{1/3}=x^{1/3}\left(x-4\right)$$

with the shared power outside, the vanishing factor is an ordinary $x-4$; before that split, nothing looks factorable

Factor the polynomial half at the same root
$$x^{2}-2x-8=(x-4)(x+2)$$

$x=4$ is the root the $0/0$ promised, so $x-4$ is the factor to pull out

Cancel, then substitute
$$\frac{(x-4)(x+2)}{x^{1/3}(x-4)}=\frac{x+2}{x^{1/3}},\qquad x\neq 4$$

cancelling is legal on a punctured neighbourhood, the only place a limit looks

$$\lim_{x\to 4}\frac{x+2}{x^{1/3}}=\frac{6}{4^{1/3}}$$

the quotient law now has its one hypothesis: $x^{1/3}\to 4^{1/3}\neq 0$

Collect the fractional powers into one surd
$$\frac{6}{4^{1/3}}=6\cdot 2^{-2/3}$$

$4^{1/3}=\left(2^{2}\right)^{1/3}=2^{2/3}$; moving to base $2$ is what makes the powers add

$$6\cdot 2^{-2/3}=3\cdot 2^{1}\cdot 2^{-2/3}=3\cdot 2^{1/3}$$

$2^{1}2^{-2/3}=2^{1/3}$; $6/4^{1/3}$ is exact but not yet a single radical

Answer $$\boxed{3\sqrt[3]{2}}$$
Check

Numerically the quotient is $3.78291$ at $x=4.01$ and $3.77661$ at $x=3.99$, bracketing $3\sqrt[3]{2}=3.77976$. From week 3, a second route: both parts vanish at $4$, so the limit is $\frac{f'(4)}{g'(4)}=\frac{6}{2^{2/3}}=3\sqrt[3]{2}$ again, since $g'(4)=\frac43\left(4^{1/3}-4^{-2/3}\right)=2^{2/3}$.

Factor out the smaller fractional power before reaching for a conjugate; then one base, add the exponents, one radical.

Checkpoint
§01.5 — one factor and cancel, thirty seconds●○○○○

A short one to confirm the reflex: diagnose the form first, and only then decide what to do. If the diagnosis is skipped, the rest of the work is a guess.

Given
  • $$\displaystyle\lim_{x\to -2}\frac{x^{2}-4}{x+2}$$

Find
  1. (a) Compute the limit, and name the form you diagnosed on the first line.

Hint 1/4

Before computing anything, decide which of the four cases this is; the case chooses the method.

Hint 2/4

Substituting gives $0/0$, and for polynomials that guarantees a shared factor $(x-a)$ — here $x^{2}-4=(x-2)(x+2)$.

Hint 3/4

Cancel: $\dfrac{(x-2)(x+2)}{x+2}=x-2$ for $x\neq -2$.

Hint 4/4

Then substitute into $x-2$ at $x=-2$: the limit is $-4$.

Show solution
Diagnose, factor, cancel, substitute
$$x=-2:\ \frac{0}{0}$$

indeterminate, so rewrite rather than conclude

$$\frac{(x-2)(x+2)}{x+2}=x-2\quad (x\neq -2)$$

the shared factor is the one that vanishes at −2

$$\lim_{x\to -2}(x-2)=-4$$

a polynomial, so substitution is legal

Answer $$\boxed{-4}$$
Check

At $x=-1.99$ the original expression gives $\frac{3.9601-4}{0.01}=-3.99$, and at $x=-2.01$ it gives $-4.01$.

⚠ Writing 0/0 as the answer

substitution produced something that looks like a result, and no rule was ever stated forbidding it

wrong$$\lim_{x\to 3}\frac{x^{2}-9}{x^{2}-2x-3}=\frac{0}{0}$$
right$$\frac{0}{0}\ \text{is a diagnosis}\Rightarrow \lim_{x\to 3}\frac{(x-3)(x+3)}{(x-3)(x+1)}=\frac{3}{2}$$
⚠ Cancelling a term instead of a factor

cancelling looks like a visual operation on symbols rather than an algebraic one on factors

wrong$$\frac{x+3}{x}=3$$
right$$\frac{x+3}{x}=1+\frac{3}{x}\quad\text{(nothing cancels: } x+3 \text{ is a sum, not a product)}$$

1.6The Squeeze Theorem: limits with nothing to factor

Pins a limit by trapping the function between two bounds sharing one limit; the tool for bounded oscillation times something vanishing.

Every repair so far assumed there was something to cancel. The next function has no common factor, no root to rationalize and no fraction to combine — and it still has a limit.

TheoremTheorem 1.6: The Squeeze Theorem
Conditions
  • $g(x)\le f(x)\le h(x)$ for all $x$ near $a$, except possibly at $a$ itself

  • $\lim_{x\to a}g(x)=\lim_{x\to a}h(x)=L$ — the same $L$ for both

  • The two bounds do not have to be produced by multiplying an inequality. They may come from a denominator: if a bounded non negative term sits in the denominator, drop it to make the denominator smaller and the whole fraction larger, remembering that dividing reverses the direction of the inequality. Add the corollary as a named result in its own right, because the papers ask for it in exactly this wording: a bounded factor near $a$ times a factor tending to $0$ has limit $0$, and the bounded factor is not required to have a limit.

$$\boxed{\;g\le f\le h\ \text{ near }a,\quad \lim_{x\to a}g(x)=\lim_{x\to a}h(x)=L\ \Longrightarrow\ \lim_{x\to a}f(x)=L\;}$$

If a function is trapped between two functions that arrive at the same place, it has nowhere else to go, so it arrives there too — and this is proved without ever evaluating the trapped function.

Looks like this, but is not

This is a squeeze: $-x^{2}\le x^{2}\sin\frac1x\le x^{2}$, and both bounds tend to $0$, so the middle one does too.

This is not: $-1\le \sin\frac1x\le 1$ is a perfectly true pair of bounds, and it proves nothing about $\lim_{x\to 0}\sin\frac1x$. The theorem needs the two bounds to arrive at the same number, and $-1$ and $1$ are different numbers. That limit really does not exist.

Squeezing x² sin(1/x) at x = 0

Show that $$\displaystyle\lim_{x\to 0}x^{2}\sin\frac1x=0$$.

Given
  • $f(x)=x^{2}\sin\dfrac1x$, defined for $x\neq 0$

  • $-1\le\sin t\le 1$ for every real $t$

Find

The limit at 0, with the bounds written out.

Solution
Show why the product law is unavailable
$$\lim_{x\to 0}\sin\frac1x\ \text{does not exist}$$

as $x\to0$ the angle $1/x$ runs through every value repeatedly, so the sine keeps taking both $1$ and $-1$

$$\Rightarrow \lim x^{2}\cdot \lim \sin\tfrac1x\ \text{is not available}$$

the product law has a hypothesis, and one factor fails it

Build the two bounds
$$-1\le \sin\frac1x\le 1\qquad (x\neq 0)$$

true for every input whatsoever, which is exactly why it survives near a bad point

$$-x^{2}\le x^{2}\sin\frac1x\le x^{2}$$

multiplying an inequality by $x^{2}\ge 0$ keeps its direction — this step would be wrong with a factor that can be negative

Squeeze
$$\lim_{x\to 0}(-x^{2})=0=\lim_{x\to 0}x^{2}$$

both bounds are polynomials, so substitution gives their limits

$$\Rightarrow \lim_{x\to 0}x^{2}\sin\frac1x=0$$

same L at both ends, so the theorem applies

Answer $$\boxed{0}$$
Check

An independent bound rather than a repeat of the algebra: $\left|x^{2}\sin\frac1x\right|\le x^{2}$, so at $|x|<0.01$ every value is within $0.0001$ of $0$ — no oscillation can escape that.

Not one value of the function was computed anywhere in this proof.

A limit forced by two inequalities alone

Suppose $4x-9\le f(x)\le x^{2}-4x+7$ for all $x\ge 0$. Find $$\displaystyle\lim_{x\to 4}f(x)$$.

Given
  • $4x-9\le f(x)\le x^{2}-4x+7$ for $x\ge 0$

  • no formula for f is given at all

Find

The limit of f at 4.

Solution
Take the limits of the two known bounds
$$\lim_{x\to 4}(4x-9)=16-9=7$$

a polynomial, so substitution

$$\lim_{x\to 4}\left(x^{2}-4x+7\right)=16-16+7=7$$

also a polynomial, and it lands on the same number

Squeeze
$$\Rightarrow\ \lim_{x\to 4}f(x)=7$$

the hypotheses are met near 4, so the trapped function has no freedom left

Answer $$\boxed{7}$$
Check

Check that the trap is genuinely tight only at 4: at $x=3$ the bounds are $3$ and $4$, a gap of 1, while at $x=4$ they meet at 7. The pinch is what forces the answer.

This is the shape most exam squeeze questions take: no formula for f, only a sandwich, and the whole answer is the shared value of the two bounds.

Squeezing when the oscillation sits in the denominator

Evaluate $$\displaystyle\lim_{x\to 0}\frac{x^{2}\tan x}{\tan^{2}x+\sin^{2}\frac1x}$$ or explain why it does not exist.

Given
  • $\dfrac{x^{2}\tan x}{\tan^{2}x+\sin^{2}\frac1x}$

  • $0\le\sin^{2}\frac1x\le 1$ for every $x\neq 0$

Find

The limit at $0$, or the reason it does not exist.

Solution

The denominator here has no limit at all, so no limit law can reach the quotient and the only move left is to trap the whole fraction, which is exactly the configuration the note names but never carries out.

Check first that the quotient is even defined near 0
$$\sin^{2}\frac1x=0\quad\text{at }x=\frac{1}{k\pi},\ k=\pm1,\pm2,\dots$$

the oscillating term returns to $0$ infinitely often inside every punctured neighbourhood of $0$, so it is not the term that keeps the denominator alive and it cannot be used as a positive lower bound

$$0<|x|<\frac{\pi}{2}\ \Longrightarrow\ \tan^{2}x>0\ \Longrightarrow\ \tan^{2}x+\sin^{2}\frac1x>0$$

on that interval $\tan x$ vanishes only at $x=0$ and the other term is never negative, so the sum is strictly positive on a punctured neighbourhood; every inequality written below divides by this quantity, and dividing by something that might be $0$ would make the whole chain meaningless

See that no limit law reaches this fraction
$$x_k=\frac{1}{k\pi}\ \Rightarrow\ \tan^{2}x_k+\sin^{2}\frac{1}{x_k}\to 0,\qquad y_k=\frac{2}{(2k+1)\pi}\ \Rightarrow\ \tan^{2}y_k+\sin^{2}\frac{1}{y_k}\to 1$$

two families of inputs running to $0$ drag the denominator to two different numbers, so the denominator has no limit whatsoever

$$\Rightarrow\ \text{quotient law unavailable, and this is not a }\tfrac00\text{ form}$$

the quotient law needs the denominator to have a nonzero limit; here there is no limit at all, so there is no $0/0$ to repair either, and the only option left is to trap the fraction between two walls

Trap the absolute value, not the fraction itself
$$\left|\frac{x^{2}\tan x}{\tan^{2}x+\sin^{2}\frac1x}\right|=\frac{x^{2}\,|\tan x|}{\tan^{2}x+\sin^{2}\frac1x}$$

$\tan x$ changes sign at $0$, so a chain beginning with $0\le\dfrac{x^{2}\tan x}{\;\cdot\;}$ would be false for every $x<0$; taking absolute values first deletes the sign question instead of quietly assuming an answer to it

$$0<\tan^{2}x\le \tan^{2}x+\sin^{2}\frac1x\ \Longrightarrow\ \frac{1}{\tan^{2}x+\sin^{2}\frac1x}\le\frac{1}{\tan^{2}x}$$

deleting a nonnegative term makes the denominator smaller, and passing to reciprocals reverses an inequality only when both sides are strictly positive, which is precisely the fact secured in the first subgoal; it is the reciprocal that reverses, not division in general

$$0\le\frac{x^{2}|\tan x|}{\tan^{2}x+\sin^{2}\frac1x}\le\frac{x^{2}|\tan x|}{\tan^{2}x}=\frac{x^{2}}{|\tan x|}$$

multiplying a true inequality by the nonnegative number $x^{2}|\tan x|$ preserves its direction, and the oscillating term has now disappeared from the upper wall, which is the entire point of the move

Close the two walls
$$\frac{x^{2}}{|\tan x|}=|x|\cdot\left|\frac{x}{\tan x}\right|\longrightarrow 0\cdot 1=0$$

the upper wall is not a polynomial this time, so substitution is not enough; splitting off one factor of $|x|$ exposes the standard limit $\dfrac{\tan x}{x}\to1$ and turns the wall into a product of two known limits

$$0\le\left|\frac{x^{2}\tan x}{\tan^{2}x+\sin^{2}\frac1x}\right|\le |x|\left|\frac{x}{\tan x}\right|\ \Longrightarrow\ \lim_{x\to0}\left|\frac{x^{2}\tan x}{\tan^{2}x+\sin^{2}\frac1x}\right|=0$$

the constant wall $0$ and the computed wall both arrive at $0$, so the Squeeze Theorem applies, but note what it has been applied to: the absolute value, not the original fraction

$$-\left|g(x)\right|\le g(x)\le\left|g(x)\right|\ \Longrightarrow\ \lim_{x\to 0}\frac{x^{2}\tan x}{\tan^{2}x+\sin^{2}\frac1x}=0$$

one more squeeze is needed to come back from $|g|$ to $g$, and it works only because the common limit is $0$; for any other value this last line would be false, so it is not a formality

Answer $$\boxed{0}$$
Check

Test the two extreme regimes of the oscillation instead of repeating the algebra. Along $x=\frac{1}{50\pi}=0.0063661\ldots$ the sine term is $0$, the denominator is only $\tan^{2}x$, and the fraction is $0.0063661\ldots$, essentially $x$ itself. Along $x=\frac{2}{101\pi}=0.0063031\ldots$ the sine term is $1$, the denominator is about $1$, and the fraction is $2.5\times10^{-7}$, essentially $x^{3}$. Two nearly equal inputs give values differing by a factor of $25000$, so the fraction is comparable to no single power of $x$; only the upper bound $|x|$ survives that, and it is what forces the limit.

Squeeze the absolute value whenever the expression changes sign, then come back with $-|g|\le g\le|g|$. That return trip is only valid when the common bound is $0$.

A damped oscillation in the denominator, and a limit that is not zero

Evaluate $$\displaystyle\lim_{x\to 0}\frac{1-\cos x}{x^{2}+x^{3}\sin\frac1x}$$ or explain why it does not exist.

Given
  • $\dfrac{1-\cos x}{x^{2}+x^{3}\sin\frac1x}$

  • $-1\le\sin\frac1x\le 1$ for every $x\neq 0$

Find

The limit at $0$, or the reason it does not exist.

Solution

The oscillating term in the denominator changes sign, so the delete-the-term move is illegal and the student must instead squeeze the denominator itself to a nonzero limit before any division is allowed.

Isolate the place where the oscillation actually lives
$$x^{2}+x^{3}\sin\frac1x=x^{2}\left(1+x\sin\frac1x\right)$$

factoring out the plain power leaves the oscillation inside a bracket of the form $1+(\text{small})$, which is a bracket that can have a limit, rather than leaving it loose in a sum where it competes with $x^{2}$

$$0<|x|<\tfrac12\ \Longrightarrow\ \left|x\sin\tfrac1x\right|\le|x|<\tfrac12\ \Longrightarrow\ 1+x\sin\tfrac1x\ge\tfrac12>0$$

an explicit radius is needed before anything is divided by this bracket; the bound is put on the absolute value because $x\sin\frac1x$ takes negative values arbitrarily close to $0$, so a one sided estimate would not rule out a zero denominator

Give the denominator a limit by squeezing it
$$-|x|\le x\sin\frac1x\le|x|\ \Longrightarrow\ 1-|x|\le 1+x\sin\frac1x\le 1+|x|$$

$-1\le\sin t\le1$ holds at every input, and multiplying it by $|x|\ge0$ keeps the direction; using $|x|$ rather than $x$ is what makes the bound valid on both sides of $0$ at once

$$\lim_{x\to0}(1-|x|)=1=\lim_{x\to0}(1+|x|)\ \Longrightarrow\ \lim_{x\to0}\left(1+x\sin\frac1x\right)=1$$

the squeeze is spent on a piece of the denominator, not on the answer, and it buys the one thing missing: a limit for the object that is about to be divided by

Now the quotient law is legal again
$$\frac{1-\cos x}{x^{2}\left(1+x\sin\frac1x\right)}=\frac{1-\cos x}{x^{2}}\cdot\frac{1}{1+x\sin\frac1x}$$

splitting a product is only worth doing once each factor is known to have a limit, and the second factor acquired one in the previous subgoal

$$\frac{1-\cos x}{x^{2}}=\frac{1-\cos^{2}x}{x^{2}(1+\cos x)}=\left(\frac{\sin x}{x}\right)^{2}\cdot\frac{1}{1+\cos x}\longrightarrow 1\cdot\frac12=\frac12$$

the conjugate turns the $\frac00$ into the standard limit, and substitution into $\frac{1}{1+\cos x}$ is licensed because it returns $\frac12$ rather than another indeterminate form

$$\Rightarrow\ \lim_{x\to0}\frac{1-\cos x}{x^{2}+x^{3}\sin\frac1x}=\frac{1/2}{1}=\frac12$$

the denominator factor has limit $1\ne0$, which is the hypothesis the quotient law actually asks for; the answer is nonzero, so a squeeze in the denominator is not a device that always produces $0$

Why deleting the oscillating term would have been illegal here
$$x^{3}\sin\frac1x<0\ \text{for infinitely many }x\ \text{in every punctured neighbourhood of }0$$

the rule about dropping a term from a denominator carries the hypothesis that the dropped term be nonnegative; here it changes sign, so deleting it can enlarge the denominator instead of shrinking it and the resulting inequality would point the wrong way

$$\frac{1-\cos x}{x^{2}(1+|x|)}\le\frac{1-\cos x}{x^{2}\left(1+x\sin\frac1x\right)}\le\frac{1-\cos x}{x^{2}(1-|x|)}\qquad(0<|x|<\tfrac12)$$

the repair is a two sided bound on the bracket rather than a deletion, and it is legal because $1-\cos x\ge0$ and all three brackets are strictly positive on that punctured interval

$$\frac{1-\cos x}{x^{2}(1\pm|x|)}=\frac{1-\cos x}{x^{2}}\cdot\frac{1}{1\pm|x|}\longrightarrow\frac12\cdot 1=\frac12$$

both walls arrive at the same number, so this route reaches $\frac12$ by the Squeeze Theorem alone, without ever splitting the original fraction; two independent routes agreeing is the check

Answer $$\boxed{\dfrac{1}{2}}$$
Check

Numbers against the two walls. At $x=0.1$ the fraction is $0.52833\ldots$ while the walls are $0.45417\ldots$ and $0.55509\ldots$; at $x=0.05$ the fraction is $0.47807\ldots$, now below $\frac12$, with walls $0.47609\ldots$ and $0.52621\ldots$; at $x=0.01$ the fraction is $0.50254\ldots$ with walls $0.49505\ldots$ and $0.50505\ldots$. The value keeps crossing $\frac12$ because the oscillation is still moving it, and it stays inside the walls, which close on $\frac12$. A value that jumped outside the walls would mean the bound was wrong, not the limit.

A squeeze does not have to be spent on the answer. Spending it on one factor of the denominator restores the quotient law, and the value that comes out is then whatever the rest of the fraction says, not automatically zero.

Checkpoint
§01.6 — one squeeze in thirty seconds●●○○○

Same pattern as the worked example, one power lower. Careful with the bound you multiply by, since this time it can be negative.

Given
  • $f(x)=x\cos\dfrac1x$, defined for $x\neq 0$

Find
  1. (a) Find $\lim_{x\to 0}x\cos\dfrac1x$, and write the two bounds you squeezed between.

Hint 1/4

The cosine factor has no limit at $0$, so the product law is out; the question is what traps the product.

Hint 2/4

$-1\le\cos t\le 1$; multiplying an inequality by something that may be negative flips it, so bound the absolute value instead.

Hint 3/4

$\left|x\cos\frac1x\right|\le |x|$, that is $-|x|\le x\cos\frac1x\le |x|$, and $\lim_{x\to0}|x|=0$.

Hint 4/4

Both bounds tend to 0, so the limit is 0.

Show solution
Bound, then squeeze
$$\left|\cos\frac1x\right|\le 1\ \Rightarrow\ \left|x\cos\frac1x\right|\le|x|$$

using $|x|$ avoids having to know the sign of $x$, which is what would flip the inequality

$$-|x|\le x\cos\frac1x\le |x|$$

the same statement written as a sandwich

$$\lim_{x\to 0}(-|x|)=0=\lim_{x\to 0}|x|\ \Rightarrow\ \lim_{x\to 0}x\cos\frac1x=0$$

both walls meet at 0

Answer $$\boxed{0}$$
Check

Sanity check on size: for $|x|<0.001$ every value of the function is within $0.001$ of $0$, whatever the cosine is doing.

⚠ Applying the product law to a factor that has no limit

the factor $x^{2}$ obviously tends to $0$, so it feels like the product must too — and it does, but not for that reason

wrong$$\lim_{x\to0}x^{2}\sin\frac1x=\lim_{x\to0}x^{2}\cdot\lim_{x\to0}\sin\frac1x=0\cdot 0$$
right$$-x^{2}\le x^{2}\sin\frac1x\le x^{2}\ \Rightarrow\ \lim_{x\to0}x^{2}\sin\frac1x=0$$
⚠ Squeezing with bounds that do not meet

any true pair of inequalities looks like a licence to apply the theorem

wrong$$-1\le\sin\frac1x\le 1\ \Rightarrow\ \lim_{x\to0}\sin\frac1x\ \text{exists}$$
right$$-1\neq 1\ \Rightarrow\ \text{theorem does not apply};\ \lim_{x\to0}\sin\frac1x\ \text{does not exist}$$
⚠ Multiplying an inequality by a factor that can be negative

the direction of an inequality is invisible in the notation, and x looks as harmless as x²

wrong$$-1\le\cos\frac1x\le 1\ \Rightarrow\ -x\le x\cos\frac1x\le x$$
right$$-|x|\le x\cos\frac1x\le |x|$$

1.7Continuity at a point: the licence to substitute

One equation, $\lim_{x\to a}f(x)=f(a)$, that licenses direct substitution and classifies a break as removable, jump, or infinite.

Every computation in the last two blocks ended the same way — rewrite until substitution becomes legal. Continuity is the name of the property that makes it legal, and it is what the whole chapter has been circling.

DefinitionDefinition 1.7: Continuity at a point
Conditions
  • $f(a)$ is defined — that is, $a$ is in the domain of $f$

  • $\lim_{x\to a}f(x)$ exists

  • the two are the same number

$$\boxed{\;f\ \text{is continuous at}\ a\iff \lim_{x\to a}f(x)=f(a)\;}$$

The value the function heads for and the value it actually takes are the same number — one equation that quietly demands all three conditions above.

Looks like this, but is not

This function is continuous at 3: $g(x)=x+3$, since $\lim_{x\to 3}g(x)=6=g(3)$ — all three conditions hold.

This one looks identical and is not continuous at 3: $f(x)=\dfrac{x^{2}-9}{x-3}$. It equals $x+3$ at every point where it is defined, and its limit at $3$ is $6$ — but $f(3)$ does not exist, so the first condition already fails. Cancelling changed the domain, and the domain is part of the function. The defect is removable: defining $f(3)=6$ produces a continuous function, but it is a new function.

Testing continuity of a three part piecewise function at x = 2

Is $f(x)=\begin{cases}x^{2}+1,& x<2\\ 5,& x=2\\ 3x-1,& x>2\end{cases}$ continuous at $x=2$? Check all three conditions.

Given
  • $f(x)=x^{2}+1$ for $x<2$

  • $f(2)=5$

  • $f(x)=3x-1$ for $x>2$

Find

Whether f is continuous at 2, condition by condition.

Solution
Condition 1: is the value there?
$$f(2)=5$$

given explicitly by the middle line, so the point is in the domain

Condition 2: does the limit exist?
$$\lim_{x\to 2^{-}}f(x)=2^{2}+1=5$$

left side, first branch, substitution legal because it is a polynomial

$$\lim_{x\to 2^{+}}f(x)=3(2)-1=5$$

right side, third branch

$$\Rightarrow \lim_{x\to 2}f(x)=5$$

the sides agree, so the two sided limit exists

Condition 3: do they agree?
$$\lim_{x\to 2}f(x)=5=f(2)$$

the equation in the definition is satisfied

Answer $$\boxed{\text{Yes: } f \text{ is continuous at } 2}$$
Check

Change one number to see that the test has teeth: with $f(2)=4$ instead, conditions 1 and 2 still hold and condition 3 fails, giving a .

Choosing k so that the function is continuous at x = 4

Find $k$ so that $f(x)=\begin{cases}\dfrac{x^{2}-16}{x-4},& x\neq 4\\ k,& x=4\end{cases}$ is continuous at $4$.

Given
  • $f(x)=\dfrac{x^{2}-16}{x-4}$ for $x\neq 4$

  • $f(4)=k$

Find

The value of k that makes f continuous at 4.

Solution
Compute the limit, which does not involve k
$$\frac{x^{2}-16}{x-4}=\frac{(x-4)(x+4)}{x-4}=x+4\qquad (x\neq 4)$$

the limit only sees $x\neq 4$, which is exactly the branch that carries no $k$

$$\lim_{x\to 4}f(x)=4+4=8$$

substitution in the repaired expression

Impose the definition
$$\text{continuity at }4\iff \lim_{x\to 4}f(x)=f(4)=k$$

the definition read as an equation for the unknown value

$$\Rightarrow k=8$$

there is exactly one such $k$, because a limit is a single number

Answer $$\boxed{k=8}$$
Check

With $k=8$ the whole function is just $x+4$ rewritten, and $x+4$ is a polynomial — continuous everywhere, as required.

Removable discontinuities are the only ones that can be repaired this way, and this computation is the repair: the limit hands you the value the point should have had.

Checkpoint
§01.7 — which of the three conditions fails●●○○○

Thirty seconds, and the question is diagnostic rather than computational: continuity can fail in three distinct places, and naming which one fails is what decides whether the defect can be repaired.

Given
  • $f(x)=\dfrac{x-2}{x^{2}-4}$

  • the point $a=2$

Find
  1. (a) Which condition of the definition fails at 2, and can the discontinuity be repaired?

Hint 1/4

Go through the three conditions in order rather than looking at the graph; the first one that fails is the diagnosis.

Hint 2/4

Condition 1 is about the domain; conditions 2 and 3 are about the limit. Also $x^{2}-4=(x-2)(x+2)$.

Hint 3/4

At $x=2$: substitution gives $0/0$, so $f(2)$ is undefined. Cancelling, $\frac{x-2}{(x-2)(x+2)}=\frac{1}{x+2}\to\frac14$.

Hint 4/4

So condition 1 fails while the limit exists: the discontinuity at 2 is removable, repaired by defining $f(2)=\tfrac14$.

Show solution
Walk the three conditions
$$f(2)=\frac{0}{0}\ \text{undefined}$$

condition 1 fails, so f is certainly not continuous at 2

$$\frac{x-2}{(x-2)(x+2)}=\frac{1}{x+2}\ (x\neq 2)\ \Rightarrow\ \lim_{x\to 2}f(x)=\frac14$$

condition 2 holds: the limit exists

$$\text{define } f(2)=\tfrac14 \Rightarrow \text{continuous}$$

a single missing value is the only defect, which is what removable means

Answer $$\boxed{\text{condition 1 fails; removable with } f(2)=\tfrac14}$$
Check

Neighbour check: $f(2.01)=\frac{0.01}{0.0401}=0.2494$ and $f(1.99)=\frac{-0.01}{-0.0399}=0.2506$, both near $0.25$.

⚠ Turning the break at one point into a verdict on the whole function

the blow up at 0 is dramatic, so a local report gets promoted into a global one

wrong$$\tfrac1x\ \text{has an infinite discontinuity at }0\ \Rightarrow\ \tfrac1x\ \text{is not continuous}$$
right$$\tfrac1x\ \text{has an infinite discontinuity at }0,\ \text{and is continuous at every point of its domain}$$
⚠ Cancelling and then claiming continuity

after cancelling, the formula on the page really is continuous — but it is a different function

wrong$$\frac{x^{2}-9}{x-3}=x+3\ \Rightarrow\ \text{continuous at }3$$
right$$\frac{x^{2}-9}{x-3}=x+3\ \text{only for } x\neq 3;\ \text{at }3\ \text{the value is missing, so it is discontinuous (removably)}$$
Computing a limit: the order of attack

Every limit problem in this section, and the first line of every limit problem for the rest of the course.

  1. Substitute

    Put $x=a$ into the formula. This is a diagnostic move, not yet an answer.

  2. A number came out

    Then that number is the limit, provided the formula is one of the standard types at a point of its domain — see the substitution licence below. Stop here.

  3. $0/0$ came out

    Rewrite until the vanishing factor is visible and cancels: factor polynomials, multiply by the conjugate when a root is in the way, combine stacked fractions, unpack any absolute value. Then go back to step 1.

  4. Nonzero over $0$ came out

    No rewrite can help. Take the sides one at a time, get the sign of the denominator on each, and report $+\infty$ or $-\infty$ per side.

  5. The rule changes at $a$

    If the formula is piecewise, or contains an absolute value, or only exists on one side, do the two sides separately and compare them with the existence test.

  6. Something bounded is oscillating

    If a factor stays between fixed bounds while the rest tends to $0$, do not use the product law — build a sandwich and squeeze.

Where it goes wrong
  • Stopping at step 3 and writing $0/0$ as the answer.

  • Doing a two sided computation on a problem whose formula changes at the point — the answer will look clean and be wrong.

  • Cancelling a factor without recording that the cancellation is valid only away from the point.

Getting the sign of an infinite limit right

Whenever substitution gives a nonzero number over $0$, and the question asks for one side or for the shape of the graph.

  1. One fraction first, if two terms both blow up

    If two terms each run off to infinity at $a$, you are not at step 2 yet: $\infty-\infty$ has no value and neither term may be signed alone. Factor both denominators and combine over the least common denominator, which is the higher power of the shared vanishing factor, not the product. The difference can still come out finite, and a vanishing numerator on the next step is what says so.

  2. Confirm the numerator

    Check that the numerator does not vanish at $a$. If it does, this is a $0/0$ problem and there may be no asymptote at all.

  3. Factor the denominator

    Write the denominator as a product; only the factor that vanishes at $a$ matters for the sign, the rest can be evaluated.

  4. Sign each factor on the chosen side

    For $x\to a^{+}$ the factor $(x-a)$ is a small positive number; for $x\to a^{-}$ it is a small negative number; $(x-a)^{2}$ is positive on both sides.

  5. Combine and report

    Count the negative signs among the numerator and the surviving factors: an even count gives $+\infty$, an odd count gives $-\infty$. Report each side separately, then compare.

  6. Parity of the vanishing factor decides the two sides

    An even power of $x-a$ is positive on both sides, so both one sided limits carry the sign of the rest and the two sided infinite statement is legitimate. An odd power carries the sign of its base, positive to the right of $a$ and negative to the left, so the two sides come out opposite and the two sided limit fails. Either way one infinite side already makes $x=a$ a vertical asymptote.

Where it goes wrong
  • Forgetting that an even power of the vanishing factor keeps the same sign on both sides, so the two sided infinite statement is then legitimate.

  • Ignoring the sign of the numerator when it is negative.

  • Reading $\infty-\infty$ as $0$, or as the sign of whichever term looks bigger.

  • Giving an odd power of $x-a$ the same sign on both sides, which is the habit an even power teaches.

When substitution is legal: the direct substitution property

At step 2 of the recipe, to justify writing the answer immediately instead of doing any work.

  1. Identify the build

    Is $f$ assembled from polynomials, rational functions, roots, and trigonometric functions by adding, multiplying, dividing and composing?

  2. Check membership

    Is $a$ a point of the domain of that assembled formula — in particular, no zero denominator and no negative quantity under an even root?

  3. Use the property

    If both hold, $f$ is continuous at $a$, so $$\displaystyle\lim_{x\to a}f(x)=f(a)$$ and the answer is the substitution you already did.

  4. If not

    If either fails, you are in one of the repair cases of the recipe. The failure of substitution is information about which repair to use, never a verdict on the limit.

Where it goes wrong
  • Using the licence at a point outside the domain — the property says nothing there.

  • Applying it to a piecewise formula at the joint, where the function is not one of the standard builds.

Clearing a trigonometric zero over zero

Substitution gives $0/0$ and the expression is trigonometric: nothing factors, there is no root to rationalize and no stacked fraction to combine. Two of the four parts of the Midterm 1 limit battery and two parts of the Quiz 1 limit question are of this kind, and one of them prints the instruction to use the formula for $\sin a-\sin b$. It has to be done with identities, because l'Hopital is ten weeks away.

  1. Name the quantity that tends to zero

    Every standard trigonometric limit is stated at $0$, so name the quantity inside the trigonometric function that tends to $0$ and call it $t$. When the argument is $x$ itself, $t=x-a$. When it is anything else, usually not: for $\sin\frac{\pi}{x}$ at $x=1$ the substitution $t=x-1$ moves the point and nothing else, since the argument tends to $\pi$, not to $0$. There $t$ is the distance from the argument to the nearest multiple of $\pi$, $t=\pi-\frac{\pi}{x}=\frac{\pi(x-1)}{x}$.

  2. Bring the argument back across the multiple of π

    A reduction identity then turns the original argument into $t$: $\sin(\pi-t)=\sin t$, $\sin(\pi+t)=-\sin t$, $\cos(\pi\pm t)=-\cos t$, $\sin\left(\frac{\pi}{2}-t\right)=\cos t$. Write $t$ with the factor the denominator carries left showing, $t=\frac{\pi(x-1)}{x}$ rather than $t=\pi-\frac{\pi}{x}$: the next step divides by it.

  3. Name the pattern

    Four patterns cover these papers: (i) a sine or tangent divided by something tending to $0$; (ii) a $1-\cos$; (iii) a difference of two sines or two cosines; (iv) a quotient of trigonometric functions where a Pythagorean identity cancels a factor, such as $\dfrac{1+\sin x}{\cot^{2}x}$ at $3\pi/2$.

  4. Force the argument to match

    $\dfrac{\sin(ku)}{u}=k\cdot\dfrac{\sin(ku)}{ku}$. The standard limit only fires when the expression under the sine and the expression in the denominator are literally the same, so multiply and divide by whatever it takes.

  5. Turn $1-\cos$ into a sine

    $1-\cos t=2\sin^{2}\frac{t}{2}=\dfrac{\sin^{2}t}{1+\cos t}$. Use the half angle form when you need the size (about $t^{2}/2$), the second form when a $\sin^{2}t/t^{2}$ is about to appear and you want the value $1/2$.

  6. Use sum to product on a difference

    If the numerator is $\sin a-\sin b$ (and a constant $\pm 1$ counts, since $1+\sin u=\sin u-\sin\frac{3\pi}{2}$), rewrite it as $2\cos\frac{a+b}{2}\sin\frac{a-b}{2}$. The sine factor now holds the vanishing quantity and the cosine factor is evaluated by substitution.

  7. Or recognise a derivative instead

    If after step 1 the quotient has the shape $\dfrac{F(x)-F(a)}{x-a}$, stop identifying patterns and write $F'(a)$. This is how $$\displaystyle\lim_{x\to\pi/2}\frac{\pi-2x}{\cos x}=-2\lim_{x\to\pi/2}\frac{x-\pi/2}{\cos x-\cos(\pi/2)}$$ is finished in one line.

  8. Split only at the end

    Apply the product and quotient laws once every factor separately has a limit, then read the sign of the result off the surviving factors before writing the answer.

Where it goes wrong
  • Working in degrees. $\sin t/t\to 1$ is a radian statement; in degrees the constant is $\pi/180$.

  • Substituting $t=x-a$ mechanically when the trigonometric argument is not $x$. The substitution belongs on the argument, not on the point.

  • Using $\sin u/u\to 1$ when $u$ does not tend to $0$, for example $\sin(1/x)$ as $x\to 0$, or when the denominator is a different expression from the argument.

  • Splitting the product before every factor has a limit, which quietly hands a limit to a bounded oscillating factor that has none.

  • Cancelling $1-\cos x$ against $x$ instead of $x^{2}$, which loses the factor $1/2$.

  • Declaring the two sided answer after the identity work without checking that a surviving factor does not change sign at the point.

Proving that a limit does not exist

The stem says "if the limit does not exist, explain why not", or the function is handed a separate value on a discrete set of inputs that piles up at the point. The verdict is one word, so the entire mark is the reason. Every part of the Midterm 1 limit question carries this instruction, the Quiz 1 limit question has two such parts, and the official exercise set lists three reasons and then asks you to invent a fourth.

  1. Try the two cheap reasons first

    Compute the two one sided limits. Two different finite values, or one finite and one infinite, and you are finished: quote the existence test and write both values. If both sides run off in opposite directions, report DNE together with the two signed one sided answers.

  2. Then check boundedness

    If $f$ is unbounded on every punctured interval around $a$, no finite limit can exist, because a limit would force $|f|\le M$ near $a$. One sentence, no computation. This is the accepted answer for things like $1/\sqrt[3]{x}$ at $0$.

  3. Otherwise build two families of inputs

    Choose $x_{n}\to a$ and $y_{n}\to a$, both different from $a$, along which the formula is easy: the special inputs of the definition for one family (typically $1/n$, $1/(2\pi n)$, or the rationals), and inputs that deliberately dodge them for the other. Check that both families enter every punctured interval around $a$.

  4. Evaluate along each family

    Compute $f(x_{n})$ and $f(y_{n})$ and let $n\to\infty$. Different answers finish the argument.

  5. Write the sentence that earns the mark

    A limit $L$ would force every input in some punctured interval around $a$ to return a value close to $L$; every such interval contains members of both families and their values stay a fixed distance apart. This sentence, not the word DNE, is what is marked.

  6. Tune the second family when it has to hit a target

    When the second family must produce a chosen value $A$, write the input so that the size of the denominator is visible, for instance $1/x_{n}=2\pi n+\delta_{n}$, and pick $\delta_{n}$ so that numerator and denominator have the same order, using $\sin u\approx u$ and $1-\cos u\approx u^{2}/2$. Producing an arbitrary $A$ this way is itself the proof.

Where it goes wrong
  • Naming a reason with no inputs written down. "It oscillates" earns nothing; two explicit families earn everything.

  • Families that do not enter every punctured interval around $a$, or whose terms are equal to $a$.

  • Treating boundedness as a rescue: $\sin(1/x)$ is bounded at $0$ and still has no limit.

  • Writing DNE where $+\infty$ or $-\infty$ is true. Both are non existence on this course, but the infinite answer says more and is worth more.

Limits of floor, fractional part and nearest integer expressions

Any expression containing $\lfloor\cdot\rfloor$, the fractional part $\{x\}=x-\lfloor x\rfloor$, or the distance to the nearest integer. This is the standard costume of the one sided limit question in this course: seven parts in the official exercise set, two parts on Quiz 1 and one on Midterm 1.

  1. Isolate the inner expression

    Write the bracket as $\lfloor g(x)\rfloor$ and compute $g(a)$ first. The question is about $g$, not about the bracket.

  2. Ask whether $g(a)$ is an integer

    If it is not, and $g$ is continuous at $a$, then $g$ stays strictly between two consecutive integers on a whole interval around $a$, so $\lfloor g(x)\rfloor$ is constant there and equals $\lfloor g(a)\rfloor$. Substitution then handles whatever else is in the expression.

  3. If it is an integer, take the sides apart

    For each side of $a$, decide whether $g(x)$ sits just above or just below the integer $n=g(a)$; that decides whether the bracket reads $n$ or $n-1$. Check whether $g$ is increasing or decreasing at $a$ first: the side you approach from and the side $g$ lands on are not the same thing.

  4. Finish with the existence test

    Two different constants means the limit does not exist; write both one sided values, and give the value at the point separately if it is asked for, because it is usually the odd one out.

  5. Squeeze instead when the argument runs off

    When the bracket's argument is unbounded near the point, as with $\lfloor 1/x\rfloor$ at $x\to 0$, no value of the bracket is constant. Use $u-1<\lfloor u\rfloor\le u$, or equivalently $x\lfloor 1/x\rfloor=1-x\{1/x\}$ with $0\le\{1/x\}\lt 1$, and finish with the Squeeze Theorem.

  6. Unpack the relatives the same way

    $\{x\}$ has period $1$ and lives in $[0,1)$; the distance to the nearest integer is $\min(\{x\},1-\{x\})$, so it changes formula at every half integer and its break points are at $n$ and $n+\tfrac12$.

Where it goes wrong
  • Assuming $\lfloor -u\rfloor=-\lfloor u\rfloor$. At $x=2$ the value of $\lfloor x\rfloor+\lfloor -x\rfloor$ is $0$ while its limit is $-1$.

  • Assuming the inner expression increases. If $g$ decreases at $a$, the left and right readings swap.

  • Substituting the point into the bracket and calling the result the limit.

  • Reaching for the constant rule when the argument is unbounded near the point, instead of the two inequalities.

Clearing fractional exponents with the substitution u = x^(1/n)

The expression mixes powers of $x$ whose fractional exponents have different denominators, $\sqrt{x}$ against $\sqrt[3]{x}$ or $x^{3/4}$ against $x^{1/2}$, and substitution returns $0/0$. Over one denominator, $x^{4/3}$ against $x^{1/3}$, the common power factors out. It is the move to reach for when no single conjugate can touch both roots.

  1. Collect the exponents

    Write every root as a power, take the denominators $n_{1},\dots,n_{k}$ of those exponents and set $n=\operatorname{lcm}(n_{1},\dots,n_{k})$. The product of the indices is never wrong, only more expensive: it raises the degree of the polynomial you are about to factor.

  2. Substitute, and move the point too

    Put $u=x^{1/n}$, so $x=u^{n}$ and every power of $x$ becomes an integer power of $u$. Translate the point in the same breath: $x\to a$ becomes $u\to a^{1/n}$, because $x\mapsto x^{1/n}$ is continuous and strictly increasing on $x>0$. An even $n$ also demands $x\ge 0$.

  3. Solve the polynomial problem

    What is left is an ordinary $0/0$ in $u$, with $u-a^{1/n}$ a common factor of both parts. Expose it with the difference of squares or cubes, cancel, substitute.

  4. Answer in numbers, and keep it exact

    An answer still written in $u$ answers a different question. Collapse any leftover power to a single surd: $3\cdot 4^{2/3}=3\cdot 2^{4/3}=6\sqrt[3]{2}$.

  5. Know when not to use it

    One square root against a constant is cheaper with the conjugate. The substitution earns its cost only when two different indices are present.

Where it goes wrong
  • Substituting the expression but leaving the point behind, so the polynomial gets evaluated at $a$ instead of $a^{1/n}$.

  • Reporting the answer in $u$.

  • Using an even $n$ without noting that $x\ge 0$ is now required, which quietly changes the domain.

  • Reaching for the substitution when a single conjugate would have finished the line.

Zero over zero: (x² − 4)/(x − 2) at x = 2

Compute $$\displaystyle\lim_{x\to 2}\frac{x^{2}-4}{x-2}$$.

Given
  • $\dfrac{x^{2}-4}{x-2}$

Find

The limit at 2.

Solution
Diagnose, repair, substitute
$$x=2:\ \frac{0}{0}$$

the numerator vanishes too, so the trouble may be removable

$$\frac{(x-2)(x+2)}{x-2}=x+2\ (x\neq 2)$$

the shared factor cancels

$$\lim_{x\to 2}(x+2)=4$$

substitution in the repaired expression is legal

Answer $$\boxed{4}$$
Check

At $x=2.001$ the original gives $4.001$ — finite and near 4, not large.

Nonzero over zero: (x² + 4)/(x − 2) at x = 2

Compute $$\displaystyle\lim_{x\to 2^{+}}\frac{x^{2}+4}{x-2}$$ and $$\displaystyle\lim_{x\to 2^{-}}\frac{x^{2}+4}{x-2}$$.

Given
  • $\dfrac{x^{2}+4}{x-2}$

Find

Both one sided limits at 2.

Solution
Diagnose, then sign each side
$$x=2:\ \frac{8}{0}$$

the numerator does not vanish, so no cancellation is possible and nothing can be repaired

$$x\to 2^{+}:\ \frac{8}{0^{+}}\to+\infty$$

just right of 2 the denominator is a small positive number

$$x\to 2^{-}:\ \frac{8}{0^{-}}\to-\infty$$

just left of 2 it is a small negative number

Answer $$\boxed{+\infty\ \text{and}\ -\infty;\ \text{no two sided limit}}$$
Check

At $x=2.001$ the value is $8004$ and at $x=1.999$ it is $-7996$ — enormous and of opposite signs.

The two expressions differ by a single sign inside the numerator, and that sign decides whether the answer is a small whole number or a pair of infinities.

How to tell them apart

Evaluate the numerator at $a$ first: zero on top means rewrite and expect a finite answer; nonzero on top means take the sides and report signed infinities.

An absolute value that survives: |x| / x at 0

Compute $$\displaystyle\lim_{x\to 0}\frac{|x|}{x}$$.

Given
  • $\dfrac{|x|}{x}$

Find

The two sided limit at 0.

Solution
Unpack per side
$$x>0:\ \frac{x}{x}=1;\qquad x<0:\ \frac{-x}{x}=-1$$

the sign flip is the whole content of the function

$$1\neq -1$$

the sides disagree, so the existence test fails

Answer $$\boxed{\text{does not exist}}$$
Check

The function takes only the values $\pm1$, and both of them in every interval around 0.

An absolute value that gets drowned: x² / |x| at 0

Compute $$\displaystyle\lim_{x\to 0}\frac{x^{2}}{|x|}$$.

Given
  • $\dfrac{x^{2}}{|x|}$

Find

The two sided limit at 0.

Solution
Unpack per side
$$x>0:\ \frac{x^{2}}{x}=x\to 0;\qquad x<0:\ \frac{x^{2}}{-x}=-x\to 0$$

the sign flip is still there, but both branches now head for the same number

$$0=0$$

the existence test is satisfied

Answer $$\boxed{0}$$
Check

Equivalently $\frac{x^{2}}{|x|}=|x|$ for $x\neq0$, and $|x|\to 0$ — a second route to the same answer.

Both functions flip sign at 0 and both are undefined there, yet one has no limit and the other has a perfectly ordinary one.

How to tell them apart

Unpack the absolute value on each side and then compare the two branches: if the flip leaves two different numbers, the limit dies; if both branches head to the same number, the flip is irrelevant.

Scaffolding comes off
The common skeleton
  1. Substitute the point and name the form you get.

  2. Let the form choose the repair: factor, conjugate, combine, or unpack an absolute value.

  3. Do the algebra, and write down that it is valid only for $x\neq a$.

  4. Substitute into the repaired expression.

  5. Check the answer against a neighbour of the point.

1 · fully worked

Rung 1 — worked in full: (x² + 2x − 3)/(x² − 1) at x = 1

Compute $$\displaystyle\lim_{x\to 1}\frac{x^{2}+2x-3}{x^{2}-1}$$.

Given
  • $\dfrac{x^{2}+2x-3}{x^{2}-1}$

Find

The limit at 1.

Solution
Step 1 — substitute and name the form
$$x=1:\ \frac{1+2-3}{1-1}=\frac{0}{0}$$

indeterminate, so substitution is refused and a rewrite is required

Steps 2 and 3 — factor and cancel
$$x^{2}+2x-3=(x+3)(x-1)$$

we look for the factor $(x-1)$ specifically, because that is the one guaranteed by the form

$$x^{2}-1=(x-1)(x+1)$$

difference of two squares

$$\frac{(x+3)(x-1)}{(x-1)(x+1)}=\frac{x+3}{x+1}\qquad (x\neq 1)$$

cancelling is legal off the point, and off the point is where the limit lives

Step 4 — substitute into the repaired expression
$$\lim_{x\to 1}\frac{x+3}{x+1}=\frac{4}{2}=2$$

the denominator tends to $2\neq 0$, so the quotient law applies

Answer $$\boxed{2}$$
Check

Step 5, with a neighbour: at $x=1.01$ the original expression gives $\frac{0.0401}{0.0201}=1.995$.

2 · you write the reasoning

Now an easier one, but you supply the reasons. Compute $$\displaystyle\lim_{x\to 4}\frac{x^{2}-16}{x-4}$$ and write, in the empty column, why each line is allowed.

  1. reasoning

    Substitution is a diagnosis: the form is indeterminate, so nothing has been decided yet and a rewrite is required.

  2. reasoning

    The form $0/0$ guarantees that both polynomials vanish at 4, so both contain the factor $(x-4)$ — this is the factor to expose.

  3. reasoning

    Cancelling is valid only for $x\neq 4$, and a limit at 4 never looks at $x=4$, so no information is lost.

  4. reasoning

    The repaired expression is a polynomial, so the substitution licence applies and the limit is its value at 4.

3 · find the buried error

Harder, and this time the work is done for you — badly. Two of the four steps below are wrong. Find both. The problem: compute $$\displaystyle\lim_{x\to 2^{-}}\frac{x^{2}-3x+2}{|x-2|}$$.

the two buried errors (2)
⚠ step 2

The branch of the absolute value was chosen by closeness to 2 instead of by side. Approaching from the left means $x<2$, so $x-2<0$ and $|x-2|=-(x-2)$.

The bars look like they can be removed once x is near the point, and the minus sign has no visible cause on the page.

right

For $x<2$: $\dfrac{(x-1)(x-2)}{-(x-2)}=-(x-1)$, so the left hand limit is $-(2-1)=-1$.

⚠ step 4

A one sided computation was reported as a two sided limit, and continuity was claimed at a point where the function is not even defined.

Once a number appears, the habit is to write the plain limit symbol; and continuity gets asserted from the existence of a limit alone, skipping the domain condition.

right

Only the left hand limit was computed, so only $\lim_{x\to 2^{-}}$ may be reported. The right hand limit is $+ (2-1)=1$, so the two sided limit does not exist; and $f(2)$ is undefined, so continuity at 2 is impossible.

4 · the bare problem
§01.3 — one sided limit with an absolute value, no scaffolding●●●○○

Same skeleton, no help this time. Diagnose the form, choose the repair, keep track of the side, and check your answer against a neighbour before looking.

Given
  • $$\displaystyle\lim_{x\to 3^{+}}\frac{x^{2}-9}{|x-3|}$$

Find
  1. (a) Compute the limit.

Hint 1/4

Two things need deciding before any algebra: which form this is, and which side you are on.

Hint 2/4

$x^{2}-9=(x-3)(x+3)$, and for $x>3$ the inside of the absolute value is positive, so $|x-3|=x-3$.

Hint 3/4

Then $\dfrac{(x-3)(x+3)}{x-3}=x+3$ for $x>3$, and the point is $a=3$.

Hint 4/4

Substituting into $x+3$ gives $6$.

Show solution
Diagnose, unpack, cancel, substitute
$$x=3:\ \frac{0}{0}$$

indeterminate, so a rewrite is required

$$x>3\ \Rightarrow\ |x-3|=x-3$$

the side fixes the branch; from the left the answer would carry the opposite sign

$$\frac{(x-3)(x+3)}{x-3}=x+3\qquad (x\neq 3)$$

cancelling the shared factor

$$\lim_{x\to 3^{+}}(x+3)=6$$

polynomial, so substitution is licensed

Answer $$\boxed{6}$$
Check

Neighbour on the correct side: at $x=3.01$ the original gives $\frac{0.0601}{0.01}=6.01$. On the wrong side, $x=2.99$ would give $-5.99$, which is how you catch a side error.

Full exam-style question

Exam format: a function with a jump, an asymptote and a hidden holeexam format

A full length limits question sets one piecewise function and then walks four points of interest past it, with the parts getting harder as they go. The marks are in the reasoning, and every part is decided by one of four diagnoses: a number, zero over zero, nonzero over zero, or a rule that changes at the point.

$$f(x)=\begin{cases}\dfrac{x^{2}-x-6}{x-3}, & x<3\\ 4, & x=3\\ \dfrac{2x}{x-4}, & x>3,\ x\neq 4\end{cases}$$

Given
  • $f(x)=\dfrac{x^{2}-x-6}{x-3}$ for $x<3$

  • $f(3)=4$

  • $f(x)=\dfrac{2x}{x-4}$ for $x>3$, $x\neq 4$

Find

(a) the two one sided limits at 3; (b) whether the limit at 3 exists and whether f is continuous there; (c) the two one sided limits at 4 and the asymptote; (d) all discontinuities in [0, 6], classified.

Solution
(a) The two sides of x = 3
$$x\to 3^{-}:\ \frac{x^{2}-x-6}{x-3}=\frac{(x-3)(x+2)}{x-3}=x+2$$

the left branch gives $0/0$, so factor; the cancellation is valid for $x\neq 3$

$$\lim_{x\to 3^{-}}f(x)=3+2=5$$

substitution in the repaired expression

$$\lim_{x\to 3^{+}}f(x)=\frac{2\cdot 3}{3-4}=\frac{6}{-1}=-6$$

the right branch is a rational function whose denominator is not 0 at 3, so substitution is immediately legal

(b) Existence and continuity at 3
$$5\neq -6\ \Rightarrow\ \lim_{x\to 3}f(x)\ \text{does not exist}$$

the existence test compares the two sides, and they are far apart

$$\Rightarrow f\ \text{is not continuous at }3$$

condition 2 of the definition fails, so the value f(3) = 4 cannot rescue anything

(c) The two sides of x = 4
$$x=4:\ \frac{2\cdot 4}{0}=\frac{8}{0}$$

nonzero over zero, so this is a blow up and no algebra will repair it

$$x\to 4^{-}:\ \frac{8}{0^{-}}\to -\infty,\qquad x\to 4^{+}:\ \frac{8}{0^{+}}\to +\infty$$

the sign of the denominator is what the side decides

$$\Rightarrow x=4\ \text{is a vertical asymptote}$$

one side is enough for the asymptote, and here both blow up

(d) All discontinuities in [0, 6]
$$x=3:\ \text{jump discontinuity}$$

both one sided limits exist and are finite but differ, which is the definition of a jump; not repairable by any single value

$$x=4:\ \text{infinite discontinuity}$$

the limit fails by blowing up, so again no value can repair it

$$\text{elsewhere on }[0,6]:\ \text{continuous}$$

each branch is a rational function and no other point of the interval kills a denominator

Answer $$\boxed{\text{(a) }5\ \text{and}\ -6;\quad\text{(b) no limit, not continuous};\quad\text{(c) }-\infty,\ +\infty,\ x=4;\quad\text{(d) jump at }3,\ \text{infinite at }4}$$
Check

Spot check every claim with one neighbour each: $f(2.99)=4.99$, $f(3.01)=\frac{6.02}{-0.99}=-6.08$, $f(3.99)=\frac{7.98}{-0.01}=-798$, $f(4.01)=\frac{8.02}{0.01}=802$.

Four parts, four diagnoses, and only one of them needed algebra.

What each skipped step costs. Skip the factoring in (a) and you report $0/0$ or, worse, a wrong finite number — and every later part that quotes the left limit inherits it. Skip the sides in (c) and you write a single $\infty$, which loses the entire sign discussion the part exists to test. Skip the domain check in (d) and you call the jump removable, which is the single most common error on this question type: a jump is never repairable, because no choice of one value can equal two different one sided limits.

Practice

A · concept 4 questions
1§01.2 — value at the point versus limit at the point●○○○○

A classmate is revising and says: a function has to be defined at a point before it can have a limit there, otherwise there is nothing to take the limit of. Decide whether the statement below, which is his claim written precisely, is true or false.

Given
  • Claim: if $f(a)$ is undefined, then $\lim_{x\to a}f(x)$ cannot exist.

Find
  1. (a) True or false, with a reason or a counterexample.

Hint 1/4

Ask which points the definition of a limit actually looks at.

Hint 2/4

The definition talks about $x$ close to $a$ with $x\neq a$; the point itself is deliberately excluded.

Hint 3/4

Test it on $f(x)=\dfrac{x^{2}-4}{x-2}$: $f(2)$ is undefined and the values near 2 close in on 4.

Hint 4/4

So the claim is false, and the counterexample is one line long.

Show solution
Produce a counterexample
$$f(x)=\frac{x^{2}-4}{x-2}:\ f(2)=\frac00\ \text{undefined}$$

the point is genuinely outside the domain

$$\frac{(x-2)(x+2)}{x-2}=x+2\ (x\neq2)\Rightarrow \lim_{x\to2}f(x)=4$$

the neighbours settle on 4 regardless

Answer $$\boxed{\text{False}}$$
Check

The instantaneous speed computation was the same shape: the difference quotient is undefined at $h=0$ and still has the limit 19.6.

2§01.3 — what the existence test actually demands●●○○○

An answer sheet reads: both one sided limits exist here, therefore the two sided limit exists and equals one of them. The reasoning is stated below as a general claim.

Given
  • Claim: if $\lim_{x\to a^{-}}f(x)$ and $\lim_{x\to a^{+}}f(x)$ both exist, then $\lim_{x\to a}f(x)$ exists.

Find
  1. (a) True or false, with a reason or a counterexample.

Hint 1/4

Write the existence test out in full and count how many demands it makes.

Hint 2/4

$\lim_{x\to a}f=L$ requires both one sided limits to exist and to be the same number $L$.

Hint 3/4

Test it on $f(x)=\dfrac{|x|}{x}$ at $0$: the right limit is 1, the left limit is $-1$, both existing.

Hint 4/4

So the claim is false: existence of both sides is necessary but not sufficient.

Show solution
Split the test into its two demands
$$\text{existence of both sides}\ \wedge\ \text{equality}$$

the second demand is the one the claim drops

$$\lim_{x\to0^{+}}\frac{|x|}{x}=1\neq-1=\lim_{x\to0^{-}}\frac{|x|}{x}$$

both exist, and the two sided limit still does not

Answer $$\boxed{\text{False}}$$
Check

The piecewise example from the figure does the same job with different numbers: 2 and 3 both exist, and the limit does not.

3§01.4 — what an infinite limit statement claims●●○○○

A grader writes 'the limit exists and equals $+\infty$' on one script and 'the limit does not exist, it is $+\infty$' on another, and marks both correct. Only one of the statements below explains why.

Given
  • The statement $\lim_{x\to a}f(x)=+\infty$

Find
  1. (a) Which reading is correct?

Hint 1/4

Ask what kind of object $+\infty$ is before asking what the equation claims.

Hint 2/4

$\infty$ is not a real number, so an equation ending in $\infty$ cannot be reporting a value in the usual sense.

Hint 3/4

In $\lim_{x\to 0}\frac{1}{x^{2}}=+\infty$ the outputs at $x=0.01$ and $x=0.001$ are $10^{4}$ and $10^{6}$ — passing every bound.

Hint 4/4

So the statement describes the manner of failure, and no finite limit exists.

Show solution
Classify the symbol, then the claim
$$+\infty\notin\mathbb{R}$$

so the equation is not reporting a real value

$$\forall M>0\ \exists\ \text{neighbourhood of } a:\ f(x)>M$$

the actual content of the notation

Answer $$\boxed{\text{a description of unbounded growth, not a value}}$$
Check

Consistency test: if $+\infty$ were a value, the difference law would let us write $\infty-\infty=0$, which fails for $\frac{1}{x^{2}}-\frac{1}{x^{4}}$ at 0.

4§01.5 — the limit laws only run forwards●●●○○

On a homework a student argues: the sum has a limit, so each part must have one too, otherwise where would the sum's limit come from. The claim is written out below.

Given
  • Claim: if $\lim_{x\to a}\bigl[f(x)+g(x)\bigr]$ exists, then $\lim_{x\to a}f(x)$ and $\lim_{x\to a}g(x)$ exist.

Find
  1. (a) True or false, with a reason or a counterexample.

Hint 1/4

Read the sum law and identify which part is the hypothesis and which is the conclusion.

Hint 2/4

The law says: if $\lim f$ and $\lim g$ exist, then $\lim(f+g)$ is their sum. It claims nothing in the other direction.

Hint 3/4

Take $f(x)=\frac1x$ and $g(x)=-\frac1x$ at $a=0$: then $f(x)+g(x)=0$ for every $x\neq 0$.

Hint 4/4

So $\lim_{x\to0}(f+g)=0$ exists while neither piece has a limit, and the claim is false.

Show solution
Construct the counterexample
$$f(x)=\tfrac1x,\quad g(x)=-\tfrac1x$$

each blows up at 0, in opposite directions

$$f(x)+g(x)=0\ \ (x\neq 0)\Rightarrow \lim_{x\to0}(f+g)=0$$

the combination is the zero function away from 0

Answer $$\boxed{\text{False}}$$
Check

A second, different counterexample confirms it is not a fluke of that pair: $f(x)=\frac{|x|}{x}$ and $g(x)=-\frac{|x|}{x}$ at 0.

B · computation 8 questions
1§01.1 — a difference quotient in disguise●●○○○

This is the limit that will define the derivative in a few weeks, met here as an ordinary algebra problem. It looks harder than it is because the variable is called h.

Given
  • $$\displaystyle\lim_{h\to 0}\frac{(3+h)^{2}-9}{h}$$

Find
  1. (a) Compute the limit.

Hint 1/4

Diagnose the form first; the letter used for the variable changes nothing.

Hint 2/4

Substituting $h=0$ gives $0/0$, so expand the square and look for the factor $h$ to cancel.

Hint 3/4

$(3+h)^{2}-9=9+6h+h^{2}-9=6h+h^{2}=h(6+h)$, and the denominator is $h$.

Hint 4/4

So the quotient is $6+h$ for $h\neq0$, whose limit is 6.

Show solution
Expand, factor, cancel, substitute
$$h=0:\ \frac{0}{0}$$

indeterminate, so rewrite

$$(3+h)^{2}-9=6h+h^{2}=h(6+h)$$

expanding is what exposes the factor h; the constant 9 cancels by design

$$\frac{h(6+h)}{h}=6+h\qquad(h\neq0)$$

cancellation valid away from the point

$$\lim_{h\to0}(6+h)=6$$

polynomial in h, so substitution is licensed

Answer $$\boxed{6}$$
Check

At $h=0.001$ the original expression gives $\frac{9.006001-9}{0.001}=6.001$.

2§01.5 — factor and cancel with a sign to watch●●○○○

A routine factor and cancel, with one trap: the point is negative, so a careless sign in the last substitution changes the answer entirely.

Given
  • $$\displaystyle\lim_{x\to -3}\frac{x^{2}+3x}{x^{2}-9}$$

Find
  1. (a) Compute the limit.

Hint 1/4

Decide the form, then decide what to factor out of each part.

Hint 2/4

Substitution gives $0/0$. The numerator has a common factor $x$; the denominator is a difference of squares.

Hint 3/4

$\frac{x(x+3)}{(x-3)(x+3)}=\frac{x}{x-3}$ for $x\neq-3$, and the point is $x=-3$.

Hint 4/4

Substituting: $\frac{-3}{-6}=\frac12$.

Show solution
Factor both parts, cancel, substitute
$$x=-3:\ \frac{9-9}{9-9}=\frac00$$

indeterminate

$$\frac{x(x+3)}{(x-3)(x+3)}=\frac{x}{x-3}\qquad(x\neq-3)$$

the shared factor is $(x+3)$, the one that vanishes at the point

$$\lim_{x\to-3}\frac{x}{x-3}=\frac{-3}{-6}=\frac12$$

denominator tends to $-6\neq0$, so the quotient law applies; two negatives make the answer positive

Answer $$\boxed{\tfrac12}$$
Check

At $x=-3.01$ the original gives $\frac{0.0301}{0.0601}=0.5008$, close to $0.5$ and clearly positive.

3§01.5 — conjugate with a shifted root●●○○○

Same conjugate move as in the worked example, with different numbers so that the pattern has to be recognised rather than recalled.

Given
  • $$\displaystyle\lim_{t\to 0}\frac{\sqrt{t+9}-3}{t}$$

Find
  1. (a) Compute the limit.

Hint 1/4

Diagnose the form, then ask what is blocking the cancellation.

Hint 2/4

The form is $0/0$ and a root is in the way, so multiply above and below by the conjugate $\sqrt{t+9}+3$.

Hint 3/4

$\frac{(t+9)-9}{t\left(\sqrt{t+9}+3\right)}=\frac{t}{t\left(\sqrt{t+9}+3\right)}=\frac{1}{\sqrt{t+9}+3}$ for $t\neq0$.

Hint 4/4

Substituting $t=0$: $\frac{1}{3+3}=\frac16$.

Show solution
Rationalize the numerator
$$t=0:\ \frac{3-3}{0}=\frac00$$

indeterminate, and the obstruction is the root

$$\cdot\frac{\sqrt{t+9}+3}{\sqrt{t+9}+3}\Rightarrow \frac{(t+9)-9}{t(\sqrt{t+9}+3)}$$

multiplying by 1 in the shape that removes the root, using $(\sqrt{u}-v)(\sqrt{u}+v)=u-v^{2}$

$$=\frac{1}{\sqrt{t+9}+3}\qquad(t\neq0)$$

the t that blocked the cancellation is now visible on top

$$\lim_{t\to0}\frac{1}{\sqrt{t+9}+3}=\frac16$$

root then quotient law; denominator tends to $6\neq0$

Answer $$\boxed{\tfrac16}$$
Check

At $t=0.01$ the original gives $\frac{3.001666-3}{0.01}=0.16662$, and $1/6=0.16667$.

4§01.3 — designing a piecewise function so that the limit exists●●●○○

Piecewise functions with a parameter are the standard way of asking whether you know that existence is an equation. Here only one number is unknown.

Given
  • $f(x)=\begin{cases}3x+a,& x<1\\ x^{2}-2,& x\ge 1\end{cases}$

Find
  1. (a) Find the value of $a$ for which $\lim_{x\to 1}f(x)$ exists.

  2. (b) State the limit for that value of a.

Hint 1/4

The two sides are two different formulas, so write each one down before trying to impose anything.

Hint 2/4

Existence at 1 means $\lim_{x\to1^{-}}f(x)=\lim_{x\to1^{+}}f(x)$, and the branch is chosen by the side.

Hint 3/4

Left: $3(1)+a=3+a$. Right: $1^{2}-2=-1$. Set them equal.

Hint 4/4

$3+a=-1$ gives $a=-4$, and then the common value of the two sides is $-1$.

Show solution
Write both sides, then impose equality
$$\lim_{x\to1^{-}}f(x)=3+a$$

left side takes the branch valid for x < 1

$$\lim_{x\to1^{+}}f(x)=1-2=-1$$

right side takes the other branch

$$3+a=-1\Rightarrow a=-4$$

the existence test is the equation; a is the unknown being designed

$$\lim_{x\to1}f(x)=-1$$

with a = −4 both sides give −1

Answer $$\boxed{a=-4,\quad \lim_{x\to1}f(x)=-1}$$
Check

Check the other branch with $a=-4$: $3(0.999)-4=-1.003$, and the right branch at $1.001$ gives $-0.998$ — the two sides now close on the same number.

5§01.4 — one sided infinite limit with a sign to determine●●○○○

Only the side and the sign matter here. If you find yourself factoring, stop and check the numerator first.

Given
  • $$\displaystyle\lim_{x\to -2^{+}}\frac{x^{2}+1}{x+2}$$

Find
  1. (a) Compute the limit.

Hint 1/4

Decide which of the four diagnoses applies before doing anything else.

Hint 2/4

Numerator at $-2$ is $5\neq 0$ and the denominator vanishes, so this is a blow up and the only question is the sign.

Hint 3/4

For $x\to-2^{+}$ we have $x>-2$, so $x+2$ is a small positive number while the numerator stays near 5.

Hint 4/4

A fixed positive number over a small positive number grows without bound, so the limit is $+\infty$.

Show solution
Classify, then sign
$$x=-2:\ \frac{5}{0}$$

nonzero over zero, so no algebra can repair it

$$x\to-2^{+}\Rightarrow x+2\to 0^{+}$$

approaching from the right means x is larger than −2

$$\frac{5}{0^{+}}\to+\infty$$

positive over small positive

Answer $$\boxed{+\infty}$$
Check

At $x=-1.999$ the value is $\frac{4.996}{0.001}=4996$, and it grows as the point is approached. From the other side, $x=-2.001$ gives $-5004$, which is why the side had to be respected.

6§01.7 — a difference of two blow ups that is not a blow up●●●○○

Each of the two terms separately runs off to infinity at 1. Subtracting one infinity from another is meaningless, so the expression has to be combined into a single fraction before anything can be diagnosed.

Given
  • $$\displaystyle\lim_{x\to 1}\left(\frac{1}{x-1}-\frac{2}{x^{2}-1}\right)$$

Find
  1. (a) Compute the limit.

Hint 1/4

Neither term has a limit at 1, so no law applies to the difference as written; the expression must be rewritten as one object.

Hint 2/4

$x^{2}-1=(x-1)(x+1)$, so the common denominator is $(x-1)(x+1)$.

Hint 3/4

$\frac{1}{x-1}-\frac{2}{(x-1)(x+1)}=\frac{(x+1)-2}{(x-1)(x+1)}=\frac{x-1}{(x-1)(x+1)}$.

Hint 4/4

Cancelling gives $\frac{1}{x+1}$ for $x\neq1$, whose limit is $\frac12$.

Show solution
Combine first, diagnose afterwards
$$\text{neither term has a limit at }1$$

so the difference law is unavailable and the expression must be rewritten

$$\frac{1}{x-1}-\frac{2}{(x-1)(x+1)}=\frac{(x+1)-2}{(x-1)(x+1)}$$

one common denominator turns two blow ups into a single fraction

$$=\frac{x-1}{(x-1)(x+1)}=\frac{1}{x+1}\qquad(x\neq1)$$

the numerator now vanishes at 1 too, which is what saves the expression

$$\lim_{x\to1}\frac{1}{x+1}=\frac12$$

denominator tends to $2\neq0$

Answer $$\boxed{\tfrac12}$$
Check

At $x=1.001$: $\frac{1}{0.001}-\frac{2}{0.002001}=1000-999.5=0.4998$, near $\tfrac12$ — and notice the two huge terms nearly cancelling.

7§01.6 — squeeze with a fourth power●●●○○

An oscillating factor whose argument blows up, multiplied by something that dies. The product law is unavailable, so the answer has to be forced by bounds.

Given
  • $$\displaystyle\lim_{x\to 0}x^{4}\cos\frac{2}{x}$$

Find
  1. (a) Compute the limit, showing the sandwich you used.

Hint 1/4

The cosine factor has no limit at $0$, so ask what bounds it instead.

Hint 2/4

$-1\le\cos t\le 1$ for every $t$, including $t=2/x$; and $x^{4}\ge 0$ for every $x$, so multiplying keeps the direction.

Hint 3/4

$-x^{4}\le x^{4}\cos\frac{2}{x}\le x^{4}$, and $\lim_{x\to0}(-x^{4})=\lim_{x\to0}x^{4}=0$.

Hint 4/4

Both walls arrive at 0, so the trapped function does too.

Show solution
Bound and squeeze
$$-1\le\cos\frac2x\le1\qquad(x\neq0)$$

true whatever the argument does, which is why it survives near the bad point

$$-x^{4}\le x^{4}\cos\frac2x\le x^{4}$$

multiplying by $x^{4}\ge0$ preserves the direction of both inequalities

$$\lim_{x\to0}(-x^{4})=0=\lim_{x\to0}x^{4}\Rightarrow \lim_{x\to0}x^{4}\cos\frac2x=0$$

the walls meet, so the theorem applies

Answer $$\boxed{0}$$
Check

Size check: for $|x|<0.1$ the whole expression is at most $10^{-4}$ in absolute value, whatever the cosine does.

8§01.5 — conjugate where the point is not zero●●●○○

The conjugate trick again, but the vanishing factor is now (x − 5) rather than a bare x, which is where most of the sign slips happen.

Given
  • $$\displaystyle\lim_{x\to 5}\frac{\sqrt{x-1}-2}{x-5}$$

Find
  1. (a) Compute the limit.

Hint 1/4

Diagnose, then decide what is blocking the cancellation.

Hint 2/4

Form is $0/0$ with a root on top, so multiply above and below by $\sqrt{x-1}+2$.

Hint 3/4

$\frac{(x-1)-4}{(x-5)\left(\sqrt{x-1}+2\right)}=\frac{x-5}{(x-5)\left(\sqrt{x-1}+2\right)}$, and the shared factor is now visible.

Hint 4/4

Cancelling and substituting: $\frac{1}{\sqrt{4}+2}=\frac14$.

Show solution
Rationalize and cancel
$$x=5:\ \frac{2-2}{0}=\frac00$$

indeterminate

$$\cdot\frac{\sqrt{x-1}+2}{\sqrt{x-1}+2}\Rightarrow\frac{(x-1)-4}{(x-5)(\sqrt{x-1}+2)}=\frac{x-5}{(x-5)(\sqrt{x-1}+2)}$$

the numerator becomes $x-5$ exactly, which is the factor the denominator carries

$$=\frac{1}{\sqrt{x-1}+2}\qquad(x\neq5)$$

cancelling away from the point

$$\lim_{x\to5}\frac{1}{\sqrt{x-1}+2}=\frac{1}{4}$$

denominator tends to $4\neq0$

Answer $$\boxed{\tfrac14}$$
Check

At $x=5.01$ the original gives $\frac{2.0025-2}{0.01}=0.24984$, and $1/4=0.25$.

C · exam level 5 questions
1§01.5 — the laws applied to limits you are given rather than functions you can see●●●○○

An exam favourite: no formulas at all, only two limits, so the only thing being tested is whether you know each law and its hypothesis. Part (d) is the one that separates scripts.

Given
  • $$\displaystyle\lim_{x\to 2}f(x)=4$$

  • $$\displaystyle\lim_{x\to 2}g(x)=-2$$

Find
  1. (a) $$\displaystyle\lim_{x\to 2}\bigl[3f(x)-\bigl(g(x)\bigr)^{2}\bigr]$$

  2. (b) $$\displaystyle\lim_{x\to 2}\frac{f(x)g(x)}{f(x)+g(x)}$$

  3. (c) $$\displaystyle\lim_{x\to 2}\sqrt{f(x)+5}$$

  4. (d) $$\displaystyle\lim_{x\to 2}\frac{f(x)}{g(x)+2}$$ — decide whether the given data determines it, and say why.

Hint 1/4

For each part, first ask which law you want to use and whether its hypothesis is satisfied by the given data.

Hint 2/4

Sum, constant multiple, power, product, root laws all need the pieces to have limits, which they do; the quotient law additionally needs the denominator's limit to be nonzero.

Hint 3/4

With $\lim f=4$ and $\lim g=-2$: (a) $3(4)-(-2)^{2}$; (b) $\frac{4\cdot(-2)}{4+(-2)}$; (c) $\sqrt{4+5}$; (d) denominator $\to -2+2=0$.

Hint 4/4

So (a) $=8$, (b) $=-4$, (c) $=3$, and (d) is not determined: the quotient law does not apply and the data says nothing about the sign of $g+2$ near 2.

Show solution
(a) constant multiple, power, difference
$$\lim\bigl[3f-g^{2}\bigr]=3\lim f-\left(\lim g\right)^{2}$$

all three laws have their hypotheses met, since both limits exist

$$=3(4)-(-2)^{2}=12-4=8$$

the square makes the sign of g irrelevant, but the subtraction does not

(b) product then quotient
$$\lim\frac{fg}{f+g}=\frac{\lim f\cdot\lim g}{\lim f+\lim g}=\frac{4(-2)}{4-2}$$

the quotient law applies because the denominator's limit is $2\neq0$

$$=\frac{-8}{2}=-4$$

arithmetic

(c) root law
$$\lim\sqrt{f+5}=\sqrt{\lim f+5}=\sqrt{9}=3$$

legal because $9\ge 0$, so the root is a real number

(d) the law that refuses
$$\lim\left(g(x)+2\right)=-2+2=0$$

the hypothesis of the quotient law fails, so the law says nothing

$$\text{numerator}\to 4\neq 0\Rightarrow\ \text{the quotient is unbounded near }2$$

so no finite limit is possible, but the sign and even the existence of a one sided infinity depend on how g approaches −2

Answer $$\boxed{8,\ -4,\ 3,\ \text{(d) not determined}}$$
Check

Part (d) is settled by two examples with the same data: $g(x)=-2+(x-2)$ gives $\lim_{x\to2^{+}}=+\infty$, while $g(x)=-2+(x-2)^{2}\sin\frac{1}{x-2}$ makes even the one sided behaviour oscillate. Same hypotheses, different outcomes.

Part (d) is why the quotient law is always quoted with its condition attached: without it the law is simply false.

2§01.3 — two joints, two unknowns●●●●○

The full version of the matching problem: three branches, two joints, and two constants to be chosen so that both joints work. It is a system of two linear equations dressed up as a limit question.

Given
  • $f(x)=\begin{cases}x^{2}-1,& x<2\\ ax+b,& 2\le x<5\\ 3-x,& x\ge 5\end{cases}$

Find
  1. (a) Write $\lim_{x\to2^{-}}f(x)$ and $\lim_{x\to2^{+}}f(x)$ in terms of $a$ and $b$.

  2. (b) Write $\lim_{x\to5^{-}}f(x)$ and $\lim_{x\to5^{+}}f(x)$ in terms of $a$ and $b$.

  3. (c) Find $a$ and $b$ so that both two sided limits exist.

  4. (d) State the value of each of those two limits.

Hint 1/4

Each joint contributes one equation, and each equation comes from the existence test at that joint.

Hint 2/4

At a joint $c$, existence means $\lim_{x\to c^{-}}f(x)=\lim_{x\to c^{+}}f(x)$; the branch is chosen by the side, never by where the equality case is written.

Hint 3/4

Left at 2: $2^{2}-1=3$. Right at 2: $2a+b$. Left at 5: $5a+b$. Right at 5: $3-5=-2$.

Hint 4/4

Solving $2a+b=3$ and $5a+b=-2$ gives $a=-\tfrac53$, $b=\tfrac{19}{3}$, with limits $3$ at $x=2$ and $-2$ at $x=5$.

Show solution
(a) and (b): the four one sided limits
$$\lim_{x\to2^{-}}f(x)=2^{2}-1=3$$

left of 2 the first branch is in force

$$\lim_{x\to2^{+}}f(x)=2a+b$$

right of 2 the middle branch is in force, and a, b ride along

$$\lim_{x\to5^{-}}f(x)=5a+b$$

just left of 5 we are still inside the middle branch

$$\lim_{x\to5^{+}}f(x)=3-5=-2$$

right of 5 the last branch takes over

(c): two existence tests give two equations
$$2a+b=3$$

existence at the first joint

$$5a+b=-2$$

existence at the second joint

$$(5a+b)-(2a+b)=3a=-5\ \Rightarrow\ a=-\tfrac53$$

subtracting eliminates b, which is the cheaper unknown to remove here

$$b=3-2a=3+\tfrac{10}{3}=\tfrac{19}{3}$$

back substitution into the first equation

(d): report the limits
$$\lim_{x\to2}f(x)=3,\qquad \lim_{x\to5}f(x)=-2$$

each equals the branch value that did not contain the unknowns, which is the quickest way to state them

Answer $$\boxed{a=-\tfrac53,\ b=\tfrac{19}{3},\quad \lim_{x\to2}f=3,\ \lim_{x\to5}f=-2}$$
Check

Substitute back into the branch that was not used to state each answer: $2a+b=-\tfrac{10}{3}+\tfrac{19}{3}=3$ and $5a+b=-\tfrac{25}{3}+\tfrac{19}{3}=-2$. Both match.

3§01.4 and 01.7 — one rational function, every diagnosis in the section●●●●○

One function, two suspicious points, and two completely different verdicts. This is the shape of the standard exam question on asymptotes and continuity, and the marks are for telling the two points apart.

Given
  • $f(x)=\dfrac{x^{2}-x-2}{x^{2}-4}$

Find
  1. (a) Factor and simplify, stating where the simplification is valid.

  2. (b) Find $\lim_{x\to2}f(x)$.

  3. (c) Find $\lim_{x\to-2^{-}}f(x)$ and $\lim_{x\to-2^{+}}f(x)$, and give the vertical asymptote.

  4. (d) List every point where f fails to be continuous, classify each, and say which can be repaired.

Hint 1/4

Two points make the denominator vanish; the numerator decides which of them is a hole and which is an asymptote.

Hint 2/4

Factor: $x^{2}-x-2=(x-2)(x+1)$ and $x^{2}-4=(x-2)(x+2)$. A shared factor means a hole, an unmatched one means a blow up.

Hint 3/4

So $f(x)=\dfrac{x+1}{x+2}$ for $x\neq2$. At $x=2$: $\tfrac34$. At $x=-2$: numerator $\to-1\neq0$, denominator $\to0$.

Hint 4/4

Hence $\lim_{x\to2}f=\tfrac34$ (a hole), $\lim_{x\to-2^{-}}f=+\infty$, $\lim_{x\to-2^{+}}f=-\infty$, and $x=-2$ is the vertical asymptote.

Show solution
(a) factor and cancel
$$\frac{(x-2)(x+1)}{(x-2)(x+2)}=\frac{x+1}{x+2}\qquad(x\neq2)$$

the restriction $x\neq2$ is part of the answer: without it the two functions are different

(b) the shared factor point
$$\lim_{x\to2}f(x)=\frac{2+1}{2+2}=\frac34$$

the repaired expression is a rational function whose denominator is 4 at the point

(c) the unmatched factor point
$$x\to-2:\ \text{numerator}\to-1\neq0,\ \text{denominator}\to0$$

nonzero over zero, so a blow up rather than a hole

$$x\to-2^{-}:\ x+2\to0^{-}\Rightarrow \frac{-1}{0^{-}}\to+\infty$$

negative over small negative is large positive

$$x\to-2^{+}:\ x+2\to0^{+}\Rightarrow \frac{-1}{0^{+}}\to-\infty$$

negative over small positive is large negative

(d) classify
$$x=2:\ \text{removable, repair with } f(2)=\tfrac34$$

the limit exists and only the value is missing

$$x=-2:\ \text{infinite, not repairable}$$

no value can be assigned because the limit itself does not exist

Answer $$\boxed{\text{hole at }2\ \left(\tfrac34\right);\quad \text{asymptote } x=-2:\ +\infty\ \text{from the left},\ -\infty\ \text{from the right}}$$
Check

Four neighbours, one per claim: $f(1.99)=0.74937$, $f(2.01)=0.75062$, $f(-2.001)=1001$, $f(-1.999)=-999$.

Notice that the sign pattern at −2 is the opposite of the usual one, because the numerator is negative there. Reading the signs off a memorised picture instead of the actual numerator is the standard way to lose these marks.

4§01.6 — how much a sandwich can force●●●●○

A squeeze question with a sting in the tail. The inequality is stated for all x, not merely for x near 2, and part (b) asks what that stronger hypothesis buys you.

Given
  • $2x-1\le f(x)\le x^{2}-2x+3$ for every real $x$

Find
  1. (a) Find $\lim_{x\to2}f(x)$.

  2. (b) Can $f(2)$ be determined? If so, find it.

  3. (c) Is $f$ continuous at 2?

  4. (d) Which answers change if the inequality is only assumed for $x\neq 2$?

Hint 1/4

Separate what the inequality says about neighbours of 2 from what it says at 2 itself.

Hint 2/4

The Squeeze Theorem uses the inequality near $a$ and needs both bounds to share a limit; an inequality that also holds at $a$ additionally pins the value there.

Hint 3/4

Bounds at $x=2$: $2(2)-1=3$ and $2^{2}-2(2)+3=3$. Both bounds have limit 3 at 2, and both equal 3 at 2.

Hint 4/4

So $\lim_{x\to2}f(x)=3$; the inequality at $x=2$ forces $3\le f(2)\le3$, so $f(2)=3$; hence f is continuous at 2. Without the point itself, only the limit survives.

Show solution
(a) squeeze the limit
$$\lim_{x\to2}(2x-1)=3,\qquad \lim_{x\to2}\left(x^{2}-2x+3\right)=3$$

both bounds are polynomials, so substitution gives their limits

$$\Rightarrow \lim_{x\to2}f(x)=3$$

the two walls meet, so the trapped function is forced

(b) use the inequality at the point itself
$$x=2:\ 3\le f(2)\le 3$$

the hypothesis holds for every x, and at x = 2 the two bounds coincide

$$\Rightarrow f(2)=3$$

a number squeezed between two copies of 3 has no room left

(c) apply the definition of continuity
$$\lim_{x\to2}f(x)=3=f(2)$$

all three conditions hold, so continuity follows immediately

(d) weaken the hypothesis
$$x\neq2\ \text{only}\ \Rightarrow\ \lim_{x\to2}f(x)=3\ \text{still}$$

the Squeeze Theorem never uses the point itself, so part (a) is untouched

$$f(2)\ \text{unconstrained}\ \Rightarrow\ \text{continuity undecidable}$$

with the value free, f could be continuous or have a removable discontinuity

Answer $$\boxed{3,\quad f(2)=3,\quad \text{continuous},\quad \text{(d) only the limit survives}}$$
Check

A concrete f obeying both bounds: $f(x)=x^{2}-2x+3$ itself gives $f(2)=3$; so does $f(x)=2x-1$. Two very different functions, the same forced value at 2.

5§01.4 — infinity minus infinity at a vertical asymptote●●●●○

Ten minutes, three differences at the same point. Both terms blow up at $x=1$ in each one, so the value cannot be read off term by term. Report each side separately.

Given
  • (a) $\dfrac{1}{x-1}-\dfrac{2}{x^{2}-1}$

  • (b) $\dfrac{1}{(x-1)^{2}}-\dfrac{2}{x^{3}-1}$

  • (c) $\dfrac{1}{(x-1)^{3}}-\dfrac{2}{x^{3}-1}$

  • $x^{2}-1=(x-1)(x+1)$ and $x^{3}-1=(x-1)\left(x^{2}+x+1\right)$

Find
  1. (a) Both one sided limits at $1$, and the verdict on the asymptote.

  2. (b) Both one sided limits at $1$, and the verdict on the asymptote.

  3. (c) Both one sided limits at $1$, and the verdict on the asymptote.

Hint 1/4

Both terms run off to infinity at $1$, so the difference is not decided by the terms separately. The question is what the single fraction looks like once they are combined.

Hint 2/4

Combine over the least common denominator, check the numerator does not vanish at $1$, then read the sign off the vanishing factor alone: an even power is positive on both sides, an odd power carries the sign of its base.

Hint 3/4

The combined numerators are $(x+1)-2$, then $\left(x^{2}+x+1\right)-2(x-1)$, then $\left(x^{2}+x+1\right)-2(x-1)^{2}$, over $(x-1)(x+1)$, $(x-1)^{2}\left(x^{2}+x+1\right)$ and $(x-1)^{3}\left(x^{2}+x+1\right)$.

Hint 4/4

In (a) the numerator is $x-1$ and cancels, leaving $\frac{1}{x+1}\to\frac12$. In (b) and (c) the numerator tends to $3\neq 0$, so the square gives $+\infty$ on both sides and the cube gives $+\infty$ then $-\infty$.

Show solution

The three differ only in the power of $x-1$, so combining is the same line three times and all the work is in the last step.

Part (a): the infinities cancel
$$\frac{1}{x-1}-\frac{2}{(x-1)(x+1)}=\frac{(x+1)-2}{(x-1)(x+1)}=\frac{x-1}{(x-1)(x+1)}$$

combining is forced, since $\infty-\infty$ has no value; the numerator then vanishes too, the case the sign recipe excludes

$$=\frac{1}{x+1}\ \longrightarrow\ \frac12\qquad(x\neq 1)$$

a vanishing numerator means the difference was never infinite, only written that way; no asymptote, and the limit is two sided

Part (b): an even power, one sign
$$\frac{1}{(x-1)^{2}}-\frac{2}{(x-1)\left(x^{2}+x+1\right)}=\frac{x^{2}-x+3}{(x-1)^{2}\left(x^{2}+x+1\right)}$$

the lcd is the higher power of the shared factor, not the product of the two denominators

$$\text{numerator}\to 3\neq 0,\qquad x^{2}+x+1\to 3>0,\qquad (x-1)^{2}>0$$

the numerator check rules out a second cancellation; the quadratic contributes a fixed positive sign

$$\lim_{x\to 1^{+}}=\lim_{x\to 1^{-}}=+\infty$$

an even power cannot change sign, so both sides agree and the two sided infinite statement is legitimate

Part (c): an odd power, two signs
$$\frac{1}{(x-1)^{3}}-\frac{2}{(x-1)\left(x^{2}+x+1\right)}=\frac{\left(x^{2}+x+1\right)-2(x-1)^{2}}{(x-1)^{3}\left(x^{2}+x+1\right)}$$

same combination one power higher; only the exponent of the vanishing factor has changed

$$\text{numerator at }1:\ 3-0=3\neq 0$$

nonzero again, so the sign of the whole expression is the sign of the denominator

$$\lim_{x\to 1^{+}}=+\infty,\qquad \lim_{x\to 1^{-}}=-\infty$$

an odd power carries the sign of its base, so the denominator flips across $1$ and the numerator does not; the two sided limit fails, the asymptote stands

Answer $$\boxed{\text{(a) }\tfrac12,\ \tfrac12;\quad \text{(b) }+\infty,\ +\infty;\quad \text{(c) }+\infty,\ -\infty}$$
Check

At $x=1.01$ and $x=0.99$: (a) gives $0.49751$ and $0.50251$; (b) gives $9934.0$ and $10067.3$, both positive; (c) gives $999934$ and $-999934$. The antisymmetry in (c) is itself the check, since only an odd power produces it.

D · interleaved 4 questions
1mixed practice — decide the method yourself●●●●○

From here on the type of each problem is deliberately not announced. Look at the expression, run the diagnosis, and commit to a method before you start computing; deciding what kind of problem you are holding is the skill being trained.

Given
  • $$\displaystyle\lim_{x\to 0}\frac{|x|}{x^{2}+x}$$

Find
  1. (a) Compute the limit, or show that it does not exist.

Hint 1/4

Before any algebra, look for anything in the expression whose behaviour depends on which side of the point you are on.

Hint 2/4

An absolute value must be unpacked per side: $|x|=x$ for $x>0$ and $|x|=-x$ for $x<0$. The denominator factors as $x(x+1)$.

Hint 3/4

Right: $\frac{x}{x(x+1)}=\frac{1}{x+1}\to 1$. Left: $\frac{-x}{x(x+1)}=\frac{-1}{x+1}\to -1$.

Hint 4/4

The two sides give 1 and −1, so the two sided limit does not exist.

Show solution
Identify the type, then split
$$x^{2}+x=x(x+1)$$

factoring first shows the vanishing factor is x, the same thing inside the absolute value

$$x>0:\ \frac{x}{x(x+1)}=\frac{1}{x+1}\to1$$

on the right the bars come off unchanged

$$x<0:\ \frac{-x}{x(x+1)}=\frac{-1}{x+1}\to-1$$

on the left they cost a minus sign

$$1\neq-1$$

existence test fails

Answer $$\boxed{\text{does not exist}}$$
Check

Test values: at $x=0.001$ the expression is $0.999$; at $x=-0.001$ it is $-1.001$.

The type was: one sided analysis forced by an absolute value, with a factorable denominator underneath. Nothing about the notation announced that.

2mixed practice — decide the method yourself●●●○○

No hint about the type. Diagnose the form on the first line, and if a rewrite is needed, notice which factoring identity is being asked for.

Given
  • $$\displaystyle\lim_{x\to 2}\frac{x^{3}-8}{x^{2}-4}$$

Find
  1. (a) Compute the limit.

Hint 1/4

Run the diagnosis first, then ask which of the standard factoring patterns fits each part.

Hint 2/4

The form is $0/0$; use $a^{3}-b^{3}=(a-b)(a^{2}+ab+b^{2})$ on the top and the difference of squares on the bottom.

Hint 3/4

$\frac{(x-2)(x^{2}+2x+4)}{(x-2)(x+2)}=\frac{x^{2}+2x+4}{x+2}$ for $x\neq2$.

Hint 4/4

Substituting: $\frac{4+4+4}{4}=3$.

Show solution
Identify the type, then factor both parts
$$x=2:\ \frac{8-8}{4-4}=\frac00$$

indeterminate, so both parts must share the factor (x − 2)

$$x^{3}-8=(x-2)\left(x^{2}+2x+4\right)$$

difference of cubes with a = x, b = 2

$$\frac{(x-2)(x^{2}+2x+4)}{(x-2)(x+2)}=\frac{x^{2}+2x+4}{x+2}\ (x\neq2)$$

cancel the shared factor

$$\lim_{x\to2}\frac{x^{2}+2x+4}{x+2}=\frac{12}{4}=3$$

denominator tends to $4\neq0$

Answer $$\boxed{3}$$
Check

At $x=2.001$ the original gives $\frac{0.012006}{0.004001}=3.0008$.

The type was: plain factor and cancel, disguised by a cubic that needs the less familiar identity.

3mixed practice — decide the method yourself●●●●○

This one is designed to be misdiagnosed. A denominator that vanishes and a one sided arrow both suggest an infinite limit; check the numerator before you commit to that story.

Given
  • $$\displaystyle\lim_{x\to 1^{-}}\frac{x^{2}-2x+1}{x^{3}-x^{2}}$$

Find
  1. (a) Compute the limit.

Hint 1/4

Decide which diagnosis applies before letting the one sided arrow push you towards an infinity.

Hint 2/4

Both parts vanish at 1, so the form is $0/0$, not nonzero over zero: factor first. Note $x^{2}-2x+1=(x-1)^{2}$ and $x^{3}-x^{2}=x^{2}(x-1)$.

Hint 3/4

$\frac{(x-1)^{2}}{x^{2}(x-1)}=\frac{x-1}{x^{2}}$ for $x\neq1$, and we approach from the left.

Hint 4/4

Substituting: $\frac{1-1}{1}=0$, so the limit is 0 and no infinity appears at all.

Show solution
Identify the type, then repair
$$x=1:\ \frac{0}{0}$$

the numerator vanishes too, so this is not a blow up

$$\frac{(x-1)^{2}}{x^{2}(x-1)}=\frac{x-1}{x^{2}}\qquad(x\neq1)$$

the numerator carries the factor twice, so one copy survives the cancellation

$$\lim_{x\to1^{-}}\frac{x-1}{x^{2}}=\frac{0}{1}=0$$

the side makes no difference once the expression has been repaired

Answer $$\boxed{0}$$
Check

At $x=0.99$ the original gives $\frac{0.0001}{-0.009801}=-0.0102$, small and heading to 0 — not large, so the asymptote reading would have been wrong.

The type was: factor and cancel, with a repeated factor. The one sided arrow was a decoy, and a vanishing denominator on its own never decides anything.

4mixed practice — decide the method yourself●●●●○

A tank is draining. Its volume after t minutes is modelled by $V(t)=200-8t+0.08t^{2}$ litres, valid for $0\le t\le 50$. An engineer needs two different numbers from this model and keeps confusing them.

Given
  • $V(t)=200-8t+0.08t^{2}$ litres, $0\le t\le 50$

Find
  1. (a) Find the average rate of change of the volume over $[10,20]$, with units.

  2. (b) Find the instantaneous rate of change at $t=10$ from the difference quotient, with units.

  3. (c) Explain in one sentence why the two numbers differ in the direction they do.

Hint 1/4

Two different questions are being asked: one about an interval, one about an instant. Decide which formula belongs to which before computing.

Hint 2/4

Average over $[t_1,t_2]$ is $\frac{V(t_2)-V(t_1)}{t_2-t_1}$; the instantaneous rate at $a$ is $\lim_{h\to0}\frac{V(a+h)-V(a)}{h}$.

Hint 3/4

With $V(t)=200-8t+0.08t^{2}$: $V(10)=128$, $V(20)=72$, and $V(10+h)=128-6.4h+0.08h^{2}$.

Hint 4/4

So the average is $\frac{72-128}{10}=-5.6$ L/min and the instantaneous rate is $\lim_{h\to0}(-6.4+0.08h)=-6.4$ L/min.

Show solution
(a) the interval question
$$V(10)=200-80+8=128,\qquad V(20)=200-160+32=72$$

two values of the model, nothing more

$$\frac{72-128}{20-10}=\frac{-56}{10}=-5.6\ \text{L/min}$$

negative because the tank is emptying; the unit is litres per minute because it is a volume over a time

(b) the instant question
$$V(10+h)=200-8(10+h)+0.08(10+h)^{2}=128-6.4h+0.08h^{2}$$

expanding is what exposes the factor $h$; the constant term must come out as $V(10)=128$, which is a free check

$$\frac{V(10+h)-V(10)}{h}=\frac{-6.4h+0.08h^{2}}{h}=-6.4+0.08h\quad(h\neq0)$$

cancel h away from 0

$$\lim_{h\to0}\left(-6.4+0.08h\right)=-6.4\ \text{L/min}$$

polynomial in h, so substitution is licensed

(c) reconcile them
$$-6.4<-5.6$$

the instant rate at the start of the interval is the faster drain, and the average includes later, slower minutes

Answer $$\boxed{-5.6\ \text{L/min average},\qquad -6.4\ \text{L/min at } t=10}$$
Check

Shrink the interval and watch the average approach the instantaneous value: over $[10,11]$ the average is $-6.32$ L/min, over $[10,10.1]$ it is $-6.392$ L/min.

The type was: difference quotient and limit, wearing an applied costume. The words average and instantaneous are the only signal, and they are worth a lot of marks.

Shaped like the real papers 4 questions
1§01.3 — one sided limits when the rule changes at every integer●●●●○

Four parts, about twelve minutes, and no part can be started by substituting. This is the shape the one sided limit question actually takes in this course: a bracket that is locally constant, so the whole job is deciding whether the expression inside crosses an integer as x passes the point. Where the limit fails, the sentence explaining the failure is what gets marked.

Given
  • $\lfloor t\rfloor$ is the greatest integer that does not exceed $t$, so $\lfloor 2.7\rfloor=2$, $\lfloor 3\rfloor=3$ and $\lfloor -1.2\rfloor=-2$.

  • $\lfloor\cdot\rfloor$ is constant on each interval $[n,n+1)$ and jumps up by $1$ at every integer.

Find
  1. (a) $$\displaystyle\lim_{x\to 2}\bigl(\lfloor x\rfloor+\lfloor -x\rfloor\bigr)$$, and separately the value of $\lfloor x\rfloor+\lfloor -x\rfloor$ at $x=2$.

  2. (b) $$\displaystyle\lim_{x\to 1}\lfloor x^{2}+x\rfloor$$

  3. (c) $$\displaystyle\lim_{x\to 1/2}\lfloor x^{2}+x\rfloor$$

  4. (d) $$\displaystyle\lim_{x\to 0}\frac{\lfloor\cos x\rfloor-\cos x}{x^{2}}$$

Hint 1/4

Before writing a single limit symbol, compute the expression at three inputs for each part: a little to the left of the point, at the point, and a little to the right. Two of these four parts have already separated by then, and one of them has already surprised you.

Hint 2/4

$\lfloor u\rfloor$ takes one fixed value on each interval $[n,n+1)$. So if $g$ is continuous at $a$ and $g(a)$ is not an integer, then $\lfloor g(x)\rfloor$ is constant on a whole punctured interval around $a$ and the limit is that constant. If $g(a)$ is an integer, the bracket changes as $g$ crosses it, so compute the two sides separately and finish with the existence test.

Hint 3/4

(a) For $1<x<2$: $\lfloor x\rfloor=1$ and $-x\in(-2,-1)$ so $\lfloor -x\rfloor=-2$. For $2<x<3$: $\lfloor x\rfloor=2$ and $\lfloor -x\rfloor=-3$. At $x=2$: $2+(-2)$. (b) and (c): $x^{2}+x$ is increasing for $x>0$, equals $2$ at $x=1$ and equals $3/4$ at $x=1/2$. (d) For $0<|x|<\pi/2$ one has $0<\cos x<1$.

Hint 4/4

(a) both sides give $-1$, while the value at $x=2$ is $0$. (b) the two sides give $1$ and $2$. (c) the bracket is stuck at $0$ throughout a neighbourhood. (d) the numerator tends to $-1$ and the denominator to $0$ through positive values only.

Show solution
(a) A bracket pair that is blind to everything except integers
$$1<x<2\ \Rightarrow\ \lfloor x\rfloor=1,\quad -2<-x<-1\ \Rightarrow\ \lfloor -x\rfloor=-2$$

on $[1,2)$ the bracket is $1$, and on $[-2,-1)$ it is $-2$

$$\lim_{x\to 2^{-}}\bigl(\lfloor x\rfloor+\lfloor -x\rfloor\bigr)=1+(-2)=-1$$

the sum is the constant $-1$ on the whole interval $(1,2)$, so its limit is that constant

$$2<x<3\ \Rightarrow\ \lfloor x\rfloor=2,\ \lfloor -x\rfloor=-3\ \Rightarrow\ \lim_{x\to 2^{+}}=-1$$

same reading on the other side, and the two sides agree

$$\lim_{x\to 2}\bigl(\lfloor x\rfloor+\lfloor -x\rfloor\bigr)=-1,\qquad \lfloor 2\rfloor+\lfloor -2\rfloor=2-2=0$$

existence test passed, and the value at the point is computed separately because the limit never consults it

(b) The inside expression lands exactly on an integer
$$g(x)=x^{2}+x,\qquad g(1)=2$$

the inner function hits an integer at the point, so the bracket is about to jump

$$g'(x)=2x+1>0\ \text{for}\ x>0\ \Rightarrow\ g\ \text{is increasing near}\ 1$$

this is what tells us which side of $2$ each side of $1$ produces; without it the sides cannot be read off

$$0<x<1\ \text{near}\ 1\ \Rightarrow\ 1<g(x)<2\ \Rightarrow\ \lfloor g(x)\rfloor=1$$

$g$ stays inside $[1,2)$ just to the left, where the bracket is $1$

$$x>1\ \text{near}\ 1\ \Rightarrow\ 2<g(x)<3\ \Rightarrow\ \lfloor g(x)\rfloor=2$$

just to the right $g$ has entered $[2,3)$, where the bracket is $2$

$$\lim_{x\to1^{-}}=1\neq 2=\lim_{x\to1^{+}}\ \Rightarrow\ \text{the limit does not exist}$$

the existence test fails, and this sentence is the answer, not the word DNE on its own

(c) The same inside expression, nowhere near an integer
$$g(1/2)=\tfrac14+\tfrac12=\tfrac34\in(0,1)$$

the inner value is strictly between two consecutive integers, so there is room on both sides

$$g\ \text{continuous at}\ \tfrac12\ \Rightarrow\ 0<g(x)<1\ \text{for all}\ x\ \text{near}\ \tfrac12$$

continuity keeps $g$ inside the same integer window on a whole neighbourhood

$$\lfloor g(x)\rfloor=0\ \text{there}\ \Rightarrow\ \lim_{x\to 1/2}\lfloor x^{2}+x\rfloor=0$$

a function constant on a punctured neighbourhood has that constant as its limit

(d) The bracket collapses, and then the quotient blows up
$$0<|x|<\tfrac{\pi}{2}\ \Rightarrow\ 0<\cos x<1\ \Rightarrow\ \lfloor\cos x\rfloor=0$$

cosine is strictly less than $1$ for every $x\neq0$ in that window and stays positive, so the bracket is $0$ there; note this is false at $x=0$ itself, which is why substituting first is fatal

$$\frac{\lfloor\cos x\rfloor-\cos x}{x^{2}}=\frac{-\cos x}{x^{2}}\qquad(0<|x|<\tfrac{\pi}{2})$$

replacing a function by one it agrees with on a punctured neighbourhood does not change the limit

$$-\cos x\to -1\neq0,\qquad x^{2}\to 0^{+}\ \text{from both sides}$$

a nonzero limit over something tending to zero through positive values only

$$\lim_{x\to 0}\frac{\lfloor\cos x\rfloor-\cos x}{x^{2}}=-\infty$$

the square makes the denominator positive on both sides, so both one sided limits are $-\infty$ and the two sided statement is legitimate

Check

Numbers, one per part. (a) at $x=1.999$ the sum is $1+(-2)=-1$ and at $x=2.001$ it is $2+(-3)=-1$, while at $x=2$ it is $0$. (b) $g(0.999)=1.997$ so the bracket is $1$, and $g(1.001)=2.003$ so the bracket is $2$. (c) $g(0.49)=0.7301$ and $g(0.51)=0.7701$, both bracketing to $0$. (d) at $x=0.1$ the quotient is $-99.50$ and at $x=-0.1$ it is also $-99.50$; at $x=0.01$ both give about $-9999.5$, growing negative on both sides.

2§01.6 — a separate rule on a discrete set, and whether the limit survives it●●●●●

Fifteen minutes and the hardest limit item on a quiz of this course. Three functions that agree everywhere except on a short list of inputs: one list kills the limit, one is irrelevant, one is harmless for a reason worth stating. The marks are in the explicit inputs you write down in (b) and in the single sentence you give for each verdict in (c).

Given
  • For $x>0$ put $s(x)=1+\sqrt{x}\,\cos\dfrac1x$.

  • $f(x)=2$ if $x=\dfrac{1}{3n}$ for some positive integer $n$, and $f(x)=s(x)$ otherwise.

  • $g(x)=2$ if $x=3n$ for some positive integer $n$, and $g(x)=s(x)$ otherwise.

  • $h(x)=1+x$ if $x=\dfrac{1}{3n}$ for some positive integer $n$, and $h(x)=s(x)$ otherwise.

Find
  1. (a) Show that $$\displaystyle\lim_{x\to 0^{+}}s(x)=1$$. Name the theorem you use and check its hypothesis explicitly.

  2. (b) Show that $$\displaystyle\lim_{x\to 0^{+}}f(x)$$ does not exist. Your argument must produce two explicit families of inputs, both entering every interval $(0,\delta)$.

  3. (c) Decide whether $$\displaystyle\lim_{x\to 0^{+}}g(x)$$ and $$\displaystyle\lim_{x\to 0^{+}}h(x)$$ exist, give the values where they do, and give one sentence of reason for each.

Hint 1/4

The three functions differ from each other in only two respects: which inputs get the special treatment, and what the special value is. Before touching any limit, answer for each function whether those special inputs are even present inside every interval $(0,\delta)$.

Hint 2/4

Two facts. First, the Squeeze Theorem: if $u\le w\le v$ on a punctured one sided neighbourhood and $u,v$ share the limit $L$, then $w\to L$ too. Second, the definition side of it: $\lim_{x\to a^{+}}w=L$ requires $w(x)$ to be close to $L$ for every $x$ in a punctured interval, so a single family of inputs reaching $a$ on which $w$ stays a fixed distance away from $L$ destroys the limit, no matter how thin that family is.

Hint 3/4

$-\sqrt{x}\le\sqrt{x}\cos\frac1x\le\sqrt{x}$ for every $x>0$, since $|\cos t|\le1$. For (b) use $x_{n}=\frac{1}{3n}$ and $y_{n}=\frac{1}{3n+1}$, and observe that $3n+1$ is never a multiple of $3$. For (c): the smallest element of $\{3n\}$ is $3$; and on the special inputs of $h$ one has $|h(x)-1|=x$.

Hint 4/4

(a) the two bounds are $1\pm\sqrt{x}$ and both tend to $1$. (b) $f(x_{n})=2$ for every $n$ while $f(y_{n})\to1$, and both families reach $0$. (c) $g$ agrees with $s$ on all of $(0,3)$; and $|h(x)-1|\le\sqrt{x}$ holds on the special inputs as well as off them, since $x\le\sqrt{x}$ for $0<x<1$.

Show solution

Part (c) is the part that separates scripts, because it refuses the lazy rule students take away from (b). A discrete exceptional set is not automatically fatal: it matters only if it reaches the point, and even then only if the values on it fail to approach the same number.

(a) The background function, by squeeze
$$-1\le\cos\frac1x\le 1\qquad (x>0)$$

true for every real input of cosine, however wild, which is the whole point of using a bound instead of a limit here

$$-\sqrt{x}\le\sqrt{x}\,\cos\frac1x\le\sqrt{x}$$

multiplying an inequality by $\sqrt{x}>0$ preserves its direction

$$1-\sqrt{x}\le s(x)\le 1+\sqrt{x}$$

add $1$ throughout; both bounds are now elementary functions

$$\lim_{x\to0^{+}}(1-\sqrt{x})=1=\lim_{x\to0^{+}}(1+\sqrt{x})\ \Rightarrow\ \lim_{x\to0^{+}}s(x)=1$$

hypothesis of the Squeeze Theorem checked: the inequality holds on a punctured right neighbourhood and the two bounds share one limit. The product law is unavailable, because $\cos\frac1x$ has no limit at $0$

(b) Why the special inputs of f are fatal
$$x_{n}=\frac{1}{3n}\ \Rightarrow\ x_{n}>0,\quad x_{n}\to0,\quad f(x_{n})=2\ \text{for every }n$$

these inputs are exactly the special ones, so the value is the constant $2$; and however small $\delta$ is, all $x_{n}$ with $n>\frac{1}{3\delta}$ lie in $(0,\delta)$

$$y_{n}=\frac{1}{3n+1}\ \Rightarrow\ y_{n}\ \text{is never of the form}\ \tfrac{1}{3m}$$

$3n+1$ leaves remainder $1$ on division by $3$, so it is never a multiple of $3$; hence $f(y_{n})=s(y_{n})$

$$|f(y_{n})-1|=\sqrt{y_{n}}\left|\cos\frac{1}{y_{n}}\right|\le\sqrt{y_{n}}\to 0\ \Rightarrow\ f(y_{n})\to 1$$

the same bound as in (a), now read along one family of inputs

$$f(x_{n})\to 2,\quad f(y_{n})\to 1,\quad 2\neq 1\ \Rightarrow\ \lim_{x\to0^{+}}f(x)\ \text{does not exist}$$

a limit $L$ would force every input in some $(0,\delta)$ to give a value near $L$, but every such interval contains inputs of both families and their values stay a distance $1$ apart

(c) One special set that never arrives, one special value that behaves
$$\{3n:n\ge1\}\cap(0,3)=\varnothing\ \Rightarrow\ g(x)=s(x)\ \text{for all}\ 0<x<3$$

the special set does not accumulate at $0$, so on a whole right neighbourhood the special rule is never invoked and $g$ is literally the function from part (a)

$$\lim_{x\to0^{+}}g(x)=\lim_{x\to0^{+}}s(x)=1$$

two functions that agree on a punctured neighbourhood of the point have the same limit there

$$x=\tfrac{1}{3n}\ \text{with}\ 0<x<1:\ |h(x)-1|=x\le\sqrt{x}$$

on the special inputs the special value is $1+x$, and $x\le\sqrt{x}$ holds exactly because $0<x<1$

$$x\ \text{not special}:\ |h(x)-1|=\sqrt{x}\left|\cos\tfrac1x\right|\le\sqrt{x}$$

the bound from (a), unchanged

$$1-\sqrt{x}\le h(x)\le 1+\sqrt{x}\quad(0<x<1)\ \Rightarrow\ \lim_{x\to0^{+}}h(x)=1$$

one inequality now covers both rules, so the Squeeze Theorem applies to $h$ directly; the special inputs are harmless because their values also approach $1$

Check

Take $n=1000$. Then $f(1/3000)=2$ exactly, while $f(1/3001)=1+\sqrt{1/3001}\cos(3001)\approx 0.987$, and the two inputs differ by about $1.1\\times 10^{-7}$. So arbitrarily close together there are inputs whose values differ by about $1$, which no limit permits. For $h$ the same two inputs give $h(1/3000)=1.000333$ and $h(1/3001)\approx0.987$, both inside $1\pm\sqrt{1/3000}=1\pm0.018$, exactly as the squeeze predicts.

3§01.3 — one sided data for the outer function, an inner expression that picks the side●●●●●

Ten minutes, no algebra anywhere, and every mark is a sign argument. The outer function is a black box with three separate readings, and each part just feeds it something different. Parts like this are graded on the sentence that decides the side, so an answer of A with no reason is worth nothing and a reason with a slip in the letter is worth most of the marks.

Given
  • $f$ is defined for every real number.

  • $$\displaystyle\lim_{t\to0^{+}}f(t)=A$$, $$\displaystyle\lim_{t\to0^{-}}f(t)=B$$, and $f(0)=C$.

  • $A$, $B$ and $C$ are three distinct real numbers.

  • Nothing else about $f$ is given.

Find
  1. (a) $$\displaystyle\lim_{x\to0^{-}}f(x^{2})$$

  2. (b) $$\displaystyle\lim_{x\to0^{+}}f(x^{3}-x^{2})$$

  3. (c) $$\displaystyle\lim_{x\to0^{+}}f(\cos x)$$

  4. (d) $$\displaystyle\lim_{x\to0^{+}}f\!\left(x\cos\dfrac1x\right)$$

Hint 1/4

You are never told what $f$ does at a general input, only what it does at inputs very near $0$ and at $0$ itself. So none of the four parts is really a question about $f$: each one is a question about the expression being fed to it.

Hint 2/4

Write $u(x)$ for the inner expression. If $u(x)\to0$ and $u(x)>0$ throughout a punctured one sided neighbourhood, the composite tends to $A$; if $u(x)<0$ throughout it, the composite tends to $B$; at any input where $u(x)=0$ exactly, the composite equals $C$. If two of these three happen at inputs arbitrarily close to the point, the composite has no limit. And if $u$ does not tend to $0$ at all, the given data is silent.

Hint 3/4

(a) $x^{2}>0$ for every $x\neq0$, including negative $x$. (b) $x^{3}-x^{2}=x^{2}(x-1)$, and $x-1<0$ for $0<x<1$. (c) $\cos x\to1$. (d) $\cos\frac1x$ equals $1$ at $x=\frac{1}{2k\pi}$, equals $-1$ at $x=\frac{1}{(2k+1)\pi}$, and equals $0$ at $x=\frac{2}{(2k+1)\pi}$, and all three families run down to $0$.

Hint 4/4

(a) the inner expression is positive on both sides, so the side you came from is irrelevant. (b) the inner expression is a positive square times a negative factor. (c) the inner expression goes to $1$, and about $f$ near $1$ you were told nothing at all. (d) three families of inputs, three different outcomes.

Show solution

Part (c) is included so that (a), (b) and (d) do not train the reflex that every composite question has a letter for an answer. The habit worth carrying out of the room is: first ask whether the inner expression goes to $0$ at all, then ask from which side, and only then read the letter off.

(a) Coming from the left, arriving from the right
$$x\to0^{-}\ \Rightarrow\ x<0,\ \text{but}\ x^{2}>0$$

squaring destroys the sign, so the direction of approach of $x$ tells you nothing about the direction of approach of the input to $f$

$$x^{2}\to 0\ \text{and}\ x^{2}>0\ \text{on a punctured left neighbourhood}$$

the inner expression reaches $0$ strictly from above, which is the reading indexed by $A$

$$\lim_{x\to0^{-}}f(x^{2})=A$$

only the right hand behaviour of $f$ is ever consulted

(b) A square with a negative companion
$$x^{3}-x^{2}=x^{2}(x-1)$$

factoring makes the sign readable at a glance, which is the only thing needed

$$0<x<1\ \Rightarrow\ x^{2}>0,\ x-1<0\ \Rightarrow\ x^{2}(x-1)<0$$

the product of a positive and a negative is negative throughout a punctured right neighbourhood of $0$

$$x^{2}(x-1)\to 0^{-}\ \Rightarrow\ \lim_{x\to0^{+}}f(x^{3}-x^{2})=B$$

the inner expression tends to $0$ and stays on the negative side, so the left hand reading of $f$ is the one that fires

(c) The inner expression does not go where the data lives
$$\lim_{x\to0^{+}}\cos x=1\neq 0$$

cosine is continuous at $0$, so the input handed to $f$ settles near $1$, not near $0$

$$\text{data gives } f \text{ only near } 0 \text{ and at } 0$$

no hypothesis constrains $f$ anywhere near $1$, so no law can be applied

$$f_{1}=f_{2}\ \text{near }0,\quad f_{1}\equiv 0,\ f_{2}\equiv 7\ \text{on}\ [\tfrac12,\infty)$$

two functions carrying exactly the given data and disagreeing on the answer, which is what "not determined" has to be backed by in this course

$$\lim_{x\to0^{+}}f_{1}(\cos x)=0\neq 7=\lim_{x\to0^{+}}f_{2}(\cos x)$$

same hypotheses, different outcomes, so the data cannot determine the value

(d) Three families of inputs, three answers
$$u(x)=x\cos\tfrac1x,\qquad -x\le u(x)\le x\ \Rightarrow\ u(x)\to 0$$

the inner expression does tend to $0$, so unlike (c) the data is relevant; what is left is the side

$$x_{k}=\frac{1}{2k\pi}:\ \cos\tfrac{1}{x_{k}}=1\ \Rightarrow\ u(x_{k})=x_{k}>0\ \Rightarrow\ f(u(x_{k}))\to A$$

along this family the inner expression is positive and tends to $0$, so the right hand reading fires

$$y_{k}=\frac{1}{(2k+1)\pi}:\ \cos\tfrac{1}{y_{k}}=-1\ \Rightarrow\ u(y_{k})=-y_{k}<0\ \Rightarrow\ f(u(y_{k}))\to B$$

along this family it is negative, so the left hand reading fires instead

$$z_{k}=\frac{2}{(2k+1)\pi}:\ \tfrac{1}{z_{k}}=\tfrac{(2k+1)\pi}{2}\ \Rightarrow\ \cos\tfrac{1}{z_{k}}=0\ \Rightarrow\ u(z_{k})=0,\ f(u(z_{k}))=C$$

here the inner expression lands exactly on $0$, so the composite takes the value $f(0)=C$ outright, not a limit

$$A,B,C\ \text{distinct and all three families lie in every }(0,\delta)\ \Rightarrow\ \text{the limit does not exist}$$

a limit would force one number to describe all inputs in some punctured interval, and every such interval contains inputs from all three families

Check

Check that the three families really do run down to $0$ and give what is claimed. At $k=10$: $x_{k}=0.01592$ with $\cos(1/x_{k})=\cos(20\pi)=1$; $y_{k}=0.01516$ with $\cos(21\pi)=-1$; $z_{k}=0.03032$ with $\cos(21\pi/2)=0$ to machine precision. All three lie inside $(0,0.031)$, and $k$ can be taken as large as wished. Part (b) can be spot checked too: at $x=0.01$ the inner expression is $-9.9\times10^{-5}$, negative as claimed.

4§01.5 — two different roots in one numerator, and the identity that removes each●●●●○

Eight to ten minutes. Both parts are zero over zero and neither yields to a single conjugate, because the numerator is one root minus another rather than a root minus a constant. Part (c) costs no computation and is the kind of part this course likes: it pays for naming the rule that licensed a step you already took.

Given
  • $a^{3}-b^{3}=(a-b)(a^{2}+ab+b^{2})$

  • $a^{2}-b^{2}=(a-b)(a+b)$

Find
  1. (a) $$\displaystyle\lim_{x\to0}\frac{\sqrt[3]{1+9x}-\sqrt{1+4x}}{x}$$

  2. (b) $$\displaystyle\lim_{x\to0}\frac{\sqrt[3]{1+6x}-\sqrt{1+4x}}{x}$$, together with one sentence explaining how the answer can come out as it does without the numerator being identically zero.

  3. (c) In (a) you replaced $\sqrt[3]{(1+9x)^{2}}+\sqrt[3]{1+9x}+1$ by $3$ and $\sqrt{1+4x}+1$ by $2$. Name the rules that license those replacements and state the hypothesis each one needs.

Hint 1/4

Substituting gives zero over zero in both parts, so something has to be rewritten first. Look hard at the numerator before choosing a move: it is not a root minus a constant, it is one root minus a different root, and no single multiplication clears both.

Hint 2/4

Both roots equal $1$ at $x=0$, so split the numerator at that common value: $\sqrt[3]{u}-\sqrt{v}=(\sqrt[3]{u}-1)-(\sqrt{v}-1)$. Each piece is now of the form $a-b$ with $b=1$, so multiplying and dividing by the matching second factor from the given identities turns it into $a^{3}-1$ or $a^{2}-1$, which is a polynomial and cancels the $x$.

Hint 3/4

$\dfrac{\sqrt[3]{1+9x}-1}{x}=\dfrac{9}{\sqrt[3]{(1+9x)^{2}}+\sqrt[3]{1+9x}+1}$ and $\dfrac{\sqrt{1+4x}-1}{x}=\dfrac{4}{\sqrt{1+4x}+1}$. Part (b) is the same with $9$ replaced by $6$, and its second fraction is unchanged.

Hint 4/4

As $x\to0$ the first denominator tends to $1+1+1$ and the second to $1+1$. So (a) is $\frac{9}{3}-\frac{4}{2}$ and (b) is $\frac{6}{3}-\frac{4}{2}$.

Show solution

Part (b) exists to punish the shortcut of repairing only one of the two roots. That mistake leaves a nonzero answer in (b) and looks perfectly plausible, so nothing on the page warns you.

Split the numerator at the common value 1
$$\sqrt[3]{1+9x}-\sqrt{1+4x}=\bigl(\sqrt[3]{1+9x}-1\bigr)-\bigl(\sqrt{1+4x}-1\bigr)$$

both roots equal $1$ at $x=0$, so subtracting and adding $1$ produces two independent zero over zero pieces, each with a constant to conjugate against

$$\frac{\sqrt[3]{1+9x}-\sqrt{1+4x}}{x}=\frac{\sqrt[3]{1+9x}-1}{x}-\frac{\sqrt{1+4x}-1}{x}$$

splitting the fraction is legal as an algebraic identity for $x\neq0$; whether the limits may then be separated is decided at the end, once each piece is shown to have one

Repair the cube root with the cubic identity
$$a=\sqrt[3]{1+9x},\ b=1\ \Rightarrow\ (a-1)(a^{2}+a+1)=a^{3}-1=9x$$

the given factorisation with $b=1$; the second factor is the cube root analogue of a conjugate

$$\frac{\sqrt[3]{1+9x}-1}{x}=\frac{9x}{x\left(a^{2}+a+1\right)}=\frac{9}{a^{2}+a+1}$$

the $x$ cancels because $x\neq0$ throughout a punctured neighbourhood, which is all a limit ever looks at

$$a\to 1\ \Rightarrow\ a^{2}+a+1\to 3\ \Rightarrow\ \frac{\sqrt[3]{1+9x}-1}{x}\to\frac{9}{3}=3$$

quotient law, whose hypothesis holds because $3\neq0$

Repair the square root with the usual conjugate
$$(\sqrt{1+4x}-1)(\sqrt{1+4x}+1)=(1+4x)-1=4x$$

the difference of squares identity, again with $b=1$

$$\frac{\sqrt{1+4x}-1}{x}=\frac{4}{\sqrt{1+4x}+1}\to\frac{4}{2}=2$$

cancel $x$, then the quotient law with denominator limit $2\neq0$

Assemble, and see what happens in (b)
$$\lim_{x\to0}\frac{\sqrt[3]{1+9x}-\sqrt{1+4x}}{x}=3-2=1$$

difference law, now legal because each piece has been shown to have a limit

$$\frac{\sqrt[3]{1+6x}-1}{x}=\frac{6}{\sqrt[3]{(1+6x)^{2}}+\sqrt[3]{1+6x}+1}\to\frac{6}{3}=2$$

identical work with $9$ replaced by $6$; only the numerator constant changes

$$\lim_{x\to0}\frac{\sqrt[3]{1+6x}-\sqrt{1+4x}}{x}=2-2=0$$

the two corrections have the same first order size, so the difference is smaller than $x$ and the quotient is driven to $0$

(c) Which rules licensed the two replacements
$$\lim\frac{9}{a^{2}+a+1}=\frac{\lim 9}{\lim(a^{2}+a+1)}\quad\text{needs}\quad \lim(a^{2}+a+1)\neq0$$

the quotient law and its one hypothesis; the value $3$ is nonzero, so the law applies and this is the step being cited

$$\lim\left(a^{2}+a+1\right)=\left(\lim a\right)^{2}+\lim a+1,\qquad \lim a=\lim\sqrt[3]{1+9x}=\sqrt[3]{\lim(1+9x)}=1$$

sum, power and root laws in turn; the root law needs the inside to have a limit, and for an even root it must also be nonnegative, which is why the square root case must mention $1+4x\to1>0$

$$\lim\left(\sqrt{1+4x}+1\right)=\sqrt{1}+1=2\neq 0$$

same chain for the second replacement, and the nonzero value is again what lets the quotient law finish

Check

Numerically, part (a) at $x=10^{-3},10^{-4},10^{-5}$ gives $0.99304$, $0.99930$, $0.99993$, climbing to $1$. Part (b) at the same inputs gives $-1.99\times10^{-3}$, $-2.00\times10^{-4}$, $-2.00\times10^{-5}$: nonzero at every step, and shrinking in proportion to $x$, which is exactly the statement that the numerator is small compared with $x$ rather than identically zero.

Mistake ledger (19 entries)
⚠ Calling the average over a tiny interval the speed at the instant

the numbers get so close that the difference looks like rounding, and a calculator encourages it

wrong$$v(2)\stackrel{?}{=}\frac{s(2.01)-s(2)}{0.01}=19.649$$
right$$v(2)=\lim_{h\to 0}\left(19.6+4.9h\right)=19.6$$
⚠ Cancelling h before it is allowed, or setting h = 0 too early

the h in the denominator is annoying and the temptation is to remove it by substituting rather than by algebra

wrong$$\frac{s(2+0)-s(2)}{0}=\frac{0}{0}=1$$
right$$\frac{s(2+h)-s(2)}{h}=19.6+4.9h\ \ (h\neq 0),\quad\text{then let }h\to 0$$
⚠ Trusting a table of values

a table that repeats the same number four times feels conclusive, and nothing on the screen warns you otherwise

wrong$$f(x)=\sin\!\frac{\pi}{x}:\ f(1)=f(0.5)=f(0.1)=f(0.01)=0\ \Rightarrow\ \lim_{x\to 0}f(x)\stackrel{?}{=}0$$
right$$f\!\left(\tfrac{2}{5}\right)=1,\quad f\!\left(\tfrac{2}{7}\right)=-1\ \Rightarrow\ \lim_{x\to 0}\sin\!\frac{\pi}{x}\ \text{does not exist}$$
⚠ Reading the limit off f(a)

for every function met before this chapter the two really were the same number, so the habit is invisible

wrong$$\lim_{x\to 1}u(x)\stackrel{?}{=}u(1)=7$$
right$$\lim_{x\to 1}u(x)=2\quad\text{while}\quad u(1)=7$$
⚠ Choosing the branch by where the equals sign is parked

the case $x\ge a$ contains the point $a$ itself, so it feels like the branch that owns the point owns the limit too

wrong$$\lim_{x\to 1^{-}}g(x)\stackrel{?}{=}4-1=3\quad(\text{used the } x\ge 1 \text{ branch})$$
right$$\lim_{x\to 1^{-}}g(x)=1^{2}+1=2\quad(\text{the branch valid for } x<1)$$
⚠ Cancelling an absolute value as if it were the plain expression

the bars look decorative next to a factor that is visibly the same

wrong$$\frac{x^{2}-4}{\vert x-2\vert }=x+2\ \text{for all}\ x\neq 2$$
right$$\frac{x^{2}-4}{\vert x-2\vert }=\begin{cases}x+2,& x>2\\ -(x+2),& x<2\end{cases}$$
⚠ Reporting an infinity when the two sides disagree

the graph clearly runs off the page, and only the direction is being forgotten

wrong$$\lim_{x\to 0}\frac{1}{x}\stackrel{?}{=}\infty$$
right$$\lim_{x\to 0^{-}}\frac{1}{x}=-\infty,\quad \lim_{x\to 0^{+}}\frac{1}{x}=+\infty,\quad \lim_{x\to 0}\frac1x\ \text{does not exist}$$
⚠ Treating every zero of the denominator as a vertical asymptote

asymptotes are taught as denominator zeros and the numerator is never looked at

wrong$$x=-1\ \text{is an asymptote of}\ \frac{x^{2}-1}{x^{2}-x-2}$$
right$$\frac{x^{2}-1}{x^{2}-x-2}=\frac{x-1}{x-2}\ (x\neq-1)\ \Rightarrow\ \lim_{x\to-1}=\tfrac23,\ \text{a hole}$$
⚠ Writing 0/0 as the answer

substitution produced something that looks like a result, and no rule was ever stated forbidding it

wrong$$\lim_{x\to 3}\frac{x^{2}-9}{x^{2}-2x-3}=\frac{0}{0}$$
right$$\frac{0}{0}\ \text{is a diagnosis}\Rightarrow \lim_{x\to 3}\frac{(x-3)(x+3)}{(x-3)(x+1)}=\frac{3}{2}$$
⚠ Cancelling a term instead of a factor

cancelling looks like a visual operation on symbols rather than an algebraic one on factors

wrong$$\frac{x+3}{x}=3$$
right$$\frac{x+3}{x}=1+\frac{3}{x}\quad\text{(nothing cancels: } x+3 \text{ is a sum, not a product)}$$
⚠ Applying the product law to a factor that has no limit

the factor $x^{2}$ obviously tends to $0$, so it feels like the product must too — and it does, but not for that reason

wrong$$\lim_{x\to0}x^{2}\sin\frac1x=\lim_{x\to0}x^{2}\cdot\lim_{x\to0}\sin\frac1x=0\cdot 0$$
right$$-x^{2}\le x^{2}\sin\frac1x\le x^{2}\ \Rightarrow\ \lim_{x\to0}x^{2}\sin\frac1x=0$$
⚠ Squeezing with bounds that do not meet

any true pair of inequalities looks like a licence to apply the theorem

wrong$$-1\le\sin\frac1x\le 1\ \Rightarrow\ \lim_{x\to0}\sin\frac1x\ \text{exists}$$
right$$-1\neq 1\ \Rightarrow\ \text{theorem does not apply};\ \lim_{x\to0}\sin\frac1x\ \text{does not exist}$$
⚠ Multiplying an inequality by a factor that can be negative

the direction of an inequality is invisible in the notation, and x looks as harmless as x²

wrong$$-1\le\cos\frac1x\le 1\ \Rightarrow\ -x\le x\cos\frac1x\le x$$
right$$-\vert x\vert \le x\cos\frac1x\le \vert x\vert$$
⚠ Turning the break at one point into a verdict on the whole function

the blow up at 0 is dramatic, so a local report gets promoted into a global one

wrong$$\tfrac1x\ \text{has an infinite discontinuity at }0\ \Rightarrow\ \tfrac1x\ \text{is not continuous}$$
right$$\tfrac1x\ \text{has an infinite discontinuity at }0,\ \text{and is continuous at every point of its domain}$$
⚠ Cancelling and then claiming continuity

after cancelling, the formula on the page really is continuous — but it is a different function

wrong$$\frac{x^{2}-9}{x-3}=x+3\ \Rightarrow\ \text{continuous at }3$$
right$$\frac{x^{2}-9}{x-3}=x+3\ \text{only for } x\neq 3;\ \text{at }3\ \text{the value is missing, so it is discontinuous (removably)}$$
⚠ Reading an odd power as if it held one sign

the squared case is the one that gets rehearsed, so a cube inherits its habit and the left hand answer comes out with the sign of the right hand one

wrong$$\lim_{x\to 3}\frac{6}{(x-3)^{3}}=+\infty$$
right$$\lim_{x\to 3^{+}}\frac{6}{(x-3)^{3}}=+\infty,\qquad \lim_{x\to 3^{-}}\frac{6}{(x-3)^{3}}=-\infty$$
⚠ Signing an infinity minus infinity term by term

each term is easy to sign alone, so the difference looks settled before it is combined; the infinite arithmetic covers a finite limit plus an infinite one and nothing else

wrong$$\lim_{x\to 3^{+}}\left(\frac{1}{(x-3)^{3}}-\frac{2}{x^{2}-9}\right)=\infty-\infty=0$$
right$$=\lim_{x\to 3^{+}}\frac{(x+3)-2(x-3)^{2}}{(x-3)^{3}(x+3)}=+\infty$$
⚠ Splitting a root before checking that both factors are nonnegative

the rule is remembered as an identity rather than a conditional one, and the condition bites on only part of the domain, so the line survives every spot check made inside that part

wrong$$\sqrt{x^{1/2}-x}=x^{1/4}\sqrt{1-x^{1/2}}\quad\text{for all }x$$
right$$\sqrt{x^{1/2}-x}=x^{1/4}\sqrt{1-x^{1/2}}\quad\text{only for }0\le x\le 1$$
⚠ Substituting on the point when the trigonometric argument is not x

the recipe away from zero is remembered as one instruction, move the point, and that happens to be right whenever the argument is $x$ itself

wrong$$t=x-2:\quad \lim_{x\to 2}\sin\frac{2\pi}{x}=\lim_{t\to 0}\sin\frac{2\pi}{2+t}\ \text{goes nowhere}$$
right$$t=\pi-\frac{2\pi}{x}:\quad \sin\frac{2\pi}{x}=\sin(\pi-t)=\sin t,\qquad t\to 0$$
Formula card
Instantaneous rate of change (slope of a curve at a point)
$$m=\lim_{h\to 0}\frac{f(a+h)-f(a)}{h}=\lim_{x\to a}\frac{f(x)-f(a)}{x-a}$$

the quotient is formed only for $h\neq 0$; the limit has to exist

Definition of the limit
$$\lim_{x\to a}f(x)=L$$

$f$ defined near $a$, except possibly at $a$

Existence test via one sided limits
$$\lim_{x\to a}f(x)=L\iff \lim_{x\to a^{-}}f(x)=\lim_{x\to a^{+}}f(x)=L$$

both one sided limits exist and are finite

Infinite limit and vertical asymptote
$$\lim_{x\to a}f(x)=\pm\infty\ \Rightarrow\ x=a\ \text{is a vertical asymptote}$$

the numerator does not vanish at $a$ while the denominator does; one side is enough for the asymptote

Limit laws
$$\lim(f\pm g)=L\pm M,\quad \lim(fg)=LM,\quad \lim\frac{f}{g}=\frac{L}{M},\quad \lim f^{n}=L^{n},\quad \lim\sqrt[n]{f}=\sqrt[n]{L}$$

$\lim f=L$ and $\lim g=M$ both exist; $M\neq 0$ for the quotient; a real root for the root law

Conjugate identity for rationalizing
$$\left(\sqrt{u}-v\right)\left(\sqrt{u}+v\right)=u-v^{2}$$

$u\ge 0$

Squeeze Theorem
$$g\le f\le h\ \text{near}\ a,\quad \lim_{x\to a}g=\lim_{x\to a}h=L\ \Rightarrow\ \lim_{x\to a}f=L$$

the inequality holds near $a$ (the point itself may be excluded), and both bounds share the same limit

Continuity at a point
$$f\ \text{continuous at}\ a\iff \lim_{x\to a}f(x)=f(a)$$

$f(a)$ defined, the limit exists, and the two are equal

Direct substitution property
$$f\ \text{polynomial, rational, root or trigonometric},\ a\in\operatorname{dom}(f)\ \Rightarrow\ \lim_{x\to a}f(x)=f(a)$$

$a$ must be a point of the domain — no zero denominator, no negative quantity under an even root

Types of discontinuity
$$\text{removable: }\lim\ \text{exists}\neq f(a);\quad \text{jump: }\lim_{x\to a^{-}}\neq\lim_{x\to a^{+}};\quad \text{infinite: }\lim=\pm\infty$$

the point is examined with the three part test

The four trigonometric limits everything else reduces to
$$\lim_{t\to 0}\frac{\sin t}{t}=1,\qquad \lim_{t\to 0}\frac{\tan t}{t}=1,\qquad \lim_{t\to 0}\frac{1-\cos t}{t}=0,\qquad \lim_{t\to 0}\frac{1-\cos t}{t^{2}}=\frac{1}{2}$$

$t$ in radians. $t$ stands for whatever quantity tends to $0$, not necessarily $x$, and the expression under the sine must be the same expression as the denominator, so force the match by multiplying and dividing: $\frac{\sin 5h}{h}=5\cdot\frac{\sin 5h}{5h}$. Use as soon as substitution returns $0/0$ and the expression is trigonometric, which on these papers happens in week 1, long before l'Hopital exists.

The two rewrites that turn $1-\cos$ into a sine
$$1-\cos t=2\sin^{2}\frac{t}{2}=\frac{\sin^{2}t}{1+\cos t}$$

Both hold for every real $t$; the second needs $\cos t\neq -1$. Use the first when you need the actual size of $1-\cos u$, which is about $u^{2}/2$ for small $u$; use the second when a $\sin^{2}t/t^{2}$ is about to appear. Keep the Pythagorean cancellations beside them: $\cot^{2}x=\frac{\cos^{2}x}{\sin^{2}x}$ and $1-\sin^{2}x=(1-\sin x)(1+\sin x)$, which is what clears $\frac{1+\sin x}{\cot^{2}x}$ at $x=3\pi/2$.

Sum to product, for a difference of two sines or cosines
$$\sin a-\sin b=2\cos\frac{a+b}{2}\sin\frac{a-b}{2},\qquad \cos a-\cos b=-2\sin\frac{a+b}{2}\sin\frac{a-b}{2}$$

Always valid. Use on a trigonometric $0/0$ whose numerator is a difference of two sines or two cosines and where nothing factors. A constant counts as a value of sine or cosine, so read $1+\sin u$ as $\sin u-\sin\frac{3\pi}{2}$ and $1-\cos u$ as $\cos 0-\cos u$. After the rewrite the sine factor carries the vanishing quantity and the cosine factor is finished by substitution.

Rationalizing factor for a cube root
$$\left(\sqrt[3]{u}-v\right)\left(\sqrt[3]{u^{2}}+v\sqrt[3]{u}+v^{2}\right)=u-v^{3}$$

The cube root case of $a^{3}-b^{3}=(a-b)(a^{2}+ab+b^{2})$, with no sign restriction on $u$; the same pattern gives the factor for any $n$th root. Use on a $0/0$ carrying a cube root. When the numerator is one root minus a different root rather than a root minus a constant, first split it at the common value $c$ that both roots take at the point, $\sqrt[3]{u}-\sqrt{v}=(\sqrt[3]{u}-c)-(\sqrt{v}-c)$, then rationalize each piece with its own factor.

Floor and fractional part bounds
$$u-1<\lfloor u\rfloor\le u,\qquad \{u\}=u-\lfloor u\rfloor\in[0,1),\qquad x\left\lfloor \frac{1}{x}\right\rfloor=1-x\left\{\frac{1}{x}\right\}$$

Valid for every real $u$, and $\lfloor\cdot\rfloor$ is constant on each $[n,n+1)$. Two separate uses: when $g$ is continuous at $a$ and $g(a)$ is not an integer, $\lfloor g(x)\rfloor$ is constant near $a$ and the limit is that constant; when the argument of the bracket is unbounded near the point, no value is constant and the two inequalities are what squeeze the expression. Note $\lfloor -u\rfloor\neq -\lfloor u\rfloor$ in general.

Bounded times vanishing (the form of the Squeeze Theorem the papers ask for by name)
$$|f(x)|\le M\ \text{near}\ a,\quad \lim_{x\to a}g(x)=0\ \Longrightarrow\ \lim_{x\to a}f(x)g(x)=0$$

$f$ only has to stay between fixed bounds on a punctured interval around $a$; it is not required to have a limit of its own, and this is exactly why the product law may not be used instead. The official exercise set makes you state the Sandwich Theorem in this wording, so learn the sentence: a product has limit zero at a point if one factor tends to zero there and the other is bounded near it.

A limit forces local boundedness
$$\lim_{x\to a}f(x)=L\ \text{finite}\ \Longrightarrow\ |f(x)|\le M\ \text{for all}\ x\ \text{with}\ 0<|x-a|\lt \delta$$

One direction only: bounded near $a$ does not give a limit, and $\sin(1/x)$ at $0$ is the counterexample the exercise set asks you to supply. Read it backwards on the paper: if $f$ is unbounded on every punctured interval around $a$, no finite limit exists there, and that one sentence is the whole justification. It is the third accepted DNE reason on these papers, alongside the two sides disagreeing and the two families argument.

Arithmetic when one of the two limits is infinite
$$\lim f=L\ \text{finite},\ \lim g=+\infty\ \Longrightarrow\ f+g\to+\infty,\quad \frac{f}{g}\to 0,\quad fg\to+\infty\ (L>0),\quad fg\to-\infty\ (L<0)$$

Separate statements from the limit laws, which require both limits finite and therefore license none of these lines. Mirror them for $\lim g=-\infty$. Nothing here covers $0\cdot\infty$, $\infty-\infty$ or $\infty/\infty$: those stay indeterminate and must be rewritten, usually by pulling out the dominant factor first, as in $x^{3}\sin\frac1x-2x^{2}=x^{2}\left(x\sin\frac1x-2\right)$.

Two families of inputs kill a limit
$$x_{n}\to a,\ y_{n}\to a,\ x_{n}\neq a\neq y_{n},\ \lim_{n\to\infty}f(x_{n})\neq\lim_{n\to\infty}f(y_{n})\ \Longrightarrow\ \lim_{x\to a}f(x)\ \text{does not exist}$$

Both families must enter every punctured interval around $a$; each may be as thin as you like, for example the reciprocals of the integers or of the multiples of $\pi$. This is the only argument that works when a function is given a separate value on a discrete set that piles up at the point, and the marks sit on writing the two families explicitly, never on the word DNE.

Fractional powers: the three moves a root problem needs
$$x^{m/n}=\left(x^{1/n}\right)^{m},\qquad x^{p}x^{q}=x^{p+q},\qquad (ab)^{1/2}=a^{1/2}b^{1/2}\ (a,b\ge 0)$$

Take $x>0$, and sign both factors before splitting a root, since the last rule fails as soon as one of them is negative. These make a finite point behave the way infinity already does: $x^{3/4}=x^{1/4}x^{1/2}$ exposes a common factor that stays invisible while one quantity is a root and the other a power, and $\sqrt{x^{1/2}-x}=x^{1/4}\left(1-x^{1/2}\right)^{1/2}$ pulls a power out of a root exactly as $\sqrt{ax^{2}+bx}=|x|\sqrt{a+b/x}$ does at infinity. Reduce the answer to one surd instead of a sum of powers: $4^{2/3}+2\cdot 4^{-1/3}=2^{4/3}+2^{1/3}=2^{1/3}(2+1)=3\sqrt[3]{2}$.

Substitution that clears every fractional exponent at once
$$u=x^{1/n},\quad n=\operatorname{lcm}(n_{1},\dots,n_{k}),\qquad x=u^{n},\qquad x\to a\iff u\to a^{1/n}$$

For an expression rational in $x^{1/n_{1}},\dots,x^{1/n_{k}}$; an even $n$ also demands $x\ge 0$. Afterwards every exponent is an integer and the problem is a polynomial $0/0$, so no conjugate is needed even with two different indices. Move the point along with the expression: $x\to 64$ becomes $u\to 2$ when $n=6$. The same substitution, same lcm rule, same domain warning, is also the opening move for an integral whose integrand is rational in $\sqrt{x}$ and $\sqrt[3]{x}$ in the integration techniques part of the course.

One root minus a different root: split it at the common value
$$\sqrt[m]{u}-\sqrt[n]{v}=\left(\sqrt[m]{u}-c\right)-\left(\sqrt[n]{v}-c\right),\qquad c=\sqrt[m]{u(a)}=\sqrt[n]{v(a)}$$

In a $0/0$ the two roots take the same value $c$ at the point, and that shared value is where the numerator is split. No single multiplication rationalizes two different indices, so split first and clear each piece with its own factor: the conjugate for a square root, $a^{3}-b^{3}=(a-b)(a^{2}+ab+b^{2})$ for a cube root. Two alternatives when $c$ is awkward: run the cubic identity with $b$ a root rather than a constant, which leaves a plain root minus a constant to finish, or put $u=x^{1/n}$ with $n$ the lcm of the indices.

Check yourself

Close the page and write down everything you can about limits from this section: what a limit is, the four things substitution can produce and what you do about each, and the three ways continuity fails. Then reopen and compare — the gaps you find are the list of what to reread, and nothing here is scored.

  • Turn an average rate over an interval into a rate at an instant, and explain why the direct attempt gives zero over zero?

    c-instantaneous-rate

  • State what a limit ignores, and give a function whose limit and value at a point are different numbers?

    c-limit-idea

  • Compute both one sided limits of a piecewise or absolute value function and apply the existence test without hesitating over which branch to use?

    c-one-sided

  • Decide whether a zero of the denominator is a hole or an asymptote, and get the sign right on each side?

    c-infinite-limits

  • Name the law behind each line of a computation, and say why a law fails when a denominator tends to zero?

    c-limit-laws

  • Build a sandwich for an oscillating function and explain why the product law was unavailable?

    c-squeeze

  • Run the three part continuity test at a point and classify the failure as removable, jump or infinite?

    c-continuity

Glossary (15 terms)
limitlimit

The value the outputs of a function close in on as the input closes in on a point, computed without ever using the value at that point.

one sided limittek taraflı limit

The value approached when the input is restricted to one side of the point, written with a minus or plus superscript.

two sided limitiki taraflı limit

The ordinary limit, which exists exactly when both one sided limits exist and agree.

indeterminate formbelirsiz form

A result of substitution such as zero over zero that carries no value and instructs you to rewrite the expression.

infinite limitsonsuz limit

The case where outputs pass every bound near the point; a description of how the limit fails rather than a value.

vertical asymptotedüşey asimptot

A line x equal to a that the graph runs along without bound on at least one side.

kesen doğru

The straight line through two points of a curve, whose slope is an average rate of change.

tangent lineteğet doğru

The line whose slope is the limit of the secant slopes as the second point slides into the first.

difference quotientfark oranı

The quotient of the change in the output by the change in the input, the object every instantaneous rate is built from.

instantaneous rate of changeanlık değişim oranı

The limit of the average rates over shrinking intervals containing the instant.

Squeeze Theoremsıkıştırma teoremi

If a function is trapped between two functions with the same limit at a point, it has that limit too.

continuity at a pointbir noktada süreklilik

The property that the value approached and the value attained at the point are the same number.

removable discontinuitykaldırılabilir süreksizlik

A break where the limit exists but the value is missing or different, repairable by redefining that one value.

sıçrama süreksizliği

A break where both one sided limits are finite and different, which no single value can repair.

conjugateeşlenik

The expression obtained by flipping the sign between a root and the term next to it, used to clear roots from a quotient.

What comes next
§02 · Continuity, asymptotes, and limits at infinity

The two sides of a vertical asymptote told us what happens as x closes in on a fixed point. Next we let x itself run off to infinity, which turns the same machinery into horizontal asymptotes — and the three part continuity test grows into a theorem that locates solutions of equations nobody can solve.

Sources
  • James Stewart, Calculus (Metric Version), 9th edition — sections 1.4, 1.5, 1.6 and 1.8 Definitions, notation and the standard results follow this text, which is the required book for the course.
  • MATH 101 course syllabus: weekly plan and assessment weights Weeks 1 and 2 of the plan, and the grading weights quoted in the summary panel.
  • Conventions for reporting infinite limits and non existence An infinite limit is reported as a signed infinity when both sides agree, and as a pair of one sided statements when they do not.

Spotted something missing or wrong? tell us · share your own notes or an old exam.