Tables, lists, and calculated columns

Lesson progressPractice problems 0/4
Difficulty
Intermediate
Estimated time
50 minutes
Techniques
TablesListsCalculated-columnsFunction-evaluationCandidate-testing

What you’ll learn

  1. Keep corresponding values paired in the same table row.
  2. Recognize table columns as ordered lists.
  3. Enter one formula in a column header to calculate every row.
  4. Apply a function to a bracketed list.
  5. Compare supplied and calculated values without repeating the same arithmetic.
  6. Answer with the exact input, output, choice, or unit requested.
  7. Choose direct evaluation or hand calculation when a table adds unnecessary setup.

Why this matters on the SAT

Check several values with one accurate rule

The SAT can give you a function and ask which table matches it, which listed input produces a target output, or how a new quantity is calculated from each row of supplied data. A Desmos table lets you enter the rule once and calculate every row. A list does the same job in a more compact form when you do not need labeled columns.

SAT example

The function ff is defined by

f(x)=3x24.f(x)=3x^2-4.

Which table shows the corresponding values of f(x)f(x) for x=2x=-2, x=0x=0, and x=3x=3?

  1. A

    xx

    f(x)f(x)

    2-2

    88

    00

    4-4

    33

    2323

  2. B

    xx

    f(x)f(x)

    2-2

    1616

    00

    44

    33

    3131

  3. C

    xx

    f(x)f(x)

    2-2

    16-16

    00

    4-4

    33

    31-31

  4. D

    xx

    f(x)f(x)

    2-2

    88

    00

    44

    33

    2323

Fast Desmos solution

Define f(x)=3x^2-4, add a table, and enter 2-2, 00, and 33 in the x_1 column. Replace the y_1 header with f(x_1). Desmos fills the second column with 88, 4-4, and 2323, so the answer is A.

The method is valuable because the same function is evaluated several times. If the question asked only for f(3)f(3), entering f(3) would be faster than building a table.

This lesson uses tables and lists to organize and calculate known values. The next lesson introduces regression, which fits a model to supplied data. Creating a table does not automatically mean that regression is needed.

Calculator loads as you approach
One calculated column checks all three input-output pairs.

When should you use a table or list?

Match the setup to the information you need to preserve. Tables keep labels and rows visible. Lists are compact. Direct evaluation is strongest for one simple output.

Use a table when…

  • corresponding values must stay paired by row;
  • the question asks which table represents a function;
  • several inputs need the same calculation;
  • two expressions must be compared for the same inputs; or
  • supplied data need a new quantity calculated in every row.

Use a list when…

  • you need to test several inputs without labeled rows;
  • the candidate values fit clearly in one expression; or
  • a compact output list makes the position match easy to read.

Use direct evaluation or hand calculation when only one simple function value is needed, a visible pattern gives the answer immediately, or one short equation is faster than entering several candidates. Do not begin with regression when the rule is already given and you only need its outputs. Regression finds a model or unknown parameters from data.

Check your understanding:

For f(x)=4x1f(x)=4x-1, what is the best Desmos entry for finding only f(3)f(3)? A different question gives q(x)=x35x+9q(x)=x^3-5x+9 and asks which candidate, 3-3, 1-1, 22, or 44, gives q(x)=7q(x)=7. Which setup is stronger for that question?

1. Keep matching values in the same row

In the first Desmos table, the columns are usually named x_1 and y_1. Each complete row represents one ordered pair:

(x1,y1).(x_1,y_1).

If the supplied pairs are (2,11)(2,11), (5,20)(5,20), and (8,29)(8,29), enter them like this:

x_1y_1
221111
552020
882929

The columns are also lists. Here, x_1 means the list [2,5,8][2,5,8], and y_1 means the list [11,20,29][11,20,29]. Desmos pairs entries by position: first with first, second with second, and third with third.

If you add another table, its columns may be named x_2 and y_2. Use the names shown in the table you are working with. x_1 never refers to the first column of every table.

Check your understanding:

