V6Stetigkeit und Differentialrechnung einer Variablen

General Course Information and Motivation

  • Course Details: Lecture 6, titled "Stetigkeit, Differentialrechnung einer Variablen" (Continuity, Differential Calculus of one variable), part of Mathematics I. Delivered on May 20, 2025 by Stephan Block of the AG Bionanogrenzflächen, Institute for Physical and Theoretical Chemistry, Department of BCP, Freie Universität Berlin.

  • Motivational Example: Usain Bolt's World Record Run:     * The 2008 Beijing run is used to illustrate the transition from average speed to functional analysis.     * Data Representation: The distance covered (position) is plotted as a function of time: s=f(t)s = f(t).     * Observation: From 4s4\,\text{s} onwards, the distance function is approximately linear.     * Average Velocity (\bar{v}): Calculated as the change in distance over the change in time:         vˉ=ΔsΔt=s(t2)s(t1)t2t1=f(t2)f(t1)t2t1\bar{v} = \frac{\Delta s}{\Delta t} = \frac{s(t_2) - s(t_1)}{t_2 - t_1} = \frac{f(t_2) - f(t_1)}{t_2 - t_1}.

Learning Objectives and Outline

  • Main Topics:     1. Continuity (Stetigkeit): Definition and examples.     2. Difference Quotient and 1D Differential Calculus.     3. Applications (specifically root-finding).

  • Specific Learning Goals:     * Ability to evaluate the continuity of functions.     * Differentiating functions of a single variable.     * Calculating function zeros (roots) using the iterative Newton's method (Newton-Verfahren).

Definitions and Theory of Continuity (Stetigkeit)

  • Formal Definition: Let f:IJf: I \rightarrow J be a real function and aIa \in I.     1. Continuity at a point: The function ff is called continuous at point aa if the limit limxaf(x)\lim_{x \rightarrow a} f(x) exists and equals the function value at that point: limxaf(x)=f(a)\lim_{x \rightarrow a} f(x) = f(a).     2. Global Continuity: A function ff is continuous on its domain II if it is continuous at every point aIa \in I.     3. Discontinuity: A function is discontinuous at point aa if it fails to satisfy the continuity condition at that point.

  • Formal Remark on Limits: Previously, limits were discussed only in the context of sequences. Formally, to calculate limxaf(x)\lim_{x \rightarrow a} f(x), one should choose a sequence (xn)(x_n) that converges to aa. However, for practical purposes, it is sufficient to imagine moving through the domain toward aa and observing the behavior of the function close to aa.

  • Visual Intuition: Continuity is often equated with the ability to draw the graph of a function without lifting the pen from the paper.

