Problem 76
Question
Highway Design To allow enough distance for cars to pass on two-lane highways, engineers calculate minimum sight distances between curves and hills. The table at top of the next page shows the minimum sight distance \(y\) in feet for a car traveling at \(x\) mph. (Image can't copy) $$\begin{array}{|c|c|c|c|c|} \hline x \text { (in mph) } & 20 & 30 & 40 & 50 \\ \hline y \text { (in feet) } & 810 & 1090 & 1480 & 1840 \end{array}$$ $$\begin{array}{|c|c|c|c} \hline x \text { (in mph) } & 60 & 65 & 70 \\ \hline y \text { (in feet) } & 2140 & 2310 & 2490 \end{array}$$ (a) Make a scatter diagram of the data. (b) Use the regression feature of a calculator to find the best-fitting linear function for the data. Graph the function with the data. (c) Repeat part (b) for a cubic function. (d) Use both functions from parts (b) and (c) to estimate the minimum sight distance for a car traveling 43 mph. (e) Which function fits the data better?
Step-by-Step Solution
VerifiedKey Concepts
Scatter Plot
A scatter plot helps us understand if there's a possible relationship—like more speed might need more sight distance. This visual representation of data is the first step in regression analysis, as it sets the stage for determining the best-fitting function.
Linear Regression
With a calculator, we input the data points, and it outputs these parameters \(m\) and \(b\). The result is a line that passes as close as possible to all our data points, minimizing errors. This straight-line model is a good first approximation for understanding how speed and sight distance might relate.
Cubic Regression
A cubic regression requires more calculations, but modern calculators simplify this process. The result is a curve that can capture more complicated relationships in the data, reflecting how sight distance changes at different speeds more accurately than a linear function.
Data Fitting
To determine effectiveness, statistical measures like R-squared are used, showing how closely the chosen function matches the actual data. A higher R-squared value suggests a more accurate fit, helping us understand which model, linear or cubic, better predicts sight distances for different speeds.