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 {[itex]y_1(x) = sin(x), y_2(x) = xsin(x)[/itex]} is a set of fundamental solutions on [itex]I = (0,\pi)[/itex].
Homework Equations
Wronskian for second order equations:
[itex]W(y_1,y_2) = y_1 y_2' - y_2 y_1'[/itex]
[itex]\dfrac{dW}{dx} + PW = 0[/itex]
The Attempt at a Solution
I checked with the Wronskian that this can be a fundamental set, since the Wronskian returns [itex]sin^2(x)[/itex] which is never 0 on the interval. Now I'm stuck trying to construct the equation. I tried basic stuff like [itex]y'' + y = 0[/itex] but all attempts were unsuccessful. I then tried using the identity [itex]\dfrac{dW}{dx} + P(x)W = 0[/itex], which yielded [itex]P(x) = -cot(x)[/itex]. So I attempted [itex]y'' - cot(x)y' = 0[/itex] which also doesn't work. Is there a method for doing this or do I have to keep guessing?