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: . * Observation: From onwards, the distance function is approximately linear. * Average Velocity (\bar{v}): Calculated as the change in distance over the change in time: .
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 be a real function and . 1. Continuity at a point: The function is called continuous at point if the limit exists and equals the function value at that point: . 2. Global Continuity: A function is continuous on its domain if it is continuous at every point . 3. Discontinuity: A function is discontinuous at point 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 , one should choose a sequence that converges to . However, for practical purposes, it is sufficient to imagine moving through the domain toward and observing the behavior of the function close to .
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 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 . 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): defined as Here, the limit as is , but the value defined is . * Case 2 (Limits differ): defined as The left limit is and the right limit is . * Case 3 (Limit does not exist): defined as (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 (). The function is approximated by a linear function in the vicinity of a point .
Step 1: The Secant Slope (Difference Quotient): * The slope of the secant line passing through and is: * Geometric Interpretation: This represents the average increase/slope over the interval .
Step 2: The Tangent Slope (The Derivative): * The slope at the specific point is the limit of the difference quotient as : * Geometric Interpretation: This represents the slope of the tangent to the function at point .
Linear Approximation: If the derivative exists, the function can be approximated near as:
Standard Derivatives of Basic Functions
Power Functions: For (with , ): * Example derivation for : .
Exponential Functions: * For (with a > 0): . * For the natural exponential function : .
Logarithmic Functions: For (with ):
Trigonometric Functions: * *
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 : The notation refers to an infinitesimally small change in . It implies that while is practically indistinguishable from , the difference is sufficiently non-zero to prevent the limit quotient from diverging.
Rechenregeln (Rules of Calculation): * Sum Rule: * Scaling Rule: where is a constant. * Product Rule: * Quotient Rule: (provided ). * Chain Rule: For , the derivative is (Exterior derivative 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 to .
Numerical Equation Solving: Many equations lack analytical solutions (e.g., ). Finding such that the equation holds is equivalent to finding the zeros of the function .
Newton's Method (Newton-Verfahren): * Based on the identity for continuous functions: . * To find a zero, we set . This leads to the approximation: * Iteration: By choosing a starting point and iterating the equation , one can converge on the root of the function. The approximation improves as becomes smaller (i.e., as gets closer to the actual zero point).