Calculus Foundations for Velocity and Acceleration

Limit, Intuition, and the Role of Calculus

  • Physics relies on calculus: rules of differentiation translate into intuitive statements about motion.
  • Velocity is defined as the instantaneous rate of change of position with respect to time, obtained as a limit.
  • The core idea: a limit asks what value a function approaches as the input approaches a point.
  • intuitive example: average speed over shrinking time intervals should approach a single value as the interval shrinks.
  • when the limit from the left and the limit from the right agree, the limit exists; if not, a discontinuity occurs and the limit does not exist.
  • Discontinuities prevent a well-defined instantaneous velocity at that point.
  • Concept of limit generalizes to higher dimensions; the same idea applies to dx/dt in one dimension and to partial derivatives in multi-dimensions.

Velocity: Definition and Notation

  • Position versus time, x(t):-
    • Average velocity between two times ti and tf: v{ ext{avg}}= rac{x(tf)-x(ti)}{tf-t_i}.
    • Instantaneous velocity at time t: v(t)= ext{lim}_{ riangle t o 0} rac{x(t+ riangle t)-x(t)}{ riangle t}= rac{dx}{dt}.
  • Notation often used in physics:
    • v(t)= rac{dx}{dt} (dx/dt).
    • Sometimes written as x˙(t) or
    • The derivative indicates the slope of the
    • Position–time graph: the steeper the slope, the higher the instantaneous velocity.
  • Example power-rule pattern (d/dt of a power): for x(t)=t^n, then rac{dx}{dt}=n t^{n-1}.
  • Specific examples:
    • If x(t)=t^2, then v(t)= rac{dx}{dt}=2t.
    • If x(t)=t^3, then v(t)= rac{dx}{dt}=3t^2.
  • Linearity of differentiation (two key rules):
    • Constant multiples: if x(t)=C f(t), then rac{dx}{dt}=C f'(t).
    • Sum rule: if x(t)=f(t)+g(t), then rac{d}{dt}x(t)=f'(t)+g'(t).
  • The derivative is a linear operator: differentiation distributes over sums and pulls out constants.
  • Notation nuances:
    • Some conventions use x'(t)= rac{dx}{dt} and rac{d^2 x}{dt^2} for the derivative of velocity (acceleration).
    • The stacked dot notation is also used: rac{dx}{dt} o ext{dot}x, and rac{d^2 x}{dt^2} o ext{double dot}x.

Differentiation Rules and Practice

  • Power rule summary:
    • If x(t)=t^n, then rac{dx}{dt}=n t^{n-1}.
  • Constant and sum rules reinforced:
    • Constant out: differentiating a constant times a function yields the constant times the derivative of the function.
    • Sum rule: derivative distributes across a sum.
  • A quick polynomial example: if
    • $$x(t)=a0 + a1 t + a_2 t^2 + \