zuai-logo

Circle equations

Jessica White

Jessica White

7 min read

Listen to this study note

Study Guide Overview

This study guide covers circle equations for the SAT, focusing on the standard form equation, calculating radius and diameter, finding the center and radius using the midpoint formula and completing the square, determining point location using the distance formula, writing circle equations, and understanding tangent lines. It also includes practice questions and exam tips.

Circle Equations: Your Ultimate SAT Guide 🎯

Hey there! Let's make sure you're totally prepped for circle equation questions on the SAT. This guide will break down everything you need to know, so you can walk into the exam feeling confident and ready to ace it!

Understanding Circle Equations

Circle equations are fundamental for the SAT Math section. They're all about finding a circle's center and radius on a coordinate plane. Knowing how to work with these equations will help you solve problems involving distance, points, and tangent lines. Let's dive in!

Standard Form and Center

Key Concept

The standard form of a circle equation is your best friend. It's written as:

(xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2

Where:

  • (h, k) is the center of the circle.
  • r is the radius.
  • The center (h, k) is equidistant from all points on the circle.
  • If the center is at the origin (0, 0), the equation simplifies to: x2+y2=r2x^2 + y^2 = r^2
Memory Aid

Think of the standard form as a way to "read" the center and radius directly from the equation. The signs in the parentheses are always opposite of the center's coordinates. For example, (x2)2(x-2)^2 means the x-coordinate of the center is +2.

Radius and Diameter

  • The radius is the distance from the center to any point on the circle.
  • The diameter is twice the length of the radius and passes through the center.
  • The distance between the center (h, k) and any point (x, y) on the circle is equal to the radius.
  • You can find the radius using the distance formula:

d=(xh)2+(yk)2d = \sqrt{(x - h)^2 + (y - k)^2}


Circle Calculations

Finding Center and Radius

  • Completing the square for the x and y terms will help you find the center and radius. Compare the resulting equation to the standard form.
  • Use the midpoint formula to find the center if you're given the endpoints of a diameter. The midpoint formula is:

(x1+x22,y1+y22)(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2})

  • Example: For points (2, 3) and (6, 7), the center is ((2+6)/2, (3+7)/2) = (4, 5).

Point Location and Distance

  • To check if a point lies on a circle, substitute its coordinates into the circle's equation. If the equation holds true, the point is on the circle.
  • Example: For the circle x2+y2=25x^2 + y^2 = 25 and the point (3, 4):

32+42=9+16=253^2 + 4^2 = 9 + 16 = 25

Since 25 = 25, the point (3, 4) lies on the circle.
  • Use the distance formula to calculate the distance between two points on the circle.
  • Example: The distance between (1, 2) and (4, 6) is:

d=(41)2+(62)2=32+42=5d = \sqrt{(4-1)^2 + (6-2)^2} = \sqrt{3^2 + 4^2} = 5


Finding Circle Equations

Using Center and Radius

  • Substitute the center coordinates and radius into the standard form equation.
  • Example: If the center is (2, -3) and the radius is 4, the equation is:

(x2)2+(y+3)2=42(x - 2)^2 + (y + 3)^2 = 4^2

Using Points and Tangent Lines

  • If you have the center and a point on the circle, use the distance formula to find the radius.
  • Use the midpoint formula to find the center if you have two endpoints of a diameter.
  • A tangent line touches the circle at exactly one point (the point of tangency).
  • The radius drawn to the point of tangency is always perpendicular to the tangent line.
  • To find the point of tangency, solve the system of equations formed by the circle and the tangent line.
  • If you have two perpendicular tangent lines, their intersection point is the center of the circle. The distance from the center to either tangent line is the radius.
  • Example: Tangent lines y = x + 2 and y = -x + 6 intersect at (2, 4), which is the circle's center. The radius is the distance from the center to either line, which is 2.

Final Exam Focus 📝

  • High-Priority Topics:
    • Standard form of the circle equation.
    • Finding the center and radius using different methods.
    • Understanding the relationship between the radius, diameter, and tangent lines.
    • Using the distance and midpoint formulas.
  • Common Question Types:
    • Finding the center and radius from a given equation.
    • Determining if a point lies on a circle.
    • Finding the equation of a circle given its center and radius or other information.
    • Solving problems involving tangent lines.
  • Last-Minute Tips:
    • Time Management: Quickly identify the key parts of the question and use the appropriate formulas.
    • Common Pitfalls: Watch out for sign errors when identifying the center from the standard form equation. Double-check your calculations, especially when using the distance formula.
    • Strategies: If you get stuck, try sketching a diagram. It can often help you visualize the problem and find a solution.

Practice Questions

Practice Question

Multiple Choice Questions

  1. The equation of a circle is given by (x3)2+(y+2)2=16(x - 3)^2 + (y + 2)^2 = 16. What is the center and radius of the circle? (A) Center: (3, 2), Radius: 4 (B) Center: (-3, -2), Radius: 16 (C) Center: (3, -2), Radius: 4 (D) Center: (-3, 2), Radius: 16

  2. A circle has a center at (-1, 4) and passes through the point (2, 8). What is the radius of the circle? (A) 3 (B) 4 (C) 5 (D) 6

  3. Which of the following points lies on the circle with the equation x2+y2=25x^2 + y^2 = 25? (A) (2, 3) (B) (4, 3) (C) (5, 1) (D) (0, 5)

Free Response Question

A circle has a diameter with endpoints at A(1, 2) and B(7, 10).

(a) Find the center of the circle. (b) Find the radius of the circle. (c) Write the equation of the circle in standard form. (d) Determine if the point (4, 8) lies inside, outside, or on the circle. Justify your answer.

Scoring Breakdown:

(a): 1 point * Correctly applies the midpoint formula: (1+7)/2 , (2+10)/2 = (4, 6)

(b): 2 points * Finds the diameter using the distance formula between A and B: \sqrt{(7-1)^2 + (10-2)^2} = \sqrt{36+64} = \sqrt{100} = 10 * Correctly divides the diameter by 2 to find the radius: 10/2 = 5

(c): 2 points * Correctly substitutes the center and radius into the standard form: (x4)2+(y6)2=52(x-4)^2 + (y-6)^2 = 5^2 or (x4)2+(y6)2=25(x-4)^2 + (y-6)^2 = 25

(d): 2 points * Calculates the distance from the center (4, 6) to the point (4, 8): \sqrt{(4-4)^2 + (8-6)^2} = \sqrt{0+4} = 2 * Correctly determines that the point lies inside the circle since the distance to the center is less than the radius (2 < 5).


You've got this! Remember to stay calm, read each question carefully, and use the strategies we've discussed. You're well-prepared to tackle those circle equation questions. Good luck on your exam! 🎉

Question 1 of 11

What are the coordinates of the center and the radius of the circle given by the equation (x+5)2+(y3)2=49(x+5)^2 + (y-3)^2 = 49?

Center: (5, -3), Radius: 7

Center: (-5, 3), Radius: 49

Center: (-5, 3), Radius: 7

Center: (5, -3), Radius: 49