
Parametric equations can sometimes seem mysterious when we first encounter them. We may be given equations such as x(t) and y(t), but it is not always obvious where those equations come from.
The pumpkin toss problem provides an excellent opportunity to understand the process from the beginning.
Imagine a pumpkin being thrown from the top of a 90-meter-high building. The pumpkin moves horizontally while gravity causes it to accelerate downward. We want to describe its position at every moment of time.
To do this, we need two equations:
- x(t) — the horizontal position
- y(t) — the vertical position
The variable t represents time.
The interesting part is that we are not simply given these equations. We can derive them from the information about the pumpkin’s velocity and acceleration.
Starting with the Vertical Motion
The vertical motion is the more interesting part because gravity is acting on the pumpkin.
We are given three pieces of information:
- The pumpkin starts at a height of 90 meters.
- Its initial vertical velocity is 0.2 meters per second.
- Its vertical acceleration is −9.8 meters per second squared.
The negative sign is important. We choose the upward direction to be positive, so gravity, which acts downward, produces a negative acceleration.
Therefore, the vertical acceleration is:
But what does this notation mean?
Position, Velocity, and Acceleration
The function y(t) represents the vertical position, or height, of the pumpkin.
When we differentiate position with respect to time, we obtain velocity:
If we differentiate velocity again, we obtain acceleration:
So we have the following chain:
Position → Velocity → Acceleration
or:
In this problem, we are given the acceleration and want to find the position.
Therefore, we have to work backward using integration:
Acceleration → integrate → Velocity → integrate → Position
This is the key idea behind the entire derivation.
Step 1: From Acceleration to Velocity
We know that:
Since y”(t) is the derivative of velocity, we integrate the acceleration to find the velocity.
Integrating −9.8 with respect to t gives:
The constant C appears because when we differentiate a constant, it disappears.
For example, both of these functions have the same derivative:
and
Their derivatives are both −9.8.
Therefore, knowing the acceleration alone does not tell us the exact velocity. We need some additional information.
Fortunately, the problem gives us the initial velocity.
Step 2: Use the Initial Vertical Velocity
The problem tells us that the pumpkin’s initial vertical velocity is 0.2 meters per second.
“Initial” means the velocity when t = 0.
Therefore:
We already found that:
Now substitute t = 0:
So:
But we know that y'(0) = 0.2.
Therefore:
Our equation for vertical velocity is now:
This tells us the vertical velocity of the pumpkin at any time t.
Understanding the Velocity Equation
The equation:
also makes physical sense.
At the instant the pumpkin is thrown, t = 0:
So the pumpkin initially has a small upward velocity.
After one second:
The velocity is now negative, meaning the pumpkin is moving downward.
After two seconds:
The pumpkin is moving downward even faster.
This happens because gravity continually increases the pumpkin’s downward velocity.
Step 3: From Velocity to Position
We now know the vertical velocity:
But our goal is to find the pumpkin’s height y(t).
Since velocity is the derivative of position, we integrate the velocity.
Therefore:
We integrate the two terms separately.
The integral of 0.2 is:
The integral of −9.8t is:
Therefore:
Once again, we have an unknown constant C.
We now use the initial height to determine it.
Step 4: Use the Initial Height
The pumpkin starts at the top of a 90-meter building.
Therefore, at t = 0:
We have:
Substitute t = 0:
Everything involving t becomes zero, leaving:
But the problem tells us that:
Therefore:
So we finally obtain the vertical position:
This equation tells us the height of the pumpkin at any time t.
Where Did the −4.9 Come From?
The number −4.9 may initially look mysterious, but it comes directly from the integration.
We had:
When we integrate t, we obtain t²/2.
Therefore:
Since 9.8 ÷ 2 = 4.9, we get:
So the −4.9 is not an arbitrary number. It comes directly from the gravitational acceleration of −9.8 meters per second squared.
Now Let’s Find the Horizontal Position
The horizontal motion is much simpler.
The problem tells us that the pumpkin has a constant horizontal velocity of 0.5 meters per second.
Therefore:
Again, velocity is the derivative of position, so we integrate:
which gives:
The pumpkin starts at the horizontal position x = 0.
Therefore:
Substituting t = 0:
So:
Therefore:
We Now Have the Two Equations
We have derived both coordinates of the pumpkin’s position.
The horizontal position is:
The vertical position is:
Together, they form the parametric equations describing the pumpkin’s trajectory:
(0.5t, 90+0.2t-4.9t^2)
This means that for every value of t, we can calculate the pumpkin’s horizontal and vertical coordinates.
This means that for every value of t, we can calculate the pumpkin’s horizontal and vertical coordinates.
What Does t Actually Do?
The parameter t acts like a clock.
At each particular value of t, the two equations give us one point on the pumpkin’s path.
For example, after 2 seconds:
Horizontal position:
Vertical position:
which gives:
So after two seconds, the pumpkin is approximately at the point:
(1, 70.8)
At another value of t, we obtain another point.
As t continues to increase, these points trace out the pumpkin’s trajectory.
The Entire Derivation in One Picture
The process can be summarized as:
Acceleration
↓ integrate
Velocity
↓ integrate
Position
For the vertical motion:
↓ integrate
↓ integrate
The two initial conditions are what allow us to determine the two constants of integration:
- Initial velocity determines the constant in the velocity equation.
- Initial position determines the constant in the position equation.
Why Is This a Parametric Curve?
We now have:
and:
Notice that both x and y are expressed in terms of t.
We could try to eliminate t and obtain an equation relating y directly to x. But that would remove the natural interpretation of t as time.
The parametric form retains something valuable:
It tells us not only what the trajectory looks like, but also how the pumpkin moves along that trajectory as time passes.
That is one of the major advantages of parametric equations.
The Bigger Lesson
The pumpkin problem demonstrates a fundamental connection between calculus and motion.
Position tells us where the pumpkin is.
Velocity tells us how its position is changing.
Acceleration tells us how its velocity is changing.
Calculus connects these three ideas through differentiation and integration.
In this problem, we start with acceleration because gravity gives us that information. We then integrate to find velocity, use the initial velocity to determine the integration constant, integrate again to find position, and finally use the initial height to determine the second constant.
The result is a complete mathematical description of the pumpkin’s motion:
Together, these equations form a parametric curve—a curve whose position is controlled by the parameter t.
And that simple idea extends far beyond a pumpkin falling from a building. The same mathematical structure can be used to describe changing relationships in economics, marketing, finance, engineering, and many other fields.





Leave a Reply