For what value of a will a circle centered at (2, -3) pass through points (1,a) and (a,3) in the standard (x,y) plane?
The answer should be 3, but how?? And how would you find the radius too? :(
Printable View
For what value of a will a circle centered at (2, -3) pass through points (1,a) and (a,3) in the standard (x,y) plane?
The answer should be 3, but how?? And how would you find the radius too? :(
Since it's a circle, the distance from the centre to any point will be the same.
So
.
The circle equation is Pythagoras' theorem applied to all points (x, y) on the circumference and the centre (2, -3).
Use the 2 given points to find "a"
therefore solve for
as "Prove It" showed.
Alternatively, if you use theform
then the centre is
Therefore
In solving these,and
are eliminated, to give
Given "a", you can then calculate the radiusQuote:
And how would you find the radius too? :(
Thanks you guys! :) I get it now :) Just a quick thought though, without knowing what a is, could you have found the radius by taking the x coordinate from both points and taking the y coordinate from both points?
I still getand so
(Or is this not legal since I'm using all 3 points at the same time?)
No, it doesn't work,
but you could get marked correctly in a test if the teacher did not check your work!
or if you did not state that that is what you were doing!
It would probably have been assumed that since you found the value of "a"
you were now using the point (1,a)=(1,3)
but to use y from one point and x from another point is incorrect....
refers to the horizontal and vertical co-ordinates of any "specific"
point on the circumference of the circle.
For example, if a circle circumference contains the points (4,3) and (0,5)
then it doesn't follow that it contains the point (4,5).
Thanks Archie that makes sense. Also, I never seen the other equation form of the circle with "c" before, that's pretty clever too :)
The other one is the "multiplied out" version of
where the centre co-ordinates are labelledinstead of
Then, both sides being equal, they are subtracted...
so the "c" will be
That version is often employed to find centre co-ordinates and radius
by algebraic solving of simultaneous equations.
It's just a convention though. No different to the first method.