Main content
Digital SAT Math
Unit 12: Lesson 5
Nonlinear functions: advancedNonlinear functions | Lesson
A guide to nonlinear functions on the digital SAT
What are nonlinear functions problems?
What is a function?
A function takes an input and produces an output. In function notation, f, left parenthesis, x, right parenthesis, f is the name of the function, x is the input variable, and f, left parenthesis, x, right parenthesis is the output.
For example, given f, left parenthesis, x, right parenthesis, equals, 2, x, plus, 1, the expression 2, x, plus, 1 works as instructions on what to do with the input x. In this case, the input x is multiplied by 2, then 1 is added to the product.
The input of a function can be a
, an , or even . Functions can also be .In this lesson, we'll learn to:
- Evaluate functions algebraically
- Determine inputs and outputs using tables
- Evaluate
You can learn anything. Let's do this!
How do I evaluate functions?
Evaluate a function given its formula
Evaluating functions algebraically and using tables
When we encounter an algebraic function, we can find the value of the function at specific inputs. For example, for f, left parenthesis, x, right parenthesis, equals, 2, x, plus, 1, we can calculate f, left parenthesis, 2, right parenthesis, the output of the function f when its input, x, is equal to 2.
What are the steps?
To evaluate a function at a specific input value:
- Plug in the input value for the input variable wherever it appears.
- Perform the operations specified by the function to calculate the ouput.
Example: If f, left parenthesis, x, right parenthesis, equals, x, cubed, minus, 9, what is the value of f, left parenthesis, minus, 2, right parenthesis ?
With algebraic functions, we can evaluate the function using multiple inputs to create multiple input-output pairs. These input-output pairs can be put in a table, as shown below for f, left parenthesis, x, right parenthesis, equals, 2, x, plus, 1.
x | f, left parenthesis, x, right parenthesis |
---|---|
0 | 1 |
1 | 3 |
2 | 5 |
3 | 7 |
Sometimes, a table of input-output pairs is provided without an algebraic function. Consider the table below.
x | g, left parenthesis, x, right parenthesis |
---|---|
minus, 2 | 7 |
minus, 1 | 0 |
0 | 4 |
1 | minus, 1 |
The table contains four input-output pairs. We can interpret the information in the table as:
- g, left parenthesis, minus, 2, right parenthesis, equals, 7
- g, left parenthesis, minus, 1, right parenthesis, equals, 0
- g, left parenthesis, 0, right parenthesis, equals, 4
- g, left parenthesis, 1, right parenthesis, equals, minus, 1
To evaluate a function using a table:
- Find the input value you're looking for in the input column (typically the left column with a header of the input variable such as x).
- Find the corresponding output value in the output column.
Example:
x | f, left parenthesis, x, right parenthesis |
---|---|
0 | 3 |
1 | 2 |
3 | 5 |
4 | 3 |
Based on the table above, what is the value of f, left parenthesis, 3, right parenthesis ?
Try it!
How do I evaluate composite functions?
Intro to function composition
Evaluating composite functions algebraically and using tables
A composite function uses the output of one function as the input of another. For example, for f, left parenthesis, g, left parenthesis, x, right parenthesis, right parenthesis:
- x is the input to function g.
- g, left parenthesis, x, right parenthesis is the input to function f.
As such, composite functions should be worked from the inside out. Order matters when evaluating composite functions: g, left parenthesis, f, left parenthesis, x, right parenthesis, right parenthesis is not the same as f, left parenthesis, g, left parenthesis, x, right parenthesis, right parenthesis! For example, for f, left parenthesis, x, right parenthesis, equals, x, squared and g, left parenthesis, x, right parenthesis, equals, x, plus, 1, f, left parenthesis, g, left parenthesis, 1, right parenthesis, right parenthesis, equals, 4, but g, left parenthesis, f, left parenthesis, 1, right parenthesis, right parenthesis, equals, 2.
To evaluate composite functions at a specific input value:
- Plug in the input value for the input variable wherever it appears in the .
- Perform the operations specified by the inner function to calculate the output. This output becomes the input of the .
- Plug in the result of Step 2 for the input variable wherever it appears in the outer function.
- Perform the operations specified by the outer function to calculate the final output.
Example: If f, left parenthesis, x, right parenthesis, equals, 2, x, plus, 1 and g, left parenthesis, x, right parenthesis, equals, x, squared, minus, 2, x, plus, 1, what is the value of f, left parenthesis, g, left parenthesis, minus, 1, right parenthesis, right parenthesis ?
Composite functions can also be evaluated using a table. The table can have an additional column for a total of three: one column for input and two columns for the outputs of two functions. Consider the table for f, left parenthesis, x, right parenthesis, equals, x, squared and g, left parenthesis, x, right parenthesis, equals, x, plus, 1:
x | f, left parenthesis, x, right parenthesis | g, left parenthesis, x, right parenthesis |
---|---|---|
start color #7854ab, 1, end color #7854ab | 1 | start color #ca337c, 2, end color #ca337c |
start color #ca337c, 2, end color #ca337c | start color #208170, 4, end color #208170 | 3 |
3 | 9 | 4 |
4 | 16 | 5 |
From the table, we can tell that g, left parenthesis, start color #7854ab, 1, end color #7854ab, right parenthesis, equals, start color #ca337c, 2, end color #ca337c, and f, left parenthesis, start color #ca337c, 2, end color #ca337c, right parenthesis, equals, start color #208170, 4, end color #208170. Therefore, f, left parenthesis, g, left parenthesis, 1, right parenthesis, right parenthesis, equals, 4.
To evaluate composite functions at a specific input value given a table:
- Find the output value for the inner function corresponding to the specific input value. This is also the input value of the outer function.
- Find the output value for the outer function corresponding to the input of the result of Step 1.
Example:
x | f, left parenthesis, x, right parenthesis | g, left parenthesis, x, right parenthesis |
---|---|---|
1 | 3 | 0 |
2 | 5 | 1 |
3 | 7 | 4 |
4 | 9 | 9 |
5 | 11 | 16 |
The table above provides the values of functions f and g at several values of x. What is the value of g, left parenthesis, f, left parenthesis, 2, right parenthesis, right parenthesis ?
Try it!
How do I compose functions?
Finding composite functions
Inputting expressions instead of values into functions
In addition to inputting a specific value, we can also input one function into another function, which creates a composite function defined by a single expression.
For example, for f, left parenthesis, x, right parenthesis, equals, x, squared and g, left parenthesis, x, right parenthesis, equals, x, plus, 1, f, left parenthesis, g, left parenthesis, x, right parenthesis, right parenthesis replaces each instance of x in f with g, left parenthesis, x, right parenthesis, which is equal to x, plus, 1: f, left parenthesis, g, left parenthesis, x, right parenthesis, right parenthesis, equals, left parenthesis, x, plus, 1, right parenthesis, squared. Inputting an expression into a function, e.g., f, left parenthesis, x, plus, 1, right parenthesis, comma works similarly.
A function can also be defined in terms of another function. For example, for f, left parenthesis, x, right parenthesis, equals, x, squared and g, left parenthesis, x, right parenthesis, equals, f, left parenthesis, x, right parenthesis, plus, 1, we can replace the f, left parenthesis, x, right parenthesis in function g with x, squared: g, left parenthesis, x, right parenthesis, equals, x, squared, plus, 1.
If you find yourself struggling to rewrite complex functions, you might want to brush up on the Operations with polynomials and Operations with rational expressions skills, which have their own lessons.
To compose two functions:
- Plug in the expression that defines the inner function wherever the input variable appears in the outer function.
- Perform the operations specified by the outer function. Combine like terms as needed.
Let's look at some examples!
If f, left parenthesis, x, right parenthesis, equals, x, minus, 1 and g, left parenthesis, x, right parenthesis, equals, x, squared, plus, 1, what is f, left parenthesis, g, left parenthesis, x, right parenthesis, right parenthesis ?
If g, left parenthesis, x, right parenthesis, equals, x, squared, plus, 1, what is g, left parenthesis, x, minus, 1, right parenthesis ?
Try it!
Your turn!
Want to join the conversation?
- This is just Higher-Order Function in programming...
After studied college courses and years of experience in Programming, I still have to take SAT as College Entry Exam, what a none-sense...(1 vote)