wadawalnut
- 14
- 0
Homework Statement
I've been stuck on this problem for three days now, and I have no clue how to solve it.
Construct a linear differential equation of order 2, for which {y_1(x) = sin(x), y_2(x) = xsin(x)} is a set of fundamental solutions on I = (0,\pi).
Homework Equations
Wronskian for second order equations:
W(y_1,y_2) = y_1 y_2' - y_2 y_1'
\dfrac{dW}{dx} + PW = 0
The Attempt at a Solution
I checked with the Wronskian that this can be a fundamental set, since the Wronskian returns sin^2(x) which is never 0 on the interval. Now I'm stuck trying to construct the equation. I tried basic stuff like y'' + y = 0 but all attempts were unsuccessful. I then tried using the identity \dfrac{dW}{dx} + P(x)W = 0, which yielded P(x) = -cot(x). So I attempted y'' - cot(x)y' = 0 which also doesn't work. Is there a method for doing this or do I have to keep guessing?