August 26 - Calculus Notes: Derivatives, Integrals, and Functions

Rates of Change and the Tangent Problem

  • Calculus centers on two ideas: rates of change (derivatives) and areas under curves (integrals).

Derivatives: Instantaneous Rate of Change
  • Derivatives describe how a quantity changes at a specific moment.

  • Examples: Velocity (instantaneous rate of change of position) and acceleration (rate of change of velocity).

    • Velocity v(t)=ds/dtv(t) = ds/dt; Acceleration a(t)=dv/dt=d2s/dt2a(t) = dv/dt = d^2s/dt^2.

  • Geometric Intuition: The slope of a curve at a point (the tangent line) represents the instantaneous rate of change.

  • Formal Definition (Limit): The derivative s(t)s'(t) is the limit of the average rate of change as the interval shrinks to zero.

    • Average Rate of Change: ΔsΔt=s(t+h)s(t)h\frac{\Delta s}{\Delta t} = \frac{s(t+h) - s(t)}{h}.

    • Instantaneous Rate of Change (Derivative): s(t)=limh0s(t+h)s(t)hs'(t) = \lim_{h\to 0}\frac{s(t+h) - s(t)}{h}.

  • Tangent Line Equation: Given f(x<em>0)f'(x<em>0) and f(x</em>0)f(x</em>0), the tangent line at x=x<em>0x = x<em>0 is y=f(x</em>0)(xx<em>0)+f(x</em>0)y = f'(x</em>0)(x - x<em>0) + f(x</em>0).

Integrals: Area Under a Curve
  • Integrals find the area between a curve y=f(x)y = f(x) and the x-axis.

  • For simple shapes, geometric formulas suffice (e.g., triangle area for y=xy=x from x=0x=0 to x=1x=1 is 12\frac{1}{2}).

  • General Method (Riemann Sums): For complex curves, approximate the area using rectangles (Riemann sums).

    • Partition interval [a,b][a, b] into nn subintervals of width Δx=ban\Delta x = \frac{b-a}{n}.

    • Approximate Area: Area approx=<em>i=1nf(x</em>i)Δx\text{Area approx} = \sum<em>{i=1}^{n} f(x</em>i^*) \Delta x.

    • Exact Area (Limit): As nn \to \infty, this sum becomes the definite integral: A=abf(x)dxA = \int_{a}^{b} f(x) \, dx.

Continuity
  • Most calculus concepts rely on continuous functions; piecewise continuity is also common.

  • Piecewise Continuous Function Example: The absolute value function:

    • x={x,amp;x0 x,amp;xlt;0|x| = \begin{cases} x, &amp; x \ge 0 \ -x, &amp; x &lt; 0 \end{cases}