This topic covers conic sections and their equations, as well as key geometric relationships in the coordinate plane. You'll learn to analyze lines, circles, parabolas, ellipses, and hyperbolas using algebraic tools.
d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
M = ((x_1 + x_2)/2, (y_1 + y_2)/2)
m = (y_2 - y_1)/(x_2 - x_1)
y = mx + b
y - y_1 = m(x - x_1)
(x - h)^2 + (y - k)^2 = r^2
y = a(x - h)^2 + k
\frac{(x - h)^2}{a^2} + \frac{(y - k)^2}{b^2} = 1
\frac{(x - h)^2}{a^2} - \frac{(y - k)^2}{b^2} = 1
Problem: Write the equation of a circle with center at (3, -2) and radius 5.
Step 1: Use the circle equation:
(x - h)^2 + (y - k)^2 = r^2
Step 2: Substitute h = 3
, k = -2
, and r = 5
:
(x - 3)^2 + (y + 2)^2 = 25
Answer: (x - 3)^2 + (y + 2)^2 = 25