roger said:
Hello
Please could anyone explain this to me :
for the equation of circle :
(x-h)^2 + (y-k)^2 = r^2
I don't understand why the centre of the circle is at the point (h,k) ?
More generally now... As you may have remarked, the simplest equation of the circle, x^2 + y^2 = r^2 ressembles very much pythagoras' square triangle equation. In fact, the equation of the circle is nothing but that. We say: "A circle of radius r is all sets of points (x,y) that satisfy pythagoras' equation for a given distance r".
In the simplest equation of the circle, x^2 represents the squared distance of the x coordinate from the origin and y^2 represents the squared distance of the y coordinate from the origin. So all you have to do to extent this idea to a circle not centered at the origin is remark that (x - h)^2 represents the squared distance of the x coordinate to the point (h,0) and that (y - k)^2 represents the squared distance of the x coordinate to the point (0,k).
Another way of seing it (perhaps easier?) is vectorially. Consider the point-vectors [itex]\vec{a}=(h,k)[/itex] and [itex]\vec{b}=(x,y)[/itex]. You can easily convince yourself that [itex]\vec{d} = \vec{b}-\vec{a}=(x-h,y-k)[/itex] is a vector going from the point (h,k) to the point (x,y). Then if we set the restriction that the norm of the vector (which is also the distance from (h,k) to (x,y)) be equal to r, then we have, by the definition of the norm of a vector,
[tex]\sqrt{(x-h)^2+(y-k)^2}=r \Leftrightarrow (x-h)^2+(y-k)^2=r^2[/tex]
which is yet another way to illustrate mathematically the intuitive definition of the circle: "All points an equal distance from its center."
(Does anybody know what this "bug" in LaTeX is due to or how to fix it? I'm talking about the wide useless space after vector b.)