How Do You Calculate (X,Y) Coordinates on a Circle with a Given Radius?

  • Context: High School 
  • Thread starter Thread starter 777funk
  • Start date Start date
  • Tags Tags
    Circle Points
Click For Summary
SUMMARY

The discussion focuses on calculating (X,Y) coordinates on a circle with a radius of 10 inches, centered at (0,10). The key formula derived is x² + y² = 10², which can be adapted for circles not centered at the origin using (x - a)² + (y - b)² = r², where (a,b) is the center and r is the radius. The user also seeks software recommendations for quickly solving for various points on the circle.

PREREQUISITES
  • Understanding of trigonometric functions: sine and cosine
  • Familiarity with the Cartesian coordinate system
  • Basic knowledge of algebraic equations
  • Concept of radius and circle geometry
NEXT STEPS
  • Research the use of the unit circle in trigonometry
  • Learn about parametric equations for circles
  • Explore software tools for geometric calculations, such as GeoGebra
  • Investigate the application of polar coordinates in circle calculations
USEFUL FOR

Mathematicians, physics students, software developers working with graphics, and anyone interested in geometric calculations involving circles.

777funk
Messages
2
Reaction score
0
I would like to calculate (X,Y) coords on a circle with a 10" radius.

I have some idea on how this can work but I'm not real solid on it. Say the center is (0,10) and I'd like to solve for Y given an arbitrary X. How would I do this? Obviously (10,0) and (-10,0) and (0,-10) and I know that sin and cos are going to come into it but not sure the actual formula here.

Any help would be greatly appreciated.

EDIT: Thinking a little bit sin()=opp/hyp and cos()=adj/hyp. opposite would be my Y travel and adjacent would be my X. And the radius=10. Theta would be 2*pi/?.
 
Physics news on Phys.org
It's [itex]x^2 + y^2 = 10^2[/itex]. You can do [itex](x - a)^2 + (y - b)^2 = r^2[/itex] for an arbitrary center point (if the circle is not centered at the origin). In such a case the point (a, b) is your center and 'r' is your radius value.
 
Ok, thanks. So I WAY over complicated things. Thanks for the help there.

As far as quick easy solving for various points, do you (or anyone else for that matter) have any software recommendations?
 
Last edited:

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
6K
  • · Replies 29 ·
Replies
29
Views
5K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 62 ·
3
Replies
62
Views
10K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
5K