Welcome to the Investigation of Curves!

In this chapter, we are going to move beyond just sketching simple graphs by hand. We will be using technology—like graphing software and Computer Algebra Systems (CAS)—to explore beautiful, complex shapes and find the "rules" that govern them. Whether you are looking at the path of a planet or the loop of a rollercoaster, the skills you learn here will help you describe the world in high-definition math!

Don't worry if this seems tricky at first! We are moving from 2D sketches to 3D thinking and using software to do the heavy lifting. Think of this chapter as learning to use a high-powered telescope to see things that were previously hidden.

1. The Vocabulary of Curves

Before we start investigating, we need to speak the right language. When we look at a curve, we are looking for specific features that define its personality.

Key Terms to Know:

  • Asymptote: A straight line that the curve gets closer and closer to but never actually touches. Imagine trying to walk toward a wall but only ever being able to half the distance with each step—you'd never quite hit it!
  • Cusp: A sharp point where two branches of a curve meet and then head back in a similar direction. Think of the "bottom" of a heart shape.
  • Loop: When a curve crosses itself to form a closed circle-like shape.
  • Bounded: A curve is bounded if it stays within a certain "box" on the graph and doesn't go off to infinity.
  • Symmetry: Does the curve look the same if you flip it over the x-axis, y-axis, or reflect it through the origin?

Quick Review: Limiting Behaviour

To find asymptotes, we look at what happens to the function \(f(x)\) as \(x\) gets very large (\(x \to \infty\)) or very small (\(x \to -\infty\)). We also look at points where the function might "break" (like dividing by zero).

Key Takeaway: Investigating a curve is like being a detective. You are looking for clues like sharp points (cusps), "no-go zones" (asymptotes), and patterns (symmetry).

2. Coordinate Systems: Three Ways to Describe a Path

In Further Maths, we don't just use \(x\) and \(y\). We have three main "languages" to describe curves. Technology makes it easy to switch between them using sliders for parameters.

1. Cartesian (\(x\) and \(y\))

The classic map. You are at a specific horizontal (\(x\)) and vertical (\(y\)) position. Example: \(y = x^2\).

2. Parametric (\(x\) and \(y\) defined by \(t\))

Think of this as a GPS track. At a certain time \(t\), where are you? Both \(x\) and \(y\) depend on this third variable, \(t\).
Example: \(x = \cos(t), y = \sin(t)\) describes a circle as time passes.

3. Polar (\(r\) and \(\theta\))

Think of this as a radar sweep. You are a certain distance (\(r\)) from the center at a specific angle (\(\theta\)).
Example: \(r = 3\) is a circle with a radius of 3.

Converting Between Them:

You need to be able to "translate" these languages. Here are the "translation" rules:
\(x = r \cos \theta\)
\(y = r \sin \theta\)
\(r^2 = x^2 + y^2\)

Common Mistake: When converting from Parametric to Cartesian, students often forget to eliminate \(t\). Use trig identities like \(\sin^2(t) + \cos^2(t) = 1\) to help you get rid of the "time" variable!

Key Takeaway: Use your graphing software to plot these! Use a slider for a parameter (like \(a\) in \(r = a\cos\theta\)) to see how the curve grows or shrinks in real-time.

3. Tangents and Normals

Investigation involves finding the direction a curve is heading at any given point. We use derivatives for this.

  • Tangent: A line that just grazes the curve at a point, showing its direction.
  • Normal: A line perpendicular (at 90 degrees) to the tangent.

Using CAS for Derivatives:

In this section of the course, you are encouraged to use your Computer Algebra System (CAS) to calculate difficult derivatives. If a curve is defined as \(y^2 = x^5\), you can use the CAS to find the gradient (\(\frac{dy}{dx}\)) instantly. This is very helpful when looking for cusps—at a cusp, the gradient often approaches infinity from both sides!

Key Takeaway: The gradient tells you the "slope." The normal is the "perpendicular slope." Use your CAS to save time on the algebra!

4. Arc Length: How Long is the String?

If you laid a piece of string along a curve and then pulled it straight, how long would it be? This is the Arc Length.

The syllabus requires you to set up these integrals. Your CAS can then solve them for you!

The Formulas:

  • Cartesian: \(s = \int_{a}^{b} \sqrt{1 + (\frac{dy}{dx})^2} dx\)
  • Parametric: \(s = \int_{t_1}^{t_2} \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2} dt\)
  • Polar: \(s = \int_{\alpha}^{\beta} \sqrt{r^2 + (\frac{dr}{d\theta})^2} d\theta\)

Did you know? Most of these integrals are impossible to solve by hand! That's why "Technology" is in the title of this module. Your job is to set the integral up correctly; the computer does the integration.

Key Takeaway: Don't panic about the complicated square roots. Memorize which formula fits which coordinate system and let the CAS do the calculating.

5. Envelopes: The Curve of Curves

This is one of the most exciting parts of the chapter! Imagine a family of curves (like a set of straight lines) moving across a page. The envelope is the boundary line that all those curves "touch" tangentially.

Analogy: Imagine the light pattern on the bottom of a swimming pool. Those bright lines (caustics) are actually envelopes formed by many rays of light reflecting or refracting.

How to find an Envelope:

If you have a family of curves defined by a function \(f(x, y, p) = 0\), where \(p\) is a parameter (the thing that changes):

  1. Differentiate the equation with respect to the parameter \(p\). We call this \(\frac{\partial f}{\partial p} = 0\).
  2. You now have two equations. Use them to eliminate \(p\).
  3. The resulting equation in \(x\) and \(y\) is your envelope!

Quick Review Box:
1. Original: \(f(x, y, p) = 0\)
2. Derivative: \(f'(p) = 0\)
3. Combine them to kill off \(p\)!

Key Takeaway: An envelope is the "outer edge" or "outline" created by a moving family of curves.

Summary Checklist for Investigation

  • Can I use sliders in my software to see how parameters change a curve?
  • Do I know the vocabulary (Cusp, Asymptote, Loop)?
  • Can I convert between Cartesian, Polar, and Parametric?
  • Can I set up Arc Length integrals for all three forms?
  • Can I find the Envelope of a family of curves by differentiating the parameter?

Investigation of curves is all about exploration. Use your software to play with the equations—math is much easier to understand when you can see it moving!