Basic Derivative Rules
Basic Derivative Rules
Finding derivatives using the formal limit definition can be long and tedious. Fortunately, there are several shortcut rules that make calculating derivatives fast and straightforward.
The Power Rule
The Power Rule is the most common shortcut for polynomials and terms with exponents. To find the derivative of x raised to any power n, bring the exponent down to the front and subtract 1 from the original exponent:
dxdâ(xn)=nxnâ1
Constant, Constant Multiple, and Sum/Difference Rules
These rules tell us how to handle numbers and multiple terms in an expression.
- Constant Rule: The derivative of any constant number c is zero. dxdâ(c)=0
- Constant Multiple Rule: If a function is multiplied by a constant c, you can pull the constant out and multiply it by the derivative of the function. dxdâ[cf(x)]=câ fâ²(x)
- Sum and Difference Rules: The derivative of a sum or difference is simply the sum or difference of the individual derivatives. dxdâ[f(x)±g(x)]=fâ²(x)±gâ²(x)
Exponential and Logarithmic Functions
Exponential and logarithmic functions have their own unique derivative rules:
- Natural Exponential Function: The derivative of ex is just itself! dxdâ(ex)=ex
- Natural Logarithm: The derivative of lnx is 1 over x. dxdâ(lnx)=x1â
Basic Trigonometric Functions
You will frequently encounter sine and cosine in calculus. Memorize these two fundamental rules:
- Derivative of Sine: dxdâ(sinx)=cosx
- Derivative of Cosine: dxdâ(cosx)=âsinx
Example Problems
Example 1: Find dxdâ(3x4â2x2+5xâ7)
Using the Sum/Difference, Constant Multiple, and Power Rules, we take the derivative of each term one by one:
- dxdâ(3x4)=3â 4x3=12x3
- dxdâ(â2x2)=â2â 2x1=â4x
- dxdâ(5x)=5â 1x0=5
- dxdâ(â7)=0
Answer: 12x3â4x+5
Example 2: Find fâ²(x) for f(x)=4exâ3sinx+lnx
Apply the specific rules for exponential, trigonometric, and logarithmic functions to each term:
- The derivative of 4ex is 4ex.
- The derivative of â3sinx is â3cosx.
- The derivative of lnx is x1â.
Answer: fâ²(x)=4exâ3cosx+x1â