Logo
Published on

The Ultimate Guide to Further Calculus Skills in HSC Maths Ext 1

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Introduction

If Year 11 calculus taught you how to walk, Year 12 Mathematics Extension 1 calculus teaches you how to sprint. The "Further Calculus Skills" topic is designed to dramatically expand your mathematical toolkit, allowing you to differentiate and integrate complex functions that were previously out of reach.

In this guide, we will explore how to differentiate functions defined parametrically, how to find the derivative of an inverse function (and specifically, inverse trigonometric functions), and how to master the art of integration by substitution.

Executive Summary

The "Further calculus skills" topic (aligned with outcome ME1-12-04) builds heavily upon the product, quotient, and chain rules. You will learn to apply these rules to new forms: parametric equations, inverse functions, and the newly introduced inverse trigonometric functions. Furthermore, you will unlock advanced techniques of integration, specifically recognizing standard inverse trig integrals, utilizing trigonometric identities, and employing algebraic substitution (also known as uu-substitution).

What is this about?

This detailed guide is broken down into two main areas:

  1. Further Derivatives of Functions: Mastering the derivatives of parametric equations, the inverse function theorem, and differentiating sin1x\sin^{-1} x, cos1x\cos^{-1} x, and tan1x\tan^{-1} x.
  2. Techniques of Integration: Reversing those new derivatives to yield inverse trig functions, applying uu-substitution for complex definite and indefinite integrals, and using trigonometric identities to integrate sin2(nx)\sin^2(nx) and cos2(nx)\cos^2(nx).

Let's dive into the calculus.


Main Content

1. Further Derivatives of Functions

Parametric Differentiation: Sometimes a curve isn't defined by y=f(x)y = f(x), but rather by a third parameter, tt, such that x=x(t)x = x(t) and y=y(t)y = y(t). To find the gradient dydx\frac{dy}{dx} of a parametric curve, we use a clever application of the chain rule: dydx=dydt×dtdx=dydtdxdt\frac{dy}{dx} = \frac{dy}{dt} \times \frac{dt}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}}

The Derivative of an Inverse Function: If you know the derivative of a function f(x)f(x), you can find the derivative of its inverse function f1(x)f^{-1}(x) without having to explicitly find the inverse function itself. By applying the chain rule to the identity f(f1(x))=xf(f^{-1}(x)) = x, we derive: (f1)(x)=1f(f1(x))(f^{-1})'(x) = \frac{1}{f'(f^{-1}(x))}

Geometrically, this means that if a tangent to y=f(x)y=f(x) at (a,b)(a, b) has a gradient mm, then the tangent to the inverse function y=f1(x)y=f^{-1}(x) at the reflected point (b,a)(b, a) will have a gradient of 1m\frac{1}{m}.

