Given 2 object (a spaceship and a planet), which are both orbiting the same sun. I have the spaceships position and velocity (and therefore also it's elliptical curve equation). And for the planet I know it's constant velocity, and it's constant distance from the sun (so therefore I know it's exact position at a given time). Is there a way to check, if the two object are going to interfere (basically collide with each other)?
Since it's a space simulator, where I calculate real gravity, my spaceship will accelerate when I fly towards the perigee. I only want to check for collision within the next orbit (Kerbal like).