Question
A car is traveling along a straight road and its position, in meters, is given by the function s(t)=3t2−2t+1, where t is the time in seconds.
a) Find the average rate of change of the car's position with respect to time over the interval [1,2].
b) Use a linear approximation to estimate the car's position at t=1.5.
Answer
a) To find the average rate of change of the car's position with respect to time over the interval [1,2], we need to calculate the difference in position divided by the difference in time.
The average rate of change is given by:
Average Rate of Change=2−1s(2)−s(1)First, we find the position of the car at t=2:
s(2)=3(2)2−2(2)+1=11Next, we find the position of the car at t=1:
s(1)=3(1)2−2(1)+1=2Substituting these values into the average rate of change formula:
Average Rate of Change=2−111−2=9Therefore, the average rate of change of the car's position over the interval [1,2] is 9 meters per second.
b) To estimate the car's position at t=1.5 using linear approximation, we can use the tangent line at t=1. The tangent line at t=1 will have the same slope as the function s(t) at that point.
First, let's find the slope at t=1. We take the derivative of s(t):
s′(t)=dtds=dtd(3t2−2t+1)=6t−2Evaluating s′(t) at t=1 gives:
s′(1)=6(1)−2=4Therefore, the slope of the tangent line at t=1 is 4.
Now, we can form the equation of the tangent line using the point-slope form:
y−y1=m(x−x1)where (x1,y1) is a point on the line (in this case, (1,s(1))=(1,2)) and m is the slope. Substituting the values:
y−2=4(x−1)We need to find the value of y when x=1.5, which corresponds to t=1.5. We substitute x=1.5 into the equation:
y−2=4(1.5−1)Simplifying:
y−2=4(0.5)Therefore, the estimated position of the car at t=1.5 using linear approximation is 4 meters.