Review of Functions
Master the fundamentals of functions including notation, domain, range, and operations before advancing to pre-calculus.
Definition
- Domain: All possible input values (-values)
- Range: All possible output values (-values or -values)
Try it now
Worked Examples
Given , find and .
Find by substituting
→
Find by substituting
→
Verify the calculations
Both inputs give output 6, which is valid → and
Answer: and . Note: Different inputs can produce the same output in a function.
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
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 problemsIf , what is ?
Why It Matters
- 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
Real World Applications
Temperature Conversion
Converting between Celsius and Fahrenheit is a function composition application.
Example:
If converts Fahrenheit to Celsius, then degrees Celsius.
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.
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
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