Master functions with detailed explanations and interactive examples.
A function relates an input to an output. In algebra, functions are often represented as f(x), where x is the input and f(x) is the output. The following sections will explore the various properties and operations related to functions.
f(x) =
Track the problems you've solved and your performance over time.
If \( f(x) = 2x + 1 \) and \( g(x) = x^2 \), what is \( (f \circ g)(3) \)?
If \( f(x) = 3x + 6 \), what is the inverse function \( f^{-1}(x) \)?
What is the domain of \( f(x) = \\frac{1}{x - 4} \)?
What is the range of \( f(x) = x^2 \) for all real numbers \( x \)?
A rational function is a function of the form:
f(x) = P(x) / Q(x)
where P(x) and Q(x) are polynomials, and Q(x) ≠ 0.
To graph a rational function:
Enter a rational function below to visualize its graph:
A composite function is created by combining two functions. If \( f(x) \) and \( g(x) \) are two functions, their composite is written as:
\( (f \circ g)(x) = f(g(x)) \)
This means you first apply \( g(x) \), then use its result as the input for \( f(x) \).
Let \( f(x) = x^2 + 3 \) and \( g(x) = 2x + 1 \). To compute \( (f \circ g)(x) \):
\( (f \circ g)(x) = f(g(x)) = (2x + 1)^2 + 3 \)
Simplify to get \( (f \circ g)(x) = 4x^2 + 4x + 4 \).
Enter two functions below to calculate their composite:
An even function satisfies the condition:
\( f(-x) = f(x) \) for all \( x \) in the domain.
This means the graph of the function is symmetric about the y-axis.
Properties of Even Functions:
An odd function satisfies the condition:
\( f(-x) = -f(x) \) for all \( x \) in the domain.
This means the graph of the function is symmetric about the origin.
Properties of Odd Functions:
Odd Function: The sine function, \( \sin(x) \), is an odd function because it satisfies the condition:
\( \sin(-x) = -\sin(x) \). Its graph is symmetric about the origin.
Even Function: The cosine function, \( \cos(x) \), is an even function because it satisfies the condition:
\( \cos(-x) = \cos(x) \). Its graph is symmetric about the y-axis.