The Coordinate Plane
Every point on the coordinate plane is described by an ordered pair $(x, y)$. The x-axis is horizontal; the y-axis is vertical. The four quadrants are numbered IโIV counter-clockwise from the top-right.
Lines, Slopes & Equations
Distance & Midpoint Formulas
Geometric Shapes on the Coordinate Plane
10 Coordinate Geometry Traps
1. Slope sign and direction
Positive slope: rises left to right. Negative slope: falls left to right. Zero: horizontal. Undefined: vertical.
2. Perpendicular slope is NEGATIVE reciprocal
If $m=3$, perpendicular slope = $-1/3$, not just $1/3$.
3. Distance formula vs slope formula
Distance uses differences squared under a root. Slope is just the ratio of differences.
4. y-intercept in $y=mx+b$
$b$ is where the line crosses the y-axis (set $x=0$). Not where it crosses $x$-axis.
5. Finding x-intercept
Set $y=0$ in the equation to find where the line crosses the x-axis.
6. Horizontal/vertical slopes
Horizontal line: slope = 0 (NOT undefined). Vertical line: slope IS undefined.
7. Midpoint is NOT the intersection
Midpoint of segment AB is the average of the coordinates โ it's NOT where the perpendicular bisector crosses AB.
8. Circle equation: sign of h, k
$(x-h)^2+(y-k)^2=r^2$: center is at $(h,k)$, not $(-h,-k)$.
9. Coordinate of intersection
To find where two lines meet, solve the system of their equations simultaneously.
10. Quadrant determination with inequalities
If $x<0$ and $y>0$, the point is in Quadrant II โ be careful with negative multiplied by negative.
10 GMAT Practice Questions
What is the slope of the line passing through points $(2, 5)$ and $(6, 1)$?
(A) โ1. $m = \frac{1-5}{6-2} = \frac{-4}{4} = -1$.
A line has slope $\dfrac{2}{3}$ and passes through the point $(0, -4)$. What is its equation?
(B) The y-intercept is $b = -4$ (passes through $(0,-4)$). Equation: $y = \frac{2}{3}x - 4$.
What is the distance between points $(-1, 3)$ and $(3, 0)$?
(C) 5. $d = \sqrt{(3-(-1))^2+(0-3)^2} = \sqrt{16+9} = \sqrt{25} = 5$.
What is the midpoint of the segment connecting $(4, 7)$ and $(-2, 3)$?
(B) $(1, 5)$. $M = \left(\frac{4+(-2)}{2}, \frac{7+3}{2}\right) = (1, 5)$.
Line $L$ has slope $-\dfrac{3}{4}$. What is the slope of any line perpendicular to $L$?
(C) $\frac{4}{3}$. Perpendicular slope = negative reciprocal of $-\frac{3}{4}$ = $\frac{4}{3}$.
A circle is centered at the origin with radius 7. Which of the following points lies ON the circle?
(D) $(3, \sqrt{40})$. Check: $3^2 + (\sqrt{40})^2 = 9+40 = 49 = 7^2$. โ
What is the area of triangle with vertices at $(0,0)$, $(4,0)$, and $(0,3)$?
(A) 6. Base = 4 (along x-axis), height = 3 (along y-axis). Area = $\frac{1}{2}(4)(3) = 6$.
Do lines $y = 2x + 3$ and $y = 2x - 5$ intersect?
(1) Both lines have the same slope.
(2) The y-intercepts are different.
(D) Each alone sufficient. (1): Same slope means parallel โ parallel lines never intersect (unless identical). NO they don't intersect. Sufficient. (2): Different y-intercepts with same slope โ parallel, distinct lines. No intersection. Sufficient. Both โ (D).
If the line $3x - 4y = 12$ crosses the x-axis at point $A$ and the y-axis at point $B$, what is the length of segment $AB$?
(C) 5. x-intercept (set y=0): $3x=12$ โ $x=4$. So $A=(4,0)$. y-intercept (set x=0): $-4y=12$ โ $y=-3$. So $B=(0,-3)$. Distance = $\sqrt{4^2+(-3)^2}=\sqrt{25}=5$.
Line $m$ passes through $(-3, 0)$ and $(0, 4)$. Line $n$ is perpendicular to $m$ and passes through the origin. Where do lines $m$ and $n$ intersect?
(D). Slope of $m$: $\frac{4-0}{0-(-3)} = \frac{4}{3}$. Equation: $y = \frac{4}{3}x+4$. Perpendicular slope = $-\frac{3}{4}$. Line $n$ through origin: $y=-\frac{3}{4}x$. Set equal: $-\frac{3}{4}x = \frac{4}{3}x+4$. Multiply by 12: $-9x = 16x+48$ โ $-25x=48$ โ $x=-\frac{48}{25}$. $y=-\frac{3}{4}(-\frac{48}{25})=\frac{36}{25}$.
Lesson Summary — Key Takeaways
Slope = rise/run = ฮy/ฮx
Positive rises left-to-right. Negative falls. Zero = horizontal. Undefined = vertical.
Perpendicular: mโ ร mโ = โ1
If slope is 2/3, perpendicular slope is โ3/2. Always negate AND flip.
Distance = Pythagorean theorem
$d = \sqrt{(\Delta x)^2+(\Delta y)^2}$. The coordinate plane is just a right triangle.
Circle: $(xโh)^2+(yโk)^2=r^2$
Center at $(h,k)$, radius $r$. Plug in any point to test if it lies on the circle.