- #1
omission9
- 5
- 0
I have a mathematical model which, in part, does a calculation based on the location of certain points on a unit circle.
I am just working in 2d so for some arbitrary values of a,b,c,d,e,f
In the case of the unit circle equally divided so that I have three points on the unit circle (120° apart) this would look like this:
x=a cos (θ) + b cos (θ) + c cos (θ)
y=d sin (θ) + e sin (θ) + f sin (θ)
Now, I want to examine what happens if any two of these points are "free". That is, only one of the points is fixed and the others may individually take on any value from 0° to 360°.
Here is my question:
In this case I believe the model must use the Harmonic Addition Theorem, yes?
I believe this is the case since the two free positions on the circle have the same period but are out of phase with each other since they are moving independent of each other and can take on any arbitrary value. Is that right?
In this case my model would then look like this (where A and B represent the differences in phase)
x=a cos (θ) + (b cos (θ-A) + c cos (θ-B) )
y=d sin (θ) + (e sin (θ-A) + f sin (θ-B))
Is this correct?
I am just working in 2d so for some arbitrary values of a,b,c,d,e,f
In the case of the unit circle equally divided so that I have three points on the unit circle (120° apart) this would look like this:
x=a cos (θ) + b cos (θ) + c cos (θ)
y=d sin (θ) + e sin (θ) + f sin (θ)
Now, I want to examine what happens if any two of these points are "free". That is, only one of the points is fixed and the others may individually take on any value from 0° to 360°.
Here is my question:
In this case I believe the model must use the Harmonic Addition Theorem, yes?
I believe this is the case since the two free positions on the circle have the same period but are out of phase with each other since they are moving independent of each other and can take on any arbitrary value. Is that right?
In this case my model would then look like this (where A and B represent the differences in phase)
x=a cos (θ) + (b cos (θ-A) + c cos (θ-B) )
y=d sin (θ) + (e sin (θ-A) + f sin (θ-B))
Is this correct?