SOLUTION: actually i want to calculate all the points lying on a circle so that i can plot a graph, when xcenter=5 and ycenter=5 and radius= 12 , can anyone help me in calculating each point

Algebra ->  Circles -> SOLUTION: actually i want to calculate all the points lying on a circle so that i can plot a graph, when xcenter=5 and ycenter=5 and radius= 12 , can anyone help me in calculating each point      Log On


   



Question 921647: actually i want to calculate all the points lying on a circle so that i can plot a graph, when xcenter=5 and ycenter=5 and radius= 12 , can anyone help me in calculating each point lying on the circle. as values are to be calculated from xcenter-r to xcenter+r????????
Found 2 solutions by josgarithmetic, Alan3354:
Answer by josgarithmetic(39630) About Me  (Show Source):
You can put this solution on YOUR website!
Learn the Distance Formula. This is simply an arrangement based on the Pythagorean Right Triangle theorem formula.

Pythagorean Theorem also gives a formula for equation of a circle.

In the example you asked, %28x-5%29%5E2%2B%28y-5%29%5E2=12%5E2.

Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
actually i want to calculate all the points lying on a circle so that i can plot a graph, when xcenter=5 and ycenter=5 and radius= 12 , can anyone help me in calculating each point lying on the circle.
-------------------
%28x-5%29%5E2+%2B+%28y-5%29%5E2+=+12%5E2 is the circle
You can solve for y
%28y-5%29%5E2+=+144+-+%28x-5%29%5E2
%28y-5%29+=+sqrt%28144+-+%28x-5%29%5E2%29
y+=+5+%2B+sqrt%28144+-+%28x-5%29%5E2%29
-----
Use the +sqrt for 1/2, then the -sqrt for the other half.