Simulating Rocket Trajectories with Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024

ความคิดเห็น • 40

  • @harveythompson6197
    @harveythompson6197 10 หลายเดือนก่อน +7

    One day I was already awake, and like many other normal people I wondered if there was a TH-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 11 หลายเดือนก่อน +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...

  • @rubenoconnor198
    @rubenoconnor198 7 หลายเดือนก่อน +1

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

  • @theblackpinecooktop7767
    @theblackpinecooktop7767 5 หลายเดือนก่อน

    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!

  • @austinescobedo6638
    @austinescobedo6638 2 หลายเดือนก่อน

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

  • @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

  • @koufdell
    @koufdell หลายเดือนก่อน

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

  • @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.

  • @hafizuddinmohdlowhim8426
    @hafizuddinmohdlowhim8426 7 หลายเดือนก่อน

    Do you have a reference for your trajectory calculations?

  • @cartergreg5192
    @cartergreg5192 11 หลายเดือนก่อน

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

  • @JTanSC
    @JTanSC ปีที่แล้ว +2

    Love it

  • @_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

  • @DJChappie001
    @DJChappie001 4 หลายเดือนก่อน

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

  • @MehrnazAshrafi
    @MehrnazAshrafi 7 หลายเดือนก่อน

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

  • @AnthonyDDean
    @AnthonyDDean 9 หลายเดือนก่อน

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

    • @alexartemov953
      @alexartemov953 6 หลายเดือนก่อน

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

  • @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! TH-cam tutorials and guides for arduino and motion control will definitely help

  • @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

  • @galadler
    @galadler ปีที่แล้ว

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

  • @maxvanthart3128
    @maxvanthart3128 6 หลายเดือนก่อน

    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?

  • @steveadams7550
    @steveadams7550 5 หลายเดือนก่อน

    Yes, could you please post the code

  • @takayush6313
    @takayush6313 ปีที่แล้ว +1

    I subscribed 😤

  • @donsoap3424
    @donsoap3424 7 หลายเดือนก่อน

    I need the full amazing code

  • @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 :)

  • @СемёнКузнецов-ч5с
    @СемёнКузнецов-ч5с ปีที่แล้ว +2

    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