Grade 9Math

Writing Functions from Tables

Writing functions from tables is a Grade 9 skill in California Reveal Math (Unit 10: Quadratic Functions) where students manually determine function equations from perfect data tables. For linear y = mx + b: slope m is the constant first difference and b is the y-value at x=0. For quadratic y = ax^2 + bx + c: coefficient a is exactly half the constant second difference. For exponential y = ab^x: base b is the constant successive ratio and a is the y-value at x=0.

Key Concepts

Property Once you identify the pattern in a perfect data table (where $x$ starts at 0 and increases by 1), you can manually calculate the parameters of the function: Linear ($y = mx + b$): $m$ is the constant first difference. $b$ is the $y$ value when $x = 0$. Quadratic ($y = ax^2 + bx + c$): $a$ is EXACTLY HALF of the constant second difference ($a = \frac{\Delta^2}{2}$). $c$ is the $y$ value when $x = 0$. Substitute a known point to find $b$. Exponential ($y = ab^x$): $b$ is the constant successive ratio. $a$ is the $y$ value when $x = 0$.

Examples Linear: Table has $x = 0, 1, 2$ and $y = 5, 8, 11$. Constant first difference is 3, so $m = 3$. At $x=0$, $y=5$, so $b=5$. Model: $y = 3x + 5$. Quadratic: Table has $x = 0, 1, 2, 3$ and $y = 3, 6, 13, 24$. First differences: $3, 7, 11$. Second differences: $4, 4$. So, $a = 4 / 2 = 2$. At $x=0$, $y=3$, so $c=3$. Substitute point $(1, 6)$ into $y = 2x^2 + bx + 3 \rightarrow 6 = 2(1)^2 + b(1) + 3 \rightarrow b = 1$. Model: $y = 2x^2 + x + 3$. Exponential: Table has $x = 0, 1, 2$ and $y = 4, 12, 36$. Constant ratio is 3, so base $b = 3$. At $x=0$, $y=4$, so initial value $a = 4$. Model: $y = 4(3)^x$.

Explanation When real world data is mathematically perfect, you don't need a computer to find the equation. The $y$ intercept (where $x=0$) always gives you your starting parameter ($b$ for linear, $c$ for quadratic, $a$ for exponential). The constant pattern you found in your diagnostic test directly provides your growth parameter. For quadratic models, just remember the golden rule: the leading coefficient '$a$' is always half of the second difference!

Common Questions

How do you find the equation for a linear function from a table?

Calculate first differences (consecutive y-value changes). If constant, m equals that difference. The y-value when x=0 gives b. For x=0,1,2 with y=5,8,11: first differences = 3, so y = 3x + 5.

How do you find the leading coefficient a for a quadratic from a table?

Compute second differences (differences of first differences). If constant, a equals exactly half that value. For y = 3, 6, 13, 24: first differences are 3, 7, 11; second differences are 4, 4; so a = 4/2 = 2.

How do you find the full quadratic equation from a table?

a = second difference / 2, c = y at x=0. Then substitute a known point to solve for b. For a=2, c=3, using point (1, 6): 6 = 2(1)^2 + b(1) + 3, so b = 1. Equation: y = 2x^2 + x + 3.

How do you identify an exponential function from a table?

Divide consecutive y-values to find the ratio. If the ratio is constant, it is exponential with base b = that ratio and initial value a = y at x=0. For y = 4, 12, 36: ratio = 3, so y = 4(3)^x.

Why does the y-value at x=0 always give a starting parameter?

At x=0: linear gives b, quadratic gives c, exponential gives a. This works because all three standard forms simplify to their constant term when x=0, making the y-intercept the easiest parameter to read directly.