Review of Functions

Master the fundamentals of functions including notation, domain, range, and operations before advancing to pre-calculus.

Advanced25 minLesson

Definition

A function is a relation where each input has exactly one output. We write to denote the output of function when the input is .
Key Function Concepts:
Function Notation:
For example, if , then:
Domain and Range:
  • Domain: All possible input values (-values)
  • Range: All possible output values (-values or -values)
Vertical Line Test: A graph represents a function if and only if every vertical line intersects the graph at most once.

Try it now

If , what is ?

Worked Examples

Given , find and .

1

Find by substituting

2

Find by substituting

3

Verify the calculations

Both inputs give output 6, which is valid and

Common Mistakes

Confusing with

Why it's wrong: means substitute into the function, while means add 2 to the output.

Correct: For : , but . Very different!

Reversing the order of composition: thinking

Why it's wrong: The notation can be confusing. The function on the right is applied first.

Correct: : Apply first, then apply to the result.

Forgetting to check domain restrictions when finding range

Why it's wrong: The range depends on which inputs are allowed. A restricted domain often restricts the range too.

Correct: For with domain , the range is , not .

Assuming all relations are functions

Why it's wrong: Not every equation or graph represents a function. The vertical line test must pass.

Correct: (a circle) is NOT a function because vertical lines can intersect it twice.

Interactive Visual

Linear Function Explorer

y = x
Slope (m)1
Y-Intercept (b)0
b
run
rise

Interactive Sandbox

Interactive Grapher

Try these examples:

y = 2x + 1

m=2, b=1

Expression Calculator

Try these:

History

No calculations yet

Practice Problems

18 problems
Problem 1 of 18
Easy

If , what is ?

Why It Matters

Functions are the foundation of all advanced mathematics:
  • Physics: Motion equations like describe position as a function of time
  • Economics: Supply and demand curves model price relationships
  • Computer Science: Every program is essentially a collection of functions transforming inputs to outputs
  • Engineering: Transfer functions describe how systems respond to inputs
  • Biology: Population models use functions to predict growth over time
Mastering functions is essential for calculus, where you'll study how functions change and accumulate.

Real World Applications

Temperature Conversion

Converting between Celsius and Fahrenheit is a function composition application.

Example:

If converts Fahrenheit to Celsius, then degrees Celsius.

1Try It Yourself

A weather app converts Kelvin to Celsius using and Celsius to Fahrenheit using .

Find the temperature in Fahrenheit when it's 300 Kelvin.

Step 1: Write the mathematical expression

First convert 300K to Celsius, then to Fahrenheit:

Shipping Cost Calculator

Many businesses use piecewise functions to calculate shipping costs based on weight.

Example:

A company charges based on weight: 5 dollars for packages up to 1 kg, then 3 dollars per additional kg.

2Try It Yourself

Shipping cost function: for , for .

What's the cost to ship a 4 kg package?

Step 1: Write the mathematical expression

Since 4 > 1, use the second formula:

Key Takeaways

  • 1A function assigns exactly one output to each input:
  • 2Domain is the set of all valid inputs; Range is the set of all possible outputs
  • 3Function operations: ,
  • 4Composition: - apply the inner function first
  • 5The vertical line test determines if a graph represents a function

Frequently Asked Questions

Yes! For example, gives . The rule is that each input has ONE output, but different inputs can share the same output.
Yes! For example, gives . The rule is that each input has ONE output, but different inputs can share the same output.
is the function itself (a rule or process), while is the output value when you input . Think of as a machine and as what comes out when you put in.
Because you're applying transformations in sequence. If doubles and adds 3: , but . Different processes yield different results.

Glossary

Function
A relation where each input has exactly one output
Domain
The set of all possible input values for a function
Range
The set of all possible output values of a function
Function notation
Writing to represent the output of function for input
Composition
Applying one function to the output of another:
Piecewise function
A function defined by different expressions for different parts of its domain
Vertical line test
A graphical test: if any vertical line crosses a graph more than once, it's not a function

More in This Topic