
When we first learn calculus, motion often seems relatively simple. We might describe the position of an object using a single function such as
where time t determines the object’s height.
But real-world motion is often more interesting.
Imagine standing on top of a 90-meter-high building and throwing a pumpkin horizontally. The pumpkin does not simply move up or down. At the same time, it is moving forward and downward.
How can calculus describe such motion?
This is where parametric curves become extremely useful.
Describing the Pumpkin’s Motion
Instead of trying to describe the pumpkin’s position using one equation, we describe its horizontal and vertical positions separately.
Let:
- x(t) represent the horizontal position of the pumpkin.
- y(t) represent its vertical position.
- t represent time.
The pumpkin’s position at any instant is therefore represented by the pair:
(x(t), y(t))
The variable t is called the parameter.
It acts like a clock: as t changes, both x(t) and y(t) change, and together they tell us where the pumpkin is.
Horizontal Motion
Suppose the pumpkin has a constant horizontal velocity of 0.5 meters per second.
This means that every second, it moves 0.5 meters horizontally.
Since the initial horizontal position is zero, its horizontal position after t seconds is:
For example:
- At t = 0 seconds, x = 0 m
- At t = 2 seconds, x = 1 m
- At t = 4 seconds, x = 2 m
- At t = 10 seconds, x = 5 m
The horizontal motion is therefore very simple.
Vertical Motion
The vertical motion is more interesting because gravity is acting on the pumpkin.
The acceleration due to gravity is approximately −9.8 meters per second squared.
We are also told that the pumpkin initially has a small upward velocity of 0.2 meters per second and starts at a height of 90 meters.
Starting with the acceleration:
Integrating once gives the vertical velocity:
Integrating again gives the height:
So we now have two equations describing the pumpkin’s motion:
Together, these equations describe the pumpkin’s trajectory.
Why Use Parametric Equations?
Notice something important.
The horizontal position and vertical position are both changing, but they are changing according to different rules.
The horizontal motion is controlled by the constant horizontal velocity.
The vertical motion is controlled by gravity.
Yet time connects the two.
For a particular value of t, we can calculate both x and y.
For example, after 2 seconds:
Horizontal position:
Vertical position:
which gives a height of approximately 70.8 m.
Therefore, after 2 seconds, the pumpkin is approximately at:
(1,70.8)
This is exactly what a parametric curve does: it gives us the position of a moving object as a parameter changes.
The Trajectory of the Pumpkin
If we plotted all the points produced as t increases, we would see the familiar curved path of a projectile.
The pumpkin initially moves almost horizontally, but gravity continually increases its downward velocity. Consequently, the path becomes steeper as time passes.
This curved path is a parametric curve.
The important point is that we didn’t necessarily start with an equation describing y directly in terms of x. Instead, we described both x and y in terms of the parameter t.
What About the Pumpkin’s Speed?
Now we come to an especially interesting part of the problem.
The pumpkin has two velocity components:
- Horizontal velocity: 0.5 m/s
- Vertical velocity: 0.2 − 9.8t m/s
The horizontal velocity remains constant, but the vertical velocity changes continuously because of gravity.
So what is the pumpkin’s actual speed?
We cannot simply use the horizontal velocity or the vertical velocity alone.
The pumpkin is moving in two directions simultaneously.
The actual velocity is therefore a vector with horizontal and vertical components.
The speed is the magnitude of this velocity vector.
Using the Pythagorean relationship, the speed is:
or:
This tells us the pumpkin’s speed at any moment before it reaches the ground.
An Important Connection to Calculus
This example illustrates why the calculus of parametric curves is so useful.
For a parametric curve, we have:
and
The derivatives x'(t) and y'(t) represent the two components of velocity.
So velocity is not just a single number. It has direction and magnitude.
The velocity vector can be written as:
This is conceptually similar to what we saw with the pumpkin’s motion.
The magnitude of velocity gives us the speed.
For a parametric curve, the speed can therefore be written as:
This is why the formula for the speed along a parametric curve is based on both x'(t) and y'(t).
From One-Dimensional Calculus to Multivariable Calculus
The pumpkin problem also gives us a glimpse of a bigger idea.
In elementary calculus, we often study how one quantity changes with respect to another. But real-world objects can move in multiple directions simultaneously.
Here, the pumpkin has:
- a horizontal position,
- a vertical position,
- a horizontal velocity,
- a vertical velocity,
- and an acceleration.
These quantities naturally lead us toward vectors and multivariable calculus.
The pumpkin is therefore more than just a fun Halloween example. It demonstrates why mathematics needs tools capable of describing motion in more than one direction.
The Bigger Lesson
The pumpkin’s motion can be summarized by two simple parametric equations:
The first tells us where the pumpkin is horizontally.
The second tells us where it is vertically.
Together, they tell us where the pumpkin is at any particular time.
And by differentiating these equations, we can go further and determine its velocity and speed.
This is one of the great strengths of parametric curves: instead of describing a path only as a static curve, we can describe how an object actually moves along that curve.





Leave a Reply