Question

In: Statistics and Probability

To relate the stopping distance of a car to its speed, ten cars were tested at...

To relate the stopping distance of a car to its speed, ten cars were tested at five different speeds, two cars at each speed. The following data were obtained.

Speed x (mph) 20 20 30 30 40 40 50 50 60 60

Stop. Dist. y (ft) 16.3 26.739.2 63.5 65.7 98.4 104.1 155.6 217.2 160.8

a) Fit a least-squares linear equation to these data. Plot the residuals against the speed.

b) Comment on the goodness of the fit based on the overall F-statistic and the residual plot. Which two assumptions of the linear regression model seem to be violated?

c) Based on the residual plot, what transformation of stopping distance should be used to lin- earize the relationship with respect to speed? A clue to find this transformation is provided by the following engineering argument: In bringing a car to a stop, its kinetic energy is dissipated as its braking energy, and the two are roughly equal. The kinetic energy is pro- portional to the square of the car's speed, while the breaking energy is proportional to the stopping distance, assuming a constant braking force.

d) Make this linearizing transformation and check the goodness of fit. What is the predicted stopping distance according to this model if the car is traveling at 40 mph?

Solutions

Expert Solution

a) Fit a least-squares linear equation to these data. Plot the residuals against the speed.

> #scatter plot with the regression line:
> speed=c(20,20,30,30,40,40,50,50,60,60)
> distance=c(16.3,26.7,39.2,63.5,65.7,98.4,104.1,155.6,217.2,160.8)
> m=lm(distance~speed)
> plot(speed,distance)
> abline(m)

> #To plot the residuals agains speed:
> e=residuals(m)
> plot(speed,e)

(b) The residual graph shows systematic deviation from the assumption of normality

The mean values of ei follow a clear nonlinear curve and the variance appears to increase with the speed.

The F-statistic is 58.77 with P-value 5.9×10−5. The very small P-value means that we should reject the hypothesis that β1 = 0.

(c) The physical argument proposed is that the kinetic energy, which is proportional to the square of speedmust
equal the dissipated energy through breaking, which is proportional to distance

distance = β0 +β1(speed)2.

d)

regression of distance on the square of speed.

> speedsq=(speed)^2
> lm(distance~speedsq)

Call:
lm(formula = distance ~ speedsq)

Coefficients:
(Intercept) speedsq
1.62064 0.05174

So the linearized regression line is distance = 0.05+1.62×(speed)2 .

The predicted stopping distance at speed 40mph is
1.62+0.052×(40)2 = 84.34 feet.

In order to obtain the prediction interval at speed 40mph (which the problem does not ask for) at the 95% level,
we do the following:
> m=lm(distance~speedsq)
> newdata=data.frame(speedsq=1600)
> predict(m,newdata,interval=’predict’)
fit lwr upr
1 84.40229 31.35449 137.4501

This gave the fitted value 84.40 and (the fairly wide) prediction interval [31.35,137.45].

please like my answer


Related Solutions

The relationship between the speed of a car and its stopping distance can be modelled by...
The relationship between the speed of a car and its stopping distance can be modelled by the function D= 0.0575v2, where D is the stopping distance, in metres, and v is the speed, in kilometres per hour. a) Express the speed, v, as a function of D, in the form of y = af[k(x-d)] + c b) Explain the meaning of the inverse function. c) Graph each relation on separate axes. Label axes and title each graph. d) State the...
The minimum stopping distance for a car depends on the driver’s reaction time and the car’s...
The minimum stopping distance for a car depends on the driver’s reaction time and the car’s acceleration when the brakes are applied. A 1000 kg car traveling on a level road at speed 18 m/s travels 15 m (due to driver’s reaction time) before braking starts and then skids with the wheels locked another 30 m. Answer the following questions concerning this stopping process. (Ignore air resistance and assume g = 10 m/s^2.) a) What is the driver’s reaction time?...
1. Three different makes of cars were tested for fuel efficiency. For each make of car...
1. Three different makes of cars were tested for fuel efficiency. For each make of car eighteen automobiles were randomly selected and subjected to standard driving procedures. Using the data from the following results compute the between treatments estimate of σ² and the within treatments estimate of σ². At the α=.05 level of significance, can the null hypothesis, that all fuel economies are the same, be rejected? Construct the ANOVA table for this data. (Use the formulas to compute the...
The following data give the stopping distance d as a function of initial speed υ, for a certain
The following data give the stopping distance d as a function of initial speed υ, for a certain car model. Find a quadratic polynomial that fits the data. Determine the quality of the curve t by computing J, S, and r2.
Car B is traveling a distance d ahead of car A. Both cars are traveling at...
Car B is traveling a distance d ahead of car A. Both cars are traveling at 60 ft/s when the driver of B suddenly applies the brakes, causing his car to decelerate at 11 ft/s^2 . It takes the driver of car A 0.75 s to react (this is the normal reaction time for drivers). When he applies his brakes, he decelerates at 18 ft/s^2. Determine the minimum distance d between the cars so as to avoid a collision.
Estimating Car Pollution: In a sample of seven cars, each car was tested for nitrogen oxide...
Estimating Car Pollution: In a sample of seven cars, each car was tested for nitrogen oxide emissions (in grams per mile) and the following results were obtained: 0.06, 0.11, 0.16, 0.15, 0.14, 0.08, 0.15 (based on data from the Environmental Protection agency). a) Assuming that this sample is representative of the cars in use, construct a 99% confidence interval estimate of the mean amount of nitrogen-oxide emissions for all cars. b) If the Environmental Protection Agency requires that nitrogen-oxide emissions...
Choose the correct answer: 1- The stopping sight distance depends upon: a) design speed, driver perception...
Choose the correct answer: 1- The stopping sight distance depends upon: a) design speed, driver perception & reaction time, vehicle acceleration rate and road slope b) design speed, vehicle length, vehicle acceleration rate and road width c) vehicle length, vehicle width, vehicle speed and road slope d) wind speed, road slope, road curvature and side friction factor none of the above 2- The superelevation rate of a highway has a design speed of 100kph, radius of 393.7m and side friction...
Nine boys and ten girls were tested to determine if there is a difference in the...
Nine boys and ten girls were tested to determine if there is a difference in the average number of days that the child can survive without Internet. The boys averaged 11 days with a standard deviation of 2 days while the girls averaged 13 days with a standard deviation of 3 days. What can be concluded? (Use alpha=0.05).
Fifty new computer chips were tested for speed in a certain application. The average speed, in...
Fifty new computer chips were tested for speed in a certain application. The average speed, in Mhz, for the new chips was 495.6 and the standard deviation was 19.4.   Compute a 95% confidence interval for the average speed using the sample of 50 computer chips. An older version of the chips had a speed of 481.2 Mhz. Can you conclude that the mean speed for the new chips is greater than the average speed of 481.2 Mhz of the old...
G. A car covers the first half of the distance between two places at a speed...
G. A car covers the first half of the distance between two places at a speed of 40 km/ hr and the second half at 60 km/hr, then can you evaluate the average speed of the car. Also Imagine a situation such that a balloon is rising vertically from rest on ground with an acceleration of 4.9 m/s2 at the end of 4 second then a stone is let fall from the balloon. Hence suggest the height of the balloon...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT