3.1 Real-Valued Functions: Mapping from Numbers to Numbers

Now we move from sequences of numbers to functions. Specifically, we’ll focus on real-valued functions, which take real numbers as input and produce real numbers as output. If is a set of real numbers, a real-valued function on is a mapping:

Think of a function as a machine: you put in a number from the domain , and it spits out another number in the real numbers.

The set of all real-valued functions on a domain , denoted , is itself a rich mathematical structure. We can do familiar algebraic operations with functions:

  • Addition: If and are functions in , their sum is a new function in defined by:
  • Scalar Multiplication: If and is a scalar, then is a function in defined by:
  • Multiplication: The product of two functions in is a function in defined by:

These operations make into a vector space over , and also something called an algebra.

Within , we have special functions called constant functions. These functions always output the same value, no matter what input you give them. Two important constant functions are the zero function (0) and the one function (1):

  • Zero Function (0): for all
  • One Function (1): for all

These act as identities for addition and multiplication in .

We can also define an order relation on . We say if for every in the domain , . A function is non-negative if , meaning for all .

Monotone Functions: Functions that Don’t Change Direction

If the domain is a subset of the real numbers, we can talk about monotone functions, just like we talked about monotone sequences.

Monotone functions are well-behaved. They either always go “uphill” or always go “downhill” as you move from left to right in their domain.

Example: Consider where is a natural number.

  • If is odd (like ), is strictly monotonically increasing on .
  • If is even (like ), is not monotone on . It’s decreasing for and increasing for . However, it is monotonically increasing on .

In the next sections, we’ll explore a crucial property of functions: continuity, which is essential for calculus and analysis.

3.2 Continuity: No Sudden Breaks

Intuitively, a function is continuous if you can draw its graph without lifting your pen from the paper. There are no sudden jumps, breaks, or holes in the graph. If you make a small change in the input , the output also changes only by a small amount.

Let’s make this intuitive idea precise with a formal definition. We’ll define continuity at a point first.

This definition mirrors the - definition of a limit. In fact, continuity at means that the limit of as approaches exists and is equal to the function value at .

Geometrically, this means that if you take a small interval around (of width ), the function values for in this interval will all lie within a small interval around (of width ).

Examples of Continuous and Discontinuous Functions

Let’s look at some examples to understand continuity better.

Example 1: Polynomials and Absolute Value are Continuous

These functions have “smooth” graphs without any breaks.

Example 2: The Floor Function - Discontinuous Jumps

The floor function has jumps at integer values. As approaches an integer from the right, is constant, but as you approach from the left, it jumps down by 1.

Example 3: A Function Continuous Only at One Point - Wild Behavior

Sequential Continuity: Linking Continuity and Sequences

There’s a useful way to characterize continuity using sequences. It connects the concept of continuous functions back to the sequences we studied in the previous chapter.

This theorem says: a function is continuous at a point if and only if it preserves limits of sequences approaching that point.

This sequential characterization is often easier to use when proving properties of continuous functions. For example, it makes it easy to show that sums, products, and quotients of continuous functions are also continuous.

3.3 Algebraic Combinations of Continuous Functions: Building More Complex Continuity

Just like with limits of sequences, continuity is preserved under basic algebraic operations. This allows us to build up more complex continuous functions from simpler ones.

We can prove these laws elegantly using the sequential characterization of continuity (Theorem 3.2.4) and the Limit Laws for sequences (Theorem 2.1.8).

Continuity of Polynomials and Rational Functions

Using these algebraic continuity laws, we can deduce the continuity of important classes of functions.

Explanation:

  • Polynomials: Start with the basic continuous function (you can prove this directly from the - definition or sequential continuity). Constant functions are also continuous. Using the Product Law repeatedly, is continuous, is continuous, and so on. Using the Scalar Multiplication Law, is continuous. Finally, using the Sum Law, the sum of continuous terms (a polynomial) is continuous.
  • Rational Functions: Rational functions are quotients of polynomials. Since polynomials are continuous, and quotients of continuous functions are continuous where the denominator is non-zero (Quotient Law), rational functions are continuous everywhere except where the denominator polynomial is zero (i.e., at their poles).

