Skip to content
Mathematics12 min

Limits in Math for the 2025 Maturità Exam: A Complete Guide (Stress-Free)

by Andrea

In Brief

The State Exam is approaching and limits are a fundamental pillar. This article offers an essential guide to tackling limits with confidence. From theory to applications, you will find the tools for effective preparation. Want to face the exam with greater peace of mind? Start here...

Limits: An Intuitive Definition

A limit describes the behaviour of a function as the independent variable approaches a value, whether finite or infinite. It does not indicate what happens at the point, but around it. It is a fundamental concept for the Maturità exam, essential for function analysis and differential calculus.

Imagine watching a car as it approaches a traffic light. Even though it has not quite arrived, you can already easily guess where it is headed, right?

Well, a limit does exactly that: it tells you the behaviour of a function as the independent variable xx approaches a certain value, which can be finite or infinite. It does not tell us what happens at the point, but what happens around that point.

  • How is it written? limxx0f(x)\lim_{x \to x_0} f(x)
  • How is it read? "Limit of f(x)f(x) as xx tends to x0x_0"
  • What does it mean? f(x)f(x) approaches that value as xx approaches x0x_0.

And Continuity?

The concept of continuity arises directly from the limit! A function is said to be continuous at a point x0x_0 if:

  • The function is defined at that point, meaning f(x0)f(x_0) exists.
  • The limit of the function at that point exists and is finite, meaning limxx0f(x)=L\lim_{x \to x_0} f(x) = L.
  • The value of the limit equals the value of the function at the point: limxx0f(x)=f(x0)=L\lim_{x \to x_0} f(x) = f(x_0) = L

BUT BE CAREFUL: saying "a function is continuous" is meaningless if we do not say where! We must always specify for which values of xx, that is, within its domain.

The class of continuous functions is actually very broad, and there are several theorems valid for continuous functions. However, remember that:

  • Power functions of xx, trigonometric functions (sinx\sin x, cosx\cos x, tanx\tan x), exponential functions (axa^x, exe^x), logarithmic functions (logax\log_a x, lnx\ln x), and hyperbolic functions... are all continuous (within their respective domains!).
  • If ff and gg are two continuous functions on the set II, then the following are also continuous on II:

- The sum s(x)=f(x)+g(x)s(x) = f(x) + g(x) - The difference d(x)=f(x)g(x)d(x) = f(x) - g(x) - The product p(x)=f(x)g(x)p(x) = f(x) \cdot g(x) - The quotient q(x)=f(x)/g(x)q(x) = f(x) / g(x) (with g(x)0g(x) \neq 0 in II) - The power h(x)=f(x)g(x)h(x) = f(x)^{g(x)} (with f(x)>0f(x) > 0 in II)

REMEMBER: The composition of functions (e.g., f(g(x))f(g(x))) and the inverse function (if well-defined and invertible!) are also continuous.

Finite Limits

Imagine you have a function f(x)f(x) and you want to see what happens as xx gets closer and closer to a certain point (a certain value x0x_0).

If, as xx approaches that point (without ever reaching it), the values of the function f(x)f(x) get closer and closer to a specific number LL, then we say the limit of the function as xx tends to x0x_0 is LL.

This value LL is a real number, so it is "finite."

Formal definition:

limxx0f(x)=L\lim_{x \to x_0} f(x) = L

This means that for every ϵ>0\epsilon > 0 (very small), there exists a δ>0\delta > 0 such that, if 0<xx0<δ0 < |x - x_0| < \delta, then f(x)L<ϵ|f(x) - L| < \epsilon.

Example: limx3(2x+1)=7\lim_{x \to 3} (2x + 1) = 7. As xx approaches 33, the value of 2x+12x+1 approaches 2(3)+1=72(3)+1 = 7.

Limits at Infinity

Now imagine observing what happens to the values of a function f(x)f(x) when xx becomes very large (++\infty) or very small (-\infty).

