Differential Calculus Applications

Leaving Cert Higher Level Mathematics revision notes with diagrams, key terms and self-check questions.

6 min readHigher LevelBy Studytok
Practise this topic — free →

Differential calculus gives us the exact mathematical tools needed to analyse how changing quantities behave in real time. We use derivatives to find where functions peak or dip, track whether curves are climbing or falling, and link physical rates of change such as speed, acceleration, or expanding volumes.

Turning Points and Points of Inflection

A stationary point occurs anywhere the gradient of the tangent is zero, meaning f(x)=0f'(x) = 0. You can classify stationary points using the second derivative test. Evaluate ff'' at the stationary point x=ax = a: if f(a)<0f''(a) < 0, the curve bends downwards like an upside-down bowl, confirming a local maximum; if f(a)>0f''(a) > 0, the curve bends upwards, confirming a local minimum. When f(a)=0f''(a) = 0, the second derivative test tells you nothing definite; you must test the sign of f(x)f'(x) immediately to the left and right of the point.

A point of inflection is where a curve changes concavity, switching from concave up (f(x)>0f''(x) > 0) to concave down (f(x)<0f''(x) < 0), or vice versa. Finding points of inflection always starts by solving f(x)=0f''(x) = 0 and verifying that f(x)f''(x) changes sign across that value. Keep in mind that a stationary point can occasionally be a horizontal point of inflection, which happens when both f(a)=0f'(a) = 0 and f(a)=0f''(a) = 0 with no change in the sign of f(x)f'(x) on either side.

Schematic curves show a local maximum, local minimum and horizontal inflection, each with a horizontal tangent and derivative signs on either side.
Schematic curves show a local maximum, local minimum and horizontal inflection, each with a horizontal tangent and derivative signs on either side.

To show that a function has no turning points or no points of inflection, simplify the relevant derivative and explain why it can never equal zero. For example, g(x)=5x+1g(x) = \frac{5}{x + 1} gives g(x)=5(x+1)2g'(x) = -\frac{5}{(x + 1)^2}. Because the numerator is a non-zero constant and the denominator is strictly positive for all x1x \neq -1, g(x)g'(x) can never equal zero, meaning g(x)g(x) has no turning points. The same approach applies when solving f(x)=0f''(x) = 0 to prove that a curve has no points of inflection.

Increasing and Decreasing Functions and Graphing Derivatives

A function is strictly increasing across an interval when its first derivative is strictly positive, f(x)>0f'(x) > 0. It is strictly decreasing wherever f(x)<0f'(x) < 0. If flat stationary intervals are permitted, we include equality, writing f(x)0f'(x) \geq 0 or f(x)0f'(x) \leq 0.

To find the intervals where a polynomial climbs or falls, start by solving f(x)=0f'(x) = 0 to locate the values of xx where the slope is zero. For example, f(x)=x36x2+9x+2f(x) = x^3 - 6x^2 + 9x + 2 gives f(x)=3x212x+9=3(x1)(x3)f'(x) = 3x^2 - 12x + 9 = 3(x - 1)(x - 3). This is a \cup-shaped parabola, so it is negative between its roots. ff is decreasing for 1<x<31 < x < 3 and increasing for x<1x < 1 or x>3x > 3.

When sketching or identifying the graph of ff' from the graph of ff:

  • The turning points of ff become the roots (xx-intercepts) of ff', because the tangent slope is zero there.
  • The graph of ff' lies above the xx-axis where ff is rising and below the xx-axis where ff is falling.
  • Any point of inflection of ff corresponds to a local maximum or minimum turning point on the graph of ff'.
  • A cubic function ff differentiates to produce a parabolic curve for ff'.
Aligned graphs of the example cubic and its derivative connect stationary points at x=1 and x=3 to derivative roots, and the inflection at x=2 to the derivative’s minimum.
Aligned graphs of the example cubic and its derivative connect stationary points at x=1 and x=3 to derivative roots, and the inflection at x=2 to the derivative’s minimum.

Tangent Equations and Unknown Coefficients

The slope of the tangent to y=f(x)y = f(x) at x=ax = a is given by m=f(a)m = f'(a). Pair this slope with the contact point (a,f(a))(a, f(a)) and substitute both into the line equation yy1=m(xx1)y - y_1 = m(x - x_1). Leaving Certificate questions often ask for this equation in standard integer form, ax+by+c=0ax + by + c = 0.

A schematic curve and tangent meet at P(a,f(a)); axis projections identify the point, while a triangle on the tangent illustrates its slope.
A schematic curve and tangent meet at P(a,f(a)); axis projections identify the point, while a triangle on the tangent illustrates its slope.

When an exam question states that a curve has a turning point at a given coordinate (p,q)(p, q), it is handing you two distinct equations. First, f(p)=qf(p) = q because the point sits on the curve itself. Second, f(p)=0f'(p) = 0 because the tangent at any turning point is completely flat. Setting up these two equations lets you solve for unknown coefficients such as bb and cc in a polynomial.

Maximum and Minimum Problems

Maximum and minimum problems ask you to find the greatest or least possible value of a variable, such as profit, capacity, or surface area. Start by setting up a formula for the quantity to be maximised or minimised. If that formula contains two variables, look for a geometric or physical constraint in the question to eliminate one variable before you touch calculus.

