You just need to know the distance between the two points.
The distance between (x1, y1) and (x2, y2) is given by:
d = SQRT((x2-x1)2+(y2-y1)2)
So, square the difference of the X coordinates, and add the square of the difference of the Y coordinates, and then take the square root.
QED
And here it is for idiots!
To find the length of the radius of the circle you need to create a triangle where the radius is the longest line.
For this example mark up a sheet of squared paper with both an x & y axis then draw a circle where the coordinates of the centre are 4,4 and the point on the edge is at 5,6 (it's easy if you use a compass for this example).
Now draw a line from both axes through the centre point and another to the point on the circumference. You will now have a right angled triangle where the radius is the longest line. Now use good old Pythagoras theory to calculate the length of the radius.
It's fun! Especially if you're as rubbish as me at working out square roots!!
Hope that helps.
That's a "circle". The given distance is the circle's radius, and the given point is the circle's center.
That's a radius of the circle.
Radius of a circle = diameter/2
If yo have the area of the circle, the square is irrelevant. Radius = sqrt(Area/pi)
you have multiplythe radius by 2 to get the diameter
Radius: A line from the center of a circle to a point on the circle. Central Angle: The angle subtended at the center of a circle by two given points on the circle.
You cannot. If you rotate the circle around its centre, the lengths of the radius and chord will remain the same but the coordinates of the chord will change.
That's a "circle". The given distance is the circle's radius, and the given point is the circle's center.
This is the radius of the circle. It connects the center of the circle to any point on the circumference. The length of the radius is constant for a given circle.
The radius of a circle is the distance from the center of the circle to any point on its circumference. If the radius of a circle is given as 26.4 cm, then that means the distance from the center to the edge of the circle is 26.4 cm. This measurement is constant for any point on the circle, as all points on the circumference are equidistant from the center.
Center is at (Xc, Yc ). Radius = R. ======================================= Print "Input the coordinates of point 'P', separated by a comma." Input A, B D = (Xc - A)2 + (Yc - B)2 If D < R2 then print "'P' is inside the circle." If D = R2 then print "'P' is on the circle." If D > R2 then print "'P' is outside the circle." by arup nandy
That's a radius of the circle.
You would have to know the length of the radius. The center of the circle is at one end of the radius. If you just know where some part of the radius is, and not that the part touches the circle then you cannot know where the center is without at lest a point on the circumference.
A circle is a two dimensional shape and so two coordinates are reuired to identify its centre - only one is given. As a result, the question is underspecified, and cannot be answered.
1. Find the coordinates of the center of the circle. Call it point (a, b). To find this point, calculate the average of the x-coordinates of the endpoints, and also the average of the y-coordinates. 2. Find the radius of the circle. Use the formula for distance (which is based on Pythagoras' Theorem). Call the length of the radius "r". 3. The formula for the circle is (x - a)2 + (y - b)2 = r2. Replace the values you found earlier.
The radius of a circle is half of its diameter. If the radius is given as 16.3 millimeters, that means the distance from the center of the circle to its edge is 16.3 millimeters. Therefore, the radius itself is simply 16.3 millimeters.
The radius is the distance from the center of the circle to its edge. No matter how you draw this radius, it is one value of one length only, for any given circle.