Geometry and Trig Guide

Geometry: Area, Surface Area, and Volume

  • 2D Shapes
        - Area: A measure of how many squares will fit into a shape, measured in units squared (units2{units^2}).
        - Square: Area=a2Area = a^2 or Area=w×hArea = w \times h.
        - Rectangle: Area=w×hArea = w \times h.
        - Triangle: Area=b×h2Area = \frac{b \times h}{2} or Area=b×h×12Area = b \times h \times \frac{1}{2}.
        - Circle: Area=πr2Area = \pi r^2.
        - Ellipse: Area=πabArea = \pi a b.
        - Regular Polygon: Area=n×s×a2Area = \frac{n \times s \times a}{2}, where nn is the number of sides.

  • 3D Shapes
        - Surface Area (SA): A measure of the area of the outward facing sides.
        - Volume (V): A measure of how many cubes will fit in a shape, measured in units cubed (units3{units^3}).
        - Cube: SA=6a2SA = 6a^2; V=a3V = a^3.
        - Sphere: SA=4πr2SA = 4 \pi r^2; V=4πr33V = \frac{4 \pi r^3}{3}.
        - Cylinder: SA=2πrh+2πr2SA = 2 \pi r h + 2 \pi r^2; V=πr2(h)V = \pi r^2 (h).
        - Pyramid: SA=B+laSA = B + la and V=Bh3V = \frac{Bh}{3}. (Key: B=Base areaB = \text{Base area}, la=lateral areala = \text{lateral area}).
        - Prism: SA=2B+laSA = 2B + la; V=BhV = Bh.

