What is the derivative of $xf(x)$?

7.6k Views Asked by At

If we have a function $f(x)$ what would the value of the following expression be? $$\frac{d}{dx}[xf(x)]$$

2

There are 2 best solutions below

2
On

Hint:

What would you do if the expression was $$\frac{d}{dx}\left [g(x)f(x)\right ]$$?

0
On

If x is a variable, x(f(x)) is the product x f(x) and the standard product rule applies.

If x is a function, you have to define what x(f(x)) means and then the chain rule applies: (x(f(x)))' = f'(x)x'(f(x)) so you also have to define what x'(f(x)) means.

The notation x(f(x)) is certainly non-standard.