Linear Functional — Definition, Formula & Examples
A linear functional is a function that takes a vector as input and returns a single scalar, while respecting both vector addition and scalar multiplication. It maps an entire vector space down to the real (or complex) numbers.
A linear functional on a vector space over a field is a linear map . That is, for all vectors and all scalars , the map satisfies and .
Key Formula
Where:
- = The linear functional mapping vectors to scalars
- = Fixed scalar coefficients defining the functional
- = Components of the input vector \mathbf{x}
How It Works
You can think of a linear functional as a single row vector acting on column vectors via the dot product. Given a row vector , the map is a linear functional on . Every linear functional on a finite-dimensional space can be represented this way once you fix a basis. The collection of all linear functionals on forms its own vector space, called the dual space .
Worked Example
Problem: Let be defined by . Verify that is a linear functional by checking both properties for and with scalar .
Compute f(u) and f(v): Evaluate the functional on each vector separately.
Check additivity: Compute and evaluate .
Check scalar homogeneity: Compute and evaluate .
Answer: Both linearity conditions hold, confirming that is a linear functional on .
Why It Matters
Linear functionals appear throughout applied mathematics and physics. In optimization, the objective function in a linear program is a linear functional. In quantum mechanics, bra vectors are linear functionals on the state space, making the concept essential for anyone studying advanced science or engineering.
Common Mistakes
Mistake: Confusing a linear functional with a general linear transformation. Students sometimes think any linear map is a linear functional.
Correction: A linear functional specifically maps into the scalar field (), not into an arbitrary vector space. If the output is a vector rather than a scalar, it is a linear transformation but not a linear functional.
