3.1 Function Notation, Evaluation & Substitution

Key Takeaways

  • A mathematical function f(x) is a relation where each input x in the domain maps to exactly one unique output y in the range.
  • Evaluating a function involves replacing every instance of the independent variable x with a specified numeric value or algebraic expression.
  • The domain represents all allowable input values for which the function is real and defined, while the range represents all resulting output values.
  • Composite functions f(g(x)) evaluate the outer function f using the output of the inner function g(x) as its input.
  • In electrical applications, functions model physical phenomena such as temperature coefficient of resistance (R(T) = R_0[1 + alpha(T - T_0)]) and billing rates.
Last updated: August 2026

3.1 Function Notation, Evaluation & Substitution

Quick Summary: In mathematical analysis and electrical trade calculations, a function $f(x)$ defines a strict rule where every unique input $x$ maps to exactly one output $y$. Evaluating functions requires algebraic substitution—replacing every instance of the independent variable with a specified numeric value or algebraic expression. Understanding domain restrictions, range boundaries, and function composition $f(g(x))$ is essential for solving complex trade problems, such as calculating thermal resistance drift in electrical conductors using temperature coefficient functions.


Fundamentals of Function Notation

In standard algebra, equations are often written using two variables, such as $y = 3x + 5$. While this equation describes a valid relationship between $x$ and $y$, modern mathematical notation and technical engineering use function notation to make the relationship between inputs and outputs explicit.

Defining a Function

A function is a specialized mathematical relation in which each element of an input set (called the domain) is paired with exactly one unique element of an output set (called the range).

Mathematically, a function is written as: y=f(x)y = f(x)

In this notation:

  • $f$ is the name of the function (a rule or mathematical machine).
  • $x$ is the independent variable (the input value supplied to the function).
  • $f(x)$ (read as "f of x") represents the dependent variable $y$ (the output resulting from applying rule $f$ to input $x$).

CRITICAL CONCEPT: The expression $f(x)$ does NOT mean "$f$ multiplied by $x$." It is a shorthand symbolism representing the output of the function when $x$ is entered into rule $f$.

Why Use Function Notation?

Function notation provides several distinct advantages in technical applications and on the EIAT:

  1. Explicit Input-Output Tracking: Writing $f(3) = 14$ immediately communicates both the input ($x = 3$) and the resulting output ($y = 14$) in a single compact statement, whereas writing $y = 14$ leaves the corresponding input ambiguous.
  2. Multiple Function Differentiation: In complex electrical circuits, multiple parameters change simultaneously. Function notation allows engineers and electricians to label distinct relationships clearly—such as voltage over time $V(t)$, current over time $I(t)$, and power loss over current $P(I)$—without confusing variables.
  3. Algebraic Manipulation of Rules: Function notation enables higher-level operations, such as function composition $f(g(x))$ and inverse functions $f^{-1}(x)$, which are vital for multi-stage electrical system modeling.

Evaluating Functions via Substitution

Evaluating a function means determining the numerical or algebraic output of $f(x)$ for a specific input value. The primary mathematical technique used to evaluate functions is algebraic substitution.

The Principle of Direct Substitution

To evaluate $f(a)$, replace every occurrence of the independent variable $x$ in the function's formula with the value $a$, and then simplify the resulting expression using the standard order of operations (PEMDAS/BODMAS).

Step-by-Step Numerical Example 1 (Positive Integer Input)

Consider the quadratic function: f(x)=2x25x+7f(x) = 2x^2 - 5x + 7

To evaluate $f(4)$:

  1. Substitute $4$ for every $x$: f(4)=2(4)25(4)+7f(4) = 2(4)^2 - 5(4) + 7
  2. Evaluate exponents first: f(4)=2(16)5(4)+7f(4) = 2(16) - 5(4) + 7
  3. Perform multiplications: f(4)=3220+7f(4) = 32 - 20 + 7
  4. Perform additions and subtractions from left to right: f(4)=12+7=19f(4) = 12 + 7 = 19

Handling Negative Inputs & Parentheses

A frequent source of errors on the EIAT involves substituting negative numbers into functions containing exponents or subtraction signs. Always enclose substituted negative values in parentheses to avoid sign errors.

