8. Midterm 1 and Uniform Continuity

Midterm 1

Midterm 1 in Real Analysis 📘

students, this lesson is designed to help you understand what Midterm 1 in a Real Analysis course is usually testing and how the ideas from the unit on uniform continuity and connectedness fit into the bigger picture. The goal is not just to memorize definitions, but to learn how to think like a real analyst: carefully, logically, and with full attention to hypotheses and conclusions.

By the end of this lesson, you should be able to:

  • explain the main ideas and terminology that commonly appear on a Real Analysis midterm,
  • use real analysis reasoning to solve problems involving limits, continuity, uniform continuity, and connectedness,
  • connect the midterm material to the broader topic of uniform continuity and connectedness,
  • summarize how the midterm fits into the course structure, and
  • support your answers with definitions, theorems, and examples.

A midterm in Real Analysis often tests whether you can move beyond calculation and prove statements using definitions. That means you may need to show why a function is continuous, why a set is connected, or why a property holds for all points in a domain. These skills are central to the course because they build the foundation for more advanced analysis later on ✨

What Midterm 1 Usually Covers

students, a Real Analysis midterm is usually built around the first major ideas of the course. While every instructor chooses slightly different topics, Midterm 1 often emphasizes proofs and understanding of the following concepts:

  • real numbers and completeness,
  • sequences and their limits,
  • limits of functions,
  • continuity,
  • compactness, connectedness, and uniform continuity,
  • careful use of definitions and theorems.

A common theme is precision. In calculus, you may have learned that a function is continuous if you can graph it without lifting your pencil. In Real Analysis, that picture is not enough. Instead, continuity is defined using limits. For a function $f$ and a point $a$, continuity means

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

That statement seems simple, but it is the start of a much deeper way of thinking. On a midterm, you may be asked to prove continuity from the definition, use known theorems, or give a counterexample when a statement is false.

For example, the function $f(x)=x^2$ is continuous for all real numbers $x$. If you want to justify this in a proof, you might use limit laws and the fact that polynomials are continuous. If you want to show continuity at a specific point $a$, you may write

$$\lim_{x\to a} x^2=a^2=f(a).$$

This is the kind of reasoning that shows up again and again on Midterm 1.

Uniform Continuity: A Stronger Idea Than Continuity

Uniform continuity is one of the most important ideas near the midterm because it separates local behavior from global behavior. Ordinary continuity asks for closeness near one point. Uniform continuity asks for one rule that works everywhere on the domain.

A function $f$ defined on a set $A$ is uniformly continuous on $A$ if for every $\varepsilon>0$, there exists $\delta>0$ such that for all $x,y\in A$,

$$|x-y|<\delta \implies |f(x)-f(y)|<\varepsilon.$$

Compare this with ordinary continuity at a point $a$, which requires $\delta$ to depend on both $\varepsilon$ and the point $a$. Uniform continuity is stronger because the same $\delta$ must work for every point in the domain.

A classic example is $f(x)=x^2$ on $[0,1]$. This function is uniformly continuous on the interval because its slope stays controlled on a bounded interval. Here is a simple reasoning idea:

If $x,y\in[0,1]$, then

$$|x^2-y^2|=|x-y||x+y|.$$

Since $x+y\le 2$, we get

$$|x^2-y^2|\le 2|x-y|.$$

So if we choose $\delta=\varepsilon/2$, then $|x-y|<\delta$ implies $|x^2-y^2|<\varepsilon$. This shows uniform continuity.

Now compare that with $f(x)=x^2$ on $\mathbb{R}$. This function is continuous everywhere, but it is not uniformly continuous on all of $\mathbb{R}$. Why not? As $x$ gets large, the function changes faster and faster. A standard way to prove this is to choose points $x_n=n$ and $y_n=n+\frac{1}{n}$, so that $|x_n-y_n|=\frac{1}{n}\to 0$, but

$$|x_n^2-y_n^2|=\left|n^2-\left(n+\frac{1}{n}\right)^2\right|,$$

which does not go to $0$ in the way uniform continuity would require. This kind of example is perfect for a midterm because it shows the difference between pointwise and uniform behavior 📌

Connectedness: No Gaps, No Separation

Connectedness is another central idea that often appears near Midterm 1 because it helps explain why intervals behave so nicely. In the real line, a set is connected if it cannot be split into two separate nonempty open pieces.

A very important theorem says that intervals in $\mathbb{R}$ are connected. This includes sets like $[a,b]$, $(a,b)$, and $[a,\infty)$. By contrast, sets with a gap are not connected. For example, the set

$$(-\infty,0)\cup(0,\infty)$$

is not connected because it is separated by the missing point $0$.

Why does connectedness matter in analysis? Because continuous functions preserve connectedness. If $f$ is continuous and $A$ is connected, then $f(A)$ is connected. In $\mathbb{R}$, connected sets are intervals, so a continuous image of an interval must again be an interval.

