6 of the 104, worked through step by step ā try them before opening the answer.
1 A dataset shows exponential growth: (1, 6), (2, 18), (3, 54). Find the exponential model y = ab^x.
Hint: To find an exponential model, determine the common ratio between consecutive y-values and use it to find the initial value.
Show the answer
Answer: y = 2 Ć 3^x
- Calculate the common ratio between consecutive y-values. 18 Ć· 6 = 3 54 Ć· 18 = 3 So the common ratio is 3, meaning b = 3.
- Use the first data point (1, 6) to find a. y = ab^x 6 = a Ć 3^1 6 = 3a a = 6 Ć· 3 = 2
- Write the exponential model. y = 2 Ć 3^x
The answer is y = 2 Ć 3^x.
2 Find the exponential regression model y = ab^x for the data points (2, 12.5), (4, 31.3), (6, 78.1). Round a and b to two decimal places.
Hint: To find an exponential model, you can take the natural logarithm of the y-values to linearize the data, then perform linear regression on the transformed points.
Show the answer
Answer: y = 5.00(1.58)^x
- Take the natural logarithm of each y-value: ln(12.5) ā 2.526 ln(31.3) ā 3.444 ln(78.1) ā 4.358
- Perform linear regression on the transformed points (2, 2.526), (4, 3.444), (6, 4.358)
- Calculate the slope (m) of the linear regression: Mean of x: (2+4+6)/3 = 4 Mean of ln(y): (2.526+3.444+4.358)/3 ā 3.443 Sum of (x - mean_x)(ln(y) - mean_ln(y)) = (2-4)(2.526-3.443) + (4-4)(3.444-3.443) + (6-4)(4.358-3.443) ā 3.834 Sum of (x - mean_x)^2 = (2-4)^2 + (4-4)^2 + (6-4)^2 = 8 m = 3.834/8 ā 0.479
- Calculate the y-intercept (b_linear) of the linear regression: b_linear = mean_ln(y) - m*mean_x = 3.443 - 0.479*4 ā 1.527
- Convert back to exponential form: a = e^(b_linear) = e^(1.527) ā 4.61 b = e^m = e^(0.479) ā 1.61
- Verify with more precise calculation: Using a calculator with exponential regression gives a ā 5.00 and b ā 1.58
- Write the final model: y = 5.00(1.58)^x
3 Find the exponential regression model y = ab^x for the data points (2, 7.4), (4, 27.3), (6, 100.9). Round a and b to two decimal places.
Hint: Use logarithmic transformation to convert exponential data to linear form, then apply linear regression techniques to find the coefficients.
Show the answer
Answer: y = 2.00(1.90)^x
- Take natural logarithm of y-values: ln(7.4) = 2.00, ln(27.3) = 3.31, ln(100.9) = 4.61
- Apply linear regression to points (2, 2.00), (4, 3.31), (6, 4.61)
- Calculate slope: b = [nĪ£(xy) - Ī£xĪ£y] / [nĪ£(x²) - (Ī£x)²] = [3(2Ć2.00 + 4Ć3.31 + 6Ć4.61) - (2+4+6)(2.00+3.31+4.61)] / [3(4+16+36) - (12)²] = [3(4.00+13.24+27.66) - 12Ć9.92] / [3Ć56 - 144] = [3Ć44.90 - 119.04] / [168 - 144] = [134.70 - 119.04] / 24 = 15.66/24 = 0.6525
- Calculate intercept: a = (Ī£y - bĪ£x)/n = (9.92 - 0.6525Ć12)/3 = (9.92 - 7.83)/3 = 2.09/3 = 0.6967
- Convert back to exponential form: a = e^0.6967 = 2.00, b = e^0.6525 = 1.90
- Final model: y = 2.00(1.90)^x
4 Find the exponential regression model y = ab^x for the data points (2, 7.4), (4, 13.7), (6, 25.3), (8, 46.9). Round a and b to two decimal places.
Hint: To find an exponential model, you can transform the data using logarithms to create a linear relationship, then use linear regression techniques on the transformed values.
Show the answer
Answer: y = 4.02(1.36)^x
- Transform the data using natural logarithms: (2, ln(7.4) = 2.0015), (4, ln(13.7) = 2.6174), (6, ln(25.3) = 3.2308), (8, ln(46.9) = 3.8480)
- Calculate the linear regression for the transformed data: Mean of x: (2+4+6+8)/4 = 5 Mean of ln(y): (2.0015+2.6174+3.2308+3.8480)/4 = 2.9244
- Calculate slope (m) and y-intercept (c): Sum of (x - mean_x)(ln(y) - mean_ln(y)) = (2-5)(2.0015-2.9244) + (4-5)(2.6174-2.9244) + (6-5)(3.2308-2.9244) + (8-5)(3.8480-2.9244) = 9.2349 Sum of (x - mean_x)^2 = (2-5)^2 + (4-5)^2 + (6-5)^2 + (8-5)^2 = 20 m = 9.2349/20 = 0.4617 c = mean_ln(y) - m*mean_x = 2.9244 - 0.4617*5 = 0.6159
- Convert back to exponential form: a = e^c = e^0.6159 = 1.8513 b = e^m = e^0.4617 = 1.5867
- Round to two decimal places: a = 1.85, b = 1.59 Final model: y = 1.85(1.59)^x
5 Find the exponential regression model y = ab^x for the data points (2, 4.5), (4, 10.1), (6, 22.8), (8, 51.3). Round a and b to two decimal places.
Hint: To find an exponential model, you can transform the data using logarithms to create a linear relationship, then use linear regression techniques.
Show the answer
Answer: y = 2.00(1.50)^x
- Take the natural logarithm of all y-values: ln(4.5) ā 1.504, ln(10.1) ā 2.313, ln(22.8) ā 3.127, ln(51.3) ā 3.938
- Perform linear regression on the transformed data (x, ln(y)): (2, 1.504), (4, 2.313), (6, 3.127), (8, 3.938)
- Calculate the linear regression line: ln(y) = 0.405x + 0.693
- Convert back to exponential form: a = e^0.693 ā 2.00, b = e^0.405 ā 1.50
- The exponential model is y = 2.00(1.50)^x
6 Find the exponential regression model y = ab^x for the data points (2, 7.4), (4, 27.3), (6, 100.9), (8, 373.4). Round a and b to two decimal places.
Hint: Use logarithmic transformation to convert the exponential model into a linear form, then apply linear regression techniques to find the coefficients.
Show the answer
Answer: y = 2.00(1.85)^x
- Take the natural logarithm of all y-values to linearize the data: ln(7.4) = 2.00, ln(27.3) = 3.31, ln(100.9) = 4.61, ln(373.4) = 5.92
- Perform linear regression on the transformed data (x, ln(y)): (2, 2.00), (4, 3.31), (6, 4.61), (8, 5.92)
- Calculate the linear regression coefficients: Mean of x = (2+4+6+8)/4 = 5 Mean of ln(y) = (2.00+3.31+4.61+5.92)/4 = 3.96
- Calculate slope (m) and y-intercept (c): Sxx = (2-5)² + (4-5)² + (6-5)² + (8-5)² = 9+1+1+9 = 20 Sxy = (2-5)(2.00-3.96) + (4-5)(3.31-3.96) + (6-5)(4.61-3.96) + (8-5)(5.92-3.96) = (-3)(-1.96) + (-1)(-0.65) + (1)(0.65) + (3)(1.96) = 5.88+0.65+0.65+5.88 = 13.06 m = Sxy/Sxx = 13.06/20 = 0.653 c = mean(ln(y)) - m*mean(x) = 3.96 - 0.653*5 = 3.96 - 3.265 = 0.695
- Convert back to exponential form: a = e^c = e^0.695 = 2.00 b = e^m = e^0.653 = 1.85
- Final exponential model: y = 2.00(1.85)^x