logo

Linear Function 📂Functions

Linear Function

Definition

A function f:XYf : X \to Y is called linear if it satisfies the following two conditions for x,x1,x2Xx,x_{1},x_{2}\in X and aRa \in \mathbb{R},

  1. f(ax)=af(x)f(ax) = af(x)
  2. f(x1+x2)=f(x1)+f(x2)f(x_{1} + x_{2}) = f(x_{1}) + f(x_{2})

Explanation

If it is not linear, it is called nonlinear. The two conditions are sometimes combined as follows

f(ax1+x2)=af(x1)+f(x2) f(ax_{1} + x_{2}) = af(x_{1}) + f(x_{2})

If in 2., instead of being equal, it satisfies being less than or equal to \le, it is called quasilinear.

Bilinear

If a bivariate function f=f(x,y)f = f(x,y) is linear with respect to each variable, it is called bilinear.

Multilinear

If a multivariate function f=f(x1,,xn)f= f(x_{1}, \dots, x_{n}) is linear with respect to each variable, it is called multilinear.