Derivatives of Inverse Trigonometric Functions: By utilizing the inverse function rule and implicit differentiation, we can prove the standard derivatives for the inverse trigonometric functions. You must memorize these standard forms, as they frequently appear combined with the chain, product, and quotient rules.

  • ddx[sin1f(x)]=f(x)1[f(x)]2\frac{d}{dx} [\sin^{-1} f(x)] = \frac{f'(x)}{\sqrt{1 - [f(x)]^2}}
  • ddx[cos1f(x)]=f(x)1[f(x)]2\frac{d}{dx} [\cos^{-1} f(x)] = \frac{-f'(x)}{\sqrt{1 - [f(x)]^2}}
  • ddx[tan1f(x)]=f(x)1+[f(x)]2\frac{d}{dx} [\tan^{-1} f(x)] = \frac{f'(x)}{1 + [f(x)]^2}

Example: Differentiate y=tan1(x2)y = \tan^{-1}(x^2). Using the rule above where f(x)=x2f(x) = x^2 and f(x)=2xf'(x) = 2x: dydx=2x1+(x2)2=2x1+x4\frac{dy}{dx} = \frac{2x}{1 + (x^2)^2} = \frac{2x}{1 + x^4}.

2. Techniques of Integration

Integration in Extension 1 is a puzzle. You are rarely given a function that integrates easily; you usually have to manipulate it first.

Standard Integrals yielding Inverse Trig Functions: Since integration is the reverse of differentiation, the rules we learned above work backwards. You must be able to recognize these algebraic patterns and integrate them back into inverse trigonometric functions:

  • 1a2x2dx=sin1(xa)+C\int \frac{1}{\sqrt{a^2 - x^2}} \, dx = \sin^{-1}(\frac{x}{a}) + C
  • 1a2x2dx=cos1(xa)+C\int \frac{-1}{\sqrt{a^2 - x^2}} \, dx = \cos^{-1}(\frac{x}{a}) + C
  • aa2+x2dx=tan1(xa)+C\int \frac{a}{a^2 + x^2} \, dx = \tan^{-1}(\frac{x}{a}) + C

Integration by Substitution: Also known as uu-substitution, this is the reverse of the chain rule. It is used when an integrand contains a function and its derivative (or a scalar multiple of its derivative).

Example: Find x1+x2dx\int \frac{x}{\sqrt{1+x^2}} \, dx.

  1. Choose a substitution: Let u=1+x2u = 1 + x^2.
  2. Differentiate: dudx=2x\frac{du}{dx} = 2x, which means dx=du2xdx = \frac{du}{2x}.
  3. Substitute: The integral becomes xudu2x\int \frac{x}{\sqrt{u}} \frac{du}{2x}.
  4. Simplify: The xx's cancel out (this is the crucial step!): 12u1/2du\frac{1}{2} \int u^{-1/2} \, du.
  5. Integrate: 12[u1/21/2]=u+C\frac{1}{2} [\frac{u^{1/2}}{1/2}] = \sqrt{u} + C.
  6. Substitute back: 1+x2+C\sqrt{1+x^2} + C.

Note on Definite Integrals: If you are evaluating a definite integral with limits, you must change the limits from xx-values to uu-values when you substitute. Do not plug the xx-limits into the uu-integral!

Trigonometric Identities for Integration: You cannot directly integrate sin2x\sin^2 x or cos2x\cos^2 x. To integrate these, you must use the double angle identities to linearise the powers:

  • cos(2x)=12sin2x    sin2x=12(1cos2x)\cos(2x) = 1 - 2\sin^2 x \implies \sin^2 x = \frac{1}{2}(1 - \cos 2x)
  • cos(2x)=2cos2x1    cos2x=12(1+cos2x)\cos(2x) = 2\cos^2 x - 1 \implies \cos^2 x = \frac{1}{2}(1 + \cos 2x)

By substituting these identities into the integral, you convert a squared function into a standard cosine function with a double angle, which is easily integrated.


mini-FAQ page

Q: In substitution, how do I know what to set uu as? A: Look for the "inner" function—usually the part inside a bracket, under a square root, or in the exponent. A good rule of thumb is to look for a function whose derivative is also "floating around" in the integrand, so they will cancel out when you substitute dxdx.

Q: Do I have to change the limits in a definite integral substitution? A: Yes, it is the safest and most mathematically sound method. While you could integrate with respect to uu, substitute xx back in, and then use the original xx limits, this is prone to algebraic errors and often results in lost marks for poor notation. Always change your limits.

Q: What is the difference between integrating to sin1(x/a)\sin^{-1}(x/a) versus cos1(x/a)-\cos^{-1}(x/a)? A: Mathematically, they differ only by a constant (recall that sin1x+cos1x=π2\sin^{-1} x + \cos^{-1} x = \frac{\pi}{2}). In exams, it is standard convention to always integrate to sin1\sin^{-1} if the numerator is positive, and only use cos1\cos^{-1} if the numerator is explicitly negative.

Common mistakes to avoid

  • Forgetting the chain rule with inverse trig derivatives: When differentiating sin1(2x)\sin^{-1}(2x), students often write 11(2x)2\frac{1}{\sqrt{1 - (2x)^2}}. They forget to multiply by the derivative of the inner function (which is 2). The correct answer is 214x2\frac{2}{\sqrt{1 - 4x^2}}.
  • Not bringing the aa into the numerator for tan1\tan^{-1}: The standard integral for tan1(xa)\tan^{-1}(\frac{x}{a}) is aa2+x2dx\int \frac{a}{a^2 + x^2} \, dx. Notice the aa in the numerator. If your integral is 1a2+x2dx\int \frac{1}{a^2 + x^2} \, dx, you must balance it by multiplying by 1a\frac{1}{a} on the outside: 1atan1(xa)\frac{1}{a} \tan^{-1}(\frac{x}{a}).
  • Missing the +C+ C: The classic calculus error. Never forget the constant of integration on indefinite integrals!

Practice on Vu's Maths Hub

Advanced calculus requires muscle memory. The more integrals you compute, the faster you will recognize the required substitution or identity.

Build your calculus intuition with our curated resources on Vu's Maths Hub:

  • Master integration by substitution and trig identities with our comprehensive HSC Integrals booklet.
  • Practice derivatives of inverse functions and parametric equations with our HSC Functions booklet.
  • Review our detailed Worked Solutions to see exactly how to lay out your substitution proofs for maximum marks.

Further Readings

Connect with me

Ready to conquer calculus? 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 dominate the NSW HSC curriculum.