LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Rocket

Solved!
Go to solution

 Hello! I would like to make a simple simulation which shows a rocket launch with 3 variable inputs: weight of the rocket, speed and degree. Can you help with that? I am a beginner, and I cannot figure it out,

0 Kudos
Message 1 of 7
(153 Views)

It would be of demonstration purposes for one of my classes for kids.

0 Kudos
Message 2 of 7
(144 Views)

Do you need help with the theory or with the implementation in LabVIEW?

 

What kind of simulation? Just a graph of the trajectory or an animation?

0 Kudos
Message 3 of 7
(119 Views)

I think it is much easier to ask AI to write a Python script for you.

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
-------------------------------------------------------
https://github.com/ZhiYang-Ong
0 Kudos
Message 4 of 7
(103 Views)
Solution
Accepted by topic author Alexanderleaf

@Alexanderleaf wrote:

... rocket launch with 3 variable inputs: weight of the rocket, speed and degree. 


In addition, these three variables are insufficient. You also need the engine power.

 

Maybe start with the simpler problem of a cannonball, where you only have initial speed and angle, (and maybe air resistance as a function of speed).

0 Kudos
Message 5 of 7
(97 Views)

You are great! This is what I thought of. Is there a ready simulation for cannon ball what I can use?

0 Kudos
Message 6 of 7
(77 Views)

Without wind resistance, you start out with a horizontal and vertical speed component based on the starting angle and directional speed. The horizontal speed component will remain constant and the vertical speed component accelerates downward doe to gravity. Easiest would be to implement it using complex numbers where x=RE and y=IM. and use an xy graph.

 

Start reading here and see how far you get.

Message 7 of 7
(31 Views)