






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Formula sheet include number, sequences, factors, average, counting, statistics, probability, logics, hyperbola and trigonometry.
Typology: Cheat Sheet
1 / 11
This page cannot be seen from the preview
Don't miss anything!
Integers:... , -3, -2, -1, 0, 1, 2, 3,... Reals: integers plus fractions, decimals, and irrationals (
3, π, etc.)
Order Of Operations: PEMDAS (Parentheses / Exponents / Multiply / Divide / Add / Subtract)
Arithmetic Sequences: each term is equal to the previous term plus d
Sequence: t 1 , t 1 + d, t 1 + 2d,... The nth^ term is tn = t 1 + (n − 1)d Number of integers from in to im = im − in + 1 Sum of n terms Sn = (n/2) · (t 1 + tn)
Geometric Sequences: each term is equal to the previous term times r
Sequence: t 1 , t 1 · r, t 1 · r^2 ,... The nth^ term is tn = t 1 · rn−^1 Sum of n terms Sn = t 1 · (rn^ − 1)/(r − 1) Sum of infinite sequence (r < 1) is S∞ = t 1 /(1 − r)
Prime Factorization: break up a number into prime factors (2, 3, 5, 7, 11,... )
Greatest Common Factor: multiply common prime factors
Least Common Multiple: check multiples of the largest number
LCM(200, 60): 200 (no), 400 (no), 600 (yes!)
Percentages: use the following formula to find part, whole, or percent
part =
percent 100
× whole
average =
sum of terms number of terms
average speed =
total distance total time
sum = average × (number of terms)
mode = value in the list that appears most often
median = middle value in the list (which must be sorted)
Example: median of { 3 , 10 , 9 , 27 , 50 } = 10 Example: median of { 3 , 9 , 10 , 27 } = (9 + 10)/2 = 9. 5
Fundamental Counting Principle:
If an event can happen in N ways, and another, independent event can happen in M ways, then both events together can happen in N × M ways. (Extend this for three or more: N 1 × N 2 × N 3... )
Permutations and Combinations:
The number of permutations of n things is (^) nPn = n!
The number of permutations of n things taken r at a time is (^) nPr = n!/(n − r)!
The number of permutations of n things, a of which are indistinguishable, b of which are indistinguishable, etc., is (^) nPn/(a! b!.. .) = n!/(a! b!.. .)
The number of combinations of n things taken r at a time is (^) nCr = n!/
(n − r)! r!
Probability:
probability =
number of desired outcomes number of total outcomes
The probability of two different events A and B both happening is P (A and B) = P (A) · P (B), as long as the events are independent (not mutually exclusive).
If the probability of event A happening is P (A), then the probability of event A not happening is P (not A) = 1 − P (A).
To solve two linear equations in x and y: use the first equation to substitute for a variable in the second. E.g., suppose x + y = 3 and 4x − y = 2. The first equation gives y = 3 − x, so the second equation becomes 4x − (3 − x) = 2 ⇒ 5 x − 3 = 2 ⇒ x = 1, y = 2.
Solving two linear equations in x and y is geometrically the same as finding where two lines intersect. In the example above, the lines intersect at the point (1, 2). Two parallel lines will have no solution, and two overlapping lines will have an infinite number of solutions.
A function is a rule to go from one number (x) to another number (y), usually written
y = f (x).
The set of possible values of x is called the domain of f (), and the corresponding set of possible values of y is called the range of f (). For any given value of x, there can only be one corresponding value y.
Translations:
The graph of y = f (x − h) + k is the translation of the graph of y = f (x) by (h, k) units in the plane.
Absolute value:
|x| =
+x, if x ≥ 0; −x, if x < 0.
|x| < n ⇒ −n < x < n |x| > n ⇒ x < −n or x > n
Parabolas:
A parabola parallel to the y-axis is given by
y = ax^2 + bx + c.
If a > 0, the parabola opens up. If a < 0, the parabola opens down. The y-intercept is c, and the x-coordinate of the vertex is x = −b/ 2 a.
Note that when x = −b/ 2 a, the y-value of the parabola is either a minimum (a > 0) or a maximum (a < 0).
Ellipses:
An ellipse is essentially a squashed circle. The equation of an ellipse centered on the origin which intersects the x-axis at (±a, 0) and the y-axis at (0, ±b) is:
x^2 a^2
y^2 b^2
Hyperbolas (Optional):
A hyperbola looks like two elongated parabolas pointed away from one another. The equation of a hyperbola centered on the origin, pointing down the positive and negative x-axes, and which intersects the x-axis at (±a, 0) is:
x^2 a^2
y^2 b^2
Compound Functions:
A function can be applied directly to the y-value of another function. This is usually written with one function inside the parentheses of another function. For example:
f (g(x)) means: apply g to x first, then apply f to the result g(f (x)) means: apply f to x first, then apply g to the result f (x)g(x) means: apply f to x first, then apply g to x, then multiply the results
For example, if f (x) = 3x − 2 and g(x) = x^2 , then f (g(3)) = f (3^2 ) = f (9) = 3 · 9 − 2 = 25.
Inverse Functions:
Since a function f () is a rule to go from one number (x) to another number (y), an inverse function f −^1 () can be defined as a rule to go from the number y back to the number x. In other words, if y = f (x), then x = f −^1 (y).
To get the inverse function, substitute y for f (x), solve for x in terms of y, and substitute f −^1 (y) for x. For example, if f (x) = 2x + 6, then x = (y − 6)/2 so that f −^1 (y) = y/ 2 − 3. Note that the function f (), given x = 1, returns y = 8, and that f −^1 (y), given y = 8, returns x = 1.
Usually, even inverse functions are written in terms of x, so the final step is to substitute x for y. In the above example, this gives f −^1 (x) = x/ 2 − 3. A quick recipe to find the inverse of f (x) is: substitute y for f (x), interchange y and x, solve for y, and replace y with f −^1 (x).
Two facts about inverse functions: 1) their graphs are symmetric about the line y = x; and 2) if one of the functions is a line with slope m, the other is a line with slope 1/m.
Logarithms (Optional):
Logarithms are basically the inverse functions of exponentials. The function logb x answers the question: b to what power gives x? Here, b is called the logarithmic “base”. So, if y = logb x, then the logarithm function gives the number y such that by^ = x. For example, log 3
27 = log 3
33 = log 3 33 /^2 = 3/2 = 1.5. Similarly, logb bn^ = n.
a◦ b◦ a◦
b◦ m
l
a◦ b◦
b a◦ ◦
a◦ b◦
b a◦ ◦
Intersecting Lines Parallel Lines (l ‖ m)
Intersecting lines: opposite angles are equal. Also, each pair of angles along the same line add to 180◦. In the figure above, a + b = 180◦.
Parallel lines: eight angles are formed when a line crosses two parallel lines. The four big angles (a) are equal, and the four small angles (b) are equal.
Right triangles:
a
b c
x
2 x x
30 ◦
x
x x
a^2 + b^2 = c^2 Special Right Triangles
A good example of a right triangle is one with a = 3, b = 4, and c = 5, also called a 3–4– right triangle. Note that multiples of these numbers are also right triangles. For example, if you multiply these numbers by 2, you get a = 6, b = 8, and c = 10 (6–8–10), which is also a right triangle.
All triangles:
h
b
Area =
· b · h
Angles on the inside of any triangle add up to 180◦.
The length of one side of any triangle is always less than the sum and more than the difference of the lengths of the other two sides.
An exterior angle of any triangle is equal to the sum of the two remote interior angles.
Other important triangles:
Equilateral: These triangles have three equal sides, and all three angles are 60◦. The area of an equilateral triangle is A = (side)^2 ·
Isosceles: An isosceles triangle has two equal sides. The “base” angles (the ones opposite the two sides) are equal (see the 45◦^ triangle above).
Similar: Two or more triangles are similar if they have the same shape. The corresponding angles are equal, and the corresponding sides are in proportion. The ratio of their areas equals the ratio of the corresponding sides squared. For example, the 3–4–5 triangle and the 6–8– triangle from before are similar since their sides are in a ratio of 2 to 1.
Referring to the figure below, there are three important functions which are defined for angles in a right triangle:
adjacent
opposite
hypotenuse θ
sin θ =
opposite hypotenuse
cos θ =
adjacent hypotenuse
tan θ =
opposite adjacent
(the last line above shows a mnemonic to remember these functions: “SOH-CAH-TOA”)
An important relationship to remember which works for any angle θ is:
sin^2 θ + cos^2 θ = 1.
For example, if θ = 30◦, then (refer to the Special Right Triangles figure) we have sin 30◦^ = 1 /2, cos 30◦^ =
3 /2, so that sin^2 30 ◦^ + cos^2 30 ◦^ = 1/4 + 3/4 = 1.
(h, k)
r (^) n◦
r
Arc
Sector
Area = πr^2 Circumference = 2πr Full circle = 360◦
Length Of Arc = (n◦/ 360 ◦) · 2 πr Area Of Sector = (n◦/ 360 ◦) · πr^2
Equation of the circle (above left figure): (x − h)^2 + (y − k)^2 = r^2.
Another way to measure angles is with radians. These are defined such that π radians is equal to 180◦, so that the number of radians in a circle is 2π (or 360◦).
To convert from degrees to radians, just multiply by π/ 180 ◦. For example, the number of radians in 45◦^ is 0.785, since 45◦^ · π/ 180 ◦^ = π/4 rad ≈ 0 .785 rad.
Rectangles and Parallelograms:
l
w (^) h
l w
Rectangle Parallelogram (Square if l = w) (Rhombus if l = w) Area = lw Area = lh
Trapezoids:
h
base 1
base 2
Area of trapezoid =
base 1 + base 2 2
· h
Polygons:
Regular polygons are n-sided figures with all sides equal and all angles equal.
The sum of the inside angles of an n-sided regular polygon is (n − 2) · 180 ◦.
The sum of the outside angles of an n-sided regular polygon is always 360◦.
The following five formulas for cones, spheres, and pyramids are given in the beginning of the test booklet, so you don’t have to memorize them, but you should know how to use them.
Volume of right circular cone with radius r and height h: V =
πr^2 h
Lateral area of cone with base circumference c and slant height l: S =
cl
Volume of sphere with radius r: V =
πr^3
Surface Area of sphere with radius r: S = 4πr^2
Volume of pyramid with base area B and height h: V =
Bh
You should know the volume formulas for the solids below. The area of the rectangular solid is just the sum of the areas of its faces. The area of the cylinder is the area of the circles on top and bottom (2πr^2 ) plus the area of the sides (2πrh).
l
w
h
d
r
h
Rectangular Solid Right Cylinder
Volume = lwh Area = 2(lw + wh + lh)
Volume = πr^2 h Area = 2πr(r + h)
The distance between opposite corners of a rectangular solid is: d =
l^2 + w^2 + h^2.
The volume of a uniform solid is: V = (base area) · height.