This formula gives us the exact slope of the function f(x) at any point x. Think of h as a tiny step towards x; as h approaches zero, we get the instantaneous rate of change.
Derivative of f at x (slope at point x)
h is getting infinitesimally small
Change in function's value over interval h
For f(x)=x2, the derivative is f′(x)=limh→0h(x+h)2−x2=2x
Finding instantaneous rates of change, slopes of tangent lines.
Basic Differentiation Rules
Power Rule
Formula:
dxd[xn]=nxn−1
When differentiating x raised to a power, you bring down the exponent in front and subtract one from the exponent. It's a quick way to find slopes of polynomial functions.
Variable x raised to exponent n
Exponent (any real number)
Derivative of x^n
For f(x)=x3, f′(x)=3x2
Differentiating polynomials, calculating velocities from position functions.
Constant Rule
Formula:
dxd[c]=0
The derivative of any constant is zero because constants don't change, so their rate of change is zero.
A constant number
The derivative of any constant
If f(x)=5, then f′(x)=0
Simplifying derivatives of functions that include constant terms.
Constant Multiple Rule
Formula:
dxd[c⋅f(x)]=c⋅f′(x)
If you're multiplying a function by a constant, you can pull the constant out and multiply it by the derivative of the function.
A constant multiplier
Function being multiplied
Derivative after applying the rule
If f(x)=3x2, then f′(x)=3⋅2x=6x
Simplifying derivatives when constants are involved.
Sum And Difference Rules
Formula:
dxd[f(x)±g(x)]=f′(x)±g′(x)
The derivative of a sum or difference is just the sum or difference of the derivatives. Differentiate each function separately, then add or subtract them.
Functions being added or subtracted
Derivatives of the functions
If f(x)=x2+3x, then f′(x)=2x+3
Simplifying derivatives of combined functions.
Product Rule
Formula:
dxd[f(x)⋅g(x)]=f′(x)g(x)+f(x)g′(x)
When differentiating a product of two functions, you take the derivative of the first times the second, plus the first times the derivative of the second.
Functions being multiplied
Derivatives of the functions
If f(x)=x⋅sinx, then f′(x)=1⋅sinx+x⋅cosx
Differentiating products of functions, like in physics for work calculations.
Quotient Rule
Formula:
dxd(g(x)f(x))=[g(x)]2f′(x)g(x)−f(x)g′(x)
To differentiate a quotient, use this formula: bottom times derivative of the top minus top times derivative of the bottom, all over the bottom squared.
Numerator function
Denominator function
Derivatives of the functions
Square of the denominator function
If f(x)=x+1x2, then f′(x)=(x+1)2(2x)(x+1)−x2(1)
Differentiating ratios of functions, important in rate problems.
Chain Rule
Formula:
dxd[f(g(x))]=f′(g(x))⋅g′(x)
When differentiating a composite function, you take the derivative of the outer function evaluated at the inner function times the derivative of the inner function. Think of it as peeling back layers.
Composite function (function within a function)
Derivative of the outer function evaluated at inner function
Derivative of the inner function
If f(x)=(3x+2)5, then f′(x)=5(3x+2)4⋅3
Differentiating complex functions like nested functions or functions raised to a power.
Derivatives Of Trigonometric Functions
Derivative Of Sine Function
Formula:
dxd[sinx]=cosx
The rate at which sin x changes with respect to x is cos x. It shows how the slope of the sine curve at any point x is given by the cosine of that x.
Sine function
Cosine function
If f(x)=sinx, then f′(x)=cosx
Analyzing oscillations, waves, and circular motion.
Derivative Of Cosine Function
Formula:
dxd[cosx]=−sinx
The derivative of cos x is negative sin x. This tells us the slope of the cosine curve at any point x is the negative sine of x.
Cosine function
Negative sine function
If f(x)=cosx, then f′(x)=−sinx
Studying harmonic motion, electrical circuits.
Derivative Of Tangent Function
Formula:
dxd[tanx]=sec2x
The derivative of tan x is secant squared x. This shows how rapidly the tangent function changes at any point x.
Tangent function
Secant squared function
If f(x)=tanx, then f′(x)=sec2x
Calculating slopes of tangent lines, optics.
Derivatives Of Exponential And Logarithmic Functions
Derivative Of Exponential Function
Formula:
dxd[ex]=ex
The derivative of e to the x is just e to the x. The exponential function grows at a rate proportional to its value.
Exponential function with base e
If f(x)=ex, then f′(x)=ex
Modeling continuous growth or decay, compound interest.
Derivative Of A^x
Formula:
dxd[ax]=axlna
When differentiating an exponential function with base a, multiply the original function by the natural log of the base.
Exponential function with base a
Natural logarithm of the base a
If f(x)=2x, then f′(x)=2xln2
Analyzing exponential growth with different bases.
Derivative Of Natural Logarithm
Formula:
dxd[lnx]=x1
The rate at which ln x changes is the reciprocal of x. As x increases, the rate decreases.
Natural logarithm of x
Reciprocal of x
If f(x)=lnx, then f′(x)=x1
Solving time to reach a certain level in growth models.
Derivative Of Logarithm Base A
Formula:
dxd[logax]=xlna1
For logarithms with any base a, the derivative is 1 over x times the natural log of the base.
Logarithm of x with base a
Natural logarithm of base a
If f(x)=log2x, then f′(x)=xln21
Working with logarithmic scales like decibels or pH.
Derivatives Of Inverse Trigonometric Functions
Derivative Of Inverse Sine
Formula:
dxd[arcsinx]=1−x21
The derivative of arcsin x shows how the inverse sine function changes with x. It grows faster as x approaches -1 or 1.
Inverse sine function
Square root of (1 minus x squared)
If f(x)=arcsinx, then f′(x)=1−x21
Calculating angles from ratios in trigonometry.
Derivative Of Inverse Cosine
Formula:
dxd[arccosx]=1−x2−1
Similar to arcsin x but negative, indicating the inverse cosine decreases as x increases.
Inverse cosine function
If f(x)=arccosx, then f′(x)=1−x2−1
Determining angles in physics problems.
Derivative Of Inverse Tangent
Formula:
dxd[arctanx]=1+x21
The derivative shows how the inverse tangent function changes smoothly over all real numbers.
Inverse tangent function
Sum of 1 and x squared
If f(x)=arctanx, then f′(x)=1+x21
Signal processing, integrating to find angles.
Integrals
Indefinite Integral (Antiderivative)
Formula:
∫f(x)dx=F(x)+C
This tells us how to find the original function F(x) when we know its derivative f(x). It's like running differentiation in reverse to see where the function came from.
Function we're integrating (the derivative)
The original function (antiderivative)
Constant of integration (since constants vanish when differentiated)
If f(x)=2x, then ∫2xdx=x2+C
Recovering original quantities from rates, like position from velocity.
Definite Integral
Formula:
∫abf(x)dx=F(b)−F(a)
This calculates the net area under the curve f(x) from x = a to x = b. You find the antiderivative F(x), plug in the top limit b, subtract the value at the bottom limit a.
Lower and upper limits of integration
Function we're integrating
Antiderivative of f(x)
If f(x)=x, then ∫02xdx=[21x2]02=2
Calculating total accumulated quantities, like distance traveled.
Improper Integral
Formula:
∫a∞f(x)dx=limb→∞∫abf(x)dx
When integrating over an infinite interval, replace infinity with a variable limit and take the limit as that variable approaches infinity.
Lower limit
Infinity (upper limit)
Compute ∫1∞x21dx=limb→∞(−x11b)=1
Calculating probabilities in statistics, areas under curves extending to infinity.
Average Value Of A Function
Formula:
favg=b−a1∫abf(x)dx
This gives the average value of the function f(x) over the interval [a, b]. It's like finding the mean height of the curve over that interval.
Function we're averaging
Interval endpoints
Average value of f(x)
Find the average value of f(x)=x2 on [0, 2]: favg=21∫02x2dx=21(38)=34
To integrate x raised to a power, increase the exponent by one and divide by the new exponent. Don't forget the constant C!
Variable x raised to exponent n
Exponent (not equal to -1)
Constant of integration
If f(x)=x2, then ∫x2dx=3x3+C
Integrating polynomial functions.
Basic Integration Rule - Constant Multiple
Formula:
∫c⋅f(x)dx=c⋅∫f(x)dx
If there's a constant multiplied by a function, you can pull it out of the integral and multiply it after integrating.
A constant number
Function to integrate
If f(x)=3x, then ∫3xdx=3⋅∫xdx=3⋅2x2+C
Simplifying integrals with constant coefficients.
Basic Integration Rule - Sum And Difference
Formula:
∫[f(x)±g(x)]dx=∫f(x)dx±∫g(x)dx
You can split the integral of a sum or difference into separate integrals. Integrate each function individually, then add or subtract the results.
Functions being added or subtracted
If f(x)=x2+3x, then ∫(x2+3x)dx=∫x2dx+∫3xdx
Breaking down complex integrals into simpler parts.
Integrals Of Trigonometric Functions
Integral Of Sine Function
Formula:
∫sinxdx=−cosx+C
Integrating sin x gives us negative cos x. It's like asking, 'What function has a derivative of sin x?'
Sine function
Negative cosine function
Constant of integration
If f(x)=sinx, then ∫sinxdx=−cosx+C
Solving problems involving oscillations, waves.
Integral Of Cosine Function
Formula:
∫cosxdx=sinx+C
The antiderivative of cos x is sin x. We're finding the function whose derivative is cos x.
Cosine function
Sine function
Constant of integration
If f(x)=cosx, then ∫cosxdx=sinx+C
Analyzing harmonic motion.
Integrals Of Exponential And Logarithmic Functions
Integral Of Exponential Function
Formula:
∫exdx=ex+C
The exponential function is its own antiderivative. Integrating e^x gives us e^x back.
Exponential function with base e
Constant of integration
If f(x)=ex, then ∫exdx=ex+C
Modeling growth and decay processes.
Integral Of A^x
Formula:
∫axdx=lnaax+C
When integrating an exponential function with base a, divide by the natural log of the base.
Exponential function with base a
Natural logarithm of base a
Constant of integration
If f(x)=2x, then ∫2xdx=ln22x+C
Calculations in finance, population models.
Integral Of Reciprocal Function
Formula:
∫x1dx=ln∣x∣+C
Integrating 1 over x gives the natural logarithm of the absolute value of x. It's like finding the area under the hyperbola y = 1/x.
Reciprocal function
Natural logarithm of the absolute value of x
Constant of integration
If f(x)=x1, then ∫x1dx=ln∣x∣+C
Calculating time in decay processes.
Fundamental Theorem Of Calculus
Fundamental Theorem Of Calculus - Part 1
Formula:
∫abf(x)dx=F(b)−F(a)
This theorem bridges differentiation and integration. It tells us that the definite integral of a function over an interval equals the change in its antiderivative over that interval.
Function being integrated
Antiderivative of f(x)
Lower and upper limits
If f(x)=x, then F(x)=21x2, so ∫13xdx=21(32)−21(12)=4
Calculating net change, areas under curves.
Fundamental Theorem Of Calculus - Part 2
Formula:
dxd(∫axf(t)dt)=f(x)
This part states that if you integrate a function and then differentiate the result, you get back the original function. Integration and differentiation are inverse processes.
Function inside the integral
Constant lower limit
Variable upper limit
If F(x)=∫0xcostdt, then F′(x)=cosx
Solving initial value problems, accumulating quantities.
Techniques Of Integration
Integration By Substitution (Reverse Chain Rule)
Formula:
If u=g(x), then ∫f(g(x))g′(x)dx=∫f(u)du
When an integral contains a function and its derivative, you can substitute to simplify the integral. It's like undoing the chain rule from differentiation.
Substitution for simplifying
Composite function inside the integral
Derivative of inner function
Differential substitution
Integrate ∫2xcos(x2)dx by letting u=x2, so du=2xdx
Simplifying integrals that are otherwise tough to solve.
Integration By Parts
Formula:
∫udv=uv−∫vdu
This technique is useful when integrating a product of functions. Choose parts of the integrand as u and dv, differentiate u to get du, and integrate dv to get v.
Function to differentiate
Function to integrate
Derivative of u
Integral of dv
To integrate ∫xexdx, let u=x (so du=dx) and dv=exdx (so v=ex)
Integrating products like x times an exponential or logarithm.
Partial Fractions Decomposition
Formula:
Decompose Q(x)P(x) into simpler fractions before integrating
If you have a rational function (polynomial over polynomial), break it into a sum of simpler fractions that are easier to integrate.
Polynomial in the numerator
Polynomial in the denominator
Integrate ∫x2−12xdx by decomposing into ∫(x−11+x+11)dx