Frequently used formula
Graph Stuff
Extrema
Critical Point
How to find critical point
Differentiate once, then find the root of f’(x) = 0.
The roots are the critical points.
Increasing/Decreasing(1st derivative test)
By ploting the graph of f and f’, you can find out whether it is increasing or decreasing.
Concavity (2nd derivative test)
By ploting the graph of f’ and f’', you can find out whether it is concave up or concave down.
It is better to find out the inflection point as it helps you to find out the concavity.
Point of Inflection
How to find inflection point
Differentiate twice, then find the root of f’'(x) = 0.
The roots is inflection point.
Asymptotes
Horizontal Asymptotes
find limx→∞f(x)=a. If the answer a is ∞, there is no horizontal asymptote.
Otherwise horizontal asymptote = a.
Vertical Asymptotes
find limx→af(x)=±∞. If the answer a is ∞, there is no vertical asymptote.
Otherwise vertical asymptote = a.
Inclined Asymptotes
There will be 2 cases. the procedure depends on the exponent of the numerator and denominator.
If exponent of numerator > exponent of denominator :
e.g. f(x)=x−2x2−x−2
Inclined Asymptote = y=mx+c
where m = limx→∞xf(x), c = limx→∞(f(x)−mx)
if exponent of denominator > exponent of numerator :
e.g. f(x)=x3−x2x2+1
find limx→∞highest exponentdenominatorhighest exponentnumerator=a
limx→∞x3x3−x2x3x2+1=a
Inclined asymptote = a
Integration Stuff
Integration
Basic Integration Rules
Some good examples to try with :
- ∫x2+94dx
- ∫x2+94x2dx
Definite integrals
Some important properties of Definite integrals
if f is defined at x=a, then ∫aaf(x)dx=0
if f is integrable on [a,b], then ∫baf(x)dx=−∫abf(x)dx
Additive Interval Property
if f is integrabble on the three closed intervals determined by a,b,c, then
∫abf(x)dx=∫acf(x)dx+∫cbf(x)dx
Some good example to try with :
Given ∫02f(x)dx=3, ∫14f(x)dx=5, ∫12f(x)dx=1, ∫04g(x)dx=−x.
- Find ∫24f(x)dx
- Find ∫04f(x)dx
- Find ∫01[2f(x)+3g(x)]dx
- Find ∫24[g(x)−2f(x)]dx
Fundamental Theorem of Calculus (FTC)
if a function f is continuous on the closed interval [a,b] and F is an antiderivative of f on the interval [a,b], then
∫abf(x)dx=F(b)−F(a)
Taylor Expansion
Linear Approximation (Just to give you an idea)
f(x)≈L(x)=f(c)+f′(c)(x−c)
for linear approximation,
Rn(x)=f′′(z)(x−c)2
Taylor Series
- Find n, x and c.
- then find z
- then find fn(x)
- then find Rn(x)
Taylor expension of n degree :
Tn(x)=f(c)+1!f′(c)(x−c)1+2!f′′(c)(x−c)2+3!f′′′(c)(x−c)3...+n!fn(c)(x−c)n
Rn(x)=(n+1)!fn+1(z)(x−c)n+1
f(x)=Tn(x)+Rn(x)
Integration by substitution
Basically, use u to make the thing less complicated to solve.
Geniue Steps:
Sub u=g(x)
Then du=g′(x)dx
Rewrite the integrals in terms of u
Find the resulting integrals
then replace u by g(x).
Some good examples to try with :
- ∫(x2+1)2(2x)dx
- ∫2x−1dx
- ∫01x(x2+1)3dx
General Power Rule for Integration
∫xndx=n+1xn+1+C
where n=−1
e.g.
∫x1dx=1+1x1+1=2x2
Some good examples to try with :
- ∫(3x2−5x+2)dx
- ∫(x3−2x2)(x1−5)dx
Trigonometric substitution
Some good examples to try with :
- ∫(2+tan2x)dx
- ∫(2sint−3cost+t45)dt
- ∫cos(x)(tan(x)+sec(x))dx
- ∫x2+1x2−2dx
- ∫23(x3−x)33x2−1dx
- ∫x29−x2dx
Integration by parts
I like to call it reverse product rule.
- you can pick which to be f(x) and g(x).
dxd[f(x)g(x)]=f′(x)g(x)+f(x)g′(x)
f(x)g(x)=∫f′(x)g(x)dx+∫f(x)g′(x)dx
∫f(x)g′(x)dx=f(x)g(x)−∫f′(x)g(x)dx
so basically :
(AB)′=A′B+B′A
AB=∫A′Bdx+∫B′Adx
∫A′Bdx=AB−∫B′Adx
For example, to solve ∫x2lnxdx
∫x2lnxdx
=∫lnxx21dx
Let f(x)=lnx, g′(x)=x21
Now you get ∫lnxx21dx=∫f(x)g′(x)dx.
∫f(x)g′(x)dx=f(x)g(x)−∫f′(x)g(x)dx
Now you need to find out g(x) and f′(x).
Look at the integration table (or you solve it yourself), you get f′(x)=x1, g(x)=x−1.
Sub the variables into the equation.
∫f(x)g′(x)dx=f(x)g(x)−∫f′(x)g(x)dx
∫lnxx21dx=(lnx⋅x1)−∫(x1⋅x−1)dx
Then you solve the (lnx⋅x1)−∫(x1⋅x−1)dx to get the answer.
Note : Sometimes you may need to carry integration by part twice to get the answer.
Some good examples to try with :
- ∫xe−xdx
- ∫xcos(x)dx
- ∫x5xdx
- ∫xx+2dx
- ∫tan−1(x)
- ∫sin−1(x)
- ∫excos(x)dx
- ∫(lnx)2dx
- ∫x2sin(πx)dx
- ∫0πxcos(x)dx
- ∫0txx−tdx
- ∫05xe−xdx
- ∫1ex3lnxdx
sine and cosine integrals
some good example to try with:
-
∫sin5xcosxdx
-
∫sin3xcos4xdx
-
∫sin3xcos2dx
-
∫sin2xcos4xdx
secant and tangent integrals
some good example to try with:
- ∫secxtan3xdx
- ∫sec6xtan2xdx
- ∫sec3xtan4xdx
Partial Fraction
It is a trick for linear functions and quadratic functions.
Basically, find A,B,C,D… (the variables) to get the job done.
Distinct Linear Factors
example :
You have this function x2−5x+61
since x2−5x+6=(x−3)(x−2)
x2−5x+61=x−3A+x−2B
Multiply the whole thing with this x2−5x+6, and you will get :
1=(x−2)A+(x−3)B
Now, find A and B. Make 1 side in the right become 0, and then another side.
let x=2 , 1=(2−2)A+(2−3)B
Therefore B=−1.
Let x=3 , 1=(3−2)A+(3−3)B
Therefore A=1.
So the decomposition is :
x2−5x+61=x−31+x−2−1
some good example to try with:
-
x2+2x+5x2+4
-
∫(x2−x)(x2+4)2x3−4x−8dx
-
∫(x+1)(3x+1)1dx
-
∫x2−5x+6x2−5x+9dx
-
∫x2+2x+5x2+4dx
-
∫x(x2+5)1dx
-
∫x(x+6)x+8dx
-
∫(x−2)2(x+2)2xdx
Improper Integrals
Basically :
If there is solution, it converges. (Limit exist)
If no solution (=±∞), it diverges. (Limit does not exist)
Area, Volume stuff
Area
Volume
There are two methods to find the volume.
Disk Method
Volume of Disk = (area of disk)(width of disk) = πR2w
where R is the radius of disk and w is the width.
Note there is 2 cases. Depends on the axis is horizontal or vertical.
Washer Method
Cross Section
Arc Length
The arc is approximated by straight line segments whose lengths are given by the familiar Distance Formula.
d=(x2−x1)2+(y2−y1)2
Area of Surface of Revolution
Matrices operation
Systen of Linear Equations
Operation of Row
Multiplication of Matrix
Note Reduced Row Echelon Form is often denoted as I.
IA=A