From: 3blue1brown
In calculus, the concept of a derivative is often introduced visually as the slope of a graph [00:00:45]. While this graphical intuition is valuable for functions with simple numerical inputs and outputs, it can become less applicable when generalizing calculus to more complex domains, such as multivariable calculus or complex analysis [00:00:50]. An alternative “transformational view” of derivatives offers a more flexible perspective, viewing a function as mapping input points to output points [00:02:26]. This view helps understand how the input space gets stretched or squished, and it is particularly useful for analyzing the stability of fixed points in iterated functions [00:02:33].
Derivatives: Graphical vs. Transformational View
Traditionally, the derivative is understood as the slope of a graph [00:01:49]. However, a more fundamental understanding is that the derivative measures how sensitive a function is to tiny nudges around an input [00:02:05].
The transformational view conceptualizes a function as mapping points from an input number line to a different output number line [00:02:26]. In this context, the derivative at a specific input measures how much a small neighborhood of points around that input gets stretched or squished after the function’s mapping [00:02:33]. For example:
- For the function , zooming in around the input shows points stretching by a factor of 2, indicating a derivative of 2 at [00:03:25].
- Around , points stretch by a factor of 6, meaning the derivative is 6 [00:03:46].
- Around , points contract by a factor of , so the derivative is [00:03:58].
- Around , points collapse towards , indicating a derivative of [00:04:33].
- For negative inputs, like , points not only stretch (by a factor of 4) but also flip around, meaning the derivative is negative (e.g., -4) [00:05:20].
The derivative represents the limiting behavior as you zoom in closer and closer to an input [00:04:49]. This perspective is crucial for understanding how functions behave under repeated application.
Fixed Points and Function Iteration
A “fixed point” of a function is a value such that [00:06:19]. These points are significant when considering functions applied repeatedly, i.e., iterating the function.
Example: The Infinite Fraction
Consider the infinite fraction: [00:05:48]
This expression can be evaluated by setting it equal to and recognizing that the entire fraction appears within itself, leading to the equation [00:06:05]. This means we are looking for a fixed point of the function [00:06:19].
Solving (which simplifies to ) yields two solutions:
- The golden ratio, [00:06:36].
- ’s “little brother,” approximately , which is equal to [00:06:42].
The question then arises: if the infinite fraction represents a limiting process, which of these two fixed points does it approach? [00:06:53]
Iterative Process
One way to interpret the infinite fraction is as the limit of a sequence generated by repeatedly applying the function starting with an initial value [00:07:26].
- If you start with , then , , and so on. This sequence approaches [00:07:36].
- Remarkably, if you start with any random number (even a negative one or one close to ), repeatedly applying will eventually converge to [00:08:28]. The value is a fixed point, but it’s not a stable one; even if you start very close to it, the iterations “shy away” from it [00:08:33].
Graphical Interpretation of Iteration (Spiderweb Diagram)
The traditional way to visualize function iteration involves a “spiderweb diagram” [00:09:07]:
- Start with an input on the x-axis.
- Move vertically to the graph of to find the output [00:09:11].
- Move horizontally from to the line . This transfers the output value back to the x-axis as the new input [00:09:14].
- Repeat the process: move vertically from to , then horizontally to , and so on [00:09:28]. Fixed points are where the graph of intersects the line . The “spiderweb” path will either converge to a fixed point or diverge away from it, depending on the slope of at the fixed point [00:10:01]. While insightful, this method can be visually awkward [00:09:47].
Stability of Fixed Points with the Transformational View
The transformational view offers a more intuitive understanding of fixed point stability [00:10:15]. When repeatedly applying a function like :
-
Points near (the golden ratio) tend to clump around it [00:11:06]. This happens because, under the function’s mapping, points in a neighborhood around get contracted towards [00:11:27]. This contraction implies that the magnitude of the function’s derivative at is less than 1 (specifically, around -0.38 for at ) [00:11:32]. This creates a “gravitational pull” towards [00:11:50].
-
Conversely, points near ‘s “little brother” () are repelled away from it [00:12:01]. This is because the derivative at this fixed point has a magnitude greater than 1 (it stretches points by more than a factor of 2, and also flips them, as the derivative is negative) [00:12:05].
Stable vs. Unstable Fixed Points
- A fixed point is considered stable if, when perturbed slightly, iterations of the function tend to return to that fixed point [00:12:30]. This occurs when the magnitude of the derivative at the fixed point is less than 1 () [00:12:40]. Such fixed points act as attractors.
- A fixed point is considered unstable if, when perturbed slightly, iterations of the function tend to move away from that fixed point [00:12:30]. This occurs when the magnitude of the derivative at the fixed point is greater than 1 () [00:12:40]. Such fixed points act as repellors.
This principle explains why consistently appears in numerical iterations of , while does not [00:12:47]. The stability of fixed points is determined by the local stretching or squishing factor, which is precisely what the derivative in the transformational view describes.
This perspective enhances a student’s understanding of derivatives, making it more flexible for advanced topics in mathematics beyond simple graphing [00:13:45].