A bird flies for 4 seconds with velocity $v(t)=t-2$. What total distance does it cover from $t=0$ to $t=4$?
The total distance covered from $t=0$ to $t=4$ is $4$ (distance units). Since $v(t)=t-2$ is negative on $[0,2]$ and positive on $[2,4]$, the bird goes 2 units one way and 2 units back, for $2+2=4$ units total.
What you have to watch for with “distance”
Distance is always nonnegative, so when velocity changes sign you cannot just integrate $v(t)$ directly. Instead, find where $v(t)=0$ and add up the areas using speed $|v(t)|.
Find when the bird changes direction
Set the velocity to zero: $$t-2=0 \Rightarrow t=2.$$ So the bird moves in the negative direction from $t=0$ to $t=2$, then in the positive direction from $t=2$ to $t=4$.
Compute total distance using $\int |v(t)|\, dt$
On $[0,2]$, $v(t)<0$ so $|v(t)|=2-t$: $$\text{Distance}_1=\int_0^2 (2-t)\, dt=\left[2t-\frac{t^2}{2}\right]_0^2=4-2=2.$$
On $[2,4]$, $v(t)>0$ so $|v(t)|=t-2$: $$\text{Distance}_2=\int_2^4 (t-2)\, dt=\left[\frac{t^2}{2}-2t\right]_2^4=0-(-2)=2.$$
Add them: $$\text{Total distance}=2+2=4.$$
Quick check (why displacement is different)
If you integrate velocity without absolute value, $$\int_0^4 (t-2)\, dt=0,$$ which means the net displacement is $0$, not that the bird did not move.
- Type of Data: Water Intake (L/day) From Cows
- Incenter Angle Bisector Problem: Find m∠BCP
- Evaluate $h(-1)$ for $h(x)=-5x^3+x+2$
- Probability a Batch Is Accepted (3 Tested, 0 Failures)
- Conditional Probability From a Gender-Carrier Table
- Percentage and Cumulative Percentages for Water Intake
- Car value decreases by £80 per month (table values)
- Basis for the Column Space of Matrix A
Comments (0)
Please to leave a comment.