If, as xx tends to ++\infty or -\infty, the values of the function f(x)f(x) become larger and larger (tending to ++\infty) or smaller and smaller (tending to -\infty), then we say the limit of the function is infinite.

In this case, the values of the function do NOT approach a specific number but "escape" upward (positive infinity) or downward (negative infinity)... to infinity and beyond!

Formal definition:

limx+f(x)=+\lim_{x \to +\infty} f(x) = +\infty

This means that for every M>0M > 0 (very large), there exists a K>0K > 0 such that, if x>Kx > K, then f(x)>Mf(x) > M. (And similarly for the other cases).

Example: limx+x2=+\lim_{x \to +\infty} x^2 = +\infty. As xx grows, x2x^2 grows even faster.

Want to improve your performance?

Contact us for your first lesson and find out how we can help you with a personalized learning path.

Limits and Asymptotes on the Graph

Imagine a "guide" line that the graph of your function gets closer and closer to but never quite reaches (or almost never). It is as if the function wanted to embrace this line, but could never quite manage it.

This "guide" line is called an asymptote, and there are three types:

Vertical Asymptote

It is an imaginary vertical line with equation x=x0x = x_0 that your function "grazes." It occurs when the function's value tends to infinity (or negative infinity) while the independent variable xx approaches a certain finite value x0x_0.

Rule: there is a vertical asymptote at x=x0x = x_0 if at least one of the following limits holds:

limxx0f(x)=±orlimxx0+f(x)=±\lim_{x \to x_0^-} f(x) = \pm\infty \quad \text{or} \quad \lim_{x \to x_0^+} f(x) = \pm\infty

Example: the function f(x)=1xf(x) = \frac{1}{x} has a vertical asymptote at x=0x=0, since limx0+1x=+\lim_{x \to 0^+} \frac{1}{x} = +\infty and limx01x=\lim_{x \to 0^-} \frac{1}{x} = -\infty.

Horizontal Asymptote

It is a horizontal line with equation y=Ly = L that the function approaches as the independent variable xx tends to positive or negative infinity. It represents the value at which the function "stabilizes" at the extremes of its graph.

Rule: there is a horizontal asymptote at y=Ly = L if:

limxf(x)=Lorlimxf(x)=L\lim_{x \to \infty} f(x) = L \quad \text{or} \quad \lim_{x \to -\infty} f(x) = L

Example: the function f(x)=x+1xf(x) = \frac{x+1}{x} has a horizontal asymptote at y=1y=1, since limx±x+1x=limx±(1+1x)=1\lim_{x \to \pm\infty} \frac{x+1}{x} = \lim_{x \to \pm\infty} \left(1 + \frac{1}{x}\right) = 1.

Oblique Asymptote

It is a slanted line with equation y=mx+qy = mx + q that the function approaches when the independent variable xx tends to positive or negative infinity, but no horizontal asymptote exists.

Rule: there is an oblique asymptote with equation y=mx+qy = mx + q if the following limits exist and are finite:

m=limx±f(x)xm = \lim_{x \to \pm\infty} \frac{f(x)}{x}
q=limx±[f(x)mx]q = \lim_{x \to \pm\infty} [f(x) - mx]

Example: the function f(x)=x2+1xf(x) = \frac{x^2+1}{x} has an oblique asymptote. We calculate mm: m=limxx2+1x2=1m = \lim_{x \to \infty} \frac{x^2+1}{x^2} = 1. We calculate qq: q=limx(x2+1x1x)=limx1x=0q = \lim_{x \to \infty} \left(\frac{x^2+1}{x} - 1 \cdot x\right) = \lim_{x \to \infty} \frac{1}{x} = 0. The oblique asymptote is y=xy = x.

Algebra of Limits: When Numbers and Infinity Meet

Have you ever wondered what happens when "normal" numbers collide with infinity? Or, even stranger, what happens when we try to do calculations like "infinity plus infinity" or "zero times infinity"?

Let us talk about the Algebra of Limits.

The Finite Case

