*sigh* me and teh math... I'm in trouble!
Maybe I should just write down the whole problem, because the longer I look at it the more I get the impression that I'm trying to mount the horse from the rear end...
Basically, I'm trying to program a little calculator to help me along with eject burns on low thrust. The auto-burn mode of IEATMFD burns a third orbit around periapsis, which works quite well. The goal of my calculator is to calculate how long it will take until orbit ejection is reached (i.e. eccentricity gets bigger than 1).
I have a basic version functioning, but it's got severe accuracy problems, because of above mentioned lack of PeR-modification. Allthough the predictions done by the calculator currently are already of some help, I can't get rid of the feeling that it might be alot more help with the right formulae.
Currently I have an iteration that goes through the orbits, aplies the delta-v burned in one third orbit at periapsis, calculates the new eccentricity and orbital period and does that until eccentricity goes above 1. The major improvement I want to add is to predict the modification of the periapsis.
However, I can't see how I should go about doing that, since I need PeR to calculate eccentricity and SmA, so I need some other basis to calculate the deviation of the PeR.
So what I'd need is a formula that lets me calculate the new PeR based on the old PeR, eccentricity, delta-v aplied and time of burn, but I can't find any. Anyone got a hint for me?