What Is a Linear Operator in Math?

A function with the characteristic that f(x+y)=f(x)+f(y).


A linear operator is a function that respects addition, meaning that applying the function to a sum gives the same result as applying it to each part separately and then adding.


In formal terms, a function f is a linear operator if:


f(x + y) = f(x) + f(y)


For example, consider f(x) = 3x. Let's test it with x = 2 and y = 4:

  • f(2 + 4) = f(6) = 3 × 6 = 18

  • f(2) + f(4) = 6 + 12 = 18


Both sides give the same result. The function distributes across addition, which means it qualifies as a linear operator.


A function like f(x) = x² does not have this property: f(2 + 4) = 36, but f(2) + f(4) = 4 + 16 = 20. The two sides are not equal, so it is not a linear operator.


Linear operators are important because they behave predictably and consistently. They appear throughout advanced mathematics — in calculus, linear algebra, and physics — wherever understanding how a function interacts with addition and scaling is essential.


When Do Students Learn About Linear Operators?

Students build toward linear operators through their study of functions and linear relationships.


Grades 6–8 – Linear Functions and Proportional Reasoning

Students work with linear functions and explore how outputs scale with inputs, developing intuition for the consistent, predictable behavior that defines a linear operator.


Grades 9+ – Formal Introduction to Linear Operators

Students encounter linear operators in algebra and precalculus when studying function properties, and more formally in linear algebra and calculus where operators are applied to expressions, vectors, and functions.

Math Terms Related to Linear Operator

Loading