Calculus | HSC - Wyatt's Notes
Calculus
Section titled “Calculus”HSC mathematics study notes - Calculus
flowchart TD A[Calculus] --> B[Key Concepts] A --> C[Core Principles] A --> D[Practical Applications] B --> E[Fundamental definitions] C --> F[Design patterns] D --> G[Real-world usage]Key Concepts
Section titled “Key Concepts”Differentiation
Section titled “Differentiation”First Principles:
Common Rules:
- Power rule:
- Chain rule:
- Product rule:
- Quotient rule:
Integration
Section titled “Integration”Basic Integrals:
Definite Integral:
Applications
Section titled “Applications”Stationary points: Set and use the second derivative test:
- : local minimum
- : local maximum
Area between curves:
Kinematics: ,
Worked Examples
Section titled “Worked Examples”Example 1: Differentiation
Section titled “Example 1: Differentiation”Problem: Find the derivative of .
Solution:
Step 1: Apply the power rule to each term:
Step 2: Simplify:
Answer:
Example 2: Chain Rule
Section titled “Example 2: Chain Rule”Problem: Find if .
Solution:
Step 1: Let , so
Step 2: and
Step 3: Apply chain rule:
Answer:
Example 3: Area Under a Curve
Section titled “Example 3: Area Under a Curve”Problem: Find the area enclosed between and for .
Solution:
Step 1: Find intersection points: or
Step 2: On , , so:
Step 3: Integrate:
Answer: Area square units
Exam Tips
Section titled “Exam Tips”- Always include the constant of integration for indefinite integrals
- For chain rule problems, identify the inner and outer functions
- To find areas between curves, always determine which function is above
- Check stationary points using the second derivative test, not just the first
Practice Problems
Section titled “Practice Problems”- Find the derivative of
- Evaluate
- Find the area between and for
Example 4: Product Rule
Section titled “Example 4: Product Rule”Problem: Find the derivative of .
Solution:
Step 1: Apply the product rule with and :
Step 2: Factor:
Answer:
Example 5: Definite Integral
Section titled “Example 5: Definite Integral”Problem: Evaluate .
Solution:
Step 1: Rewrite:
Step 2: Integrate using the power rule:
Step 3: Evaluate at limits:
Answer: The integral equals
Example 6: Optimisation
Section titled “Example 6: Optimisation”Problem: A farmer has of fencing and wants to enclose a rectangular paddock along a river (no fence needed on the river side). Find the dimensions that maximize the area.
Solution:
Step 1: Let be the width (two sides) and be the length (one side parallel to river).
Step 2: Fencing constraint:
Step 3: Area:
Step 4: Find stationary points:
Step 5: Second derivative test: , so this is a maximum.
Step 6: Length:
Answer: Width , length , maximum area
Why This Matters
Section titled “Why This Matters”Calculus is the mathematical study of continuous change. Differentiation and integration are used in physics, engineering, economics, biology, and virtually every quantitative science.
Additional Exam Tips
Section titled “Additional Exam Tips”- For optimisation problems, always check the second derivative or boundary values
- The chain rule is the most commonly tested rule — practise identifying inner and outer functions
- When finding areas between curves, always sketch the graph first
- Remember: , not
More Worked Examples
Section titled “More Worked Examples”Example 7: Quotient Rule
Section titled “Example 7: Quotient Rule”Problem: Find the derivative of .
Solution:
Step 1: Apply the quotient rule with and :
Step 2: Compute derivatives:
Step 3: Substitute:
Step 4: Simplify:
Answer:
Common mistake: Forgetting the minus sign in the quotient rule numerator. Remember: “low d-high minus high d-low, over low squared.”
Example 8: Integration by Substitution
Section titled “Example 8: Integration by Substitution”Problem: Evaluate .
Solution:
Step 1: Let , so
Step 2: Change limits: when , ; when ,
Step 3: Substitute:
Step 4: Integrate:
Answer:
Common mistake: Forgetting to change the limits of integration when making a substitution. If you change variables, you must also change the limits.
Example 9: Kinematics with Calculus
Section titled “Example 9: Kinematics with Calculus”Problem: A particle moves along a line with velocity m/s. Find the total distance traveled between and seconds.
Solution:
Step 1: Find when :
Step 2: Check the sign of in each interval:
- : (moving forward)
- : (moving backward)
- : (moving forward)
Step 3: Distance = :
Step 4: Compute each integral:
Step 5: Total distance = m
Answer: Total distance traveled is m
Common mistake: Confusing distance with displacement. Displacement would be , but distance requires integrating the absolute value of velocity.
Example 10: Implicit Differentiation
Section titled “Example 10: Implicit Differentiation”Problem: Find if .
Solution:
Step 1: Differentiate both sides with respect to :
Step 2: Collect terms:
Step 3: Solve:
Answer:
Common mistake: Forgetting that is a function of , so (product rule), not just .
Example 11: Integration by Parts
Section titled “Example 11: Integration by Parts”Problem: Evaluate .
Solution:
Step 1: Choose and
Step 2: Then and
Step 3: Apply integration by parts :
Step 4: Evaluate the remaining integral:
Answer:
Common mistake: Choosing the wrong and . A good rule of thumb is LIATE (Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential) — choose from left to right.
Example 12: Volume of Revolution
Section titled “Example 12: Volume of Revolution”Problem: Find the volume generated when the region bounded by , , is rotated about the -axis.
Solution:
Step 1: The volume formula for rotation about the -axis:
Step 2: Substitute , , :
Step 3: Integrate:
Answer: Volume cubic units
Common mistake: Forgetting to square the function when using the disk method. The formula is , not .
Cross-References
Section titled “Cross-References”- Algebra — Quadratic equations and logarithmic functions from algebra are prerequisites for many calculus techniques.
- Mechanics — Kinematics uses derivatives and integrals to describe motion, directly applying calculus to physics.
- Waves — Wave equations involve trigonometric differentiation and integration used throughout this topic.
- Organic — Reaction rate equations in organic chemistry use exponential and logarithmic functions from calculus.
Intuition
Section titled “Intuition”Calculus is about change and accumulation: Differentiation measures how fast something changes (slope of a curve), while integration measures how much accumulates (area under a curve). These are inverse operations — the Fundamental Theorem of Calculus connects them, just as addition and subtraction are inverses.
Why it matters: Calculus is the language of change — it describes how planets orbit, how populations grow, how heat flows, and how objects move. Every branch of science and engineering uses calculus to model dynamic systems.
The key insight: The derivative tells you the rate of change at an instant, while the integral tells you the total change over an interval — they’re two perspectives on the same relationship.
Common Mistakes
Section titled “Common Mistakes”Forgetting the constant of integration for indefinite integrals. Every indefinite integral must include ”+ C” because the derivative of a constant is zero. Students often omit the constant, losing the family of antiderivatives. This is automatically handled in definite integrals via the Fundamental Theorem, but is essential for indefinite integrals.
Confusing the product rule and chain rule. The product rule (fg)’ = f’g + fg’ applies to the product of two functions. The chain rule (f(g(x)))’ = f’(g(x)) * g’(x) applies to composition. Students often apply the product rule to composite functions or the chain rule to products, giving incorrect derivatives.
Forgetting to change limits when using substitution in definite integrals. When substituting u = g(x), the limits of integration must also change to u(a) and u(b). Students sometimes evaluate the antiderivative at the original x-limits instead of the new u-limits, giving incorrect numerical answers.