Once you have a single-variable function f(x)f(x), differentiate it and solve f(x)=0f'(x) = 0 to find stationary points. Reject values that make no sense in the context, such as negative lengths or dimensions that collapse the shape to zero volume. Confirm whether the remaining point is a maximum or minimum using the second derivative test.

Crucially, if the problem specifies a closed domain [a,b][a, b], you must evaluate the function at both endpoints, f(a)f(a) and f(b)f(b), as well as at any internal stationary points. The absolute greatest or least value on a restricted interval can occur right at a boundary rather than at a turning point.

For example, consider finding the extreme values of f(x)=x33xf(x) = x^3 - 3x on the closed interval [0,3][0, 3]. Setting f(x)=3x23=0f'(x) = 3x^2 - 3 = 0 gives x2=1x^2 = 1, so x=1x = 1 or x=1x = -1. We reject x=1x = -1 because it lies outside [0,3][0, 3]. Evaluating at candidate points gives f(0)=0f(0) = 0 (left endpoint), f(1)=13=2f(1) = 1 - 3 = -2 (internal turning point), and f(3)=279=18f(3) = 27 - 9 = 18 (right endpoint). Therefore, the least value is 2-2 and the greatest value is 1818.

The graph of f(x)=x³−3x on  0,3  marks the endpoint (0,0), absolute minimum (1,−2) and endpoint absolute maximum (3,18).
The graph of f(x)=x³−3x on 0,3 marks the endpoint (0,0), absolute minimum (1,−2) and endpoint absolute maximum (3,18).

Rates of Change

Calculus lets us track how physical measurements change over time. For an object moving along a line with displacement s(t)s(t), velocity is v=dsdtv = \frac{ds}{dt} and acceleration is a=dvdt=d2sdt2a = \frac{dv}{dt} = \frac{d^2s}{dt^2}.

When two changing quantities depend on each other, connect their rates using the chain rule. For instance, if a sphere has volume VV and radius rr, the rate of change of volume with time links to the rate of growth of the radius by dVdt=dVdr×drdt\frac{dV}{dt} = \frac{dV}{dr} \times \frac{dr}{dt}. Remember that any quantity that is shrinking, leaking, or cooling must have a negative rate of change. Never substitute fixed numbers before differentiating; doing that replaces a variable with a constant, which makes the derivative incorrectly collapse to zero.

For example, suppose air is pumped into a spherical balloon at a constant rate of 250 cm3/s250\text{ cm}^3/\text{s}. To find the rate at which the radius is increasing when r=20 cmr = 20\text{ cm}:

  1. State the formula: V=43πr3V = \frac{4}{3}\pi r^3.
  2. Differentiate with respect to rr: dVdr=4πr2\frac{dV}{dr} = 4\pi r^2.
  3. Link the rates using the chain rule: dVdt=dVdr×drdt\frac{dV}{dt} = \frac{dV}{dr} \times \frac{dr}{dt}.
  4. Substitute known values: 250=4π(20)2×drdt=1600π×drdt250 = 4\pi(20)^2 \times \frac{dr}{dt} = 1600\pi \times \frac{dr}{dt}.
  5. Solve for drdt\frac{dr}{dt}: drdt=2501600π=532π0.05 cm/s\frac{dr}{dt} = \frac{250}{1600\pi} = \frac{5}{32\pi} \approx 0.05\text{ cm/s}.
A spherical balloon has incoming volume rate 250 cm³/s, radius 20 cm at the stated instant, and outward radius growth rate 5/(32π) cm/s.
A spherical balloon has incoming volume rate 250 cm³/s, radius 20 cm at the stated instant, and outward radius growth rate 5/(32π) cm/s.

Key terms

Stationary point
A point on a curve where the first derivative equals zero, meaning the tangent line is horizontal.
Local maximum
A peak on the curve, where the graph changes from rising to falling. There f'(x) = 0. If f'' is negative at that point, this confirms a maximum.
Local minimum
A trough on the curve, where the graph changes from falling to rising. There f'(x) = 0. If f'' is positive at that point, this confirms a minimum.
Point of inflection
A point where a curve transitions between concave up and concave down, which requires f''(x) = 0 and a sign change in f''(x).
Chain rule
A differentiation method used for composite functions and related rates of change, written as dy/dt = (dy/dx) * (dx/dt).
Endpoints
The boundary values of a closed interval [a, b], which must be tested alongside internal turning points when searching for absolute extrema.

Check yourself

  1. If dV/dt = 12 and dV/dr = 48, what is the value of dr/dt?

    By the chain rule, dr/dt = (dV/dt) / (dV/dr) = 12 / 48 = 0.25.

  2. Does having f''(x) = 0 guarantee that a point of inflection exists at x?

    No. The second derivative must actually change sign across the point for it to be an inflection point.

  3. If a smooth curve has a local minimum at (2, 5), what is the value of f'(2)?

    f'(2) = 0 because the tangent line at any local turning point is horizontal.

You've read the theory
Now turn it into exam marks.

Practise differential calculus applications as questions and flashcards in Studytok, with explanations when you get stuck.

Continue for free →
  1. Read the notes
    5 sections
  2. 2
    Test yourself
    Questions marked instantly
  3. 3
    Keep revising
    Flashcards and exam-style practice