Finite differences for 2nd derivatives | Numerical Methods | LetThereBeMath |

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ก.ย. 2024
  • In this video we use Taylor series expansions to derive the central finite difference approximation to the second derivative of a function.

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

  • @Sk-pg7uv
    @Sk-pg7uv 5 ปีที่แล้ว +2

    best numerical methods videos on youtube!!! i dont know why you dont have more subscribers

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

    From a systems optimization position, we quite often DO NOT know the function that characterizes our system, we can only take samples which will provide us with f(x) and f(x+_dx). So it is much more often the case in practice (rather than in mathematical theory) that we will ONLY know three data points and attempt to characterize around a central point using this formula. That is why we learn this, teach this, and use this in real-life systems.

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

    Great video. Really explained it well

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

    Regarding central difference, why not just use fwd difference for the first point and then use central difference until the penultimate point when use backward difference for the last point?

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

    Great explanation.

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

    thank you sooooo much for this playlist!!!

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

    this is great but
    how can we derive the third derivative finite difference

  • @AlejoCP00
    @AlejoCP00 2 ปีที่แล้ว

    How to calculate nth derivates?

  • @pipertripp
    @pipertripp 3 ปีที่แล้ว

    Question, isn't the whole point of these methods that all you have are data at discrete points and that you almost certainly DON"T know function. But you know the data at each point. So you know the function value AND the value of the independent variable, and that's why you would use these techniques. If you have the analytic form of the function and it's easy to compute, then yeah, there's no point in using these techniques...