Pointwise product of functions

From Calculus
Revision as of 12:33, 26 August 2011 by Vipul (talk | contribs) (Created page with "{{new function from old}} ==Definition== ===For two functions=== Suppose <math>f</math> and <math>g</math> are functions. The '''pointwise product''' (often simply called ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:New function from old

Definition

For two functions

Suppose f and g are functions. The pointwise product (often simply called the product) of the functions, denoted fg, or sometimes simply as fg, is defined as the function:

xf(x)g(x)

In other words, every element is sent to the product (in the sense of multiplication) of the values of f and g at that element.

The domain of the pointwise product of f and g is defined as the intersection of the domain of f and the domain of g. This is necessary, because, for a pointwise product to make sense, both functions must be defined at the point.

For multiple functions

Suppose f1,f2,,fn are functions. The pointwise product of these, denoted f1f2fn or f1f2fn, is defined as the function:

xf1(x)f2(x)fn(x)

In other words, every element is sent to the product (in the sense of multiplication) of the values of f1,f2,,fn at that element.

The domain of the pointwise product of a bunch of functions is defined as the intersection of the domains of all the functions.

Relation with various operations

For two functions

Below we discuss how to perform various operations on the pointwise product fg of f and g, given knowledge of how to perform the operations on f and g individually.

Operation Verbal description How it's done
Graph fg We are given the graphs of f and g (without necessarily having algebraic, numerical, or verbal descriptions of the functions) and we need a geometric method to sketch the graph of fg too tricky?
Obtain explicit expression for fg We are given algebraic expressions for f and g and need an explicit algebraic expression for fg. Part of a general procedure: finding pointwise combinations of functions by plugging in expressions. See also the piecewise case: finding pointwise combinations of piecewise functions by plugging in expressions.
Find limit of fg at a point We know how to find limits of f,g at points. limit of products is product of limits
Differentiate fg. We know how to differentiate f and g individually, we need to differentiate fg. product rule for differentiation: (fg)=(fg)+(fg).
Integrate fg. We want to integrate fg in terms of integration of simpler functions. We can try integration by u-substitution or integration by parts.