If both suspects arrive at a well-defined location (a finite value), the algebra of limits tells us things are simple: their sum, difference, product, or quotient will behave exactly as you would expect from "normal numbers."

General rules (with L,MRL, M \in \mathbb{R}):

  • lim(f(x)+g(x))=L+M\lim (f(x) + g(x)) = L + M
  • lim(f(x)g(x))=LM\lim (f(x) - g(x)) = L - M
  • lim(f(x)g(x))=LM\lim (f(x) \cdot g(x)) = L \cdot M
  • limf(x)g(x)=LM\lim \frac{f(x)}{g(x)} = \frac{L}{M}, provided M0M \neq 0.
  • lim(f(x))n=Ln\lim (f(x))^n = L^n

The Infinite Case (Partial Arithmetization of Infinity)

But the real challenge begins when one or both suspects decide to escape and embark on a never-ending journey, that is, tend to infinity.

In most cases, it is surprisingly intuitive:

  • Infinity plus (or minus) a small number? Still infinity. +k=\infty + k = \infty (where kRk \in \mathbb{R})
  • Infinity multiplied by a positive number? Still infinity. k=\infty \cdot k = \infty (where k>0k > 0)
  • A number divided by infinity? Equals zero. k=0\frac{k}{\infty} = 0 (where kRk \in \mathbb{R})
  • A number divided by zero (numerator is not zero)? Equals infinity, with the sign to be determined.

Want to improve your performance?

Contact us for your first lesson and find out how we can help you with a personalized learning path.

Indeterminate Forms

Even though we have lists of rules and theorems ready to use, there is a group of rebel cases that escape the standard rules. These are the so-called indeterminate forms: situations where theory alone is not enough.

The main indeterminate forms are:

  • 0/00/0 -- It is like asking: "How many times does zero fit into zero?" There is no unique answer.
  • /\infty / \infty -- It is like comparing two infinitely large quantities. Which one "grows" faster?
  • 00 \cdot \infty -- You are multiplying a quantity that tends to zero by one that tends to infinity.
  • \infty - \infty -- It is like subtracting two infinities. They do not necessarily cancel out.
  • 11^\infty -- A base tending to 1 raised to a power tending to infinity.
  • 000^0 -- A base tending to zero raised to a power tending to zero.
  • 0\infty^0 -- A base tending to infinity raised to a power tending to zero.

Step-by-Step Resolution

Step 1: The Direct Substitution Test

This is the simplest and most immediate thing to do. Take the value your variable is approaching and substitute it directly into the function.

What can happen?

  • You get a finite number: Congratulations! That is your limit. You are already done!
  • You get a number divided by zero (with the numerator not equal to zero): This means the limit will be infinite (±\pm \infty).
  • You get zero divided by a number (with the denominator not equal to zero): The limit is simply 00.
  • You get an indeterminate form: Move to Step 2!

Step 2: Handling Indeterminate Forms

A) Limits of Rational Functions as x±x \to \pm \infty

  • Identify the highest-degree term in both the numerator and the denominator.
  • Factor it out, simplify, and recalculate the limit.

Practical rule for polynomials at infinity:

  • If the degree of the numerator > degree of the denominator: the limit is ±\pm \infty.
  • If the degree of the numerator < degree of the denominator: the limit is 00.
  • If the degree of the numerator = degree of the denominator: the limit is the ratio of the leading coefficients.

B) Indeterminate Forms of the Type 00\frac{0}{0}

  • Factoring: If you have polynomials, try to factor them. If xcx \to c and you get 00\frac{0}{0}, then (xc)(x-c) is almost always a factor of both.

Example: limx2x24x2\lim_{x \to 2} \frac{x^2 - 4}{x - 2}. Factor the numerator: (x2)(x+2)x2\frac{(x-2)(x+2)}{x - 2}. Simplify and substitute: 2+2=42+2 = 4. The limit is 44.

  • Rationalization: If there are roots, multiply and divide by the "conjugate."

