Locus Definitions
Lesson: Locus Definitions
In analytic geometry, a locus is the set of all points that satisfy a given condition. This idea is very important because many familiar graphs and conic sections can be described as loci.
For example, a circle can be defined as the set of all points in a plane that are a fixed distance from a single point. That sentence is a locus definition. Instead of thinking of a graph as just a shape, we describe it precisely using a condition that every point on the graph must satisfy.
Understanding locus definitions helps you do three important things:
- translate a geometric description into an equation,
- recognize what kind of figure an equation represents,
- connect algebra and geometry in the coordinate plane.
1. What does “locus” mean?
A locus is the complete set of points that satisfy a rule. There are two key parts in this idea:
- Every point on the figure must satisfy the condition.
- Every point that satisfies the condition must be on the figure.
This means a locus is not just some points that work. It is all the points that work.
For a point \\(P(x,y)\\), we often use the distance formula to turn a geometric condition into algebra:
$$ d(P_1,P_2)=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2} $$This formula is one of the main tools for deriving locus equations.
2. Common locus definitions
Many important graphs come from simple distance conditions.
- Circle: the set of all points a fixed distance from a fixed point.
- Perpendicular bisector of a segment: the set of all points equidistant from two fixed points.
- Parabola: the set of all points equidistant from a fixed point and a fixed line.
- Ellipse: the set of all points for which the sum of the distances from two fixed points is constant.
- Hyperbola: the set of all points for which the absolute difference of the distances from two fixed points is constant.
These are precise mathematical definitions. They describe each figure as a locus.
3. Turning a locus description into an equation
To find an equation from a locus definition, follow a process like this:
- Choose a general point on the locus, usually \\(P(x,y)\\).
- Write the condition using distances or coordinates.
- Simplify the equation.
- If needed, complete the square to rewrite it in standard form.
- Identify the graph and its key features.
This process links the geometry definition to the algebraic equation.
4. Locus and standard form
Sometimes the equation you get from a locus is not immediately in a recognizable form. Then you simplify and complete the square.
For example, if an equation becomes
$$ x^2+y^2-6x+8y+9=0 $$you can rewrite it by completing the square:
$$ (x^2-6x)+(y^2+8y)=-9 $$ $$ (x^2-6x+9)+(y^2+8y+16)=-9+9+16 $$ $$ (x-3)^2+(y+4)^2=16 $$Now it is clear that the locus is a circle with center \\((3,-4)\\) and radius \\(4\\).
This is why complete-the-square skills are useful in analytic geometry.
5. Important idea: “set of all points”
A common mistake is to think a locus definition describes only a few special points. But the locus includes every point that satisfies the condition.
For instance, if a point is equidistant from two fixed points, the locus is not just the midpoint. It is the entire perpendicular bisector of the segment joining those points.
6. Worked Example 1: Circle from a locus definition
Problem: Find the equation of the locus of points that are 5 units from the point \\((2,-1)\\).
Step 1: Use a general point.
Let \\(P(x,y)\\) be any point on the locus.
Step 2: Apply the distance condition.
$$ \sqrt{(x-2)^2+(y+1)^2}=5 $$Step 3: Square both sides.
$$ (x-2)^2+(y+1)^2=25 $$Answer: The locus is a circle with equation
$$ (x-2)^2+(y+1)^2=25 $$Interpretation: center \\((2,-1)\\), radius \\(5\\).
This example shows the basic locus definition of a circle.
7. Worked Example 2: Points equidistant from two fixed points
Problem: Find the locus of points equidistant from \\(A(1,2)\\) and \\(B(5,6)\\).
Step 1: Let \\(P(x,y)\\) be a point on the locus.
Since \\(P\\) is equidistant from \\(A\\) and \\(B\\),
$$ PA=PB $$Using the distance formula:
$$ \sqrt{(x-1)^2+(y-2)^2}=\sqrt{(x-5)^2+(y-6)^2} $$Step 2: Square both sides.
$$ (x-1)^2+(y-2)^2=(x-5)^2+(y-6)^2 $$Step 3: Expand both sides.
$$ x^2-2x+1+y^2-4y+4=x^2-10x+25+y^2-12y+36 $$Simplify:
$$ -2x-4y+5=-10x-12y+61 $$ $$ 8x+8y=56 $$ $$ x+y=7 $$Answer: The locus is
$$ x+y=7 $$This is a straight line. In fact, it is the perpendicular bisector of segment \\(AB\\).
Why does that make sense? Any point on the perpendicular bisector of a segment is the same distance from both endpoints.
8. Worked Example 3: Parabola from a locus definition
Problem: Find the equation of the locus of points equidistant from the point \\((0,2)\\) and the line \\(y=-2\\).
This is the locus definition of a parabola.
Step 1: Let \\(P(x,y)\\) be any point on the locus.
The distance from \\(P(x,y)\\) to the focus \\((0,2)\\) is
$$ \sqrt{x^2+(y-2)^2} $$The distance from \\(P(x,y)\\) to the horizontal line \\(y=-2\\) is
$$ |y-(-2)|=|y+2| $$For points on this parabola, the graph lies above the directrix, so the distance is \\(y+2\\).
Step 2: Set the distances equal.
$$ \sqrt{x^2+(y-2)^2}=y+2 $$Step 3: Square both sides.
$$ x^2+(y-2)^2=(y+2)^2 $$Expand:
$$ x^2+y^2-4y+4=y^2+4y+4 $$ $$ x^2-4y=4y $$ $$ x^2=8y $$Answer: The locus is
$$ x^2=8y $$This is a parabola opening upward.
Its standard form is \\(x^2=4py\\), so here \\(4p=8\\), giving \\(p=2\\). That matches the focus \\((0,2)\\) and directrix \\(y=-2\\).
9. Worked Example 4: Locus leading to a circle in general form
Problem: Find the locus of points whose distance from \\((3,4)\\) is the same as their distance from the origin plus 1 is not a standard conic definition, so instead consider this clearer condition:
Find the equation of the locus of points 4 units from \\((3,-2)\\), then write it in both standard form and general form.
Step 1: Use the circle definition.
$$ \sqrt{(x-3)^2+(y+2)^2}=4 $$Square both sides:
$$ (x-3)^2+(y+2)^2=16 $$This is already the standard form.
Step 2: Expand to get general form.
$$ x^2-6x+9+y^2+4y+4=16 $$ $$ x^2+y^2-6x+4y-3=0 $$Answer:
- Standard form: \\((x-3)^2+(y+2)^2=16\\)
- General form: \\(x^2+y^2-6x+4y-3=0\\)
This example shows how the same locus can be written in different algebraic forms.
10. How locus definitions connect to conic sections
Conic sections are not just equations to memorize. Each one has a geometric meaning as a locus.
- Circle: fixed distance from one point.
- Parabola: equal distance from a focus and a directrix.
- Ellipse: constant sum of distances from two foci.
- Hyperbola: constant difference of distances from two foci.
When you know the locus definition, it becomes easier to understand why a graph has its shape and how its equation is formed.
11. Graphing from a locus definition
To sketch a graph from a locus definition, ask these questions:
- What condition defines the points?
- Does the condition describe equal distance, fixed distance, or a sum/difference of distances?
- What basic figure does that suggest: line, circle, parabola, ellipse, or hyperbola?
- Can I find important features such as center, radius, focus, directrix, or midpoint?
- Can I write the equation in standard form to graph it accurately?
For example, if points are equidistant from two fixed points, the graph is a line. If points are a fixed distance from one point, the graph is a circle.
12. Common mistakes to avoid
- Forgetting “all points”: a locus is the complete set, not just one example point.
- Using the wrong distance formula: be careful with signs inside brackets.
- Not squaring carefully: when removing square roots, square both sides correctly.
- Missing absolute value for distance to a line: distance must be non-negative.
- Stopping too early: simplify fully so the graph can be recognized.
13. Quick check for understanding
- If a point moves so that it is always 6 units from \\((0,0)\\), what is the locus? A circle.
- If a point is always the same distance from \\((2,1)\\) and \\((2,9)\\), what is the locus? The perpendicular bisector of the segment joining those points.
- If a point is equidistant from a fixed point and a fixed line, what is the locus? A parabola.
14. Brief summary
A locus is the set of all points that satisfy a given condition. In coordinate geometry, we usually represent a general point by \\(P(x,y)\\), write the condition using distances, and simplify to get an equation.
Locus definitions help explain many important graphs: circles, lines such as perpendicular bisectors, and conic sections like parabolas, ellipses, and hyperbolas. Once the equation is found, completing the square can help rewrite it in standard form so the graph is easier to identify and sketch.
Put what you read to the test
You've worked through Locus Definitions. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.