Is the given shape a circle? What's the radius?




There are at least two ways a set of data can be checked to be points on a circle and determine the radius as well.




First, the radius of curvature can be measured using three consecutive points. This is a little advanced for all but second year calculus students. Another way is to assume that the points lie on a circle of a given radius $a$. For this purpose it is most convenient to place the origin at the left most point of the circle. For example the circle of radius $2$ with center at the origin is written as $x^{2}+y^{2}=4,$ but as a circle with left-most point passing through the origin it has the equation $(x-2)^{2}+y^{2}=4,$ with graph shown below.
circle__5.png

Continuing with an arbitrary radius $a$ and expanding MATH we get MATH which simplifies to $x^{2}-2xa+y^{2}=0$. Solving for the radius $a$ we obtain
MATH
After obtaining our coordinates MATHalong the "suspected" circle we compute the value
MATH
for each
MATH
We confirm that the curve in question is a circle if all the values $a_{i}$ are about the same.

Here's and example:

In summary, we required mathematics to use a proper model to test our hypothesis, the digitizer to make coordinates, and a spreadsheet to analyze the data.

This document created by Scientific Notebook 4.0.