Discussion Overview
The discussion revolves around calculating the trajectory of a projectile in 3D space to hit a specific target on an arbitrary plane. Participants explore the mathematical modeling of projectile motion, including the effects of gravity and the necessary rotations to achieve the desired path.
Discussion Character
- Exploratory
- Technical explanation
- Debate/contested
- Mathematical reasoning
Main Points Raised
- One participant describes their current method for calculating a parabolic trajectory that hits a target on a plane perpendicular to the XZ plane, using specific input values for launch point, target point, initial velocity, and gravity.
- Another participant suggests using a rotation matrix to achieve the desired trajectory, explaining how to construct the rotation matrix based on the angle and axis of rotation.
- A later reply indicates that the proposed rotation does not yield the desired result, as it causes the entire parabola to rotate rather than keeping the start and target points fixed.
- Some participants argue that with fixed initial conditions (cannon position, target position, gravity, and initial velocity), there are only two possible trajectories that can hit the target, both lying in the same plane.
- Another participant expresses a desire to achieve a specific trajectory shape, indicating that they are open to using rotation or projection methods but are struggling with the implementation.
- One participant mentions that introducing additional forces may alter the nature of the trajectory, potentially making it no longer parabolic.
- Another participant emphasizes the need to specify how the projectile would return to the target if additional forces are applied, as gravity alone does not allow for lateral movement back to the target.
Areas of Agreement / Disagreement
Participants express differing views on the feasibility of achieving the desired trajectory shape while maintaining fixed start and target points. There is no consensus on the correct approach to implement the necessary rotations or additional forces.
Contextual Notes
Some participants note that the mathematical steps and assumptions involved in the calculations may not be fully resolved, particularly regarding the application of rotation matrices and the effects of additional forces on the projectile's trajectory.