Results 1 to 2 of 2

Thread: Differental Equations

  1. #1
    GO! use leech seed! qwertysaur's Avatar
    Join Date
    Dec 2006
    Location
    Kanto
    Posts
    11,627
    Contributions
    • Former Site Staff

    Default Differental Equations

    I can't get this one, and it's annoying me.

    Find the general solution to the following differential equation, and the corresponding particular solution for the initial value given. Primes denote derivatives with respect to x.

    [q](x<sup>2</sup> + 4)y' + 3xy = x; y(0) = 1[/q]

  2. #2
    One Hundred Chimneys Recognized Member Tavrobel's Avatar
    Join Date
    Jan 2006
    Location
    Conjunction Junction
    Posts
    10,455
    Articles
    102
    Contributions
    • Former Site Staff

    Default

    Start by changing your notation to dy/dx instead of primes or dots. This turns the equation into (x<sup>2</sup>+4)*(dy/dx) +3xy = x. Since it's a first order diff eq we have to solve it like a first order. Either we can do it as though it were separable, or through integrating factors.

    Let's be little bitches and assume that's it's separable. Integrating factors suck.

    Multiply both sides so that you don't have to deal with derivatives in denominators:
    (x<sup>2</sup>+4)*dy + 3xy(dx) = x*dx

    Bring the 3xy to the other side:
    (x<sup>2</sup>+4)*dy = x*dx - 3xy(dx)

    Notice that we have a common term on the right side: x*dx, so factor it out. This brings us closer to getting y and dy terms on one side, and x and dx terms on the other.
    (x<sup>2</sup>+4)*dy = x*dx*(1-3y)

    Ohh look, a y term by itself, meaning that it was separable. Bring the x<sup>2</sup>+4 to the other side with algebra:
    dy/(1-3y) = x*dx/(x<sup>2</sup>+4)

    Now, kill it with integrals. You should have a natural log on both sides. Recall back to Calculus: you'll need u subs.

    What to do with y(0) = 1? Well, that's our initial condition. Just find an equation where the equation goes through (0,1). That should be a quick look through our notes on how to deal with these.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •