CALCULUS 1 • APPLICATIONS OF INTEGRATION

Position, Velocity, Acceleration via Integrals — Connecting Position, Velocity, and Acceleration of Functions Using Integrals

Discover how integration reverses differentiation to recover velocity from acceleration and position from velocity.

Historical Context & Motivation

Understanding how objects move has fascinated scientists for centuries. Long before calculus existed, scholars struggled to answer a deceptively simple question: if you know how quickly something is speeding up, can you figure out exactly where it will be at any future moment? The ancient Greeks studied motion qualitatively, but they lacked the mathematical tools to connect acceleration, velocity, and position in a precise, quantitative way.

The breakthrough came in the 17th century when Isaac Newton and Gottfried Wilhelm Leibniz independently developed calculus. Newton was motivated by the motion of planets and falling objects — he needed a way to go from gravitational acceleration to the actual paths of celestial bodies. Leibniz approached the same ideas from a more abstract, mathematical perspective, developing the notation we still use today.

1638
Galileo's Kinematics
Galileo published Two New Sciences, showing that falling objects have constant acceleration and that distance grows as the square of time — an early hint at the integral relationship between acceleration and position.
1666
Newton's Fluxions
Isaac Newton developed his method of "fluxions" (derivatives) and "inverse fluxions" (integrals), specifically to analyze the motion of objects under gravity and the orbits of planets.
1684
Leibniz Publishes Calculus
Leibniz published his foundational calculus paper, introducing the integral sign ∫ and the notation dx. His framework made it systematic to recover a function from its rate of change.
1687
Newton's Principia
Newton's Principia Mathematica used calculus to derive the laws of motion and universal gravitation, showing how integration connects force, acceleration, velocity, and position.

In your earlier study of derivatives, you learned that differentiation takes you from position → velocity → acceleration. Now the central question is: can we go backward? If you're given acceleration, can you recover velocity? If you have velocity, can you find position? The answer is yes — and the tool that makes it possible is the integral.

Core Principles & Definitions

Before diving into calculations, let's establish the key ideas that connect position, velocity, and acceleration through integration. You already know the differentiation chain: the derivative of position gives velocity, and the derivative of velocity gives acceleration. Integration is the reverse operation — it lets you climb back up the chain.

1

Position s(t)

The position function s(t) tells you where an object is located at time t, measured from a reference point. It's the starting point of the differentiation chain and the endpoint of the integration chain.
2

Velocity v(t)

The velocity function v(t) = s′(t) describes the rate of change of position. It tells you how fast and in which direction the object is moving. Integrating velocity recovers position.
3

Acceleration a(t)

The acceleration function a(t) = v′(t) = s″(t) describes how the velocity itself is changing over time. Integrating acceleration gives you velocity.
4

The Constant of Integration

Every indefinite integral produces a constant of integration C. This constant captures the initial condition — for example, the object's starting velocity or starting position. Without it, your answer has infinitely many possibilities.
5

The Fundamental Theorem of Calculus

