The Finite Square Well: *Two* Methods Every Physicist Should Know

Поделиться
HTML-код
  • Опубликовано: 5 июл 2024
  • Check out my course on UDEMY: learn the skills you need for coding in STEM:
    www.udemy.com/course/python-s...
    In this video I look at two different techniques for solving the finite square well problem of quantum mechanics.
    Code: github.com/lukepolson/youtube...
    Discord:
    / discord
  • НаукаНаука

Комментарии • 36

  • @lajuelar
    @lajuelar 2 года назад +2

    Thank you Mr. P. Solver. Your lectures are my main guides in studying python programming.

  • @jupiter7180
    @jupiter7180 2 года назад

    So good. I literally have this problem due in a homework today. I like the ways you solved it!

  • @DrAtomics
    @DrAtomics 2 года назад

    Good stuff! Love your content man, I like to follow along and do them with you.

  • @fisicacomprof.marcelo9510
    @fisicacomprof.marcelo9510 2 года назад

    Very good man! Thank you for sharing your experience.

  • @rio_agustian_
    @rio_agustian_ 2 года назад +2

    Cool! I'm a physics undergrad, your videos helped me a lot 👌👌

  • @griffgruff1
    @griffgruff1 Год назад +2

    Good video, but I find red letters difficult to read with dark backgrounds.

  • @namangautam2277
    @namangautam2277 2 года назад +3

    can you solve this problem by using the numerov method

  • @Mayank-mf7xr
    @Mayank-mf7xr 2 года назад

    One of the finest videos on this topic.

  • @justin.p.oommen
    @justin.p.oommen 2 года назад

    Hey Man I love all of your content and it helped me so much. I am waiting for a content where you could do some High Energy physics exercises.
    ❤️

  • @oneman7039
    @oneman7039 2 года назад +2

    hey dude love the videos, fr they are dynoomite, keep doing ur thing. Think youll ever do some QM many body stuff further down the line, HF, CI, DFT etc...? anyway hope this channel blows up!!

    • @MrPSolver
      @MrPSolver  2 года назад +2

      Perhaps! I'd need to read more about them first, since I can't say I'm super familiar!

    • @oneman7039
      @oneman7039 2 года назад

      @@MrPSolver me neither haha but, I'm learning now!!. QM many body (and non qm also) stuff is well suited for numerical approaches too since I don't think there is any analytical ways of doing it. Check out "an introduction to hartree fock...." By c David sherill (online paper) for a very quick intro to hf (the og method), and I think molecular structure theory by trygve helgaker is the big boy book for in detail workings (although I haven't read any of it myself).

  • @nsumanth18
    @nsumanth18 2 года назад

    A video on symplectic integrators use to solve quantum system would be awesome

  • @DanielLima-kp9lo
    @DanielLima-kp9lo Год назад

    What is the form of the tridiagonal matrix if there is a first-order derivative in the second-order differential equation? I believe that if one uses the finite difference definition of the first-order derivative and sums it up with the second-order derivative definition, the off-diagonals won't be equal.
    Great work!

  • @lucaslongo473
    @lucaslongo473 Год назад

    Hi, this help me to solve finite well, i was wondering how i can implement this method to solve the potential barrier. How can i do that? Im wondering if the conditions psi_0=0 and psi_N=0 are still valids...Thanks in advance!!

  • @gmcenroe
    @gmcenroe Год назад

    How about animating a traveling wave funcation reflected from a barrier wall, showing the tunneling of the wave function. That would be cool.

  • @jdreynolds9959
    @jdreynolds9959 2 года назад +2

    I think you can rewrite the tan (cot) functions in terms of sine and cosine functions thus avoiding those horrible singularities. For example, p * tan(p) - q = 0 same as q * cos(p) - p * sin(p) = 0, and similar for cot.

  • @JeanDAVID
    @JeanDAVID Год назад

    you make me feel that solving schrodinger equation is at everybody's arm reach !!!

  • @mikekertser5384
    @mikekertser5384 2 года назад

    Fantastic. Thank you! :)

  • @ghaiath-altrabulsi
    @ghaiath-altrabulsi 2 года назад

    Thanks for good content.
    Could you please make a video for Maxwell's equations? 🙂

    • @kdub1242
      @kdub1242 2 года назад

      This _does_ apply to Maxwell's equations - the case of plane waves in an interferometer or resonator. It also applies to acoustic waves. "The same equations have the same solutions."

  • @idiosinkrazijske.rutine
    @idiosinkrazijske.rutine 2 года назад +1

    Good tutorial, thumbs up. BTW red on black is not so visible. Maybe chose something with higher contrast.

    • @MrPSolver
      @MrPSolver  2 года назад

      Quite true; I didn't notice until I was editing!

  • @user-qp2ps1bk3b
    @user-qp2ps1bk3b 2 года назад

    a great video, thank you!!

  • @mariomuysensual
    @mariomuysensual 2 года назад

    Damn, finite differences ftw!!

  • @Universe12343
    @Universe12343 Год назад

    very helpful

  • @maurocruz1824
    @maurocruz1824 Год назад

    Thx

  • @GustavoPinho89
    @GustavoPinho89 Год назад

    This guy Vinod is always present in Schrodinger problems 😂🤣🤣

  • @h.e.a311
    @h.e.a311 2 года назад

    Perfect 👍

  • @user-lc6jq1hi1r
    @user-lc6jq1hi1r 2 года назад

    may Allah reward you well for the content, but I didn't understand why you added 1e-9 in LHS2 at 9:57

  • @officiallyaninja
    @officiallyaninja 2 года назад +2

    no Diss track today?

    • @MrPSolver
      @MrPSolver  2 года назад +1

      Gotta save the diss track for the sequence of square wells ;)

  • @saidteacher3331
    @saidteacher3331 9 месяцев назад

    I am falling behind, physics itself is challeng8ng let alone these codes, i am trying but keep failing .... I am 41. I bearly fonnished my Masters. .... i do not knwo what to do.
    I think i will return to work in my restaurant .

  • @martinzapata7289
    @martinzapata7289 2 года назад

    Great vid overall, but that method for finding the zeros of a function was the sketchiest shit I’ve ever seen 💀

    • @MrPSolver
      @MrPSolver  2 года назад +1

      Haha welcome to numerical computing