Criteria and Examples of Discontinuity

  • Causes of Discontinuity: A function is discontinuous at point aa if any of these three cases occur:     1. The left-sided and right-sided limits exist and are equal, but they do not match the function value f(a)f(a).     2. The left-sided and right-sided limits exist but are not equal to each other (jump).     3. The left-sided and/or right-sided limit does not exist.

  • Graphical Examples provided in the transcript:     * Case 1 (Limit exists \neq functional value):         f(x):RRf(x): \mathbb{R} \rightarrow \mathbb{R} defined as         {x2,amp;x2 1,amp;x=2\begin{cases} x^2, & x \neq 2 \ 1, & x = 2 \end{cases}         Here, the limit as x2x \rightarrow 2 is 22=42^2 = 4, but the value defined is f(2)=1f(2) = 1.     * Case 2 (Limits differ):         f(x):RRf(x): \mathbb{R} \rightarrow \mathbb{R} defined as         {8,amp;xlt;2 x2,amp;xgt;2\begin{cases} 8, & x < 2 \ x^2, & x > 2 \end{cases}         The left limit is 88 and the right limit is 44.     * Case 3 (Limit does not exist):         f(x):RRf(x): \mathbb{R} \rightarrow \mathbb{R} defined as         {2sin(x),amp;xlt;2 x2,amp;xgt;2\begin{cases} 2\sin(x), & x < 2 \ x^2, & x > 2 \end{cases}         (Note: The transcript illustrates non-existence often through undefined behavior or infinite oscillation at the boundary point).

Fundamentals of Differential Calculus

  • Core Concept: Differentiation is the local linearization of a real function (f:IRf: I \rightarrow \mathbb{R}). The function is approximated by a linear function f(x)Ax+Bf(x) \approx Ax + B in the vicinity of a point x0x_0.

  • Step 1: The Secant Slope (Difference Quotient):     * The slope of the secant line passing through (x0,f(x0))(x_0, f(x_0)) and (x0+Δx,f(x0+Δx))(x_0 + \Delta x, f(x_0 + \Delta x)) is:         ΔfΔx=f(x0+Δx)f(x0)Δx\frac{\Delta f}{\Delta x} = \frac{f(x_0 + \Delta x) - f(x_0)}{\Delta x}     * Geometric Interpretation: This represents the average increase/slope over the interval Δx\Delta x.

  • Step 2: The Tangent Slope (The Derivative):     * The slope at the specific point x0x_0 is the limit of the difference quotient as Δx0\Delta x \rightarrow 0:         f(x0)=df(x)dx<em>x0=lim</em>Δx0ΔfΔx=limΔx0f(x0+Δx)f(x0)Δxf'(x_0) = \frac{df(x)}{dx}\Big|<em>{x_0} = \lim</em>{\Delta x \rightarrow 0} \frac{\Delta f}{\Delta x} = \lim_{\Delta x \rightarrow 0} \frac{f(x_0 + \Delta x) - f(x_0)}{\Delta x}     * Geometric Interpretation: This represents the slope of the tangent to the function ff at point x0x_0.

  • Linear Approximation: If the derivative exists, the function can be approximated near x0x_0 as:     f(x0+Δx)f(x0)+f(x0)Δxf(x_0 + \Delta x) \approx f(x_0) + f'(x_0) \cdot \Delta x

Standard Derivatives of Basic Functions

  • Power Functions: For f(x)=xpf(x) = x^p (with x(0,)x \in (0, \infty), pRp \in \mathbb{R}):     f(x)=pxp1f'(x) = p \cdot x^{p-1}     * Example derivation for x2x^2: limΔx0(x+Δx)2x2Δx=limΔx0x2+2xΔx+Δx2x2Δx=2x\lim_{\Delta x \rightarrow 0} \frac{(x + \Delta x)^2 - x^2}{\Delta x} = \lim_{\Delta x \rightarrow 0} \frac{x^2 + 2x\Delta x + \Delta x^2 - x^2}{\Delta x} = 2x.

  • Exponential Functions:     * For f(x)=axf(x) = a^x (with a > 0): f(x)=axln(a)f'(x) = a^x \cdot \ln(a).     * For the natural exponential function f(x)=exf(x) = e^x: f(x)=exf'(x) = e^x.

  • Logarithmic Functions: For f(x)=ln(x)f(x) = \ln(x) (with x(0,)x \in (0, \infty)):     f(x)=1xf'(x) = \frac{1}{x}

  • Trigonometric Functions:     * f(x)=sin(x)f(x)=cos(x)f(x) = \sin(x) \rightarrow f'(x) = \cos(x)     * f(x)=cos(x)f(x)=sin(x)f(x) = \cos(x) \rightarrow f'(x) = -\sin(x)

Essential Rules and Conditions

  • Differentiability and Continuity: A function can only be differentiated at points where it is continuous. Continuity is a necessary condition for differentiability, but not a sufficient one (e.g., functions with "kinks" or sharp corners are continuous but not differentiable at the kink).

  • The Symbol dd: The notation dxdx refers to an infinitesimally small change in xx. It implies that while x0+dxx_0 + dx is practically indistinguishable from x0x_0, the difference (x0+dx)x0(x_0 + dx) - x_0 is sufficiently non-zero to prevent the limit quotient from diverging.

  • Rechenregeln (Rules of Calculation):     * Sum Rule: (f+g)(x)=f(x)+g(x)(f + g)'(x) = f'(x) + g'(x)     * Scaling Rule: (cf)(x)=cf(x)(c \cdot f)'(x) = c \cdot f'(x) where cc is a constant.     * Product Rule: (fg)(x)=f(x)g(x)+f(x)g(x)(f \cdot g)'(x) = f'(x)g(x) + f(x)g'(x)     * Quotient Rule: (fg)(x)=f(x)g(x)f(x)g(x)(g(x))2(\frac{f}{g})'(x) = \frac{f'(x)g(x) - f(x)g'(x)}{(g(x))^2} (provided g(x)0g(x) \neq 0).     * Chain Rule: For f(x)=g(h(x))f(x) = g(h(x)), the derivative is f(x)=g(h(x))h(x)f'(x) = g'(h(x)) \cdot h'(x) (Exterior derivative ×\times interior derivative).

Applications of Differential Calculus

  • Curve Discussion: The first derivative corresponds to the slope of the tangent. This is used to analyze function behavior and estimate how much the function value changes when moving from x0x_0 to x0+dxx_0 + dx.

  • Numerical Equation Solving: Many equations lack analytical solutions (e.g., ex=x2e^x = -x^2). Finding xx such that the equation holds is equivalent to finding the zeros of the function f(x)=ex+x2f(x) = e^x + x^2.

  • Newton's Method (Newton-Verfahren):     * Based on the identity for continuous functions: f(x0+Δx)f(x0)+Δxf(x0)f(x_0 + \Delta x) \approx f(x_0) + \Delta x \cdot f'(x_0).     * To find a zero, we set f(x0+Δx)=0f(x_0 + \Delta x) = 0. This leads to the approximation:         0f(x0)+Δxf(x0)0 \approx f(x_0) + \Delta x \cdot f'(x_0)         Δxf(x0)f(x0)\Delta x \approx -\frac{f(x_0)}{f'(x_0)}     * Iteration: By choosing a starting point x0x_0 and iterating the equation xn+1=xnf(xn)f(xn)x_{n+1} = x_n - \frac{f(x_n)}{f'(x_n)}, one can converge on the root of the function. The approximation improves as Δx\Delta x becomes smaller (i.e., as xnx_n gets closer to the actual zero point).