These results give us a large family of continuous functions to work with, forming the building blocks for more advanced analysis. In the next sections, we’ll explore deeper properties of continuous functions, like the Intermediate Value Theorem and the Extreme Value Theorem.

3.4 The Intermediate Value Theorem (IVT): No Skipping Values

The Intermediate Value Theorem (IVT) is one of the most important consequences of continuity. It captures the intuitive idea that a continuous function cannot “skip” values. If a continuous function takes on two values, it must also take on all values in between.

Imagine walking along a continuous path in the mountains. If you start at an elevation of and end at an elevation of , you must pass through every elevation between and at some point along your path.

Application: Finding Roots of Polynomials

The IVT is very useful for proving the existence of roots (zeros) of equations.

3.5 The Min-Max Theorem (Extreme Value Theorem): Boundedness and Extremes

The Min-Max Theorem, also known as the Extreme Value Theorem (EVT), guarantees that a continuous function on a closed and bounded interval (a compact interval) attains both a maximum and a minimum value.

This theorem is incredibly important for optimization problems. It guarantees that if you are looking for the maximum or minimum value of a continuous function on a closed interval, such values actually exist.

Importance of Conditions:

It’s crucial to note that both continuity and compactness of the interval (closed and bounded) are necessary for the Min-Max Theorem to hold. If either condition is removed, the theorem may fail.

  • Discontinuity: A discontinuous function on a closed interval may not attain a maximum or minimum (e.g., a function with a jump discontinuity).
  • Non-compact Interval: A continuous function on a non-closed interval (like ) or an unbounded interval (like ) may also not attain a maximum or minimum (e.g., on has no maximum).

These fundamental theorems – IVT and EVT – are cornerstones of analysis. They guarantee essential properties of continuous functions and provide powerful tools for solving problems in calculus, optimization, and many other areas of mathematics.

3.6 The Real Exponential Function: A Function That Grows Faster Than Anything

We’ve already encountered the exponential function in the context of series and complex numbers. Now let’s focus on the real exponential function, , for real inputs . We can define it using the power series:

This series converges absolutely for all real numbers .

Let’s explore some key properties of the exponential function.

Always Positive and Greater Than 1 for Positive Inputs:

This follows directly from the power series definition, as all terms are positive for , and the first term is 1. For negative , we use the property (derived from Cauchy product of series).

Strictly Increasing:

If you increase the input, the output of the exponential function always increases. It’s always climbing uphill.

A Useful Inequality:

This simple inequality is surprisingly useful in proofs and estimations.

Continuity of the Exponential Function:

3.7 The Natural Logarithm: The Inverse of Exponential

Since the exponential function is a bijective, strictly monotonically increasing, and continuous function from to , it has an inverse function, called the natural logarithm, denoted by or .

The logarithm “undoes” exponentiation, and vice versa. If , then .

3.8 Trigonometric Functions: Circles and Periodicity

We now introduce the trigonometric functions: sine () and cosine (). We define them using power series, just like the exponential function:

These series converge absolutely for all complex numbers , and therefore for all real numbers .

Relationship to Complex Exponential:

A crucial link between trigonometric and exponential functions is given by Euler’s formula:

This formula beautifully connects complex exponentials to sines and cosines. It allows us to derive many trigonometric identities from properties of the exponential function.

Using Euler’s formula, we can express sine and cosine in terms of complex exponentials:

These power series definitions and the connection to the complex exponential provide a rigorous foundation for trigonometric functions, allowing us to explore their properties analytically. We can derive trigonometric identities, analyze their periodicity, and understand their behavior using the tools of calculus and analysis.

This concludes our journey through Chapter 3. We’ve explored continuous functions, their algebraic properties, and fundamental theorems like the IVT and EVT. We’ve also introduced the exponential, logarithm, and trigonometric functions, laying the groundwork for differentiation and integration in the chapters to come.

Previous Chapter: Chapter 2 - Sequences and Series, Approaching Infinity, Divergence, Infinity, Algebra of Limits, Monotone Sequences, Weierstrass, Cauchy, Series, Summing Infinitely, Special Series and Operations

Next Chapter: Chapter 4 - Differentiable Functions, The Slope of a Curve, Rules for Differentiation, Mean Value Theorem and Beyond