WARNING: There is a critical mathematical difference between $(-3)^2$ and $-3^2$:

  • $(-3)^2 = (-3) \times (-3) = +9$ (Squaring a negative quantity yields a positive result).
  • $-3^2 = -(3 \times 3) = -9$ (The negative sign is applied after squaring the positive number 3).

Step-by-Step Numerical Example 2 (Negative Input)

Consider the function: f(x)=3x24x+5f(x) = 3x^2 - 4x + 5

To evaluate $f(-3)$:

  1. Substitute $(-3)$ with parentheses for every $x$: f(3)=3(3)24(3)+5f(-3) = 3(-3)^2 - 4(-3) + 5
  2. Evaluate the square of $(-3)$: (3)2=9    3(9)4(3)+5(-3)^2 = 9 \implies 3(9) - 4(-3) + 5
  3. Multiply terms carefully, keeping track of double negatives: 3×9=273 \times 9 = 27 4×(3)=+12-4 \times (-3) = +12 f(3)=27+12+5f(-3) = 27 + 12 + 5
  4. Sum the final terms: f(3)=39+5=44f(-3) = 39 + 5 = 44

Evaluating Functions with Algebraic Expressions

Functions can also be evaluated using algebraic terms or variable expressions instead of simple numbers.

Example: Evaluating $f(x + h)$

Given $f(x) = x^2 + 3x$:

  1. Substitute $(x + h)$ for every instance of $x$: f(x+h)=(x+h)2+3(x+h)f(x + h) = (x + h)^2 + 3(x + h)
  2. Expand the squared binomial $(x + h)^2 = x^2 + 2xh + h^2$: f(x+h)=x2+2xh+h2+3x+3hf(x + h) = x^2 + 2xh + h^2 + 3x + 3h

Domain & Range of Functions

Understanding the theoretical and physical limits of inputs and outputs is crucial when analyzing functional models.

Domain Restrictions

The domain of a function is the set of all real numbers that can be plugged into $x$ without causing a mathematical impossibility. In standard algebra, there are two primary domain restrictions that candidates must recognize on the EIAT:

  1. Division by Zero: The denominator of a fraction can never equal zero.

    • Example: For $f(x) = \frac{10}{x - 4}$, set the denominator equal to zero: $x - 4 = 0 \implies x = 4$.
    • Domain: All real numbers except $x = 4$ (written as ${x \in \mathbb{R} \mid x \neq 4}$).
  2. Negative Numbers Under Even Radicals: The radicand of a square root (or any even root) cannot be negative in the real number system.

    • Example: For $g(x) = \sqrt{2x - 8}$, set the radicand greater than or equal to zero: $2x - 8 \ge 0 \implies 2x \ge 8 \implies x \ge 4$.
    • Domain: $[4, \infty)$ or $x \ge 4$.

Range Boundaries

The range of a function is the set of all output values $y = f(x)$ generated by evaluating the domain inputs.

  • For a linear function $f(x) = mx + b$ (where $m \neq 0$), the range is all real numbers $(-\infty, \infty)$.
  • For a quadratic function in standard form $f(x) = ax^2 + bx + c$ with $a > 0$, the range is bounded below by the vertex $y \ge k$.

Composite Functions $f(g(x))$

A composite function is created when one function is nested inside another. The output of the inner function becomes the input for the outer function.

Notation and Order of Evaluation

Composition is written as: (fg)(x)orf(g(x))(f \circ g)(x) \quad \text{or} \quad f(g(x))

Both notations read as "f of g of x."

RULE: Always work from the inside out:

  1. Evaluate the inner function $g(x)$ first.
  2. Substitute the resulting value or expression into the outer function $f(x)$.

Step-by-Step Composite Example (Algebraic Composition)

Suppose: f(x)=2x+3f(x) = 2x + 3 g(x)=4x7g(x) = 4x - 7

To evaluate $f(g(x))$:

  1. Identify the outer function $f$ and inner function $g$: f(input)=2(input)+3f(\text{input}) = 2(\text{input}) + 3
  2. Replace the input of $f$ with the entire expression for $g(x)$: f(g(x))=f(4x7)=2(4x7)+3f(g(x)) = f(4x - 7) = 2(4x - 7) + 3
  3. Distribute the coefficient $2$ across the parentheses: 2(4x)2(7)+3=8x14+32(4x) - 2(7) + 3 = 8x - 14 + 3
  4. Combine constant terms: 8x118x - 11

