Introduction: If y(x) is the product of two functions u(x) and v(x), then we can apply the product rule to determine the derivative of y(x).
Rule: Let y(x)=u(x)⋅v(x). Then:
y′(x)=u′(x)v(x)+u(x)v′(x).
Example: Consider the function y(x)=5x2⋅ln(x). This function can be denoted as y(x)=u(x)⋅v(x), with u(x)=5x2 and v(x)=ln(x). The derivative of y(x) can be determined as follows (one might consider Derivatives of elementary functions and the example at Sum rule):
u′(x)=5⋅2x=10x,v′(x)=1x,y′(x)=u′(x)v(x)+u(x)v′(x)=10xln(x)+5x21x=10xln(x)+5x2x=10xln(x)+5x.