Integration Applications in Motion
Integration Applications in Motion
In calculus, integration is a powerful tool for analyzing motion. If you know an object's velocity function v(t), you can use integrals to determine both where the object ends up (displacement) and how much ground it covered to get there (total distance). Another common application is finding the average value of a continuous function over a specific interval.
Displacement vs. Total Distance
When an object moves along a straight line, its velocity v(t) can be positive (moving forward) or negative (moving backward).
Displacement is the net change in position. It is calculated by simply integrating the velocity function over the given time interval [a,b]:
Displacement=∫abv(t)dt
Total Distance is the total amount of ground covered, regardless of direction. To find it, you must integrate the speed, which is the absolute value of velocity:
Total Distance=∫ab∣v(t)∣dt
To calculate total distance, you need to find where v(t)=0 to identify when the object changes direction, and then split the integral into intervals where v(t) is entirely positive or negative.
Example: Finding Displacement and Total Distance
Problem: Given the velocity function v(t)=t2−4t+3, find the displacement and total distance traveled from t=0 to t=4.
1. Displacement: Simply integrate v(t) from 0 to 4: Displacement=∫04(t2−4t+3)dt =[31t3−2t2+3t]04 =(364−32+12)−0=364−20=34 The net displacement is 34.
2. Total Distance: First, find where v(t)=0: t2−4t+3=(t−1)(t−3)=0 The object stops at t=1 and t=3. We split the integral into three parts: [0,1], [1,3], and [3,4].
- Interval [0,1] (Moving forward): ∫01(t2−4t+3)dt=[31t3−2t2+3t]01=31−2+3=34
- Interval [1,3] (Moving backward): ∫13(t2−4t+3)dt=[31t3−2t2+3t]13=(9−18+9)−(34)=−34 The distance here is −34=34.
- Interval [3,4] (Moving forward): ∫34(t2−4t+3)dt=(364−20)−0=34
Add the absolute values of these distances: Total Distance=34+34+34=312=4
Average Value of a Function
Integrals also allow us to find the average (mean) value of a continuous function f(x) over a closed interval [a,b]. The formula is:
favg=b−a1∫abf(x)dx
Geometrically, this represents the height of a rectangle with width (b−a) that has the exact same area as the region under the curve f(x) on that interval.
Example: Finding the Average Value
Problem: Find the average value of f(x)=sinx on the interval [0,π].
Using the formula: favg=π−01∫0πsinxdx =π1[−cosx]0π =π1(−cos(π)−(−cos(0))) =π1(−(−1)+1)=π2
The average value of sinx on [0,π] is π2.