5. Calculus

Further Limits

Further Limits

students, in calculus, limits help us understand what a function is doing near a point, even when the function is not defined there. 🌟 In this lesson, you will learn how limits extend beyond basic substitution and how they connect to continuity, differentiation, and integration. By the end, you should be able to explain the main ideas behind further limits, use standard limit techniques, and see why limits are a foundation for much of IB Mathematics: Analysis and Approaches HL.

Learning objectives:

  • Explain the main ideas and terminology behind further limits.
  • Apply IB Mathematics: Analysis and Approaches HL reasoning and procedures related to further limits.
  • Connect further limits to the broader topic of calculus.
  • Summarize how further limits fit within calculus.
  • Use examples and evidence related to further limits in IB Mathematics: Analysis and Approaches HL.

What a limit really means

A limit describes the value a function approaches as the input gets close to a specific number. It does not always mean the function must actually equal that value. For example, if a function gets very close to $3$ as $x$ gets close to $2$, then we write $\lim_{x \to 2} f(x) = 3.$ This means the outputs of the function approach $3$ when $x$ approaches $2$.

This idea is important because many real-world situations use values that are β€œalmost” a certain amount. For example, in physics, a moving object may have a velocity at an instant that is found using a limit. In economics, a cost model may behave in a way that is easiest to study near a break-even point. Limits give a precise way to describe these situations.

A key idea is that a function can have a limit at a point even if it is not defined there. For instance, consider a function with a hole in its graph at $x = 1$. If the left-hand and right-hand values both approach $4$, then $\lim_{x \to 1} f(x) = 4$ even if $f(1)$ is undefined. πŸ“Œ

One-sided limits and continuity

Sometimes we need to approach a point from only one side. This gives one-sided limits. The limit from the left is written as $\lim_{x \to a^-} f(x),$ and the limit from the right is written as $\lim_{x \to a^+} f(x).$ A two-sided limit exists only if both one-sided limits exist and are equal.

For example, suppose a piecewise function is defined by

$$f(x)=\begin{cases}

2x+1, & x<3 \\

$10, & x\ge 3$

$\end{cases}$$$

Then $\lim_{x \to 3^-} f(x)=2(3)+1=7$ and $\lim_{x \to 3^+} f(x)=10.$ Since these are not equal, $\lim_{x \to 3} f(x)$ does not exist.

This leads to continuity. A function is continuous at $x=a$ if all three conditions are true:

  1. $f(a)$ is defined,
  2. $\lim_{x \to a} f(x)$ exists,
  3. $$\lim_{x \to a} f(x)=f(a).$$

Continuity matters because continuous functions have no breaks, jumps, or holes at that point. Many IB questions ask students to identify whether a function is continuous, or to choose a constant so that a piecewise function becomes continuous. For example, if

$$g(x)=\begin{cases}

$x^2+1, & x<2 \\$

$ax+b, & x\ge 2$

$\end{cases}$$$

then continuity at $x=2$ requires

$$\lim_{x \to 2^-} g(x)=\lim_{x \to 2^+} g(x)=g(2).$$

This means the values of the two pieces must match at $x=2$.

Indeterminate forms and algebraic methods

Many further limit problems cannot be solved by direct substitution. A very common case is the indeterminate form $\frac{0}{0}.$ This does not mean the limit is zero; it means more work is needed.

A classic method is factorising. For example,

$$\lim_{x \to 2} \frac{x^2-4}{x-2}$$

cannot be found by substitution directly, because it gives $\frac{0}{0}.$ But factorising the numerator gives

$$\frac{x^2-4}{x-2}=\frac{(x-2)(x+2)}{x-2}=x+2, \quad x\ne 2.$$

So the limit is

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

Another common method is rationalising. For example,

$$\lim_{x \to 0} \frac{\sqrt{x+1}-1}{x}$$

also gives $\frac{0}{0}$ if we substitute directly. Multiply top and bottom by the conjugate:

$$\frac{\sqrt{x+1}-1}{x}\cdot \frac{\sqrt{x+1}+1}{\sqrt{x+1}+1} = \frac{x}{x(\sqrt{x+1}+1)}=\frac{1}{\sqrt{x+1}+1}.$$

Now the limit is easy:

$$\lim_{x \to 0} \frac{1}{\sqrt{x+1}+1}=\frac{1}{2}.$$

These techniques are useful because they turn hard expressions into simpler ones. In IB exams, students are often expected to recognise when algebraic simplification is the right move. βœ…

Limits involving infinity and asymptotic behaviour

Further limits also include what happens when $x$ becomes very large or very small. We write limits such as

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

or

$$\lim_{x \to -\infty} f(x).$$

