Back to Blog

    ACT Coordinate Geometry Practice Questions with Answers

    June 7, 20269 min read126 views
    ACT Coordinate Geometry Practice Questions with Answers

    ACT Coordinate Geometry Practice Questions with Answers

    Mastering coordinate geometry is essential for any student aiming for a high score on the math section, as these problems typically make up about 15-20% of the exam. This guide provides comprehensive ACT Coordinate Geometry Practice Questions with Answers to help you visualize equations on a plane and solve complex spatial problems efficiently. By focusing on the relationships between points, lines, and shapes, you can turn one of the most technical sections of the ACT Prep into a significant scoring advantage.

    Concept Explanation

    Coordinate geometry is the study of geometric figures using a coordinate system, primarily the Cartesian plane where points are defined by their horizontal (x)(x) and vertical (y)(y) distances from the origin.

    To excel in this area, you must be comfortable with several core formulas and concepts. The foundation of coordinate geometry lies in understanding the Distance Formula, the Midpoint Formula, and the Slope-Intercept Form of a linear equation. According to Khan Academy's analytic geometry resources, these tools allow us to translate algebraic equations into visual representations and vice versa.

    Key formulas to memorize include:

    • Slope (mm): The ratio of the vertical change to the horizontal change between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2): m=y2βˆ’y1x2βˆ’x1m = \frac{y_2 - y_1}{x_2 - x_1}

    • Slope-Intercept Form: y=mx+by = mx + b, where mm is the slope and bb is the yy-intercept.

    • Midpoint Formula: The average of the coordinates of two points: (x1+x22,y1+y22)\left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\right)

    • Distance Formula: Derived from the Pythagorean theorem: d=(x2βˆ’x1)2+(y2βˆ’y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

    • Equation of a Circle: (xβˆ’h)2+(yβˆ’k)2=r2(x - h)^2 + (y - k)^2 = r^2, where (h,k)(h, k) is the center and rr is the radius.

    Additionally, you should understand the properties of parallel and perpendicular lines. Parallel lines have identical slopes, while perpendicular lines have slopes that are negative reciprocals of each other (e.g., 22 and βˆ’12-\frac{1}{2}). Using an AI Question Generator can help you practice identifying these relationships across hundreds of different scenarios.

    Solved Examples

    Example 1: Finding the Midpoint
    What is the midpoint of the line segment with endpoints (4,βˆ’3)(4, -3) and (βˆ’2,7)(-2, 7)?

    1. Identify the coordinates: x1=4,y1=βˆ’3,x2=βˆ’2,y2=7x_1 = 4, y_1 = -3, x_2 = -2, y_2 = 7.

    2. Apply the midpoint formula: (4+(βˆ’2)2,βˆ’3+72)\left( \frac{4 + (-2)}{2}, \frac{-3 + 7}{2} \right).

    3. Simplify the numerators: (22,42)\left( \frac{2}{2}, \frac{4}{2} \right).

    4. Calculate final coordinates: (1,2)(1, 2).

    Example 2: Perpendicular Slopes
    A line passes through the points (0,5)(0, 5) and (2,1)(2, 1). What is the slope of a line perpendicular to this line?

    1. Calculate the slope of the original line: m=1βˆ’52βˆ’0=βˆ’42=βˆ’2m = \frac{1 - 5}{2 - 0} = \frac{-4}{2} = -2.

    2. Identify the rule for perpendicular lines: The slope is the negative reciprocal.

    3. Find the negative reciprocal of βˆ’2-2: Change the sign to positive and flip the fraction to get 12\frac{1}{2}.

    Example 3: Distance Calculation
    Find the distance between the points (1,2)(1, 2) and (4,6)(4, 6).

    1. Plug values into the distance formula: d=(4βˆ’1)2+(6βˆ’2)2d = \sqrt{(4 - 1)^2 + (6 - 2)^2}.

    2. Simplify inside the parentheses: d=32+42d = \sqrt{3^2 + 4^2}.

    3. Calculate the squares: d=9+16d = \sqrt{9 + 16}.

    4. Find the square root: d=25=5d = \sqrt{25} = 5.

    Practice Questions

    1. What is the slope of the line represented by the equation 3xβˆ’4y=123x - 4y = 12?

    2. A circle in the standard (x,y)(x, y)-coordinate plane has its center at (3,βˆ’4)(3, -4) and passes through the point (3,0)(3, 0). What is the equation of the circle?

    3. Point AA is at (βˆ’5,2)(-5, 2) and Point BB is at (3,10)(3, 10). What is the length of the segment ABAB?

    Want a higher ACT score?

    Practice with AI-powered ACT questions, personalized quizzes, and smart study tools designed to help you improve faster.

    Start ACT Prep Free

    4. Line LL passes through (2,5)(2, 5) and has a slope of 33. What is the yy-intercept of Line LL?

    5. Which of the following lines is parallel to the line y=βˆ’2x+5y = -2x + 5?
    A. y=2xβˆ’5y = 2x - 5
    B. 2x+y=102x + y = 10
    C. xβˆ’2y=4x - 2y = 4
    D. y=12x+5y = \frac{1}{2}x + 5

    6. The midpoint of segment CDCD is (1,3)(1, 3). If point CC is at (βˆ’3,5)(-3, 5), what are the coordinates of point DD?

    7. What is the distance between the origin (0,0)(0,0) and the point (βˆ’8,15)(-8, 15)?

    8. A square has vertices at (0,0),(0,4),(4,4)(0,0), (0,4), (4,4), and (4,0)(4,0). What is the area of this square?

    9. What is the slope of a line that is perpendicular to the line y=23xβˆ’7y = \frac{2}{3}x - 7?

    10. Find the equation of the line that passes through the points (1,2)(1, 2) and (3,8)(3, 8).

    Answers & Explanations

    1. Answer: 34\frac{3}{4}. Convert the equation to slope-intercept form (y=mx+by = mx + b). Subtract 3x3x from both sides: βˆ’4y=βˆ’3x+12-4y = -3x + 12. Divide by βˆ’4-4: y=34xβˆ’3y = \frac{3}{4}x - 3. The slope is 34\frac{3}{4}.

    2. Answer: (xβˆ’3)2+(y+4)2=16(x - 3)^2 + (y + 4)^2 = 16. The center is (h,k)=(3,βˆ’4)(h, k) = (3, -4). The radius is the distance from the center to (3,0)(3, 0), which is 44 units. Using the formula (xβˆ’h)2+(yβˆ’k)2=r2(x - h)^2 + (y - k)^2 = r^2, we get (xβˆ’3)2+(yβˆ’(βˆ’4))2=42(x - 3)^2 + (y - (-4))^2 = 4^2.

    3. Answer: 828\sqrt{2}. Use the distance formula: d=(3βˆ’(βˆ’5))2+(10βˆ’2)2=82+82=64+64=128d = \sqrt{(3 - (-5))^2 + (10 - 2)^2} = \sqrt{8^2 + 8^2} = \sqrt{64 + 64} = \sqrt{128}. Simplified, 64Γ—2=82\sqrt{64 \times 2} = 8\sqrt{2}.

    4. Answer: βˆ’1-1. Use the point-slope form or substitute into y=mx+by = mx + b: 5=3(2)+b5 = 3(2) + b. This gives 5=6+b5 = 6 + b, so b=βˆ’1b = -1.

    5. Answer: B. Parallel lines have the same slope. The original slope is βˆ’2-2. In choice B, 2x+y=102x + y = 10 simplifies to y=βˆ’2x+10y = -2x + 10, which has a slope of βˆ’2-2.

    6. Answer: (5,1)(5, 1). Let D=(x,y)D = (x, y). Then βˆ’3+x2=1\frac{-3 + x}{2} = 1 and 5+y2=3\frac{5 + y}{2} = 3. Solving for xx: βˆ’3+x=2β‡’x=5-3 + x = 2 \Rightarrow x = 5. Solving for yy: 5+y=6β‡’y=15 + y = 6 \Rightarrow y = 1.

    7. Answer: 17. This is a 8-15-17 Pythagorean triple. d=(βˆ’8)2+152=64+225=289=17d = \sqrt{(-8)^2 + 15^2} = \sqrt{64 + 225} = \sqrt{289} = 17.

    8. Answer: 16. The side length is the distance between any two adjacent vertices, such as (0,0)(0,0) and (0,4)(0,4), which is 44. Area = side2=42=16\text{side}^2 = 4^2 = 16.

    9. Answer: βˆ’32-\frac{3}{2}. Perpendicular slopes are negative reciprocals. The reciprocal of 23\frac{2}{3} is 32\frac{3}{2}, and changing the sign gives βˆ’32-\frac{3}{2}.

    10. Answer: y=3xβˆ’1y = 3x - 1. First find slope: m=8βˆ’23βˆ’1=62=3m = \frac{8 - 2}{3 - 1} = \frac{6}{2} = 3. Then use y=mx+by = mx + b: 2=3(1)+b2 = 3(1) + b, which means b=βˆ’1b = -1. The equation is y=3xβˆ’1y = 3x - 1.

    Interactive quizQuestion 1 of 5

    1. What is the slope of a horizontal line?

    Pick an answer to check

    Frequently Asked Questions

    How many coordinate geometry questions are on the ACT?

    There are typically 9 to 12 coordinate geometry questions on the 60-question ACT math section. They range from simple slope identification to complex problems involving conic sections or transformations.

    Is the distance formula provided on the ACT?

    No, the ACT does not provide a formula sheet. You must memorize the distance formula, midpoint formula, and circle equations before taking the exam.

    What is the difference between slope and intercept?

    Slope measures the steepness or "rise over run" of a line, while an intercept is the specific point where the line crosses either the x-axis or the y-axis. On the ACT, the y-intercept is the most frequently tested intercept.

    How do I find the distance between two points without the distance formula?

    You can visualize the two points as the endpoints of the hypotenuse of a right triangle. By calculating the horizontal and vertical distances (the legs), you can use the Pythagorean Theorem a2+b2=c2a^2 + b^2 = c^2 to find the distance.

    What are the most common shapes tested in ACT coordinate geometry?

    While lines are the most common, the ACT frequently tests circles and sometimes parabolas. You should be familiar with the standard forms of these equations and how to identify their centers or vertices. You can practice these specific shapes using our AI Exam Simulator.

    Want a higher ACT score?

    Practice with AI-powered ACT questions, personalized quizzes, and smart study tools designed to help you improve faster.

    Start ACT Prep Free

    Tags

    ACT

    Enjoyed this article?

    Share it with others who might find it helpful.

    Related Articles

    Keep exploring