C) Other Indeterminate Forms

  • \infty - \infty: if you have polynomials, factor out the highest-degree term. If you have roots, use rationalization.
  • 00 \cdot \infty: transform the product into a fraction.

D) Notable Limits

For certain recurring indeterminate forms, there are "notable limits." Memorising them will save you a lot of time!

limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1
limx01cosxx2=12\lim_{x \to 0} \frac{1 - \cos x}{x^2} = \frac{1}{2}
limx0ln(1+x)x=1\lim_{x \to 0} \frac{\ln(1+x)}{x} = 1
limx0ex1x=1\lim_{x \to 0} \frac{e^x - 1}{x} = 1
limx±(1+1x)x=e\lim_{x \to \pm\infty} \left(1 + \frac{1}{x}\right)^x = e

E) L'Hopital's Rule

This is a very powerful tool, but use it only if:

  • The limit is of the type 00\frac{0}{0} or \frac{\infty}{\infty}.
  • The functions f(x)f(x) and g(x)g(x) are differentiable.

Rule: If limxcf(x)g(x)\lim_{x \to c} \frac{f(x)}{g(x)} is an indeterminate form, then:

limxcf(x)g(x)=limxcf(x)g(x)\lim_{x \to c} \frac{f(x)}{g(x)} = \lim_{x \to c} \frac{f'(x)}{g'(x)}

Want to improve your performance?

Contact us for your first lesson and find out how we can help you with a personalized learning path.

Step 3: Special Points and Edge Cases

  • Right and left limits: If you are approaching a point where the function has a "jump," calculate limxc+\lim_{x \to c^+} and limxc\lim_{x \to c^-} separately. The limit exists only if the two limits coincide.
  • Piecewise functions: Always calculate the right and left limits at the "junction" points.
  • Composite functions: First calculate the limit of the "inner" function, then calculate the limit of the "outer" function.

Summary of Your Workflow

  • Direct Substitution: always try this first!
  • Identify the Form: if you get a number, you are done. If it is an indeterminate form, move to Step 2.
  • Apply the Right Technique:

- At infinity with rational functions: compare the degrees. - Forms 00\frac{0}{0}: factoring, rationalization, notable limits. - Other indeterminate forms: algebraic manipulations to reduce them to the forms above. - Notable limits: use them when you recognise the standard forms. - L'Hopital's Rule: your wildcard, but only for 00\frac{0}{0} or \frac{\infty}{\infty} and with differentiable functions.

REMEMBER: after every manipulation or technique used, try substituting again (recalculate the limit!).

You will see that, with plenty of practice and patience, you will become faster and faster at recognising the indeterminate form and the most effective technique to apply, without being overwhelmed by anxiety. For targeted Maturità preparation, math tutoring can make the difference.

In the meantime, we wish you happy studying and... good luck!

FAQ

What are limits in mathematics?

Limits describe the behaviour of a function as the independent variable approaches a particular value. They are fundamental for defining continuity, derivatives, and integrals, and form the basis of differential calculus.

What are the main indeterminate forms?

The seven indeterminate forms are: 0/0, infinity/infinity, 0 times infinity, infinity minus infinity, 1 to the power of infinity, 0 to the power of 0, and infinity to the power of 0. They require specific techniques such as factoring, rationalization, or L'Hopital's rule.

What is an asymptote?

An asymptote is a line that a function's graph approaches without ever reaching. It can be vertical (when the function tends to infinity), horizontal (when it stabilizes at a value), or oblique.

How do you apply L'Hopital's rule?

L'Hopital's rule is used only for indeterminate forms 0/0 or infinity/infinity. It involves separately differentiating the numerator and denominator and recalculating the limit. The functions must be differentiable.

AN

Andrea

Responsabile Didattica Italiana Test d'Ingresso

STEM center of excellence in Milan. Certified tutors, structured methodology, and proprietary technology to guide every student toward their goals.

Need help with your studies?

Contact us for a personalized learning path.

Or message us on WhatsApp →

Math Tutoring