Integration by parts

From formulasearchengine
Revision as of 02:07, 22 January 2014 by en>Monkbot (References: Fix CS1 deprecated date parameter errors)
Jump to navigation Jump to search

In calculus, the constant factor rule in differentiation, also known as The Kutz Rule, allows you to take constants outside a derivative and concentrate on differentiating the function of x itself. This is a part of the linearity of differentiation.

Suppose you have a function

g(x)=kf(x).

where k is a constant.

Use the formula for differentiation from first principles to obtain:

g(x)=limh0g(x+h)g(x)h
g(x)=limh0kf(x+h)kf(x)h
g(x)=limh0k(f(x+h)f(x))h
g(x)=klimh0f(x+h)f(x)h(*)
g(x)=kf(x).

This is the statement of the constant factor rule in differentiation, in Lagrange's notation for differentiation.

In Leibniz's notation, this reads

d(kf(x))dx=kd(f(x))dx.

If we put k=-1 in the constant factor rule for differentiation, we have:

d(y)dx=dydx.

Comment on proof

Note that for this statement to be true, k must be a constant, or else the k can't be taken outside the limit in the line marked (*).

If k depends on x, there is no reason to think k(x+h) = k(x). In that case the more complicated proof of the product rule applies.