\( Circle x^2+y^2=25. Where is (0,0) relative to the circle? \)
Explanation
Show / hide — toggle with X
Statement
The equation of a circle with centre at the origin \((0,0)\) and radius \(r\) is:
\[
x^2 + y^2 = r^2
\]
This represents all points \((x,y)\) that are exactly distance \(r\) from the origin.
Why it’s true
The distance from the origin to any point \((x,y)\) is \(\sqrt{x^2+y^2}\).
On the circle, this distance is always equal to the radius \(r\).
So, \(\sqrt{x^2+y^2}=r\). Squaring both sides gives \(x^2+y^2=r^2\).
Recipe (how to use it)
Square the x-coordinate and the y-coordinate of the point.
Add them together.
If the sum equals \(r^2\), the point lies on the circle.
If the sum is less than \(r^2\), the point is inside the circle.
If the sum is greater than \(r^2\), the point is outside the circle.
Spotting it
This formula is used whenever the circle is centred at the origin and you need to check if a point lies on it or describe its boundary.
Common pairings
Distance formula (since it derives from it).
Coordinate geometry problems involving circle equations.
General circle equation: \((x-h)^2+(y-k)^2=r^2\) when the centre is \((h,k)\).
Mini examples
Circle: \(x^2+y^2=25\). Point: \((3,4)\). Check: \(3^2+4^2=9+16=25\). Lies on circle.
Circle: \(x^2+y^2=100\). Point: \((6,8)\). Check: \(36+64=100\). Lies on circle.
Circle: \(x^2+y^2=16\). Point: \((2,1)\). Check: \(4+1=5<16\). Point inside circle.
Pitfalls
Forgetting the centre is at the origin (the general equation includes \((h,k)\)).
Mixing up radius \(r\) with \(r^2\).
Exam strategy
When checking if a point lies on a circle, always substitute into \(x^2+y^2\).
Be careful with negative values: squaring ensures they contribute positively.
Summary
The equation \(x^2+y^2=r^2\) describes a circle of radius \(r\) centred at the origin. It comes directly from the distance formula and is a key result in coordinate geometry.
Worked examples
Show / hide (10) — toggle with E
\( Does point (3,4) lie on the circle x^2+y^2=25? \)
\( Check: 3^2+4^2=9+16=25 \)
\( 25=25, so lies on circle. \)
Answer:
Yes
\( For circle x^2+y^2=16, does (2,2) lie on the circle? \)
\( 2^2+2^2=4+4=8 \)
8<16, so inside circle.
Answer:
Inside the circle
\( Circle: x^2+y^2=100. Is (6,8) on the circle? \)
\( 6^2+8^2=36+64=100 \)
\( 100=100, so lies on circle. \)
Answer:
Yes
\( Equation: x^2+y^2=9. Does (0,3) lie on the circle? \)
\( 0^2+3^2=9 \)
\( 9=9, on circle. \)
Answer:
Yes
\( Equation: x^2+y^2=25. Does (0,0) lie on the circle? \)
\( 0^2+0^2=0 \)
0<25, so inside circle.
Answer:
Inside circle
\( Equation: x^2+y^2=49. Is (7,0) on the circle? \)
\( 7^2+0^2=49 \)
\( 49=49, lies on circle. \)
Answer:
Yes
\( Circle x^2+y^2=81. Check (9,0). \)
\( 9^2+0^2=81 \)
\( 81=81, lies on circle. \)
Answer:
Yes
\( Circle x^2+y^2=20. Point (2,3). Inside, outside, or on? \)
\( 2^2+3^2=4+9=13 \)
13<20, inside.
Answer:
Inside
\( Equation: x^2+y^2=25. Point (5,5). Where is it? \)
\( 5^2+5^2=25+25=50 \)
50>25, outside circle.
Answer:
Outside
\( Circle: x^2+y^2=4. Does (1,√3) lie on circle? \)