The supplied pairs are (2,11)(2,11), (5,20)(5,20), and (8,29)(8,29). A student enters x_1=[2,5,8] and y_1=[11,29,20]. What went wrong?

Common mistake:

Sorting or moving one column without moving the values paired with it. A table may still look tidy while representing the wrong ordered pairs.

Calculator loads as you approach
Each row preserves one supplied pair.

2. Calculate an entire column

A calculated column uses one formula to generate every output. Define

g(x)=3x22,g(x)=3x^2-2,

enter 2-2, 00, 11, and 44 in x_1, then replace the next column header with

g(x1).g(x_1).

Desmos calculates:

x_1g(x_1)
2-21010
002-2
1111
444646

The calculated cells are gray because their values come from the column formula. You cannot correct one computed cell by typing over it. Edit the source input or the header formula instead.

Try it yourself:

Change the final input from 44 to 33. Predict which output will change, then confirm that the last computed value becomes g(3)=25g(3)=25.

Check your understanding:

A table contains inputs in x_1. Why should the calculated header use g(x_1) instead of g(x)?

Common mistake:

Leaving the header as y_1 and manually typing outputs. That repeats the arithmetic and makes later input changes easier to miss.

Calculator loads as you approach
The formula in the second header generates every output.

3. Use a list when labels are unnecessary

Square brackets create a list:

L=[2,0,3,5].L=[-2,0,3,5].

After defining

f(x)=x23x+2,f(x)=x^2-3x+2,

enter f(L). Desmos applies the function to every list item in order:

f(L)=[12,2,2,12].f(L)=[12,2,2,12].

As an optional shortcut, use three dots to build an inclusive integer range. For example,

[1...6]=[1,2,3,4,5,6].[1...6]=[1,2,3,4,5,6].

You can also begin with a different step:

[2,4...10]=[2,4,6,8,10].[2,4...10]=[2,4,6,8,10].

Keep the list short enough to compare accurately. If labels, units, or several calculated quantities matter, a table is clearer.

Try it yourself:

Replace 55 in LL with 44. Before checking the result, predict the new final output. It should be f(4)=6f(4)=6.

Check your understanding:

If h(x)=2x+5h(x)=2x+5, what does h([1,2,3,4]) return?

Calculator loads as you approach
The outputs stay in the same order as the inputs.

4. Transform supplied values row by row

Sometimes a question supplies values of one function and defines a new quantity from them. Suppose:

xxg(x)g(x)
1-177
221313
552525

and

h(x)=2g(x)3x.h(x)=2g(x)-3x.

Enter the xx-values in x_1 and the corresponding g(x)g(x) values in y_1. In a third header, enter

2y13x1.2y_1-3x_1.

Desmos calculates the three known values of hh:

x_1y_12y_1-3x_1
1-1771717
2213132020
5525253535

The table tells you only the listed values of gg. It does not define g(x)g(x) at every other input. Use the calculated column only for rows where the problem supplies g(x)g(x).

Check your understanding:

In the table above, why can you calculate h(2)h(2) but not h(4)h(4)?

Common mistake:

Replacing g(x)g(x) with g(2x3)g(2x-3) instead of calculating 2g(x)3x2g(x)-3x. The coefficients outside a function output and the operations inside its input do different jobs.

Calculator loads as you approach
The third column combines each input with its matching supplied output.

5. Example: Test every listed input

Worked example

The function pp is defined by

p(x)=(x+3)(x2)(x5).p(x)=(x+3)(x-2)(x-5).

Which candidate input gives a value of 3434 for

p(x1)+4?p(x-1)+4?
  1. A

    2-2

  2. B

    11

  3. C

    33

  4. D

    66

Step 1

Keep the candidates together

Add a table and enter 2-2, 11, 33, and 66 in x_1. These are the only candidates the question asks you to test.

Step 2

Enter the function once

Define p(x)=(x+3)(x-2)(x-5). In the table's next header, enter p(x_1-1)+4. This applies the complete transformed rule to every candidate.

Calculator loads as you approach
The transformed rule is evaluated for every listed input.