The Fundamental Theorem of Calculus guarantees that integration and differentiation are inverse operations. This is the theoretical foundation that allows us to move freely between position, velocity, and acceleration.
KEY TAKEAWAY
Think of position, velocity, and acceleration like floors in a building. Differentiation is like taking the elevator down — from position to velocity to acceleration. Integration is like taking the elevator back up — from acceleration to velocity to position. But when you go up, you need to know which floor you started on (that's your initial condition, the constant C).

Visualizing the Derivative–Integral Chain

The diagram below illustrates the two-way relationship between position, velocity, and acceleration. Moving to the right, you differentiate; moving to the left, you integrate. Notice how the constant of integration appears every time you integrate, reminding you that an initial condition is needed to pin down a unique answer.

The three boxes represent position s(t), velocity v(t), and acceleration a(t). Differentiating moves you from left to right (pink arrows), while integrating moves you from right to left (green arrows). Each integration step introduces a constant C that must be determined from an initial condition.

This diagram captures the entire framework you'll use throughout this lesson. When a problem gives you acceleration and asks for position, you need to integrate twice — once to get velocity (plus a constant C₂), and again to get position (plus another constant C₁). Each constant is found using a piece of information the problem provides, such as "the object starts at rest" (meaning v(0) = 0) or "the object begins at the origin" (meaning s(0) = 0).

Mathematical Framework

Let's formalize the relationships with precise equations. Suppose an object moves along a straight line, and its position at time t is described by s(t). Everything flows from the Fundamental Theorem of Calculus, which tells us that integration undoes differentiation.

From Acceleration to Velocity

VELOCITY FROM ACCELERATION
v(t) = ∫ a(t) dt + C
Here v(t) is velocity, a(t) is the given acceleration function, and C is the constant of integration determined by the initial velocity v(t₀).

From Velocity to Position

POSITION FROM VELOCITY
s(t) = ∫ v(t) dt + C
Here s(t) is position, v(t) is the velocity function (possibly found from integrating acceleration), and C is determined by the initial position s(t₀).

Definite Integral Form

You can also use definite integrals to find the change in a quantity over a specific time interval. This form automatically handles the constant of integration because you're computing a net change rather than a general antiderivative.

NET DISPLACEMENT
s(b) − s(a) = ∫ₐᵇ v(t) dt
The definite integral of velocity from t = a to t = b gives the net displacement (change in position) over that interval. Note: this is displacement, not total distance — if the object reverses direction, forward and backward portions partially cancel.
TOTAL DISTANCE TRAVELED
Total Distance = ∫ₐᵇ |v(t)| dt
To find the total distance (always positive), integrate the absolute value of velocity. This counts backward motion as positive distance.
⚠️ Displacement vs. Distance
A common mistake is confusing displacement and distance. If you drive 5 miles east and then 3 miles west, your displacement is 2 miles east, but your total distance is 8 miles. Use ∫v(t) dt for displacement and ∫|v(t)| dt for total distance.

Reading the Graphs: Position, Velocity, and Acceleration

One of the most powerful skills in this topic is being able to look at the graph of one function — say acceleration — and sketch what its integral (velocity) or double integral (position) must look like. The diagram below shows a concrete example: constant acceleration leads to linear velocity and quadratic (parabolic) position.

Three stacked graphs show how a constant acceleration (flat pink line) integrates into a linear velocity (purple line), which in turn integrates into a parabolic position (cyan curve). The shaded area under the position curve illustrates accumulated displacement.

Notice the pattern: integrating a polynomial of degree n produces a polynomial of degree n + 1. A constant acceleration (degree 0) gives a linear velocity (degree 1), which gives a quadratic position (degree 2). This is why projectile motion under constant gravity always follows a parabolic path — you're integrating the constant −9.8 m/s² twice!

💡 Graph-Reading Tip
When looking at a velocity graph, the slope at any point tells you the acceleration at that moment. The area under the curve between two times gives you the displacement over that interval. These two facts alone let you extract a huge amount of information from a single graph.

Worked Example: From Acceleration to Position

Let's walk through a complete problem that requires two integrations. A particle moves along a straight line with acceleration a(t) = 6t − 4 (in m/s²). At time t = 0, the particle has velocity v(0) = 5 m/s and position s(0) = 2 m. Find the position function s(t).

Finding s(t) from a(t) = 6t − 4
1
Step 1 — Integrate Acceleration to Find VelocitySince v(t) = ∫ a(t) dt, we integrate the acceleration function: v(t) = ∫ (6t − 4) dt = 3t² − 4t + C₁. We used the power rule: the integral of 6t is 6 × (t²/2) = 3t², and the integral of −4 is −4t.
v(t) = 3t² − 4t + C₁
2
Step 2 — Apply the Initial Condition for VelocityWe know v(0) = 5. Substituting t = 0: 5 = 3(0)² − 4(0) + C₁, which gives 5 = C₁. So the velocity function is fully determined.
v(t) = 3t² − 4t + 5
3
Step 3 — Integrate Velocity to Find PositionNow we integrate velocity: s(t) = ∫ v(t) dt = ∫ (3t² − 4t + 5) dt = t³ − 2t² + 5t + C₂. We applied the power rule to each term: ∫ 3t² dt = t³, ∫ (−4t) dt = −2t², ∫ 5 dt = 5t.
s(t) = t³ − 2t² + 5t + C₂
4
Step 4 — Apply the Initial Condition for PositionWe know s(0) = 2. Substituting t = 0: 2 = (0)³ − 2(0)² + 5(0) + C₂, which gives 2 = C₂. Now we have the complete position function.
s(t) = t³ − 2t² + 5t + 2
5
Step 5 — Verify by DifferentiatingAs a check, let's differentiate s(t) twice. s′(t) = 3t² − 4t + 5 = v(t) ✓. Then v′(t) = 6t − 4 = a(t) ✓. Both match the original functions, confirming our answer is correct.
Verified: s″(t) = 6t − 4 = a(t) ✓
🔑 THE PROCESS IN A NUTSHELL
To go from acceleration to position: (1) integrate a(t) to get v(t) + C₁, (2) use the initial velocity to find C₁, (3) integrate v(t) to get s(t) + C₂, and (4) use the initial position to find C₂. Always verify by differentiating your answer back to the original acceleration.

Indefinite vs. Definite Integrals in Motion Problems

When solving motion problems, you have two approaches: using indefinite integrals (antiderivatives) to find general formulas, or using definite integrals to calculate specific changes over a time interval. Each has its strengths depending on what the problem asks for.

Comparing the two integration approaches for motion problems
FeatureIndefinite IntegralDefinite Integral
What it producesA general function plus a constant CA specific numerical value
Typical useFinding v(t) or s(t) as a formula valid for all tFinding displacement or change in velocity over [a, b]
Initial conditions?Required to determine CNot needed — bounds handle the constant
Example"Find the velocity function v(t)""Find the displacement from t = 1 to t = 4"
Notation∫ f(t) dt∫ₐᵇ f(t) dt
🔄 WHEN TO USE WHICH
If the problem says "find the position function" or "find v(t)", use an indefinite integral and solve for C. If the problem says "how far does the object travel between t = 2 and t = 5" or "what is the change in velocity", use a definite integral — it's quicker because you don't need to find C at all.

Connection to Multivariable and Differential Equations

The techniques you're learning now form the foundation for much more advanced mathematics and physics. In this lesson, you've worked with motion along a straight line (one dimension), but real-world motion often happens in two or three dimensions. Let's see how these ideas extend.

How one-dimensional kinematics connects to advanced topics
ConceptWhat You Learn Now (Calc 1)Where It Goes Next
DimensionMotion along a single line: s(t), v(t), a(t) are scalar functionsIn Calc 3, position, velocity, and acceleration become vector functions: r⃗(t), v⃗(t), a⃗(t)
Acceleration typeAcceleration is a given function of time: a(t)In differential equations, acceleration can depend on velocity or position: a = f(v, s, t)
Integration methodDirect antidifferentiation using power rule, basic techniquesMore complex integrals require substitution, integration by parts, or numerical methods
ApplicationsFree-fall, simple projectile motion, car accelerationOrbital mechanics, fluid dynamics, electric circuits, population modeling

The beauty of what you're learning is that the underlying logic never changes. Whether you're working in one dimension or three, whether the acceleration is constant or depends on 17 variables, the relationship remains the same: integrate acceleration to get velocity, and integrate velocity to get position. The techniques get more sophisticated, but the core idea is exactly what you're mastering right now.

Practice Problems

PROBLEM 1CONCEPTUAL
If an object's acceleration is zero for all time, what can you conclude about its velocity and position functions? Explain your reasoning using integration.
PROBLEM 2BASIC CALCULATION
A particle has velocity v(t) = 4t − 6 (in m/s). Its position at t = 0 is s(0) = 10 m. Find the position function s(t).
PROBLEM 3INTERMEDIATE
A particle has acceleration a(t) = 12t (in m/s²). At t = 0, its velocity is v(0) = −3 m/s and its position is s(0) = 7 m. Find the position s(t) and determine at what time(s) the particle is momentarily at rest.
PROBLEM 4APPLIED
A car decelerates with acceleration a(t) = −6 m/s² (constant) starting from a velocity of 30 m/s. Find (a) the time it takes the car to stop, and (b) the total distance the car travels before stopping.
PROBLEM 5CRITICAL THINKING
A particle moves with velocity v(t) = t² − 4t + 3 (in m/s) from t = 0 to t = 5. (a) Find the net displacement. (b) Find the total distance traveled. (c) Explain why your answers to (a) and (b) are different.

Lesson Summary

In this lesson, you learned that integration is the reverse of differentiation, allowing you to recover velocity from acceleration using v(t) = ∫ a(t) dt + C, and position from velocity using s(t) = ∫ v(t) dt + C. Every indefinite integral introduces a constant of integration that must be determined from an initial condition — such as the starting velocity or starting position. Going from acceleration to position requires two integrations and two initial conditions.

You also learned the difference between displacement (∫ₐᵇ v(t) dt, which can be positive, negative, or zero) and total distance (∫ₐᵇ |v(t)| dt, which is always non-negative). Graphically, integrating a function of degree n produces a function of degree n + 1 — constant acceleration gives linear velocity gives quadratic position. These relationships are the backbone of kinematics in calculus and extend directly into physics, engineering, and higher mathematics.

Varsity Tutors • Calculus 1 • Position, Velocity, Acceleration via Integrals