Assumptions:
Problem:
Pitch angle: theta = -arcsin(MBToNED(3,1)) [-90 to 90 degrees]
When the pitch rate is negative for both stages, there is no issue since the rocket flies toward the target from launch.
When the first stage pitch rate is positive and the second stage pitch rate is negative, the equation above is no longer valid. In the first stage, the rocket flies in the opposite direction of the intended target due to the positive pitch rate (fly to the east) and then, in the second stage, the rocket flies toward back to the target (fly to the west) due to the negative pitch rate.
Pitch angle in the first stage and part of the second stage will be greater than 90 degrees. Hence, the equation above cannot be used.
Pitch angle is measured between the rocket body direction and the local horizontal direction toward to the target.
What is the algorithm that I can use to calculate the pitch angle through out the flight?
Greatly appreciate your help ... Thanks in advance.
Nang Ha
- Point mass model or 3DOF
- Target is located to the west of launch point (270 degrees launch azimuth)
- Trajectory: pitch rate is known; roll and yaw are equal to zeros.
- Two stage rocket: first stage has the positive pitch rate; second stage has the negative pitch rate. There is the gravity turn at the end of the first stage and second stage pitch rates.
Problem:
Pitch angle: theta = -arcsin(MBToNED(3,1)) [-90 to 90 degrees]
When the pitch rate is negative for both stages, there is no issue since the rocket flies toward the target from launch.
When the first stage pitch rate is positive and the second stage pitch rate is negative, the equation above is no longer valid. In the first stage, the rocket flies in the opposite direction of the intended target due to the positive pitch rate (fly to the east) and then, in the second stage, the rocket flies toward back to the target (fly to the west) due to the negative pitch rate.
Pitch angle in the first stage and part of the second stage will be greater than 90 degrees. Hence, the equation above cannot be used.
Pitch angle is measured between the rocket body direction and the local horizontal direction toward to the target.
What is the algorithm that I can use to calculate the pitch angle through out the flight?
Greatly appreciate your help ... Thanks in advance.
Nang Ha