Core Goal: Finding the area under a function curve.
For a continuous function $y=f(x)$ on $[a, b]$, the integral represents the area of the curvilinear trapezoid enclosed by the curve, the x-axis, and the lines $x=a$ and $x=b$.
Approximation: Irregular shapes are approximated by simple regular shapes (rectangles).
Infinite Subdivision: Error is eliminated by breaking the area into an infinite number of infinitely small narrow rectangles.
Width $\Delta x$ approaches $dx$ as $n \to \infty$.
Height is taken as $f(x)$ at any point in the interval.
Area of a single block: $dS = f(x) \cdot dx$.
Origin of the Integral Symbol
Sigma ($\sum$): Used for finite, discrete summation.
Integral ($\int$): A “stretched sigma” used for infinite summation of continuous quantities.
Notation: $S = \int_a^b f(x) dx$
$\int$: Integral symbol (infinite summation).
$a, b$: Limits of integration (range of summation).
$f(x)$: Integrand (height of rectangles).
$dx$: Integration variable (infinitesimal base).
Integrals vs. Geometric Areas
Integrals $\neq$ Geometric Area.
Integrals are signed cumulative sums.
Function values below the x-axis ($f(x) < 0$) result in negative area elements, which can “cancel out” positive values.
Physical Example: $v-t$ (Velocity-Time) Graph
Displacement: The integral $\int_{t_1}^{t_2} v(t) dt$. Reflects the net change in position (can be zero).
Distance: The total geometric area (sum of absolute values). Reflects the actual path length.
Example: A soccer ball kicked vertically first rises ($v > 0$) then falls ($v < 0$). The integral over the whole trip is 0 (net displacement), while the total area is the actual path length (total distance).
Underlying Essence of Derivatives
Origin of $dy/dx$: The limit of the incremental ratio $\frac{\Delta y}{\Delta x}$ as $\Delta x \to 0$.
Geometric Meaning: The slope of the tangent line.
Independence of Differentials: $dy$ and $dx$ are independent infinitesimals.
They can be separated and treated like numbers: $dy = f’(x) dx$.
Inversion: $dx/dy$ represents the slope of the normal to the curve.
Definition: The rate of change of the derivative (slope).
Geometric Interpretation:
$f^{\prime\prime}(x) > 0$: Slope is increasing $\implies$ Curve is concave upward.
$f^{\prime\prime}(x) < 0$: Slope is decreasing $\implies$ Curve is concave downward.
Notation Breakdown: In the official notation $\frac{d^2y}{dx^2}$:
Molecule ($d^2y$): Indicates $y$ is differentiated twice. The first $d$ is the derivative sign, and the second corresponds to the differential $dy$.
Denominator ($dx^2$): Represents $(dx)^2$, meaning $x$ is differentiated twice with respect to the infinitesimal $dx$. It is NOT a squaring operation of $x$.
Application: Badminton Shuttlecock Trajectory
Problem: A shuttlecock is thrown at an angle of $60^\circ$ with initial velocity $u$. If the tangents to the trajectory at $t=5$ and $t=15$ are perpendicular, find $u$.