
Sena A. answered 05/02/20
Ivy League Computer Science Graduate, Patient Tutor
v(t) = t² - 1
1) Find out if this graph intersects zero at any point between t = 0 and t = 2.
t² - 1 = 0
(t + 1)(t - 1) = 0
t = -1, 1. But we’re only concerned about positive values for t, so we’re focused on t = 1.
2) Take the antiderivative of v(t), and evaluate it with upper bound 1 and lower bound 0.
∫(t² - 1) dt
= t³ ∕ 3 - t
When we plug in 1, we get: -2 / 3.
When we plug in 0, we get: 0
-2 / 3 - 0 = -2 / 3.
3) Take the antiderivative of v(t), and evaluate it with upper bound 2 and lower bound 1.
∫(t² - 1) dt
= t³ ∕ 3 - t
When we plug in 2, we get: 2 / 3.
When we plug in 1, we get: - 2 / 3.
(2 / 3) - (-2 / 3) = 4 / 3
4) Add the result from 2) to the result from 3). So:
(4 / 3) + (-2 / 3) = 2 / 3.
This makes the answer 2 / 3, or 0.667.