Step 3

Match the target by row

The calculated outputs are 44, 3434, 44, and 44. The target output 3434 is in the row where x=1x=1, so the answer is B.

Step 4

Check the winning input

For x=1x=1, the inside input is x1=0x-1=0. Therefore,

p(11)+4=p(0)+4=(0+3)(02)(05)+4=3(2)(5)+4=34.\begin{aligned} p(1-1)+4 &=p(0)+4\\ &=(0+3)(0-2)(0-5)+4\\ &=3(-2)(-5)+4\\ &=34. \end{aligned}

Thus, x=1\boxed{x=1}.

Common mistake:

Calculating p(x)1+4p(x)-1+4 instead of p(x1)+4p(x-1)+4. The subtraction inside the parentheses changes the input to pp.

The table is faster here because the transformed cubic must be checked at four listed inputs. For one simple substitution, direct evaluation would be shorter.

Finish the solution

The candidate inputs are already entered. Define the function, add one calculated column, and submit the input paired with the target output.

Match a rational output

Finish the solution

The function rr is defined by

r(x)=x2+11x+1.r(x)=\frac{x^2+11}{x+1}.

Which of the candidate inputs 11, 22, 44, or 99 gives

r(x)=275?r(x)=\frac{27}{5}?

First steps

  1. Define the function rr.
  2. Enter r(x_1) in the empty table header.
  3. Find the row whose output is 5.45.4, the decimal equivalent of 275\frac{27}{5}.
  4. Submit the input from that row.

Finish it

Calculator loads as you approach
Replace the empty header with the function evaluated at x₁.

Practice problems

SAT practice problems

Use a table when rows must stay paired or several inputs need the same rule. Use a compact list when labels do not matter. Return to the prompt before submitting so that you answer with the requested input, output, choice, and unit.

Match an exponential function to a table

Practice problem

The function qq is defined by

q(x)=12(12)x1.q(x)=12\left(\frac{1}{2}\right)^{x-1}.

Which table shows the corresponding values of q(x)q(x) for x=0x=0, x=1x=1, and x=3x=3?

Table A

xx

q(x)q(x)

00

66

11

1212

33

4848

Table B

xx

q(x)q(x)

00

2424

11

1212

33

66

Table C

xx

q(x)q(x)

00

2424

11

1212

33

33

Table D

xx

q(x)q(x)

00

33

11

1212

33

2424

Answer choices
Calculator loads as you approach
Use the calculator to identify the table that matches all three inputs.

Transform supplied function values

Practice problem

The table gives three values of the function mm.

xxm(x)m(x)
2-233
111-1
4455

The function nn is defined by

n(x)=[m(x)]2x.n(x)=[m(x)]^2-x.

What is the value of

n(2)+n(1)+n(4)?n(-2)+n(1)+n(4)?
Calculator loads as you approach
Use the calculator to determine the requested sum from the supplied values.

Test a candidate list

Practice problem

The function ww is defined by

w(x)=x2+7x5x1.w(x)=\frac{x^2+7x-5}{x-1}.

Which choice is a value of xx for which w(x)=13w(x)=13?

Answer choices
Calculator loads as you approach
Use the calculator to identify which candidate produces the target output.

Finish the lesson

4 practice examples left

Finish the remaining questions correctly to complete this lesson.

Quick recap

  • Each table row preserves one input-output pair, and each named column is a list.
  • A formula such as f(x_1) in a column header calculates every row and updates when an input changes.
  • A bracketed list applies one rule to several inputs without the labels of a table.
  • New columns can combine supplied values row by row, but they do not define missing function values.
  • Use direct evaluation for one simple output. Use a table or list when repeated calculation or row pairing makes it faster and clearer.
  • Submit the quantity the question asks for, not automatically the most prominent calculator output.

Next lesson

Regression from a supplied table

Fit linear, quadratic, and exponential models after entering paired data correctly.

Start next lesson

Free Practice

Free question bank practice problems

Desmos Tables, Lists, and Calculated Columns | aniko.ai