为了正常的体验网站,请在浏览器设置里面开启Javascript功能!

SAT数学facts-and-formulas-1

2013-04-20 6页 pdf 69KB 24阅读

用户头像

is_825808

暂无简介

举报
SAT数学facts-and-formulas-1 SAT Math Facts & Formulas Numbers, Sequences, Factors Integers: . . . , -3, -2, -1, 0, 1, 2, 3, . . . Reals: integers plus fractions, decimals, and irrationals ( √ 2, √ 3, pi, etc.) Order Of Operations: PEMDAS (Parentheses / Exponents / Multiply / Divide / Add ...
SAT数学facts-and-formulas-1
SAT Math Facts & Formulas Numbers, Sequences, Factors Integers: . . . , -3, -2, -1, 0, 1, 2, 3, . . . Reals: integers plus fractions, decimals, and irrationals ( √ 2, √ 3, pi, etc.) Order Of Operations: PEMDAS (Parentheses / Exponents / Multiply / Divide / Add / Subtract) Arithmetic Sequences: each term is equal to the previous term plus d Sequence: t1, t1 + d, t1 + 2d, . . . The nth term is tn = t1 + (n− 1)d Number of integers from in to im = im − in + 1 Sum of n terms Sn = (n/2) · (t1 + tn) (optional) Geometric Sequences: each term is equal to the previous term times r Sequence: t1, t1 · r, t1 · r2, . . . The nth term is tn = t1 · rn−1 Sum of n terms Sn = t1 · (rn − 1)/(r − 1) (optional) Prime Factorization: break up a number into prime factors (2, 3, 5, 7, 11, . . . ) 200 = 4× 50 = 2× 2× 2× 5× 5 52 = 2× 26 = 2× 2× 13 Greatest Common Factor: multiply common prime factors 200 = 2× 2× 2× 5× 5 60 = 2× 2× 3× 5 GCF(200, 60) = 2× 2 × 5 = 20 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 www.erikthered.com/tutor pg. 1 SAT Math Facts & Formulas Averages, Counting, Statistics, Probability 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: N1 ×N2 ×N3 . . . ) Permutations and Combinations (Optional): The number of permutations of n things taken r at a time is nPr = n!/(n− r)! 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). Powers, Exponents, Roots xa · xb = xa+b (xa)b = xa·b x0 = 1 xa/xb = xa−b (xy)a = xa · ya√ xy = √ x · √y 1/xb = x−b (−1)n = { +1, if n is even; −1, if n is odd. If 0 < x < 1, then 0 < x3 < x2 < x < √ x < 3 √ x < 1. www.erikthered.com/tutor pg. 2 SAT Math Facts & Formulas Factoring, Solving (x+ a)(x+ b) = x2 + (b+ a)x+ ab “FOIL” a2 − b2 = (a+ b)(a− b) “Difference Of Squares” a2 + 2ab+ b2 = (a+ b)(a+ b) a2 − 2ab+ b2 = (a− b)(a− b) x2 + (b+ a)x+ ab = (x+ a)(x+ b) “Reverse FOIL” You can use Reverse FOIL to factor a polynomial by thinking about two numbers a and b which add to the number in front of the x, and which multiply to give the constant. For example, to factor x2 + 5x + 6, the numbers add to 5 and multiply to 6, i.e., a = 2 and b = 3, so that x2 + 5x+ 6 = (x+ 2)(x+ 3). To solve a quadratic such as x2+bx+c = 0, first factor the left side to get (x+a)(x+b) = 0, then set each part in parentheses equal to zero. For example, x2+4x+3 = (x+3)(x+1) = 0 so that x = −3 or x = −1. 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 ⇒ 5x− 3 = 2 ⇒ x = 1, y = 2. Functions A function is a rule to go from one number (x) to another number (y), usually written y = f(x). For any given value of x, there can only be one corresponding value y. If y = kx for some number k (example: f(x) = 0.5 · x), then y is said to be directly proportional to x. If y = k/x (example: f(x) = 5/x), then y is said to be inversely proportional to x. 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. For example, y = f(x+ 3) shifts the graph of f(x) by 3 units to the left. Absolute value: |x| = { +x, if x ≥ 0; −x, if x < 0. |x| < n ⇒ −n < x < n |x| > n ⇒ x < −n or x > n www.erikthered.com/tutor pg. 3 SAT Math Facts & Formulas Parabolas: A parabola parallel to the y-axis is given by y = ax2 + 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/2a. Lines (Linear Functions) Consider the line that goes through points A(x1, y1) and B(x2, y2). Distance from A to B: √ (x2 − x1)2 + (y2 − y1)2 Mid-point of the segment AB: ( x1 + x2 2 , y1 + y2 2 ) Slope of the line: y2 − y1 x2 − x1 = rise run Point-slope form: given the slope m and a point (x1, y1) on the line, the equation of the line is (y − y1) = m(x− x1). Slope-intercept form: given the slope m and the y-intercept b, then the equation of the line is y = mx+ b. Parallel lines have equal slopes. Perpendicular lines (i.e., those that make a 90◦ angle where they intersect) have negative reciprocal slopes: m1 ·m2 = −1. a◦ b◦ a◦ b◦ m l a◦ b◦ a◦b ◦ a◦ b◦ a◦b ◦ 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. www.erikthered.com/tutor pg. 4 SAT Math Facts & Formulas Triangles Right triangles: a b c x √ 3 x 2x 30◦ 60◦ x x x √ 2 45◦ 45◦ a2 + b2 = c2 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–5 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 = 1 2 · 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◦. 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. For example, the 3–4–5 triangle and the 6–8–10 triangle from before are similar since their sides are in a ratio of 2 to 1. www.erikthered.com/tutor pg. 5 SAT Math Facts & Formulas Circles (h, k) r n◦ r Arc Sector Area = pir2 Circumference = 2pir Full circle = 360◦ Length Of Arc = (n◦/360◦) · 2pir Area Of Sector = (n◦/360◦) · pir2 Equation of the circle (above left figure): (x− h)2 + (y − k)2 = r2. Rectangles And Friends l w h l w Rectangle Parallelogram (Square if l = w) (Rhombus if l = w) Area = lw Area = lh 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◦. Solids l w h r h Rectangular Solid Right Cylinder Volume = lwh Area = 2(lw + wh+ lh) Volume = pir2h Area = 2pir(r+ h) www.erikthered.com/tutor pg. 6
/
本文档为【SAT数学facts-and-formulas-1】,请使用软件OFFICE或WPS软件打开。作品中的文字与图均可以修改和编辑, 图片更改请在作品中右键图片并更换,文字修改请直接点击文字进行修改,也可以新增和删除文档中的内容。
[版权声明] 本站所有资料为用户分享产生,若发现您的权利被侵害,请联系客服邮件isharekefu@iask.cn,我们尽快处理。 本作品所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用。 网站提供的党政主题相关内容(国旗、国徽、党徽..)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。

历史搜索

    清空历史搜索