I Equation for circle points in 3D

AI Thread Summary
The discussion focuses on calculating the coordinates of points on a circle defined by three points (A, B, C) in 3D space. The user aims to derive an algebraic formula for generating 10 points on this circle, starting by inscribing a triangle from the given points and calculating the lengths of its sides. The radius of the circle is determined using a specific formula linked to the geometry of the triangle. The user seeks assistance in finding the coordinates of the circle's center based on the distances between the points. The conversation emphasizes the need for a non-collinear arrangement of the points to ensure they lie on a circle.
Nikkki
Messages
2
Reaction score
0
TL;DR Summary
Calculate the coordinates of consecutive points based on ABC points lying on a circle in 3D space
Hello,

I am trying to solve a problem and I would like to ask for help.

I have 3 points (A, B, C) in 3D space that are assumed to be on a circle.

EXAMPLE 1
1637915795573.png
1637915918290.png
EXAMPLE 2
1637920200382.png
1637916124402.png

My goal is to create an algebraic formula to calculate the coordinates for 10 points on a circle composed of ABC points at any distance from each other.

1637916560383.png
1637916587355.png

MY IDEA

My first idea was to create a triangle inscribed in a circle from the ABC points and then the radius of the circle.
First, I calculate the lengths of the triangle's legs by recalculating the lengths of |AB| |AC| and |CB| vectors.

1637920433604.png

I calculate the radius length using the formula (https://www.physicsforums.com/threads/equation-of-a-circle-through-3-points-in-3d-space.173847/):
1637920084001.png

And at this step, I have now stopped
 
Mathematics news on Phys.org
The center has a distance r to all these points. Can you find its coordinates as function of e.g. a, (b-a) and (c-a), e.g. the position of a and two sides? This is completely analogous to the two-dimensional problem.
 
  • Like
Likes jim mcnamara
mfb said:
The center has a distance r to all these points. Can you find its coordinates as function of e.g. a, (b-a) and (c-a), e.g. the position of a and two sides? This is completely analogous to the two-dimensional problem.
Thank you for your answer.
I am testing the formula for the circle center coordinates in the "Cartesian coordinates from cross- and dot-products" section on the website : https://en.wikipedia.org/wiki/Circu...sian_coordinates_from_cross-_and_dot-products
 
Hint: think bisector - the problem says 'lies on a circle' which has to imply that the points are not collinear.
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...

Similar threads

Back
Top