Therefore, $f(g(x)) = 8x - 11$.

Non-Commutative Property of Function Composition

In general, function composition is not commutative; that is, $f(g(x)) \neq g(f(x))$.

To demonstrate, evaluate $g(f(x))$ using the same functions above:

  1. Substitute $f(x) = 2x + 3$ into $g(x)$: g(f(x))=g(2x+3)=4(2x+3)7g(f(x)) = g(2x + 3) = 4(2x + 3) - 7
  2. Distribute and simplify: 4(2x)+4(3)7=8x+127=8x+54(2x) + 4(3) - 7 = 8x + 12 - 7 = 8x + 5

Notice that $8x - 11 \neq 8x + 5$, proving that order is critical when working with composite functions!


Electrical Application: Temperature Coefficient of Resistance

In electrical trade work, physical properties are routinely expressed as functional dependencies. A prime example is the variation of electrical resistance in conductors as a function of operating temperature.

Thermal Resistance Drift Formula

As metallic conductors (such as copper or aluminum wire) heat up due to ambient environment or current flow ($I^2 R$ heating), their atomic lattice structure vibrates more vigorously. This increased atomic vibration obstructs electron flow, causing electrical resistance to increase.

This physical relationship is modeled by the linear temperature function: R(T)=R0[1+α(TT0)]R(T) = R_0 \left[ 1 + \alpha (T - T_0) \right]

Where:

  • $R(T)$ = Resistance at operating temperature $T$ ($\Omega$) [Dependent variable / Output]
  • $R_0$ = Baseline resistance at reference temperature $T_0$ ($\Omega$)
  • $\alpha$ = Temperature coefficient of resistance ($\Omega/\Omega/^\circ\text{C}$ or $^\circ\text{C}^{-1}$) (For copper, $\alpha \approx 0.00393 / ^\circ\text{C}$ at $20^\circ\text{C}$)
  • $T$ = Operating temperature of the conductor ($^\circ\text{C}$) [Independent variable / Input]
  • $T_0$ = Reference temperature (typically $20^\circ\text{C}$)

Practical Trade Scenario: Feeder Conductor Resistance Evaluation

An electrician installs a commercial feeder circuit using copper conductors with a rated baseline resistance $R_0 = 0.50\ \Omega$ at $T_0 = 20^\circ\text{C}$. During heavy operating load in mid-summer, the conductor operating temperature rises to $T = 70^\circ\text{C}$.

Given the temperature coefficient function $R(T) = 0.50 \left[ 1 + 0.00393(T - 20) \right]$:

  1. Evaluate the temperature differential input $(T - 20)$: ΔT=7020=50C\Delta T = 70 - 20 = 50^\circ\text{C}
  2. Substitute $\Delta T = 50$ into the temperature function: R(70)=0.50[1+0.00393(50)]R(70) = 0.50 \left[ 1 + 0.00393(50) \right]
  3. Multiply the temperature coefficient by $50$: 0.00393×50=0.19650.00393 \times 50 = 0.1965
  4. Evaluate the bracketed factor: 1+0.1965=1.19651 + 0.1965 = 1.1965
  5. Calculate the final elevated resistance $R(70)$: R(70)=0.50×1.1965=0.59825 Ω0.60 ΩR(70) = 0.50 \times 1.1965 = 0.59825\ \Omega \approx 0.60\ \Omega

This functional evaluation reveals a 19.65% increase in conductor resistance, which directly increases voltage drop and power loss across the electrical installation. Mastery of function evaluation empowers electricians to predict system behavior, size conductors safely, and pass the EIAT.

Test Your Knowledge

Given $f(x) = 3x^2 - 4x + 5$, what is the value of $f(-3)$?

A
B
C
D
Test Your Knowledge

If $g(x) = 4x - 7$, evaluate the composite function $f(g(x))$ where $f(x) = 2x + 3$

A
B
C
D
Test Your Knowledge

An electrician uses the function $h(x) = 50 + 15x$ to calculate total billing dollars for $x$ hours of service. Find $x$ when $h(x) = 140$.

A
B
C
D