Solving Circle Equation with 2 Intersecting Vectors

  • Context: Undergrad 
  • Thread starter Thread starter pbayer123
  • Start date Start date
  • Tags Tags
    Circle Coordinates
Click For Summary
SUMMARY

The discussion focuses on solving the circle equation involving two intersecting vectors, specifically using the ellipse equation: (X - Xo)^2/A^2 + (Y - Yo)^2/B^2 = 1. The programmer requires a fourth point to complete the programming task, which is essential for defining the circle's position relative to the vectors AB and CB. The circle must intersect specific points on the vectors while maintaining a defined relationship with them.

PREREQUISITES
  • Understanding of vector mathematics and geometry
  • Familiarity with the ellipse equation and its parameters
  • Basic programming skills for implementing geometric algorithms
  • Knowledge of coordinate systems and point placement
NEXT STEPS
  • Research methods for determining a fourth point in vector geometry
  • Learn about geometric algorithms for circle and ellipse intersections
  • Explore programming libraries for geometric computations, such as GeoPandas or Shapely
  • Study the application of parametric equations in defining circles and ellipses
USEFUL FOR

This discussion is beneficial for mathematicians, programmers working on geometric algorithms, and anyone involved in physics simulations that require precise calculations of intersections and relationships between geometric shapes.

pbayer123
Messages
2
Reaction score
0
Thank you for taking time to read my post, I hope I am putting into the correct area of the physics forum.

I am working with a programmer to complete a project that involves 2 intersecting vectors and a circle. The vector coordinates are known, we are trying to solve the circle equation. I have provided a visual example.

The programmer says the problem is he needs a 4th point in order to program this and is not sure how to do this. He states the following:

The equation of ellipse is:
(X -Xo)^2/A^2 + (Y-Yo)^2/B^2 = 1
where Xo,Yo - coordinates of center, A - major, B - minor semiaxes

http://curezone.com/ig/i.asp?i=69998

Thanks again.
 
Physics news on Phys.org
Image address:
http://curezone.com/ig/i.asp?i=69998

The text is difficult to read on the image so here is what it says:

Blue squares are outputs from an algorithm

The circle can be any size
but must be in the same relationship to the AB vector (ZY = AB)

the Z point on the circle must be place on pt A

The circle must intersect any point on CB and any point on BD
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 12 ·
Replies
12
Views
7K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 12 ·
Replies
12
Views
5K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K