Формулы по математике SAT

    34 важных формул по темам с примерами

    Очень часто — встречается почти во всех тестах Часто — встречается регулярно Иногда — встречается время от времени
    Slope Formula
    Очень часто
    m = (y₂ - y₁) / (x₂ - x₁)

    Calculate slope between two points

    Пример: Points (2,3) and (6,11): m = (11-3)/(6-2) = 8/4 = 2
    Slope-Intercept Form
    Очень часто
    y = mx + b

    m = slope, b = y-intercept

    Пример: Slope 3, y-int -2: y = 3x - 2
    Point-Slope Form
    Часто
    y - y₁ = m(x - x₁)

    Line through point (x₁,y₁) with slope m

    Пример: Through (2,5) with slope 3: y - 5 = 3(x - 2)
    Standard Form
    Часто
    Ax + By = C

    A,B,C are integers, A > 0

    Пример: 2x + 3y = 12
    Distance Formula
    Иногда
    d = √[(x₂-x₁)² + (y₂-y₁)²]

    Distance between two points

    Пример: (1,2) to (4,6): d = √(9+16) = √25 = 5
    Midpoint Formula
    Иногда
    M = ((x₁+x₂)/2, (y₁+y₂)/2)

    Midpoint of a line segment

    Пример: (2,4) and (6,8): M = (4, 6)
    Quadratic Formula
    Очень часто
    x = (-b ± √(b²-4ac)) / 2a

    Solve ax² + bx + c = 0

    Пример: x² - 5x + 6 = 0: x = (5 ± √(25-24))/2 = 3 or 2
    Discriminant
    Очень часто
    D = b² - 4ac

    D>0: two real solutions, D=0: one, D<0: none

    Пример: x² + 4x + 5: D = 16-20 = -4 (no real solutions)
    Vertex Form
    Часто
    y = a(x - h)² + k

    Vertex at (h, k)

    Пример: y = 2(x-3)² + 1, vertex at (3,1)
    Vertex of Standard Form
    Очень часто
    x = -b / (2a)

    x-coordinate of vertex for ax² + bx + c

    Пример: y = x² - 6x + 8: x = 6/2 = 3
    Factored Form
    Часто
    y = a(x - r₁)(x - r₂)

    r₁, r₂ are the x-intercepts (roots)

    Пример: Roots at 2 and 5: y = (x-2)(x-5)
    Sum/Product of Roots
    Иногда
    Sum = -b/a, Product = c/a

    For ax² + bx + c = 0

    Пример: x² - 7x + 12 = 0: sum = 7, product = 12
    Area of Triangle
    Очень часто
    A = ½ × base × height

    Height must be perpendicular to base

    Пример: Base 8, height 5: A = ½(8)(5) = 20
    Area of Circle
    Очень часто
    A = πr²

    r = radius

    Пример: r = 4: A = 16π ≈ 50.27
    Circumference
    Очень часто
    C = 2πr = πd

    r = radius, d = diameter

    Пример: r = 5: C = 10π ≈ 31.42
    Pythagorean Theorem
    Очень часто
    a² + b² = c²

    Right triangle: c is the hypotenuse

    Пример: 3² + 4² = 5² → 9 + 16 = 25 ✓
    Special Right Triangles
    Очень часто
    45-45-90: x, x, x√2 30-60-90: x, x√3, 2x

    Memorize these ratios — they appear constantly

    Пример: 45-45-90 with leg 5: hypotenuse = 5√2
    Volume of Cylinder
    Часто
    V = πr²h

    r = radius, h = height

    Пример: r = 3, h = 10: V = 90π
    Volume of Sphere
    Иногда
    V = (4/3)πr³

    r = radius

    Пример: r = 6: V = 288π
    Arc Length
    Часто
    s = (θ/360) × 2πr

    θ = central angle in degrees

    Пример: 60° arc, r = 9: s = (60/360)(18π) = 3π
    Sector Area
    Часто
    A = (θ/360) × πr²

    Area of a "pie slice"

    Пример: 90° sector, r = 4: A = (90/360)(16π) = 4π
    Mean (Average)
    Очень часто
    x̄ = Σx / n

    Sum of all values ÷ number of values

    Пример: 3,5,7,9,11: mean = 35/5 = 7
    Probability
    Очень часто
    P(A) = favorable / total

    Probability of event A occurring

    Пример: 3 red balls out of 10: P(red) = 3/10
    Percent Change
    Очень часто
    % change = ((new - old) / old) × 100

    Positive = increase, negative = decrease

    Пример: $80 to $100: (100-80)/80 × 100 = 25% increase
    Standard Deviation
    Иногда
    σ = √[Σ(x - x̄)² / n]

    Measures spread from the mean

    Пример: Higher σ = more spread out data
    Margin of Error
    Часто
    MoE ≈ 1 / √n

    Approximate margin for sample size n

    Пример: n = 400: MoE ≈ 1/20 = 5%
    Product Rule
    Очень часто
    aᵐ × aⁿ = aᵐ⁺ⁿ

    Same base: add exponents

    Пример: x³ × x⁴ = x⁷
    Quotient Rule
    Очень часто
    aᵐ / aⁿ = aᵐ⁻ⁿ

    Same base: subtract exponents

    Пример: x⁵ / x² = x³
    Power Rule
    Очень часто
    (aᵐ)ⁿ = aᵐⁿ

    Power of a power: multiply exponents

    Пример: (x³)⁴ = x¹²
    Negative Exponent
    Часто
    a⁻ⁿ = 1/aⁿ

    Flip to the denominator

    Пример: 2⁻³ = 1/8
    Fractional Exponent
    Часто
    a^(m/n) = ⁿ√(aᵐ)

    Denominator = root, numerator = power

    Пример: 8^(2/3) = ³√(8²) = ³√64 = 4
    SOH-CAH-TOA
    Часто
    sin = opp/hyp, cos = adj/hyp, tan = opp/adj

    Core trig ratios for right triangles

    Пример: If opp = 3, hyp = 5: sin θ = 3/5
    Complementary Angles
    Часто
    sin(x) = cos(90° - x)

    Sine of an angle = cosine of its complement

    Пример: sin(30°) = cos(60°) = 0.5
    Unit Circle Key Values
    Иногда
    sin(30°) = ½, sin(45°) = √2/2, sin(60°) = √3/2

    Memorize these — they appear in many problems

    Пример: cos(45°) = √2/2 ≈ 0.707
    Совет

    В начале каждого математического модуля SAT выдаёт справочный лист с базовыми геометрическими формулами. Однако там НЕТ алгебры, статистики и тригонометрии — эти формулы нужно выучить наизусть. В первую очередь сосредоточьтесь на формулах с меткой «Очень часто».