9th Grade Advanced Mathematics Term 3 Comprehensive Study Guide

Logic and Foundation: Conjectures and Counterexamples

In mathematics, a conjecture is an unproven statement that is believed to be true. To disprove a conjecture, one must provide a counterexample, which is a specific instance or case where the conjecture does not hold. For example, if we consider the conjecture that if nn is a real number, then n-n is a negative number, we can disprove this by selecting n=5n = -5. In this case, n=(5)=5-n = -(-5) = 5, which is positive, thereby proving the conjecture false. Similarly, if given a conjecture stating that if ABC=DBE\angle ABC = \angle DBE, then ABC\angle ABC and DBE\angle DBE must be vertical angles, a counterexample can be drawn where the two angles are adjacent or simply unrelated in position but equal in measure.

Several specific conjectures require evaluation. If nn is a prime number, the conjecture that n+1n + 1 is not prime can be disproved by the number 22, which is prime, while 2+1=32 + 1 = 3 is also prime. For the conjecture regarding integers where x-x is always positive, any positive integer like x=5x = 5 serves as a counterexample since 5-5 is negative. In geometry, the conjecture that three points AA, BB, and CC must be noncollinear is disproved by any three points lying on the same line. Furthermore, a rectangle with an area of 20m220\,m^2 does not necessarily have a length of 10m10\,m and a width of 2m2\,m; it could have a length of 5m5\,m and a width of 4m4\,m.

Logic and Truth Values: Compound Statements

Compound statements are formed by combining two or more statements using logical connectors. A conjunction uses the word "and" (symbolised as \land) and is true only if both component statements are true. A disjunction uses the word "or" (symbolised as \lor) and is true if at least one of the component statements is true. Negation (\sim) represents the opposite truth value of a statement.

Consider the statements pp: 32=5-3 - 2 = -5, qq: Vertical angles are congruent, and rr: 2+8>102 + 8 > 10. In this scenario, pp is true (5=5-5 = -5), qq is true (by definition of vertical angles), and rr is false (1010 is not greater than 1010). Evaluating compound statements: pqp \land q is true because both are true; rqr \lor q is true because qq is true; prp \land r is false because rr is false; and pq\sim p \land \sim q is false because both negations are false. Another example involves geometric descriptions: if pp is "the figure is a trapezoid" and qq is "the figure has four congruent sides," the conjunction pqp \land q would only be true for a figure that fits both descriptions, such as a specific square (which is a specialized trapezoid in some definitions) or would be false if the figure shown is a standard non-isosceles trapezoid.

Conditional Statements

A conditional statement is an "if-then" statement consisting of a hypothesis (the "if" part) and a conclusion (the "then" part). For example, in the statement "If a polygon has six sides, then it is a hexagon," the hypothesis is "a polygon has six sides" and the conclusion is "it is a hexagon." Sometimes the word "if" appears in the middle of the sentence, such as "Another performance will be scheduled if the first one is sold out." In this case, the hypothesis is "the first one is sold out" and the conclusion is "another performance will be scheduled."

Common geometric and real-world statements can be rewritten into formal conditional form. For instance, "Collinear points lie on the same line" becomes "If points are collinear, then they lie on the same line." Similarly, "The intersection of two planes is a line" becomes "If two planes intersect, then their intersection is a line." For the statement "Get a free water bottle with a one-year membership," the conditional form is "If you get a one-year membership, then you will receive a free water bottle."

Angle Relationships and Parallel Lines

To identify parallel lines, various postulates and theorems regarding transversal lines are applied. If two lines are cut by a transversal and corresponding angles are congruent, the lines are parallel. This is known as the Corresponding Angles Converse. Other justifications include the Alternate Interior Angles Converse (if alternate interior angles are congruent), the Alternate Exterior Angles Converse, and the Consecutive Interior Angles Converse (if consecutive interior angles are supplementary, summing to 180180^\circ).

Algebraic applications often involve finding missing values to ensure lines are parallel. For example, if line ee and line ff are to be parallel and are intersected by a transversal marking angles (4y+10)(4y + 10)^\circ and (2y+6)(2y + 6)^\circ as consecutive interior angles, one would set (4y+10)+(2y+6)=180(4y + 10) + (2y + 6) = 180 to solve for yy. Other problems might provide alternate interior angles like (4x10)(4x - 10)^\circ and (2x+6)(2x + 6)^\circ, requiring the equation (4x10)=(2x+6)(4x - 10) = (2x + 6) to find the value of xx that proves lines ll and mm are parallel.

Properties of Angles and the Angle Addition Postulate

The Angle Addition Postulate states that if a point DD lies in the interior of ABC\angle ABC, then mABD+mDBC=mABCm\angle ABD + m\angle DBC = m\angle ABC. For instance, if mABD=70m\angle ABD = 70^\circ and mDBC=43m\angle DBC = 43^\circ, then mABC=113m\angle ABC = 113^\circ. This principle is used extensively to solve for unknown angle measures when a larger angle is bisected or partitioned by several rays.

Angles can also be analyzed through congruence theorems. Vertical angles are always congruent (13\angle 1 \cong \angle 3). Supplementary angles add up to 180180^\circ (forming a linear pair), while complementary angles add up to 9090^\circ. Algebraic problems involving these relationships require setting up equations such as (3x+12)+(x24)=180(3x + 12) + (x - 24) = 180 if the angles are supplementary, or setting them equal if they are vertical angles, such as (2x21)=(3x34)(2x - 21) = (3x - 34).

Coordinate Geometry: Slopes, Parallel and Perpendicular Lines