Geometry Vocabulary: Parallelograms

  • Parallelogram: A quadrilateral in which BOTH pairs of opposite sides are parallel.

  • Properties of Parallelograms:
        1. Opposite sides are congruent.
        2. Opposite angles are congruent.
        3. Consecutive angles ("next to" each other) are supplementary (180180^\circ).
        4. Diagonals bisect each other.

  • Proving Parallelograms in the Coordinate Plane:
        - Method 1: Prove both pairs of opposite sides are congruent (==). If AB=DCAB = DC and AD=BCAD = BC, then ABCDABCD is a parallelogram.
            - Formula: Distance Formula d=(x2x1)2+(y2y1)2d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}.
        - Method 2: Prove both pairs of opposite sides are parallel (////). If AB//DCAB // DC and AD//BCAD // BC, then ABCDABCD is a parallelogram.
            - Formula: Slope Formula m=y2y1x2x1m = \frac{y_2-y_1}{x_2-x_1}.
        - Method 3: Prove one pair of opposite sides are congruent (==) and parallel (////). If AB//DCAB // DC and AB=DCAB = DC, then ABCDABCD is a parallelogram.

Trigonometry Principles

  • Definition: The study of relationships between the angles and the lengths of the sides of triangles.
  • Notation: Angles are usually indicated with Greek letters: β\beta (beta), α\alpha (alpha), ϕ\phi (phi), and θ\theta (theta).
  • Pythagoras Theorem: Used for calculating side lengths in right-angled triangles.
        - c2=a2+b2c^2 = a^2 + b^2
        - a2=c2b2a^2 = c^2 - b^2
        - b2=c2a2b^2 = c^2 - a^2
  • Labeling Triangle Sides:
        - Hypotenuse: The longest side, located between the adjacent and opposite sides.
        - Opposite: The side opposite the main angle.
        - Adjacent: The side next to the angle, left over from the opposite and hypotenuse sides.
  • Trigonometry Ratios: Applied to a right-angled triangle to define the relationship between sides and angles.
        - sin(θ)=opphyp\sin(\theta) = \frac{\text{opp}}{\text{hyp}}
        - cos(θ)=adjhyp\cos(\theta) = \frac{\text{adj}}{\text{hyp}}
        - tan(θ)=oppadj\tan(\theta) = \frac{\text{opp}}{\text{adj}}

Algebra: Probability, Combinations, and Permutations

  • Combination: Use when the order of selection does not matter.
        - Formula: C(n,r)=n!(nr)!r!C(n,r) = \frac{n!}{(n-r)! r!}
        - Example: How many combinations for a dodgeball team can be formed from 24 students? Using n=24n=24 and r=6r=6: C(24,6)=24!(246)!6!=24!18!6!=134,596C(24,6) = \frac{24!}{(24-6)! 6!} = \frac{24!}{18! 6!} = 134,596 possible outcomes.
  • Permutation: Use when the order of selection does matter.
        - Formula: P(n,r)=n!(nr)!P(n,r) = \frac{n!}{(n-r)!}
        - Example: Find the number of possible 4-digit locker combinations using digits 0-9. Using n=10n=10 and r=4r=4: P(10,4)=10!(104)!=3,628,800720=5,040P(10,4) = \frac{10!}{(10-4)!} = \frac{3,628,800}{720} = 5,040 possible outcomes.
  • Probability: A ratio that compares how many times an outcome can occur with all possible outcomes.
        - Probability=desired outcomespossible outcomes\text{Probability} = \frac{\text{desired outcomes}}{\text{possible outcomes}}
  • Types of Events:
        - Independent: Outcome of the first event does not influence the second. P(X and Y)=P(X)×P(Y)P(X \text{ and } Y) = P(X) \times P(Y).
        - Dependent: Outcome of the first event influences the second. P(X and Y)=P(X)×P(X after Y)P(X \text{ and } Y) = P(X) \times P(X \text{ after } Y).
        - Mutually Exclusive: Events cannot occur at the same time. P(X or Y)=P(X)+P(Y)P(X \text{ or } Y) = P(X) + P(Y).
        - Not Mutually Exclusive: Events can happen at the same time. P(X or Y)=P(X)+P(Y)P(X and Y)P(X \text{ or } Y) = P(X) + P(Y) - P(X \text{ and } Y).
  • Probability Example: If P(pink)=16P(\text{pink}) = \frac{1}{6}, P(blue)=12P(\text{blue}) = \frac{1}{2}, and P(green)=13P(\text{green}) = \frac{1}{3}, then P(pink or green)=16+13=36=12P(\text{pink or green}) = \frac{1}{6} + \frac{1}{3} = \frac{3}{6} = \frac{1}{2}.

Advanced Algebraic Fractions and Polynomials

  • Multiplication and Division of Fractions:
        1. Check for common factors.
        2. Factorize values.
        3. Cross cancel (only if there is one term on top and one term on bottom).
        - Example (from notes): 94x22x+3÷2x2x6x38×x2+3x+2x2+2x+4\frac{9-4x^2}{2x+3} \div \frac{2x^2-x-6}{x^3-8} \times \frac{x^2+3x+2}{x^2+2x+4} results in (x2)(x+2)x+3\frac{-(x-2)(x+2)}{x+3}.
  • Addition and Subtraction of Fractions:
        1. Factorize denominators.
        2. Find the Lowest Common Denominator (LCD).
        3. Multiply numerators by the LCD.
        - The Butterfly Method: A visual shortcut for adding/subtracting fractions with unlike denominators. Multiply diagonal numerators and denominators (3×4=123 \times 4 = 12 and 1×5=51 \times 5 = 5) and multiply denominators (5×4=205 \times 4 = 20) to get 1720\frac{17}{20}.
  • Polynomial Definitions:
        - Polynomial: An algebraic expression where variable exponents are non-negative integers.
        - Terms: Parts separated by ++ or - operators.
        - Monomial: Single term.
        - Binomial: Two terms.
        - Trinomial: Three terms.
        - Like Terms: Have the same variable and power.
        - Standard Form: Written with exponents in descending order (e.g., 3x4+2x3+8x2+4x+13x^4 + 2x^3 + 8x^2 + 4x + 1).
  • Polynomial Operations:
        - Adding: Add like terms.
        - Subtracting: Rewrite as addition using "Keep Change Change" (KCCKCC). Change the sign of every term in the subtracted polynomial.
        - Multiplying (FOIL): First, Outside, Inside, Last. Example: (5x+3)(2x+1)=10x2+5x+6x+3=10x2+11x+3(5x+3)(2x+1) = 10x^2 + 5x + 6x + 3 = 10x^2 + 11x + 3.

General Geometry and Angles

  • Basic Terminology:
        - Polygon: A closed shape with no curved lines.
        - Vertex: Where two sides meet.
        - Face: Flat surface of a 3D shape.
        - Edge: Line segment where two faces meet.
        - Linear Pairs: Form a straight line and are supplementary (180180^\circ).
        - Complementary Angles: Sum to 9090^\circ.
        - Supplementary Angles: Sum to 180180^\circ.
  • Angles from Parallel Lines cut by a Transversal:
        - Vertical Angles: Formed at intersections, always equal.
        - Corresponding Angles: Coincide if line positions are overlaid, always equal.
        - Alternate Interior/Exterior: On opposite sides of the transversal, always equal.
        - Consecutive Interior: On the same side of the transversal, supplementary (180180^\circ).
  • Coordinate Graphs:
        - Midpoint Formula: (x1+x22,y1+y22)(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}).
        - Gradient (Slope): m=y2y1x2x1m = \frac{y_2-y_1}{x_2-x_1}. Parallel lines have the same gradient; perpendicular lines have the negative reciprocal gradient.
        - Length (Distance): Uses the formula d=(x2x1)2+(y2y1)2d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}.
        - Example with coordinates (4,4) and (12,2):
            - Midpoint: (8,3)(8,3).
            - Length: 8.37cm\approx 8.37\,\text{cm}.
            - Gradient: 1/4-1/4.
            - Equation: y=1/4x+5y = -1/4x + 5.
            - Perpendicular through (2,1): y=4x9y = 4x - 9.

