You are not logged in.
Pages: 1
The goal is to draw a circle which turns around one of its chords.
I had an idea to define a plane with a base point on a circle's chord and a normal vector, then turn the vector.... But while I can imagine this graphically I am completely stuck in the algebraic part.
Or am I thinking in the wrong direction completely?
Offline
hi White_Owl
I'm not clear about what you want from this. See diagram below.
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
No, what you draw is a moving center of a circle in the same plane as the original circle.
I need something like this. I can draw a circle C1 using
Offline
OK. I understand now.
So the chord is forever fixed.
So would you like the equation for the circle at different rotations?
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
Well, I would not say that the chord is forever fixed
OK, let me think out loud:
We can define a plane by three points. Let's say the first one is defined by points (C1, A, B) and the second one by (C2, A, B). So basically I need a formula of a circle which goes through points A and B, and have a center in the point C1.
For the the plane we can use formula ax+by+cz+d=0, so for the plane we have a set:
Now the question is how to simplify it into more usable formulas.
Offline
If you mean tge intersection of the grtapjs of those two equations,then I think that is right.
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
Yes that looks ok but
Now the question is how to simplify it into more usable formulas.
That may be tough.
I'll give it some thought. hope you're not in a great hurry.
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
Maybe it can be simplified using parametrization?
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
Pages: 1