The slope of a line passing through points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is calculated using the formula m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}. Lines are classified as parallel if they have the same slope (m1=m2m_1 = m_2). Lines are perpendicular if their slopes are negative reciprocals (m1=1m2m_1 = -\frac{1}{m_2}, or m1×m2=1m_1 \times m_2 = -1). If neither condition is met, the lines are neither parallel nor perpendicular.

To write the equation of a line in slope-intercept form (y=mx+by = mx + b), one must identify the slope and a point on the line. For a line passing through (7,4)(-7, -4) and perpendicular to y=x+9y = x + 9, the new slope will be 1-1. Using the point-slope form yy1=m(xx1)y - y_1 = m(x - x_1), we get y(4)=1(x(7))y - (-4) = -1(x - (-7)), which simplifies to y=x11y = -x - 11. For parallel lines, the slope remains the same. A line parallel to y=3x+1y = -3x + 1 passing through (6,2)(6, 2) would be calculated as y2=3(x6)y - 2 = -3(x - 6), resulting in y=3x+20y = -3x + 20.

Distance and Transformations

The distance between two parallel horizontal lines y=ay = a and y=by = b is simply ab|a - b|. For example, the distance between y=7y = 7 and y=1y = -1 is 7(1)=8units|7 - (-1)| = 8\,units. For vertical lines x=6x = -6 and x=5x = 5, the distance is 5(6)=11units|5 - (-6)| = 11\,units. For slanted parallel lines, the distance is the perpendicular distance between them.

Reflections, rotations, and translations are rigid motions that preserve the size and shape of a figure. Reflections in the line y=xy = x swap the coordinates (x,y)(y,x)(x, y) \rightarrow (y, x). Reflections in a horizontal line y=ky = k change the y-coordinate to 2ky2k - y, and reflections in a vertical line x=hx = h change the x-coordinate to 2hx2h - x. Translations involve a shift represented by a vector a,b\langle a, b \rangle, where each point (x,y)(x, y) moves to (x+a,y+b)(x + a, y + b). Rotations can occur about the origin or other points. For a rotation of 180180^\circ about a point (h,k)(h, k), the mapping is (x,y)(2hx,2ky)(x, y) \rightarrow (2h - x, 2k - y). A 9090^\circ counterclockwise rotation about the origin maps (x,y)(y,x)(x, y) \rightarrow (-y, x), while a 270270^\circ counterclockwise rotation maps (x,y)(y,x)(x, y) \rightarrow (y, -x).

Triangle Geometry: Theorems and Congruence

The Triangle Angle-Sum Theorem states that the sum of the interior angles of a triangle is always 180180^\circ. This is used to find missing angles; for example, in a triangle with angles of 6060^\circ and 3030^\circ, the third angle must be 180(60+30)=90180 - (60 + 30) = 90^\circ. The Exterior Angle Theorem states that the measure of an exterior angle of a triangle is equal to the sum of the measures of the two remote interior angles. Algebraically, if an exterior angle is (12x+7)(12x + 7)^\circ and the remote interior angles are (6x4)(6x - 4)^\circ and 6565^\circ, the equation is 12x+7=(6x4)+6512x + 7 = (6x - 4) + 65.

Triangles are proven congruent using specific criteria:

  1. SSS (Side-Side-Side): All three pairs of corresponding sides are congruent.
  2. SAS (Side-Angle-Side): Two sides and the included angle are congruent.
  3. ASA (Angle-Side-Angle): Two angles and the included side are congruent.
  4. AAS (Angle-Angle-Side): Two angles and a non-included side are congruent.
  5. HL (Hypotenuse-Leg): Applicable only to right triangles when the hypotenuse and one leg are congruent.

Once triangles are proven congruent, the principle of CPCTC (Corresponding Parts of Congruent Triangles are Congruent) allows for solving missing side lengths and angle measures. For example, if ABCFDE\triangle ABC \cong \triangle FDE, then mA=mFm\angle A = m\angle F and AB=FDAB = FD.

Isosceles and Equilateral Triangles

An isosceles triangle has at least two congruent sides. According to the Isosceles Triangle Theorem, the angles opposite those congruent sides are also congruent. If the vertex angle is 7070^\circ, the base angles are calculated as 180702=55\frac{180 - 70}{2} = 55^\circ each. The Converse of the Isosceles Triangle Theorem states that if two angles are congruent, the sides opposite them are congruent.

Equilateral triangles have three congruent sides and three congruent angles, each measuring exactly 6060^\circ. This allows for direct algebraic solving. If an angle in an equilateral triangle is expressed as (6x)(6x)^\circ, then 6x=606x = 60, which means x=10x = 10. If a side is expressed as 3x+83x + 8 and another as 4x44x - 4, the sides are set equal (3x+8=4x43x + 8 = 4x - 4) to find the value of xx.

Symmetry and Rotations

Figures may possess line symmetry or rotational symmetry. Line symmetry exists if a figure can be folded over a line so that the two halves match exactly. Rotational symmetry occurs if a figure can be rotated about a center point by an angle less than 360360^\circ and still look the same as the original. For example, a square has four lines of symmetry and rotational symmetry at 9090^\circ, 180180^\circ, and 270270^\circ. Identifying these properties involves observing the regularity and orientation of the geometric shape.

Exam Specifications

This study guide is designed for the Grade 9 Advanced EOT-Term 3 Math Exam (2025-2026) at Al Rashidiya girls school, prepared by Jasmine Zainulabideen. The exam consists of 25 Multiple Choice Questions (MCQ), each worth 4 marks, totaling 100 marks. Students are reminded to bring a calculator and to review all theorems and coordinate formulas discussed in Modules 12, 13, and 14.