Circle Geometry and Sector Formulas

  • Circle Components:
        - Arc: A portion of the circumference.
        - Chord: A line segment joining two points on the circle.
        - Sector: A "slice" of the circle bounded by two radii and an arc.
  • Arc Length Formulas:
        - Whole Circle: C=πdC = \pi d.
        - Arc Length: angle360×πd\frac{\text{angle}}{360} \times \pi d.
        - Example (3030^\circ, r=15r=15): Arc=30360×π×30=7.85cmArc = \frac{30}{360} \times \pi \times 30 = 7.85\,\text{cm}.
  • Sector Area Formulas:
        - Generic Formula: SectorArea=angle360×πr2Sector\,Area = \frac{\text{angle}}{360} \times \pi r^2.
        - Quarter Circle: Area=14πr2Area = \frac{1}{4} \pi r^2.
        - Example (3636^\circ, r=20r=20): Area=36360×π×400=125.7cm2Area = \frac{36}{360} \times \pi \times 400 = 125.7\,\text{cm}^2.
        - Example (270270^\circ, r=5r=5): Area=270360×π×25=58.9m2Area = \frac{270}{360} \times \pi \times 25 = 58.9\,\text{m}^2.

Circle Theorems

  • Rule 1: Angles in the same segment (subtended by the same chord) are equal.
  • Rule 2: Opposite angles in a cyclic quadrilateral sum to 180180^\circ.
  • Rule 3: The angle at the center is twice the angle at the circumference (xx vs 2x2x).
  • Rule 4: The perpendicular bisector of a chord passes through the center of the circle.
  • Rule 5: The radius meets the tangent at 9090^\circ.
  • Rule 6: Tangents from the same exterior point to a circle are equal in length.
  • Rule 7: The angle inscribed in a semicircle is always a right angle (9090^\circ).
  • Rule 8 (Alternate Segment Theorem): The angle between a tangent and a chord is equal to the angle in the alternate segment.
  • Generic Summary Points:
        - Center Properties: Three properties (through center, bisect chord, perpendicular to chord) — any two prove the third.
        - Tan-Radius Theorem: Angle between radius and tangent is 9090^\circ.
        - Tan-Chord Theorem: Also known as the Alternate Segment Theorem.

Standard Mathematics Formulas

  • Trigonometry Rules:
        - Sine Rule: asin(A)=bsin(B)=csin(C)\frac{a}{\sin(A)} = \frac{b}{\sin(B)} = \frac{c}{\sin(C)}.
        - Cosine Rule: a2=b2+c22bccos(A)a^2 = b^2 + c^2 - 2bc \cos(A) or cos(A)=b2+c2a22bc\cos(A) = \frac{b^2 + c^2 - a^2}{2bc}.
        - Area of a Triangle: Area=12absin(c)Area = \frac{1}{2} ab \sin(c).
  • Trig Values:
        - sin(30)=1/2\sin(30^\circ) = 1/2
        - sin(45)=1/2\sin(45^\circ) = 1/\sqrt{2}
        - cos(60)=1/2\cos(60^\circ) = 1/2
        - tan(45)=1\tan(45^\circ) = 1
  • Financial Math:
        - Simple Interest: I=P×r×tI = P \times r \times t.
        - Compound Interest: A=P(1+r100)yearsA = P(1 + \frac{r}{100})^{\text{years}}.
  • Algebraic Formulas:
        - Quadratic Formula: x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.
        - Trapezium Rule: Area=12(a+b)hArea = \frac{1}{2}(a+b)h.