Question
Find the circle equation constants from points on the graph
Original question: Question 19 (a) Part of the circle $x^2+y^2=ax+by+c$ is shown below. Determine the values of the constants $a$, $b$ and $c$. (4 marks) [(-3,-2)] (-3,3) $(-1.5,2)$ $(-2,? )$ $(3,4)$ $(-3)^2+(-3)^2=a(-3)+b(-3)+c$ $18=-3a-3b+c$ $(3)^2+4^2=a(3)+b(4)+c$ $25=3a+4b+c$ $(-1.5)^2+2^2=a(-1.5)+b(2)+c$ $6.25=-1.5a+2b+c$ $-3a-2b+c=0$ $a=2$ $b=31.5$ $c=12.5$
Expert Verified Solution
Key concept: When a circle is written as , the clean way to recover the constants is to substitute coordinates from points that lie on the circle. That turns the picture into a small linear system.
Step by step
Step 1: Substitute the known points
For a point on the circle so every visible point gives one linear equation in .
Using the three labeled points shown in the working:
- gives
- gives
- gives
Step 2: Eliminate
Subtract the first equation from the second:
Subtract the first equation from the third:
Step 3: Solve the linear system
From and you solve for and , then back-substitute to get .
So the key method is: pick three points from the graph, build three equations, and solve the system.
If your diagram labels are meant to be different points, the final numbers will change, but the setup stays the same.
Pitfall alert
A common mistake is to plug in the center of the circle, or to read a label from the sketch as if it were a point on the curve when it is only an annotation. Another easy slip is mixing up with the standard center-radius form. Here, do not expand into center form unless the question asks for it; just use the given points directly.
Try different conditions
If one of the marked points changes, the algebra is still identical: each new point gives a new equation of the form . If you only know two points, you cannot determine all three constants uniquely; you need a third independent point. If the circle is given in center form instead, you would first expand it before matching coefficients.
Further reading
circle equation, substitution method, linear system
FAQ
How do I find a, b, and c in x^2+y^2=ax+by+c?
Substitute three points on the circle into the equation to create three linear equations, then solve the system for a, b, and c.
Why do I need three points?
Because there are three unknown constants. Two points are not enough to determine a unique circle in this form.