thinkagain said:
I think it's this "vanishingly small burst" I am interested in. How do I go about figuring that out. It seems pretty important at what point it's done as well. Not sure how you mean it would be a reverse euler spiral. If you are suggesting the path radius would increase I would think that would require a lot more than 100 feet between the two lines to need additional acceleration? I I'm only using the Euler spiral as an example because it has a constantly shrinking radius as the length increases. I'm not seeing how that is wrong. If someone could explain if the path would be a different shape then please tell me. Thanks
If there is a distance that needs to be covered in the new direction and within the time period then it is no longer vanishingly small.
Using y for the initial direction and x for the new direction, your problem now consists of minimising T subject to:
##\ddot x^2+\ddot y^2 = a^2##, ##x(0) = y(0) = \dot x(0)=0##, ##\dot y(0) = v##, ##x(T)=s##, ##\dot y(T)=0##.
I.e., in the y direction we have to achieve a certain change in velocity, but in the x direction a certain change in position.
To get a rapid change in position, it is important to get up to a decent speed early. Thus, the initial acceleration should favour the x direction. This probably will look something like an Euler spiral with increasing radius.
But even simple strategies get quite messy to compute.
1. All x at first, then switching to all y:
T = v/a + √(2s/a)
2. Constant direction of thrust
##T^4-\left(\frac va\right)^2T^2-4\left(\frac sa\right)^2=0##
It is not immediately apparent that either of these is always better than the other.