Get the equation of a circle through the points $(1,1), (2,4), (5,3) $.
I can solve this by simply drawing it, but is there a way of solving it (easily) without having to draw?
|
Get the equation of a circle through the points $(1,1), (2,4), (5,3) $. I can solve this by simply drawing it, but is there a way of solving it (easily) without having to draw? |
|||||||||||
|
|
Big hint: Let $A\equiv (1,1)$,$B\equiv (2,4)$ and $C\equiv (5,3)$. We know that the perpendicular bisectors of the three sides of a triangle are concurrent.Join $A$ and $B$ and also $B$ and $C$. The perpendicular bisector of $AB$ must pass through the point $(\frac{1+2}{2},\frac{1+4}{2})$ Now find the equations of the straight lines AB and BC and after that the equation of the perpendicular bisectors of $AB$ and $BC$.Solve for the equations of the perpendicular bisectors of $AB$ and $BC$ to get the centre of your circle. |
|||||||
|
|
Follow these steps:
|
|||
|
|
|
Consider the general (implicit) equation that defines a circle, with parameters $\alpha$, $\beta$, $\gamma$. Substitute the coordinate of the given points and get three linear equations in the three variables $\alpha$, $\beta$, $\gamma$. Solve the system. |
|||
|
|
|
You can also find first $R$ from the sin Law: $$R= \frac{BC}{2 \sin (A)}= \frac{BC * AB* AC }{2 \| AB \times AC \|} (*)$$ Next, write the equations of circles of radius $R$ with centre $A$ and $B$ and solve. Note The formula $(*)$ is the well known geometric formula for the area of a triangle: $$\mbox{Area}= \frac{abc}{4R} \,.$$ |
|||
|
|