Numerical Differentiation with Finite Difference Derivatives

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

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

  • @jamesrav
    @jamesrav ปีที่แล้ว +26

    this was a big part of my MA in Applied Math ; considering that not many real-world equations have closed form solutions, this is the only way to go, and its a beautiful branch of Math and Computer Science.

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

      same.. you can get arbitrarily close to any analytical function

  • @kindoblue
    @kindoblue ปีที่แล้ว +15

    I watched so many videos from prof. Brunton that I hear “welcome back” in my head already at the opening 😂

  • @richardcasey4439
    @richardcasey4439 ปีที่แล้ว +3

    The best math instruction on the Internet

  • @Vss.alex2018
    @Vss.alex2018 ปีที่แล้ว +5

    A wonderful lecture, as usual. Thank you, Prof. Brunton!

  • @RodgerRabbit-k5k
    @RodgerRabbit-k5k 2 หลายเดือนก่อน

    Thankyou Steven. You are a good teacher and it is teachers like yourself that motivate me to continue on my path of education.

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

    wow ! this is so great. Thanks Steve and looking forward for the next course

  • @lewisngeno4789
    @lewisngeno4789 11 หลายเดือนก่อน +1

    you made life easier for me in my graduate study. Thank you

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

      Happy to help! Thanks for watching :)

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

    Thank you so much Steve! You're an inspiration

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

    I saw Steven at APS DFD yesterday, was great.

  • @fabianaltendorfer11
    @fabianaltendorfer11 11 หลายเดือนก่อน +2

    Awesome explanation! I really enjoy your videos

    • @Eigensteve
      @Eigensteve  11 หลายเดือนก่อน +1

      Happy to hear it :) Thanks for watching!

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

    A very nice video sir! Thanks for this.

  • @dzanc
    @dzanc ปีที่แล้ว +3

    I'd be looking forward to see a treatment for partial derivatives, i.e. stencils for PDEs. I never took the time to properly study this stuff and now whenever some pde blows up on me (expecially with Python, it happens a lot even for trivial stuff like a slightly modified diffusion equation) I'm left wondering whether I'm misusing functions or the damned thing just doesn't work very well

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

    thank you for your effort, ı appreciate this video and you a lot!

  • @marc-andredesrosiers523
    @marc-andredesrosiers523 ปีที่แล้ว +1

    🙂
    I'm hoping Functional Data Analysis will be covered.
    It's a very powerful numerical framework.

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

    Great video!

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

    Thanks for the video! At 3:53, f(x) seems to be a typo for f(t). At 22:17, O(∆t^5) seems to be a typo for O(∆t^4).

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

    Perfect explain!! Thanks

  • @AJ-et3vf
    @AJ-et3vf ปีที่แล้ว +1

    Great video. Thank you

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

    Would it be true that the central difference approximation is not just dt^2 vs dt in the forward and backward approximations but has the divide by 3 from the 3! advantage too. So to get 100 times smaller error you would only need 10/1.7 smaller dt? The 1.7 is sqrt(3)
    Really looking forward to differentiating real data to see how you treat the noise from digitizations and noisy real data. Thanks for the clear explanations!

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

    Thank you very much...❤❤❤.

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

    I think Prof Brunton is missing a 2 in the denominator of the delta t squared term at 22:00 (Not that relevant for the result anyway), great lecture as always

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

    You are the GOAT

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

    Δt is the leading order error term, only if Δt < 1, right? That's the only way Δt is actually smaller than its higher powers. So the unit of t matters. If we use seconds, instead of hours, the numerical value of Δt may actually be larger than 1, making the first-order term not necessarily smaller than higher order terms and more specifically, dependent on the numerical values of their products with the derivative terms (rescaled by the factorials) in our chosen system of units. Correct?

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

    nice to hear this video. I have some basic questions related to extremum seeking control. although I watch many many your past videos and read many papers. still, small things confuse me. How I will ask?

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

    Thank you so much

  • @dr.neetugarg1770
    @dr.neetugarg1770 ปีที่แล้ว

    beautifully explained. 👍👍

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

      Thanks!

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

    the 1st code, which IDE did you use Prof?

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

    Do you really write backwards, or use software to invert it ???

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

    Can you please talk about HIGH ORDER finite difference methods?

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

    Wouldn't it be better to polyfit cubic spline around (t) and then extract first and second derivatives from coefs?

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

    hi mr. i'm kia i wanna discustion with you maybe you can. i have study with jurnal about high order compact finite difference. but i have problem in my metode. maybe can you help me?

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

    Call me lazy, but I just take a polynomial regression of N neighboring points, and the polynomial coefficients of this regression give me the first, second, third, etc derivatives of the function at the neighborhood's origen. Done!

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

      Wow, very clever. I didn't know fit coefficients were the derivatives. I'm going to go try that out now. Thanks for sharing -- I'll subscribe to your channel too.

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

      @@johnsinclair1447
      Just remember to multiply the Nth coefficient by N!, and you'll get the Nth derivative of the polynomial at its origin. This is a pretty straightforward result that you can prove by differentiating the polynomial N times and then setting x=0. Another way of deriving it comes from the Taylor expansion of a function.

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

      @@johnsinclair1447
      And let me know how it went.

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

    Thank you

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

    How did you record these videos? Did you write on a piece of glass and then mirror the video?

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

      Probably, so we have the same perspective as him.

  • @artirex8220
    @artirex8220 8 วันที่ผ่านมา

    daje like

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

    Hey you are right handed here 😃

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

    Please professor kindly upload a lot of python related videos from basic to advanced
    By
    vasanth from india,tamilnadu