Basic Differentiation Formulas
Differentiation is a fundamental concept in calculus that deals with the rate at which a function changes. The derivative of a function measures how the output value changes as the input changes. Understanding basic differentiation formulas is essential for solving problems in mathematics, physics, engineering, economics, and many other fields.
The Constant Rule
The constant rule is one of the simplest differentiation rules. It states that the derivative of a constant function is zero:
If f(x) = c, where c is a constant, then f'(x) = 0
Example: If f(x) = 7, then f'(x) = 0
This rule makes intuitive sense because a constant function does not change as the input changes, so its rate of change is zero.
The Power Rule
The power rule is one of the most frequently used differentiation formulas. It states that for any real number n:
If f(x) = x^n, then f'(x) = nx^(n-1)
Example: If f(x) = x^5, then f'(x) = 5x^4
The power rule works for both positive and negative exponents, as well as fractional exponents:
Example: If f(x) = x^(-2), then f'(x) = -2x^(-3) = -2/x^3
Example: If f(x) = x^(1/2), then f'(x) = (1/2)x^(-1/2) = 1/(2x^(1/2)) = 1/(2x)
Constant Multiple Rule
When a function is multiplied by a constant, the derivative is also multiplied by that constant:
If f(x) = cg(x), then f'(x) = cg'(x)
Example: If f(x) = 3x^4, then f'(x) = 3(4x^3) = 12x^3
Sum and Difference Rules
The derivative of a sum (or difference) of functions is the sum (or difference) of their derivatives:
(f(x) g(x))' = f'(x) g'(x)
Example: If f(x) = 4x^3 + 2x^2 - 5x + 7, then f'(x) = 12x^2 + 4x - 5
This rule allows us to differentiate functions that are combinations of simpler functions.
The Product Rule
The product rule tells us how to differentiate the product of two functions:
If f(x) = u(x)v(x), then f'(x) = u'(x)v(x) + u(x)v'(x)
Example: If f(x) = (x^2 + 1)(3x - 2), then f'(x) = (2x)(3x - 2) + (x^2 + 1)(3) = 6x^2 - 4x + 3x^2 + 3 = 9x^2 - 4x + 3
Note: The product rule does not simply multiply the derivatives of the individual functions. The correct approach is to take the derivative of the first function times the second, plus the first function times the derivative of the second.
The Quotient Rule
The quotient rule is used to differentiate one function divided by another:
If f(x) = u(x)/v(x), then f'(x) = [u'(x)v(x) - u(x)v'(x)]/[v(x)]^2
Example: If f(x) = (x^2 + 1)/(x - 3), then f'(x) = [(2x)(x - 3) - (x^2 + 1)(1)]/(x - 3)^2 = [2x^2 - 6x - x^2 - 1]/(x - 3)^2 = (x^2 - 6x - 1)/(x - 3)^2
Note: It's important to remember the order of terms in the numerator of the quotient rule. If you reverse the order, you'll get the wrong sign.
The Chain Rule
The chain rule is essential for differentiating composite functions. If y = f(g(x)), then:
dy/dx = f'(g(x)) g'(x)
Example: If f(x) = (3x^2 + 1)^5, then f'(x) = 5(3x^2 + 1)^4 6x = 30x(3x^2 + 1)^4
The chain rule is often used in combination with other differentiation rules.
Example: If f(x) = e^(5x + 2), then f'(x) = e^(5x + 2) 5 = 5e^(5x + 2)
Derivatives of Exponential Functions
The derivative of the exponential function e^x is itself:
If f(x) = e^x, then f'(x) = e^x
For a general exponential function a^x (where a > 0 and a 1):
If f(x) = a^x, then f'(x) = a^x ln(a)
Example: If f(x) = 2^x, then f'(x) = 2^x ln(2)
For exponential functions with a composite function in the exponent, we must use the chain rule:
Example: If f(x) = e^(x^2), then f'(x) = e^(x^2) 2x = 2xe^(x^2)
Derivatives of Logarithmic Functions
The derivative of the natural logarithm function ln(x) is:
If f(x) = ln(x), then f'(x) = 1/x
For a general logarithmic function with base a (where a > 0 and a 1):
If f(x) = log_a(x), then f'(x) = 1/(x ln(a))
Example: If f(x) = log_10(x), then f'(x) = 1/(x ln(10))
For logarithmic functions with a composite argument, we must use the chain rule:
Example: If f(x) = ln(x^2 + 1), then f'(x) = (1/(x^2 + 1)) 2x = 2x/(x^2 + 1)
Derivatives of Trigonometric Functions
The derivatives of the basic trigonometric functions are:
If f(x) = sin(x), then f'(x) = cos(x)
If f(x) = cos(x), then f'(x) = -sin(x)
If f(x) = tan(x), then f'(x) = sec(x)
If f(x) = cot(x), then f'(x) = -csc(x)
If f(x) = sec(x), then f'(x) = sec(x)tan(x)
If f(x) = csc(x), then f'(x) = -csc(x)cot(x)
Example: If f(x) = 3sin(x) + 2cos(x), then f'(x) = 3cos(x) - 2sin(x)
Example: If f(x) = sin(2x), then f'(x) = cos(2x) 2 = 2cos(2x)
Derivatives of Inverse Trigonometric Functions
The derivatives of inverse trigonometric functions are also useful:
If f(x) = arcsin(x), then f'(x) = 1/((1 - x))
If f(x) = arccos(x), then f'(x) = -1/((1 - x))
If f(x) = arctan(x), then f'(x) = 1/(1 + x)
If f(x) = arccot(x), then f'(x) = -1/(1 + x)
If f(x) = arcsec(x), then f'(x) = 1/(|x|(x - 1))
If f(x) = arccsc(x), then f'(x) = -1/(|x|(x - 1))
Higher-Order Derivatives
The derivative of a derivative is called a second derivative, denoted as f''(x) or dy/dx. Higher-order derivatives (third, fourth, etc.) follow the same pattern.
Example: If f(x) = x^3 + 2x^2 - 5x + 7, then:
- f'(x) = 3x^2 + 4x - 5
- f''(x) = 6x + 4
- f'''(x) = 6
- f''''(x) = 0
Common Mistakes to Avoid
When working with differentiation, students often make these mistakes:
- Forgetting that the derivative of a constant is zero
- Applying the product rule incorrectly (remembering it as f'(x)g'(x))
- Forgetting to use the chain rule for composite functions
- Misapplying the power rule to negative or fractional exponents
- Mixing up the signs when differentiating trigonometric functions
- Incorrectly applying the quotient rule
- Forgetting that the derivative of e^x is e^x
- Miscalculating the derivative of ln(x) as 1/ln(x)
Practical Applications
Differentiation has numerous practical applications:
- Physics: Finding velocity and acceleration from position functions, calculating rates of change in physical systems
- Economics: Determining marginal cost, revenue, and profit
- Engineering: Analyzing stress and strain in materials, optimizing designs
- Biology: Modeling population growth and decay, reaction rates
- Medicine: Drug concentration rates in the body, tumor growth models
- Finance: Calculating interest rates, investment returns, risk assessment
Mastering these basic differentiation formulas provides a foundation for solving complex problems in calculus and its applications across various disciplines.
Reference Files For Basic Differentiation Formulas
File Name
lecture17_slides.pdf
File Size
0.09 MB
File Type
PDF
File Site
Description
This file is just a reference file for Basic Differentiation Formulas. Does not guarantee that the specific things you want are included in it.
Direct download (wait 10 seconds)
Basic Differentiation Formulas and Reference File Download Link
Admin
2026-06-07 17:00:24
Differentiation Formulas and Reference File Download Link
Admin
2026-06-07 17:30:23
Finite Difference Formulas For Numerical Differentiation and Reference File Download Link
Admin
2026-06-09 11:52:16
Differentiation And Integration Formulas and Reference File Download Link
Admin
2026-06-10 21:32:17
Basic Geometric Formulas And Properties and Reference File Download Link
Admin
2026-06-12 03:50:26
We use cookies to enhance your browsing experience and analyze site traffic. By clicking 'Accept all cookies', you agree to the use of these cookies. You can manage your preferences or learn more in our [Privacy Policy/Cookie Policy.