🔵22 - Method of Variation of Parameters 1 - Non-Homogeneous Differential Equations

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

КОМЕНТАРІ • 39

  • @ahmadsainable3611
    @ahmadsainable3611 2 місяці тому +4

    Wow! I never expected to learn this easily from an African Man. Thank you for making everything easy and straightforward. Your channel worth millions of subscribers.❤

  • @jonathanmikitch3902
    @jonathanmikitch3902 Рік тому +3

    Thank you for this playlist clearing up the whole class for me.

  • @I-am-king.
    @I-am-king. 8 місяців тому +3

    Well explained

  • @HenockNahango
    @HenockNahango 2 місяці тому +1

    Super well explained.....

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

    Thanks, you are helping a lot, Hi from Canada!

  • @muhammadmustapha5067
    @muhammadmustapha5067 8 місяців тому +6

    Im afraid this guy is him!!

  • @kevcopo
    @kevcopo 8 місяців тому +1

    Wow perfectly explained

  • @selaimaoka1807
    @selaimaoka1807 Місяць тому +1

    Thank you ❤

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

    Very explainatory video 😊

  • @kevn3850
    @kevn3850 Місяць тому +2

    imong agi di masabtan

  • @nhonnguyenthi6335
    @nhonnguyenthi6335 5 місяців тому +1

    Can y1 be a constant?

  • @JohnDoeTVChannel
    @JohnDoeTVChannel 2 місяці тому +1

    Shout out to you

  • @engineeringsurgery
    @engineeringsurgery Рік тому +3

    Please may we have Laplace and Fourier Series Lectures...

  • @tabbsonsimukonda5329
    @tabbsonsimukonda5329 3 місяці тому +1

    too good

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

    Please can you make a video on variation for systems

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

    Hello sir, your videos are super helpful. Please my question is, if y prime prime has a coefficient that is greater than 1, should I divide through all terms by the coefficient of the second derivative before I start?

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

      Thanks so much.
      No please, just solve like you do for any quadratic equation, at the end you will get the two required values of m, that is m1 and m2.
      Thanks for watching. Which campus do you watch from?

    • @carultch
      @carultch 11 місяців тому

      You can if you want to, but you don't necessarily have to do that.
      Given the general case of:
      a*y" + b*y' + c*y = g(t)
      The homogeneous solution (aka complimentary solution) is still a linear combination of e^(r1*t) and e^(r2*t), where r1 and r2 are the solutions to the quadratic equation a*r^2 + b*r + c = 0
      You can solve this one, with or without first dividing through by a. The solution to a*yh" + b*yh' + c*yh = 0, will be the same as the solution to:
      yh" + b/a*yh' + c/a*yh = 0
      The particular solution will be:
      yp = yh1*integral -g(t)/(W*a) dt + yh2* integral g(t)/(a*W) dt
      where:
      yh1 and yh2 are the two components of the homogeneous solution
      W is the Wronskian of the two components of the homogeneous solution
      g(t) is the original non-homogeneous part of the diffEQ
      a, b, and c are the original constant coefficients on each y-term

    • @carultch
      @carultch 11 місяців тому

      As an example, consider:
      4*y" + y = tan(t/2)
      The homogeneous solution is a sine and cosine linear combination with a frequency of 1/2.
      yh = A*cos(t/2) + B*sin(t/2)
      The Wronskian is W=1/2.
      To construct our particular solution:
      yp = yh1*integral -yh2*g(t)/(a*W) dt + yh2*integral yh1*g(t)/(a*W) dt
      yp = cos(t/2)*integral -sin(t/2)*tan(t/2)/(4*1/2) dt + sin(t/2)*integral cos(t/2)/(4*1/2) dt
      Which simplifies as:
      yp = 1/2*cos(t/2)*integral -sin(t/2)*tan(t/2) dt + 1/2*sin(t/2)*integral cos(t/2)*tan(t/2) dt
      After carrying out these
      yp = -cos(t/2)*arctanh(sin(t/2))
      Which means the solution is:
      y = A*cos(t/2) + B*sin(t/2) - cos(t/2)*arctanh(sin(t/2))

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

    6:33 does it matter which you call y1 and y2? because i initially had c1e^3x + c2e^2x and chose y1= e^3x and y2 = e^2x

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

      Don't please it doesn't not really matter. Only that the expression for yc should be the same as what I have there.

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

      @@SkanCityAcademy_SirJohn thanks

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

      you are most welcome. Where do you watch me from?@@XerathMTA

  • @orph2443
    @orph2443 11 місяців тому +1

    can I use it always?

    • @SkanCityAcademy_SirJohn
      @SkanCityAcademy_SirJohn  11 місяців тому

      Please be more specific with your question.

    • @carultch
      @carultch 11 місяців тому +1

      You can use it for any diffEQ of the form:
      a*y" + b*y' + c*y = g(t)
      And you can also use it for diffEQ's of the form:
      y" + p(t)*y' + q(t)*y = g(t)
      as long as you know in advance, the two homogeneous solutions to this equation if g(t) were replaced with zero. Not always a straight forward process to find, as it is when your coefficients are just constants.
      The big challenge is whether or not these integrals are practical to solve or not. It is very hard to find integrals that simplify to elementary functions for this method, and that are still complicated enough that you'd have to use variation of parameters. I've typically seen secants and tangents as the g(t) function.
      Usually, when your g(t) is of one of the function families that "plays nicely" with differential equations, you can use other methods like undetermined coefficients or Laplace transforms, to solve them, and don't even need variation of parameters.
      These function families are the following:
      Polynomials of t
      Exponentials of t
      Sine and cosine functions of t
      Linear and multiplicative combinations of any of the above
      What these function families have in common, is that they can be annihilated by a "polynomial" of the differential operator. This means they will either diminish to zero, or loop back to themselves, when differentiated repeatedly.