Pointwise combination of functions

From Calculus
Revision as of 15:35, 24 September 2021 by Vipul (talk | contribs) (Created page with "== Definition == === For a binary operation === Suppose we have a binary operation (such as addition, subtraction, multiplication, division) on real numbers. A '''pointwise...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Definition

For a binary operation

Suppose we have a binary operation (such as addition, subtraction, multiplication, division) on real numbers. A pointwise combination of two functions that take real values is a new function that first applies the two functions individually and then applies the binary operation.

For instance, pointwise addition of functions f and g is the function xf(x)+g(x). Similarly, pointwise multiplication of functions f and g is thee function xf(x)g(x).

The term pointwise is an allusion to the inputs to the function as points (thinking of the function geometrically). Pointwise refers to the idea that for each point, the values of the functions at that point are combined.