Mathematical Models A model is a mathematical representation

  • Slides: 8
Download presentation
Mathematical Models A model is a mathematical representation of the relationship between two real-world

Mathematical Models A model is a mathematical representation of the relationship between two real-world quantities. After 2 hours of driving, Freddy finds that 13 gallons of gas are left in his car’s fuel tank, and after 3 hours of driving 10. 5 gallons are left in the tank. a) Construct a linear model in which the number of gallons, g, left in the tank is a function of hours, h, of driving. b) At what rate is the car consuming gas? c) How many gallons of gas were in the tank before the car was driven? a) Find a linear function of the form g(h) = ah + b that contains (2, 13) and (3, 10. 5). The slope of the line is b) Since the slope is -2. 5, the rate the car is consuming gas is 2. 5 gallons per hour c) If h = 0, then g = -2. 5(0) + 18 The car started with 18 gallons of gas.

Scatterplots The accompanying table shows the number of applications for admissions that a college

Scatterplots The accompanying table shows the number of applications for admissions that a college received for certain years. Create a scatterplot that models this data. Let x = 1 represent 1991, x = 3 represent 1993 and so on so that x = 10 represents 2000. Store the data Press STAT ENTER 2 nd STAT PLOT ENTER Or press GRAPH Display the Scatterplot Press ZOOM 9 1991 297 1993 331 1995 409 1996 482 1999 647 2000 615 Enter x values in L 1 and corresponding y values in L 2. Set up the Scatterplot Press Year # of Applications That was easy

Calculating a Regression Line A Regression Line is a linear model that best approximates

Calculating a Regression Line A Regression Line is a linear model that best approximates a set of data points. The Regression Line is also called a Line of Best Fit. Let’s use the data from the previous table to calculate the line of regression. Year # of Applications 1991 297 1993 331 1995 409 1996 482 1999 647 2000 615 Press STAT > (CALC) 4 (Lin. Reg(ax+b)) It’s helpful to store the equation as Y 1 VARS > (Y-VARS) 1 (Function) 1 (Y 1) ENTER The r-value is the Correlation Coefficient. This value will be between -1 and +1. The closer the absolute value is to 1, the more closely the regression line fits the data. The equation of the regression line is

Comparing Correlation Coefficients As x increases, y increases. The closer r is to 1,

Comparing Correlation Coefficients As x increases, y increases. The closer r is to 1, the better a line fits the data and the stronger the linear relationship is. There is no significant linear relationship between x and y. The closer r is to 0, the weaker the linear relationship is. As x increases, y decreases. The closer r is to -1, the better a line fits the data and the stronger the linear relationship is.

Making Predictions Interpolation: Those are some pretty funny-looking words. I wonder what they mean.

Making Predictions Interpolation: Those are some pretty funny-looking words. I wonder what they mean. Estimating within the range of observed data. Extrapolation: Estimating outside the range of observed data. Let’s use the data from the previous table to do some interpolating and some extrapolating. Interpolation: Estimate the number of applicants the school had in 1997. Plug the x-value into the equation. 7 The school had about 518 applicants in 1997. Extrapolation: Estimate the number of applicants the school will have in 2009. Plug the x-value into the equation. 19 The school will have about 1, 012 applicants in 2009. Year # of Applications 1991 297 1993 331 1995 409 1996 482 1999 647 2000 615

Calculating Exponential Regression AUG 06 31 Def. Con 3 Exp. Reg y = abx

Calculating Exponential Regression AUG 06 31 Def. Con 3 Exp. Reg y = abx a = 379. 92 b = 1. 04 r 2 = 1. 00 r = 1. 00 Asi De Facil This is Sam Ting as linear regression, only you push different buttons.

Calculating Power Regression JAN 07 30 Def. Con 3 Pwr. Reg y = axb

Calculating Power Regression JAN 07 30 Def. Con 3 Pwr. Reg y = axb a = 451. 431 b = -. 243 r 2 =. 956 r =. 978 Asi De Facil This is Sam Ting as linear regression and exponential regression, only you push different buttons.

Multiple Choice Questions Which scatter diagram shows the strongest positive correlation? Which graph represents

Multiple Choice Questions Which scatter diagram shows the strongest positive correlation? Which graph represents data used in a linear regression that produces a correlation coefficient closest to -1? That was easy