Comprehensive Notes on Advanced Mathematics Differentiation

Syllabus Outcomes and Core Competencies for Differentiation

  • MAV-11-06: Proficiency in interpreting the meaning of the derivative and determining the derivative of functions to solve diverse problems.
  • MAO-WM-01: Development of understanding and fluency through exploring and connecting mathematical concepts, applying mathematical techniques, and communicating reasoning clearly.

Concepts of Change: Estimating and Defining Rates

  • Average Rate of Change: For a function y=f(x)y = f(x) over the domain [a,b][a, b], the average rate of change is defined as the change in yy divided by the change in xx:     ΔyΔx=f(b)f(a)ba\frac{\Delta y}{\Delta x} = \frac{f(b) - f(a)}{b - a}
  • Secant Gradient: The value f(b)f(a)ba\frac{f(b) - f(a)}{b - a} is recognized geometrically as the gradient of the secant line passing through points (a,f(a))(a, f(a)) and (b,f(b))(b, f(b)) on the graph of y=f(x)y = f(x).
  • Speed as a Rate: Speed is defined as the rate of change of distance with respect to time.
  • Instantaneous Speed: The speed of an object at a specific time tt is the limit of the average speed as the time interval approaches zero. It is approximated by identifying the average speed between position at time tt and a position some time later (t+ht + h), where the approximation improves as hh decreases.
  • Linear Modelling: In a linear function, the gradient represents a constant rate of change.
  • Non-Linear Modelling: In non-linear functions, the rate of change is not constant and is represented by the gradient of the tangent to the curve at any specific point.

Numeric Estimation of Instantaneous Rates

  • Cyclist Scenario: Consider a cyclist whose distance from the top of a hill is given by d(t)=t2d(t) = t^2, where dd is in metres and tt is in seconds.
  • Step 1 (Average Speed): Between t=1t = 1 and t=3t = 3:     Average Speed=d(3)d(1)31=912=4m/s\text{Average Speed} = \frac{d(3) - d(1)}{3 - 1} = \frac{9 - 1}{2} = 4\,m/s
  • Step 2 (Shrinking the Interval): To find the speed at exactly t=2t = 2, calculate the average speed for shrinking values of hh:     Average Speed=d(2+h)d(2)h\text{Average Speed} = \frac{d(2 + h) - d(2)}{h}
    • For h=1h = 1 (t=2t = 2 to t=3t = 3): (94)÷1=5m/s(9 - 4) \div 1 = 5\,m/s
    • For h=0.5h = 0.5 (t=2t = 2 to t=2.5t = 2.5): (6.254)÷0.5=4.5m/s(6.25 - 4) \div 0.5 = 4.5\,m/s
    • For h=0.1h = 0.1 (t=2t = 2 to t=2.1t = 2.1): (4.414)÷0.1=4.1m/s(4.41 - 4) \div 0.1 = 4.1\,m/s
    • For h=0.01h = 0.01 (t=2t = 2 to t=2.01t = 2.01): (4.04014)÷0.01=4.01m/s(4.0401 - 4) \div 0.01 = 4.01\,m/s
  • Conclusion: As h0h \to 0, the average speed approaches 4m/s4\,m/s, which is the instantaneous speed at t=2t = 2. This value corresponds to the gradient of the tangent at that point.

Formal Definitions and Notation of the Derivative

  • The Derivative Function: Defined as f(x)f'(x), the derivative represents the gradient of the tangent to the curve y=f(x)y = f(x) at any point (x,f(x))(x, f(x)), provided the tangent exists and is not vertical.
  • Differentiation: The mathematical process of finding the derivative of a function.
  • First Principles Definition: The derivative is the limiting value of the gradient of the secant as the interval hh approaches zero:     f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}
  • Notation Variants:
    • dydx\frac{dy}{dx} and yy' when yy is a function of xx.
    • ddx[f(x)]\frac{d}{dx}[f(x)] and f(x)f'(x) for a function f(x)f(x).
    • dxdt\frac{dx}{dt} or x˙\dot{x} for velocity (displacement xx as a function of time tt).
  • Differentiability Requirements: A function is differentiable at x=ax = a if and only if:
    1. It is smooth and continuous at x=ax = a.
    2. The limit limh0f(x+h)f(x)h\lim_{h \to 0} \frac{f(x + h) - f(x)}{h} exists and is finite.

Rules for Differentiation

  • Constant Functions: If f(x)=cf(x) = c, then f(x)=0f'(x) = 0.
  • Linear Functions: If f(x)=mx+cf(x) = mx + c, then f(x)=mf'(x) = m.
  • The Power Rule: For any real number nn, if f(x)=xnf(x) = x^n, then f(x)=nxn1f'(x) = nx^{n-1}.
  • Sum/Difference Rule: The derivative of a sum is the sum of the derivatives:     ddx[f(x)±g(x)]=f(x)±g(x)\frac{d}{dx}[f(x) \pm g(x)] = f'(x) \pm g'(x)
  • Constant Multiple Rule: The derivative of a multiple of a function is the multiple of its derivative:     ddx[kf(x)]=kf(x)\frac{d}{dx}[k \cdot f(x)] = k \cdot f'(x)
  • The Chain Rule (Function of a Function): Used for composite functions. If yy is a function of uu and uu is a function of xx:     dydx=dydu×dudx\frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dx}     Alternatively, if h(x)=f(g(x))h(x) = f(g(x)), then h(x)=f(g(x))g(x)h'(x) = f'(g(x)) \cdot g'(x).     Standard form for powers of a function: If y=[f(x)]ny = [f(x)]^n, then dydx=nf(x)[f(x)]n1\frac{dy}{dx} = n \cdot f'(x) \cdot [f(x)]^{n-1}.
  • The Product Rule: Used for the product of two functions uu and vv:     dydx=udvdx+vdudx\frac{dy}{dx} = u \frac{dv}{dx} + v \frac{du}{dx}     Also expressed as: (uv)=uv+vu(uv)' = uv' + vu'.
  • The Quotient Rule: Used for the division of two functions uu and vv:     dydx=vdudxudvdxv2\frac{dy}{dx} = \frac{v \frac{du}{dx} - u \frac{dv}{dx}}{v^2}     Also expressed as: (uv)=vuuvv2(\frac{u}{v})' = \frac{vu' - uv'}{v^2}.

Distance, Displacement, Speed, and Velocity

  • Distance: The total path length travelled regardless of direction. This value is always non-negative (0\ge 0) and never decreases over time.
  • Displacement: The straight-line distance and direction from a fixed origin. It can be positive (right/forward), negative (left/backward), or zero (at the origin).
  • Speed: The rate of change of distance. It is always positive or zero. Instantaneous speed is the magnitude (absolute value) of instantaneous velocity.
  • Velocity: The rate of change of displacement. It includes direction; positive indicates motion in the positive direction, and negative indicates motion in the opposite direction.
  • Average vs. Instantaneous Velocity:
    • Average Velocity=Change in DisplacementChange in Time=x2x1t2t1\text{Average Velocity} = \frac{\text{Change in Displacement}}{\text{Change in Time}} = \frac{x_2 - x_1}{t_2 - t_1}
    • Instantaneous Velocity=dxdt\text{Instantaneous Velocity} = \frac{dx}{dt}

Geometric Applications of the Derivative

  • Angle of Inclination: The steepness of a tangent line can be expressed as an angle θ\theta with the positive xx-axis. The relationship is governed by:     tan(θ)=m\tan(\theta) = m     where mm is the gradient (the derivative at that point).
  • Equations of Tangents: Once the gradient mm at point (x1,y1)(x_1, y_1) is found via the derivative, the equation of the tangent line is:     yy1=m(xx1)y - y_1 = m(x - x_1)
  • Normals to a Curve: The normal is the line perpendicular to the tangent at the point of contact. Its gradient mnormalm_{\text{normal}} is the negative reciprocal of the tangent gradient mtangentm_{\text{tangent}}, calculated as:     mnormal=1mtangentm_{\text{normal}} = -\frac{1}{m_{\text{tangent}}}     The equation of the normal is: yy1=1m(xx1)y - y_1 = -\frac{1}{m}(x - x_1).

Increasing, Decreasing, and Stationary Functions

  • Increasing Function: A curve is increasing at x=ax = a if f(a)>0f'(a) > 0. The tangent slopes upwards.
  • Decreasing Function: A curve is decreasing at x=ax = a if f(a)<0f'(a) < 0. The tangent slopes downwards.
  • Stationary Point: A curve is stationary at x=ax = a if f(a)=0f'(a) = 0. The tangent is horizontal.
  • Justification of Behavior (NESA Standards): Conclusions about function shape must be explained in words based on the sign of f(x)f'(x).
    • If f(x)>0f'(x) > 0, the curve is increasing.
    • If f(x)<0f'(x) < 0, the curve is decreasing.
    • If f(x)=0f'(x) = 0, the point is stationary.
  • Turning Points: A stationary point is a maximum turning point if f(x)f'(x) changes from positive to negative. It is a minimum turning point if f(x)f'(x) changes from negative to positive.
  • Stationary Point of Inflection: This occurs if f(a)=0f'(a) = 0 but the sign of f(x)f'(x) is the same on both sides of x=ax = a (e.g., f(x)=x3f(x) = x^3 at x=0x = 0).

Physical Applications of Rates of Change

  • Temperature (Case Study): If TT is temperature and tt is time, dTdt\frac{dT}{dt} represents how fast the temperature is changing. A patient's temperature reaches a maximum when dTdt=0\frac{dT}{dt} = 0.
  • Population Growth: A cockroach population P=7+6tt2P = 7 + 6t - t^2 (in millions) has a rate of change found by differentiation: dPdt=62t\frac{dP}{dt} = 6 - 2t.
    • Population is increasing when dPdt>0\frac{dP}{dt} > 0.
    • Maximum population occurs when dPdt=0\frac{dP}{dt} = 0.
  • Fluid Dynamics: Volume VV of fuel emptying from a tanker is given by Q=200(400t2)Q = 200(400 - t^2). The rate of emptying is dQdt=400t\frac{dQ}{dt} = -400t.
  • Projectile Motion: Height hh of a stone dropped from a building is h=805t2h = 80 - 5t^2.
    • Building height is the initial height at t=0t = 0.
    • Velocity is dhdt=10t\frac{dh}{dt} = -10t. Speed at impact is calculated by finding the time when h=0h = 0.