This fact leads to important consequences. For instance, if a continuous function on an interval takes values of opposite sign, then it must take the value $0$ somewhere in between. That is a form of the Intermediate Value Theorem. If $f(a)<0$ and $f(b)>0$ for a continuous function on $[a,b]$, then there exists $c\in[a,b]$ such that

$$f(c)=0.$$

On a midterm, you might need to explain this using connectedness rather than only by quoting the theorem. A strong answer would say that $[a,b]$ is connected, continuous functions preserve connectedness, and $f([a,b])$ is a connected subset of $\mathbb{R}$ containing a negative and a positive number, so it must contain all values between them, including $0$.

How Proofs Work on a Midterm

students, one of the biggest skills tested on Midterm 1 is proof writing. In Real Analysis, proof problems usually ask you to justify each step with a definition or theorem. A proof is not just a long calculation. It is a careful chain of reasoning.

A typical proof structure may look like this:

  1. State the definition or theorem you will use.
  2. Start with the assumptions.
  3. Show how the assumptions lead to the conclusion.
  4. End clearly with the statement you wanted to prove.

For example, suppose you want to prove that the sum of two continuous functions is continuous. Let $f$ and $g$ be continuous at $a$. Then

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

and

$$\lim_{x\to a} g(x)=g(a).$$

Using limit laws,

$$\lim_{x\to a} (f(x)+g(x))=\lim_{x\to a} f(x)+\lim_{x\to a} g(x)=f(a)+g(a).$$

Therefore $f+g$ is continuous at $a$.

This kind of argument may seem simple, but it reflects the exact style of Real Analysis. Every claim must be supported. If you are asked to prove uniform continuity, it is not enough to say the function is "smooth" or "well-behaved." You need a statement involving $\varepsilon$ and $\delta$.

A good midterm habit is to check the domain carefully. A statement may be true on $[0,1]$ but false on $\mathbb{R}$. For example, continuity does not automatically imply uniform continuity on every domain. The domain matters a lot.

Studying Midterm 1 Through Examples

Examples help turn abstract definitions into usable tools. Here are three important patterns.

First, if a problem asks whether a function is continuous, check whether it is built from known continuous functions. For example, the function

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

is continuous wherever the denominator is not $0$. Since $x^2+2>0$ for all real $x$, the function is continuous on $\mathbb{R}$.

Second, if a problem asks about uniform continuity, think about whether the domain is bounded and closed. Continuous functions on compact sets are uniformly continuous. This is a major theorem, often called the Heine-Cantor theorem. So if $f$ is continuous on $[a,b]$, then $f$ is uniformly continuous on $[a,b]$.

Third, if a problem asks about connectedness, look for gaps or separations. The interval $[0,1]$ is connected, but the set $[0,1)\cup(2,3]$ is not connected because it has a gap between $1$ and $2$.

These examples show how the course blends definitions with structure. Real Analysis is not about guessing; it is about knowing which theorem fits which situation ✅

Conclusion

Midterm 1 in Real Analysis is usually the first major checkpoint for proof-based thinking. It asks you to understand definitions deeply, use them accurately, and recognize how ideas such as continuity, uniform continuity, and connectedness fit together. students, the most important lesson is that properties of functions are not just formulas; they are logical statements about how inputs and outputs behave.

Uniform continuity strengthens ordinary continuity by demanding one global $\delta$ for the whole domain. Connectedness explains why intervals behave as one piece and why continuous functions preserve that structure. Together, these topics show how Real Analysis moves from local behavior to global conclusions. If you can explain definitions clearly, use the right theorem at the right moment, and write careful proofs, you are well prepared for Midterm 1.

Study Notes

  • Continuity at $a$ means $\lim_{x\to a} f(x)=f(a)$.
  • Uniform continuity means: for every $\varepsilon>0$, there exists $\delta>0$ such that for all $x,y$ in the domain, $|x-y|<\delta$ implies $|f(x)-f(y)|<\varepsilon$.
  • Uniform continuity is stronger than continuity because the same $\delta$ must work everywhere in the domain.
  • Continuous functions on compact sets are uniformly continuous.
  • Intervals in $\mathbb{R}$ are connected.
  • Continuous images of connected sets are connected.
  • In $\mathbb{R}$, connected sets are intervals.
  • Midterm proofs usually require definitions, theorems, and clear logical steps.
  • Check the domain carefully, since many theorems depend on the set where the function is defined.
  • Good examples to know include $x^2$ on $[0,1]$ as uniformly continuous and $x^2$ on $\mathbb{R}$ as continuous but not uniformly continuous.
  • A strong Real Analysis answer explains not just what is true, but why it is true using precise reasoning.

Practice Quiz

5 questions to test your understanding

Midterm 1 — Real Analysis | A-Warded