These describe the long-term behaviour of a function. For rational functions, the highest powers often control the behaviour. For example,

$$\lim_{x \to \infty} \frac{3x^2+1}{x^2-5} = 3$$

because the leading terms dominate.

This is linked to horizontal asymptotes. If $\lim_{x \to \infty} f(x)=L,$ then the graph approaches the line $y=L$ as $x$ becomes very large. Similarly, if the limit as $x \to -\infty$ exists, that also gives asymptotic information.

Some functions have limits that do not exist because the values grow without bound. For instance,

$$\lim_{x \to 0^+} \frac{1}{x}=\infty,$$

which means the function increases without bound as $x$ approaches $0$ from the right. This is related to vertical asymptotes. Such limits are important in graph sketching and in understanding where models break down.

Special limits and connections to differentiation

Some limits appear so often that they are treated as special results. One of the most important is

$$\lim_{x \to 0} \frac{\sin x}{x}=1,$$

when $x$ is measured in radians. This result is central in calculus because it helps prove derivative formulas for trigonometric functions.

A related limit is

$$\lim_{x \to 0} \frac{1-\cos x}{x}=0,$$

and another important one is

$$\lim_{x \to 0} \frac{1-\cos x}{x^2}=\frac{1}{2}.$$

These special limits are often used through algebraic manipulation, trigonometric identities, or known standard results. They are not just abstract facts; they support the whole theory of differentiation.

For example, the derivative of $\sin x$ can be found using a limit definition:

$$\frac{d}{dx}(\sin x)=\lim_{h \to 0}\frac{\sin(x+h)-\sin x}{h}.$$

With trigonometric identities and the limit $\lim_{h \to 0} \frac{\sin h}{h}=1,$ this becomes the familiar result

$$\frac{d}{dx}(\sin x)=\cos x.$$

So further limits are not just isolated calculations. They are a major reason calculus works. πŸ“š

Further limits in IB-style reasoning

In IB Mathematics: Analysis and Approaches HL, students may be asked to explain a limit in words, show a method clearly, or justify why a result is true. Good mathematical communication matters as much as the final answer.

Suppose a question asks for $\lim_{x \to 3} \frac{x^2-9}{x-3}.$ A complete solution should show the factorisation:

$$x^2-9=(x-3)(x+3).$$

Then

$$\frac{x^2-9}{x-3}=x+3, \quad x\ne 3,$$

so the limit is

$$\lim_{x \to 3}(x+3)=6.$$

If a function is defined piecewise, you may need to compare values from both sides. If a limit involves infinity, you should interpret the result carefully and state whether the function approaches a finite number or increases/decreases without bound.

Another important skill is recognising when a limit does not exist. This may happen if the one-sided limits are different, or if the function oscillates near the point. For example, the function $f(x)=\sin\left(\frac{1}{x}\right)$ does not have a limit as $x \to 0$ because it keeps oscillating between $-1$ and $1$.

These examples show how limits are used to test the behaviour of functions in different situations. They also help with later topics such as derivatives, integrals, and series approximations, because all of these depend on the concept of approaching a value. πŸ”

Conclusion

Further limits give students the tools to study functions more deeply than simple substitution allows. You have seen one-sided limits, continuity, indeterminate forms, limits at infinity, and special limits such as $\lim_{x \to 0} \frac{\sin x}{x}=1.$ These ideas are essential for understanding calculus as a whole because they support differentiation, integration, and modelling.

When you solve limit questions, remember the main steps: check whether substitution works, simplify algebraically if needed, compare one-sided behaviour, and interpret the result in context. With practice, limits become a powerful way to describe change, shape, and long-term behaviour in mathematics and real life. 🌟

Study Notes

  • A limit describes the value a function approaches as the input approaches a point.
  • A two-sided limit exists only if the left-hand and right-hand limits are equal.
  • Continuity at $x=a$ requires $f(a)$ to be defined, $\lim_{x \to a} f(x)$ to exist, and both values to be equal.
  • Indeterminate forms like $\frac{0}{0}$ usually require algebraic simplification.
  • Common methods include factorising and rationalising.
  • Limits at infinity describe long-term behaviour and help identify horizontal asymptotes.
  • Vertical asymptotes are often linked to limits that grow without bound.
  • The special limit $\lim_{x \to 0} \frac{\sin x}{x}=1$ is foundational in calculus.
  • Further limits connect directly to differentiation and the study of derivatives.
  • IB questions may ask for clear working, explanation, and interpretation, not only the final answer.

Practice Quiz

5 questions to test your understanding

Further Limits β€” IB Mathematics Analysis And Approaches HL | A-Warded