Simulating Rocket Trajectories with Python

Поділитися
Вставка
  • Опубліковано 21 гру 2024

КОМЕНТАРІ •

  • @harveythompson6197
    @harveythompson6197 11 місяців тому +8

    One day I was already awake, and like many other normal people I wondered if there was a UA-cam video explaining how to simulate rocket launches, and here I am. Nice!

  • @michaeldamolsen
    @michaeldamolsen Рік тому +9

    1 minute in, and some Karen calls the cops on the singing birds. I like where this is going!

  • @dylanboyd6147
    @dylanboyd6147 Рік тому +10

    This is an awesome video! Keep making stuff of this quality and you will have a huge following in no time!

  • @kai-fw6hq
    @kai-fw6hq Рік тому +3

    Amazing video! I can't believe you have just 33 subscribers, you really deserve more. You earned one.

  • @Asterism_Desmos
    @Asterism_Desmos Рік тому +1

    You’ve just got yourself another subscriber! Good work :D

  • @rostamr4096
    @rostamr4096 Рік тому +1

    Great and very helpful video. Can you also make the codes available in some sort to text ? I would like to used it and add more function to it...

  • @theblackpinecooktop7767
    @theblackpinecooktop7767 6 місяців тому

    Thank you for this! I knew next to nothing about python (I work in Ada and Fortran mainly) before watching this video and I had forgotten all of my orbital mechanics (I do atmospheric work) so I gave your code and methods a shot anyways as a refresher on both. I was able to reproduce your circular orbit results after some fumbling and algorithm tuning, and even learned some cool tricks along the way!
    I do, however need some clarification on the derivation: why is v/r = phi_dot and why does psi_dot = phi_dot - theta_dot? Probably something I am missing very fundamental, but figured I would ask anyhow!
    Thank you for this, you make it really easy to understand!

  • @caioveigapires5907
    @caioveigapires5907 Рік тому +1

    Loved the video! Didn't know you could do all that with only 100-ish lines of code.

    • @MiscellaneousBits
      @MiscellaneousBits  Рік тому

      Thanks! The code ended up being about 150 lines, but the last 50 are just to generate all the plots so I didn't show them

  • @_sh4512_
    @_sh4512_ Рік тому +1

    Love the video I’m going into my second year of my physics with astronomy undergrad. And this video was really fun and interesting for me keep up the great work excited for more of ur stuff in the future

  • @austinescobedo6638
    @austinescobedo6638 3 місяці тому

    I didn't know I was going to be watching a comedy special! ur hilarious

  • @koufdell
    @koufdell Місяць тому

    is there any possibility to get the source code for the 2 stage simulation? thx..great work

  • @rubenoconnor198
    @rubenoconnor198 8 місяців тому +1

    never related more with the first 6 seconds of a video haha :)

  • @hafizuddinmohdlowhim8426
    @hafizuddinmohdlowhim8426 8 місяців тому

    Do you have a reference for your trajectory calculations?

  • @JTanSC
    @JTanSC Рік тому +2

    Love it

  • @MehrnazAshrafi
    @MehrnazAshrafi 7 місяців тому

    Amazing Video! would you please post the final code? Thank You

  • @maxvanthart3128
    @maxvanthart3128 7 місяців тому

    hey, im working on a schoolproject on a rocket that needs to bring a payload into orbit with a group of people, could you post the code file please?

  • @cartergreg5192
    @cartergreg5192 Рік тому

    Can you please post the final code for this project? I'll be sure to make improvements if you do haha. Thanks.

  • @Livenewme
    @Livenewme Рік тому

    This stuff is interesting. I made a 6dof Excel rocket sim for a goddard level rocket. I'd like to bring it to Python, but i dont know where to start.

  • @DJChappie001
    @DJChappie001 5 місяців тому

    I saved this video in case I ever get myself an orbital rocket.

  • @ozhanfenerci7042
    @ozhanfenerci7042 Рік тому +1

    Hi! Do you provide the code for it?

    • @MiscellaneousBits
      @MiscellaneousBits  Рік тому +1

      I'm working on some updates and improvements that I'll make a video for some time soon (ish), I'll post the 'final' file then

    • @tamnotstudies6148
      @tamnotstudies6148 Рік тому +1

      @@MiscellaneousBits hi! i know its only been 3 months but im very impatient lol. pleaseeee post the code soon, thank you :)

  • @galadler
    @galadler Рік тому

    Nice. Can you maybe post a link to the source code?

  • @takayush6313
    @takayush6313 Рік тому +1

    I subscribed 😤

  • @RobotoForgoto
    @RobotoForgoto Рік тому

    This is fun! I want to make a program that predicts nerf gun dart trajectory. Then make some arduino projects that drop a dart on a predetermined coordinate. I'm a bit thick and can't figure it out!

    • @MiscellaneousBits
      @MiscellaneousBits  Рік тому

      Good luck on your project! UA-cam tutorials and guides for arduino and motion control will definitely help

  • @donsoap3424
    @donsoap3424 8 місяців тому

    I need the full amazing code

  • @steveadams7550
    @steveadams7550 6 місяців тому

    Yes, could you please post the code

  • @СемёнКузнецов-ч5с

    Post the code file please.

    • @MiscellaneousBits
      @MiscellaneousBits  Рік тому

      I'm working on some updates and improvements that I'll make a video for some time soon (ish), I'll post the 'final' file then

  • @markoj3512
    @markoj3512 Рік тому +3

    Your equation for the drag ist not correct ist should be
    -abs(v)*v
    Instead of -v^2
    It makes a huge difference ;)

    • @Livenewme
      @Livenewme Рік тому +1

      It's python "^" is a pack of lies, and it's unfortunate

  • @AnthonyDDean
    @AnthonyDDean 10 місяців тому

    Air resistance is also dependent upon atmospheric density which is dependent upon density, so performance is underestimated. See US Standard Atmosphere.

    • @alexartemov953
      @alexartemov953 6 місяців тому

      Можно просто задать функцию изменения плотности в зависимости от удаления от земли и соотнести ее с удалением ракеты от поверхности по нормали от стартовой площадки.