lesson

Updated 6 days ago ยท 1 view
Why does a car accelerate smoothly, while a single bacteria cell on a petri dish multiplies into billions overnight?
The answer hides in the shape of the graph: the mathematical relationship between variables determines how systems behave in the real world.
Linear Trends: Positive and Negative
A linear trend occurs when the rate of change between two variables remains constant, producing a straight line of best fit.
In a positive correlation, the dependent variable increases as the independent variable increases, while in a negative correlation, the dependent variable decreases as the independent variable increases.
๐Create an interactive visual comparison of Positive Linear Correlation vs Negative Linear Correlation side-by-side. Left card shows a positive slope: 'Extension of a Spring vs Force' with blue plotted scatter points tightly clustered along a line $y = kx$, showing an upward trend arrow with label 'As Force increases, Extension increases'. Right card shows a negative slope: 'Volume of Gas vs Pressure' (Boyle's linear form or simple cooling curve) with coral plotted points tightly clustered along a downward sloping line with label 'As Temperature decreases, Time increases'. Include interactive hover/click to draw the linear line of best fit and display the constant slope gradient $\Delta y / \Delta x$. Container max-width 700px, responsive down to 320px, light background #f8f9fa, clean borders #e6e6e6, dark navy text #1e2945.
For example, Ohm's Law shows a positive linear trend: doubling the voltage across a standard resistor doubles the current, maintaining a constant ratio.
What happens when doubling the input doesn't just add a fixed amount, but multiplies the entire output instead?
Exponential Curves
An exponential curve represents a non-linear relationship where the growth rate of a value is directly proportional to its current value.
In 1798, Thomas Malthus famously observed that unchecked biological populations grow exponentially by multiplying rather than adding at each generation.
๐Create an interactive graph illustrating Exponential Growth vs Exponential Decay. Include a toggle button to switch between 'Exponential Growth (e.g., Bacterial Division)' and 'Exponential Decay (e.g., Radioactive Half-Life)'. In Growth mode, show an increasingly steep J-shaped curve starting at $N_0 = 100$ and doubling every 20 minutes ($N = 100 \times 2^t$). Tangent lines at $t=1, 2, 3$ illustrate how the gradient (slope) gets steeper over time. In Decay mode, show a curve dropping steeply then flattening asymptotically towards zero ($N = N_0 \times (1/2)^t$), marking half-lives $t_{1/2}$. Styled with crisp SVG axes, gridlines, dark navy text #1e2945, accent green #10b981 for growth, purple #8b5cf6 for decay.
In bacterial growth, one cell divides into 2, then 4, 8, and 16, causing the gradient (the instantaneous rate of change) to get steeper with every passing minute.