How Do You Determine If a Point Lies on a Circle?

  • Context:
  • Thread starter Thread starter mathdad
  • Start date Start date
  • Tags Tags
    Circle Radius
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
mathdad
Messages
1,280
Reaction score
0
1. Sketch the circle of radius 1 centered at (0, 0).

(A) Write the equation of this circle.

I must use x^2 + y^2 = r^2.

The radius is 1. This means r = 1.

The equation is x^2 + y^2 = 1. Correct?

B. Does the point (3/5, 4/5) lie on this circle?

(3/5)^2 + (4/5)^2 = 1^2

(9/25) + (16/25) = 1

(9 + 16)/25 = 1

25/25 = 1

1 = 1

I say yes. Right?
 
Mathematics news on Phys.org
RTCNTC said:
1. Sketch the circle of radius 1 centered at (0, 0).

(A) Write the equation of this circle.

I must use x^2 + y^2 = r^2.

The radius is 1. This means r = 1.

The equation is x^2 + y^2 = 1. Correct?

Correct.

RTCNTC said:
B. Does the point (3/5, 4/5) lie on this circle?

(3/5)^2 + (4/5)^2 = 1^2

(9/25) + (16/25) = 1

(9 + 16)/25 = 1

25/25 = 1

1 = 1

I say yes. Right?

Right. Good work!
 
Good to know that I am right.
 
RTCNTC said:
B. Does the point (3/5, 4/5) lie on this circle?

(3/5)^2 + (4/5)^2 = 1^2

(9/25) + (16/25) = 1

(9 + 16)/25 = 1

25/25 = 1

1 = 1

In the first and following lines above, you are assuming what you are trying to show. The above can be properly written as

$$\left(\frac35\right)^2+\left(\frac45\right)^2=\frac{9}{25}+\frac{16}{25}=\frac{9+16}{25}=\frac{25}{25}=1$$

:)
 
greg1313 said:
In the first and following lines above, you are assuming what you are trying to show. The above can be properly written as

$$\left(\frac35\right)^2+\left(\frac45\right)^2=\frac{9}{25}+\frac{16}{25}=\frac{9+16}{25}=\frac{25}{25}=1$$

:)

Isn't that what I did?