Projectile Motion: Linear Drag

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

КОМЕНТАРІ • 55

  • @thanoscube8573
    @thanoscube8573 Рік тому +16

    When air resistance isn't neglected I have a contrasting tendency to neglect my work but this video is spectacular

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

    Most comprehensive explanation. Thanks.

  • @codygilleland
    @codygilleland 2 роки тому +3

    Great animations and clear explanations

  • @danielkuchen5745
    @danielkuchen5745 2 роки тому +11

    Great explain! Please, could you write the equation to find the angle of launch for a known range?

    • @deca0
      @deca0 2 роки тому +1

      This please^^^^

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

      Sorry didn't see this before; might need to see a more specific problem but I feel like for that sort of thing you might need to integrate again for displacement and think about what happens when x = your given range and y = 0 or something

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

      You need to find the max displacement with the drag at a launch angle of 45°.
      Then find target displacement then use: (1/MaxDisp×TargDisp)×45)
      This gives you the Launch angle with 45 being the max achievable displacement you just proportionally find it.

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

    Great video and explanation! I'm amazed at how quickly I've forgotten calculus

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

      Hi, if you can reply immediately i need clarification please!

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

    Great video! Helped a ton!

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

    thnx, very clear and helpfull, now time to solve it using Eulers Method
    and use it for a simulation

  • @shadowzica1669
    @shadowzica1669 3 роки тому +2

    Thank you so much. This was what I was looking for.

  • @Hamza-yo3wh
    @Hamza-yo3wh Місяць тому

    hi, can you make a video about calculating that angle that achieves the furthest range with air resistance

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

    gem of a video

  • @diegoalgo1296
    @diegoalgo1296 2 роки тому +1

    That was so great, thank you!!

  • @ThedarkOwl
    @ThedarkOwl 2 роки тому +1

    hectic video ty big boss

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

    nead to know the time of fligth and the final distance of motion

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

    What if resistance varies with angle with vertical

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

    How would I find k for a projectile such as a tennis ball or football?

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

      You can either be given some points in the curve or you can obtain it experimentally and then solve for this equations

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

    Could you please explain how to get the value of k here?

  • @jonathansilberman1364
    @jonathansilberman1364 2 роки тому +2

    do you have an answer for the integrals!

    • @jonathansilberman1364
      @jonathansilberman1364 2 роки тому +1

      want to see if i got it correct

    • @jngTCS
      @jngTCS  2 роки тому +6

      @@jonathansilberman1364 It should be something like
      x = ucos(θ)/ k (1 - e^(-kt))
      y = (ku sin(θ) + g)/k^2 (1 - e^(-kt)) - gt/k

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

    How can we find the displacement with the drag included?
    I feel that is really important to solve for when making a ballistic object

    • @TimeFadesMemoryLasts
      @TimeFadesMemoryLasts 10 місяців тому +1

      You integrate velocity to get displacement x(t) and y(t), then you substitute time with the corresponding term that includes x to get the ballistic curve y(x)

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

    Hello! How could I find what projectile launch angle I need for a given x-distance? Namely, I would launch the projectile from the point (0,0) at a certain speed v0 with an angle theta such that the projectile passes through the point (x,0).
    Thank you,

    • @RafaelFixe
      @RafaelFixe 23 дні тому

      Solve the integrals given in this video to get x(t), y(t) ( don't forget about the integral constant that you will solve using x(0)=0 and y(0)=0 ).
      Next solve x(t)=x_distance in order of t and replace t in y(t)=0 with what you calculated.
      The result will be a mix of trigonometric/logarithmic/exponential equation that should equal 0 (that is impossible to solve in order of the angle analytically without complex functions)
      Next derive the equation you got in order of angle, and apply the Newton-Raphson method using initial angle 0. Obviously it's a numerical solution but shouldn't take more then 5 iterations to get the result (you can cache the result so you don't have to recalculate for every instance).

    • @BullSight_Archery
      @BullSight_Archery 22 дні тому

      ​@@RafaelFixe thanks for the reply! Now, is the quadratic drag worth considering for doing ballistic calculation. In other words, does the quadratic drag make a big difference at high speeds or could it be neglected?
      thanks

    • @RafaelFixe
      @RafaelFixe 22 дні тому

      ​@@BullSight_Archery At high speeds drag is mostly quadratic for something like a bullet. However solving the differential equation x''(t)=-kx(t)|v| is pretty difficult.
      As to the other part of your question, since the drag force will be proportional to the square of the speed, then yes, it will make a big difference, but keep in mind that for example, a bullet is already pretty aerodynamic and it's drag coefficient will be already pretty low. If you're doing a game or simulation that involves high aerodynamic objects like bullets, save yourself the effort and use linear drag, or you'll end up doing even more numerical methods to solve quadratic drag.

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

    Which softwares are used for this type of videos?

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

    3:44 is the purple arrow itself acceleration then? whereas the green is velocity?

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

      yes it is the acceleration due to air resistance (but not the total acceleration - note we already wrote down gravity before)

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

      @@jngTCS Thanks - was just clarifying. Your videos are a godsend.

  • @duetotouche
    @duetotouche 2 роки тому

    thanks a lot!

  • @abizair1832
    @abizair1832 2 роки тому

    Question: Why does the derivative of acceleration, from being a linearly negative function, turned into e^kt?

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

      Easier to write v for velocity here: what we're saying is that the derivative of v is just v itself... just multiplied by some negative constant.
      So we'd be asking, what kind of function is pretty much its own derivative, just scaled by some constant?

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

    Does anyone know what is A at 5:46 is? I'm kinda lost from there, thank you in advance!

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

      It's any constant - any number could go there and the derivative would still satisfy the equation in the line above

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

    Hey, at 2:40 you talk about how difficult it is to calculate the optimum angle with drag taken into account. I’m doing a study currently where I want to find exactly this, but I’m not sure how to do it. Could anyone help?

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

      Most methods I've seen end up being numerical in some way, - I guess it depends on to what extent / generality you need an exact solution!

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

      @@jngTCS I have experimental values which I'm trying to compare with theoretical values. From the experiment I've found that an angle of roughly 40 degrees maximized the horizontal displacement but I'm trying to mathematically figure out why this is the case (by creating some sort of function) How would you go about doing this?

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

      @@tangoseven825 if you want a solution to those equations involving exponentials as a closed-form function, I think you'll need the Lambert W function
      just found this one, it might help :) www.researchgate.net/figure/Angle-which-maximizes-the-range-of-the-projectile-in-a-linear-resisting-medium-as-a_fig5_233034424

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

      @@jngTCS Thank you! Will take a look

  • @jonathansilberman1364
    @jonathansilberman1364 2 роки тому

    hey, how do u work out what k is? or is a set value?

    • @jngTCS
      @jngTCS  2 роки тому

      it's just a constant that depends on the physical situation - the material and shape of the object as well as the medium it's travelling through (imagine throwing a ball through the air vs through honey, for example)

    • @jonathansilberman1364
      @jonathansilberman1364 2 роки тому

      oh okay thanks so much

  • @TeraGamerUK
    @TeraGamerUK 2 роки тому +1

    Hi, I know that someone already asked how to find k but is k the drag coefficient? or is it a combination of the drag coefficient, medium density, and surface area of the object and would you know of a name for K that I could search in order to be able to calculate k. thank you.

    • @jngTCS
      @jngTCS  2 роки тому +1

      This one might be helpful: en.wikipedia.org/wiki/Drag_equation
      From what I can see our k is a combination of those things you mentioned (drag coefficient does feature there) and it's more quadratic drag; I'm not aware of an exact name for the k.
      My background is actually in (pure!) maths and I'm currently teaching high school so that's why we're less concerned with the exact physical parameters that might be in play and more seeing simple applications of vectors and differential equations etc. we study. Once we venture into the land of tertiary physics I probably need to tap out!

    • @TeraGamerUK
      @TeraGamerUK 2 роки тому

      @@jngTCS @jng ah okay. I'm a lower 6th a student and haven't done anything related to non constant acceleration but am trying to learn it in order to write a projectile motion programme for a computer science project. Solving your equations for displacement would give me exactly what I need once I work out what k means. it was a very good video 👍

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

      @@TeraGamerUK did you end up finding it?

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

      @@martinlonegro6486 im afraid not. I completely switched what I was doing due to how annoying these equations are.

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

      Could it be the Drag force?