Big Ideas Math Algebra 2, 2014
BI
Big Ideas Math Algebra 2, 2014 View details
4. Modeling with Quadratic Functions
Continue to next subchapter

Exercise 34 Page 82

Given a table of values, how do you know a quadratic model is the most appropriate one?

See solution.

Practice makes perfect

Let's suppose we are given a table showing the depth, in millimeters, of the snow in a small town in Ohio from 6A.M. to 11A.M.

Let's calculate the first and second differences to see if the situation can be modeled by a quadratic function.

The first differences are not constant. Therefore, a linear model is not the most appropriate one for the situation. However, the second differences are constant and thus a quadratic model can be used to describe the situation. Let d(t) be the depth of the snow, in millimeters, t hours after 6 A.M. d(t)=at^2+bt+c Since at 6A.M. we have that t=0 and d(t)=6, we can substitute 0 and 6 for t and d(t), respectively, in the above equation to find the value of c.
d(t)=at^2+bt+c
6=a( 0)^2+b( 0)+c
â–Ľ
Solve for c
6=a(0)+b(0)+c
6=c
c=6
Now that we know that c= 6, we can partially write the quadratic function. d(t)=at^2+bt+ 6 By looking at the table, we can see that at 7A.M. — 1 hour after 6A.M. — the depth of the snow is 17 millimeters. Similarly, at 8A.M. — 2 hours after 6A.M. — the depth of the snow is 34 millimeters.
Values for t and d(t) d(t)=at^2+bt+6 Simplification
t= 1, d(t)= 17 17=a( 1)^2+b( 1)+6 a+b=11
t= 1, d(t)= 34 34=a( 2)^2+b( 2)+6 4a+2b=28
Note that we obtained two equations in a and b. We can write and solve a system of equations. a+b=11 & (I) 4a+2b=28 & (II) To solve the system we will use the Substitution Method. Let's start by isolating a in Equation (I). This is done by subtracting b on both sides. a+b=11 4a+2b=28 ⇔ a=11-b 4a+2b=28 Now, we can substitute 11-b for a in Equation (II).
a=11-b 4a+2b=28
a=11-b 4( 11-b)+2b=28
â–Ľ
(II): Solve for b
a=11-b 44-4b+2b=28
a=11-b - 4b+2b=- 16
a=11-b - 2b=- 16
a=11-b b=8
To find the value of a, we will substitute 8 for b in Equation (I).
a=11-b b=8
a=11- 8 b=8
a=3 b=8
Finally, now that we have that a=3 and b=8, we can write the full equation of the quadratic function that models the situation. d(t)=3t^2+8t+6