answersLogoWhite

0

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.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is an arc central angle and radius of the circle?

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.


How do you calculate the coordinates of chord given the length of radius and chord?

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.


What is the set of all points in a plane that are a given distance from a given point?

That's a "circle". The given distance is the circle's radius, and the given point is the circle's center.


A line segment with one endpoint at the center of a circle?

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.


What is the radius of a circle 26.4 cm?

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.


Given the coordinates xy of a center of a circle and its radius write a program which will determine whether a point lies inside the circleon the circle or outside the circle conditional statements?

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


What name is given to any line segment that connects the center to a point on a circle?

That's a radius of the circle.


How do you find the centre of a circle given part of a radius?

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.


if the center of a circle with a radius of three units is 11 what other points are there?

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.


The endpoints of a diameter are given Identify an equation of the circle?

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.


What is the radius of a circle is 16.3 millimeters?

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.


One radius of a circle is the same length as any other radius of any other radius?

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.