Author Topic: Q3-T0601  (Read 2765 times)

Victor Ivrii

  • Administrator
  • Elder Member
  • *****
  • Posts: 2607
  • Karma: 0
    • View Profile
    • Personal website of Victor Ivrii
Q3-T0601
« on: February 10, 2018, 05:18:50 PM »
Find the Wronskian of two solutions of the given differential equation without solving the equation.
$$
x^2y'' + xy' + (x^2 - \nu^2)y = 0.
$$

Mark Buchanan

  • Jr. Member
  • **
  • Posts: 10
  • Karma: 4
    • View Profile
Re: Q3-T0601
« Reply #1 on: February 10, 2018, 05:22:50 PM »
Find the Wronskian of two solutions of the given differential equation without solving the equation.
$$x^2y'' + xy' + (x^2-v^2)y = 0$$

Divide everything by $x^2$ to get $y''$ by itself.
$$y'' + {1\over x}y' + {(x^2-v^2)\over x^2}y = 0$$

Now that it is in the proper form, we can use Abel's theorem of $W = ce^{\int-p(x)dx}$ where c is a constant and $p(x)$ is $1\over x$ in this case.  Now we solve the integral:
$$ce^{-\int{1\over x}dx} = ce^{-ln(x)+C} = ce^{ln(x^{-1})+C} = cx^{-1}e^C$$

But $ce^C$ is just some constant, so we can subsume it into just $c$.  Simplifying this, we get that the Wronskian is:
$$W = {c\over x}$$