Logo
Published on

Mastering Further Applications of Calculus in HSC Maths Ext 1

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Introduction

Calculus isn't just about abstract curves on a Cartesian plane; it's the mathematics of change and motion in the real world. In the Year 12 Mathematics Extension 1 course, the "Further Applications of Calculus" topic bridges the gap between pure mathematics and applied physics, biology, and economics.

This extensive topic will take the foundational derivatives and integrals you've learned and apply them to four distinct areas: analysing polynomials, measuring related rates of change, calculating 3D volumes (solids of revolution), and solving differential equations.

Executive Summary

The "Further applications of calculus" module (aligned with outcome ME1-12-05) is one of the most comprehensive topics in the Extension 1 syllabus. You will learn to use the product rule to identify multiple roots of polynomials. You will calculate the volumes of 3D objects created by rotating 2D curves around axes. Most importantly, you will be introduced to differential equations, learning how to model population growth, Newton's Law of Cooling, and logistic growth using separation of variables and slope fields.

What is this about?

This guide breaks down this massive topic into four key sections:

  1. Multiplicity of Zeroes in Polynomials: Using calculus to find double and triple roots.
  2. Further Rates of Change: Applying the chain rule to related rates and modelling modified exponential growth/decay.
  3. Volumes of Solids of Revolution: Using integration to find the volume of 3D shapes.
  4. Differential Equations: Understanding slope fields, solving first-order equations by separating variables, and applying the logistic model.

Let's explore the applications of calculus.


Main Content

1. Multiplicity of Zeroes of Polynomial functions

Calculus provides a powerful shortcut for factoring complex polynomials. If a polynomial P(x)P(x) has a root α\alpha of multiplicity m>1m > 1 (meaning (xα)m(x-\alpha)^m is a factor), then α\alpha is also a root of its derivative P(x)P'(x), but with multiplicity m1m-1.

The Visual Interpretation:

  • If m=1m=1 (a single root), the curve crosses the x-axis at an angle.
  • If mm is even (e.g., a double root like a parabola touching the axis), the curve is tangent to the x-axis and turns around.
  • If mm is odd and >1>1 (e.g., a triple root), the curve crosses the x-axis but creates a horizontal point of inflection as it does so.

Example: If P(x)=x3+ax2+bx4P(x) = x^3 + ax^2 + bx - 4 has a double root at x=2x=2, this means P(2)=0P(2) = 0 AND P(2)=0P'(2) = 0. This gives you simultaneous equations to easily find aa and bb.

2. Further Rates of Change

Related Rates: Often, we know how fast one variable is changing, and we need to find how fast a related variable is changing. We use the chain rule to link them. For example, if a balloon is inflating, the volume VV is changing with respect to the radius rr (dVdr\frac{dV}{dr}), and the radius is changing with respect to time tt (drdt\frac{dr}{dt}). We can find the rate of change of volume over time by: dVdt=dVdr×drdt\frac{dV}{dt} = \frac{dV}{dr} \times \frac{dr}{dt}

Modified Exponential Growth/Decay: In Advanced Maths, you learned dQdt=kQ\frac{dQ}{dt} = kQ. In Extension 1, we look at situations where the rate of change is proportional to the difference between the quantity QQ and a fixed environment value PP: dQdt=k(QP)\frac{dQ}{dt} = k(Q - P)

By substitution, you can verify that the solution to this differential equation is: Q=P+AektQ = P + Ae^{kt}

This model is heavily used in Newton's Law of Cooling (where PP is the ambient room temperature) and ecosystems with a natural carrying capacity.

3. Areas between curves and Volumes of Solids of Revolution

When you take an area bounded by a curve y=f(x)y=f(x) and rotate it 360 degrees around an axis, it sweeps out a solid 3D object (like a vase or a bowl). We can calculate the exact volume of this solid using integration.

Rotation around the x-axis: We slice the solid into infinitely thin vertical discs of radius yy and thickness dxdx. The volume is: V=πaby2dxV = \pi \int_{a}^{b} y^2 \, dx

Rotation around the y-axis: We slice the solid into infinitely thin horizontal discs of radius xx and thickness dydy. The volume is: V=πcdx2dyV = \pi \int_{c}^{d} x^2 \, dy

If you are finding the volume of the region between two curves rotated around the x-axis, the formula becomes: V=πab(yupper2ylower2)dxV = \pi \int_{a}^{b} (y_{\text{upper}}^2 - y_{\text{lower}}^2) \, dx (Note: Do NOT do (yupperylower)2(y_{\text{upper}} - y_{\text{lower}})^2!)

4. Differential Equations

A differential equation is simply an equation that contains an unknown function and its derivatives (e.g., dydx=3y\frac{dy}{dx} = 3y). The "order" of the equation is the highest derivative present. Extension 1 focuses entirely on first-order differential equations.

Slope Fields: Sometimes we can't easily solve a differential equation algebraically. A slope field is a visual map. At every grid coordinate (x,y)(x,y), we calculate dydx\frac{dy}{dx} and draw a tiny line segment with that gradient. By following the "flow" of these segments, we can visualize the shape of the solution curves y=f(x)y = f(x).

Solving by Separation of Variables: If a differential equation is of the form dydx=f(x)g(y)\frac{dy}{dx} = f(x)g(y), we can solve it algebraically by moving all the yy variables to one side and all the xx variables to the other, then integrating both sides.

Example: dydx=xyex2\frac{dy}{dx} = -\frac{x}{y e^{x^2}}

  1. Separate: ydy=xex2dxy \, dy = -\frac{x}{e^{x^2}} \, dx
  2. Integrate both sides: ydy=xex2dx\int y \, dy = \int -x e^{-x^2} \, dx
  3. Evaluate (using substitution on the RHS): 12y2=12ex2+C\frac{1}{2}y^2 = \frac{1}{2}e^{-x^2} + C
  4. Use an Initial Value (e.g., x=0,y=1x=0, y=1) to find the specific constant CC.

The Logistic Function: Populations cannot grow exponentially forever; they eventually hit a limit (carrying capacity) due to lack of resources. This is modeled by the logistic differential equation: dPdt=kP(1PC)\frac{dP}{dt} = kP(1 - \frac{P}{C}) Using partial fractions, this integrates to the famous S-shaped Logistic Function curve.


mini-FAQ page

Q: Do I need to memorize the volume formulas? A: Yes. However, if you understand the geometry—that you are summing up the areas of circles (πr2\pi r^2) with a tiny thickness (dxdx or dydy)—you will never forget the formula: V=π(radius)2d(thickness)V = \int \pi (\text{radius})^2 \, d(\text{thickness}).

Q: In separation of variables, where does the +C+C go? A: When you integrate both sides, both sides technically generate a constant of integration (e.g., C1C_1 and C2C_2). However, you can simply combine them into a single constant CC on the side containing the independent variable (usually xx or tt).

Q: What is the difference between a general solution and a particular solution? A: A general solution contains the unknown constant +C+C (representing a family of infinite parallel curves). A particular solution uses an Initial Value (a given point the curve passes through) to solve for CC, resulting in a single, specific equation.

Common mistakes to avoid

  • Rotating the wrong way: A classic mistake is rotating a curve around the y-axis but integrating with respect to xx. If rotating around the y-axis, you MUST rearrange your function to make xx the subject, and integrate with respect to dydy.
  • Algebraic errors in Separation of Variables: Remember that separation only works by multiplication or division. You cannot "subtract" an xx to the other side if it's trapped in a fraction with yy.
  • Incorrectly squaring the difference for volumes: As noted above, the volume between two curves is π(y12y22)dx\pi \int (y_1^2 - y_2^2) dx. It is a fatal error to write π(y1y2)2dx\pi \int (y_1 - y_2)^2 dx. You are subtracting two complete volumes, not rotating a 2D area that has already been subtracted.

Practice on Vu's Maths Hub

This topic combines heavy algebra with complex calculus. The only way to master it is through exposure to many different question types.

Apply your skills with our targeted resources on Vu's Maths Hub:

Further Readings

Connect with me

Ready to apply your calculus to the real world? Join Vu's Maths Hub today and gain access to our extensive collection of Maths Booklets, Worked Solutions, and Trial Papers tailored specifically to help you conquer the NSW HSC curriculum.