Vector_Frank
New member
- Joined
- Feb 27, 2020
- Messages
- 2
x = a*sin(b*t + c) + d*t
a, b, c, and d are arbitrary constants. Is there an analytic solution for t for a given x?
In the graph: a = 1, b = 1, c = 1, and d = 0.5.
This inquiry is similar to another recent one which I have read:
Responses there haven't answered my question.
Background: I am programming a molecular dynamics simulation for diatomic gasses. A molecule may
be translating and rotating. I need to determine the time of its impact with a boundary.
I realize that the problem may have multiple solutions. The earliest t is the solution that I need.
I suspect that no analytic solution exists and that I will need to use numerical methods.
Before I begin programming, I want to verify that I am not missing a simpler solution.
a, b, c, and d are arbitrary constants. Is there an analytic solution for t for a given x?
In the graph: a = 1, b = 1, c = 1, and d = 0.5.
This inquiry is similar to another recent one which I have read:
Inverse formula of a difference of cosines
Hi, my problem is the following: I need to find the inverse formula of this equation to get the "t" inside of the cosine. So, to be as clear as possible, in the end i should have the equation: "t = ...". x = cos(t) - cos(15t) Thanks to anyone will try to help me.
www.freemathhelp.com
Background: I am programming a molecular dynamics simulation for diatomic gasses. A molecule may
be translating and rotating. I need to determine the time of its impact with a boundary.
I realize that the problem may have multiple solutions. The earliest t is the solution that I need.
I suspect that no analytic solution exists and that I will need to use numerical methods.
Before I begin programming, I want to verify that I am not missing a simpler solution.