Can You Help Me Solve This Non-Elementary Differential Equation?

  • Thread starter Thread starter bishy
  • Start date Start date
  • Tags Tags
    Parameters
bishy
Messages
13
Reaction score
0

Homework Statement


2y\prime\prime +2y\prime + y = 4 \sqrt{x}

The Attempt at a Solution



charecteristic equation: x^2+x+\frac{1}{2}
roots: \frac{1}{2}\pm\frac{1}{2}i

homogenous solution: a \sin{\frac{1}{2}x} + b \cos{\frac{1}{2}x}

Wronskian: \left(\begin{array}{cc}\sin{\frac{1}{2}x}&\cos{\frac{1}{2}x}\\\frac{1}{2}\cos{\frac{1}{2}x}&-\frac{1}{2}\sin{\frac{1}{2}x}\end{array}\right) = -\frac{1}{2}

It would be nice to know if up to here, everyone else gets the same answer. After this I get into non elementary functions which is no where near the level of difficulty included within the course I'm taking. I haven't attempted to solve what comes next, frankly because I have no clue where to even begin. I think I probably made a mistake above, if someone can point me in the right direction that would be awesome. The method used is variation of parameters.

y_{1}=\sin{\frac{1}{2}x}

y_{2}=\cos{\frac{1}{2}x}

u_{1} = \int{4\sqrt{x}\cos{\frac{1}{2}x}dx}

u_{2} = \int{-4\sqrt{x}\sin{\frac{1}{2}x}dx}

ick
 
Last edited:
Physics news on Phys.org
With x^2+x+\frac{1}{2} as your characteristic equation, I think your roots should be -\frac{1}{2}\pm\frac{1}{2}i. And then with the complex roots, the homogeneous solution should be in the form of

y=c_1e^{\lambda t}\cos(\mu t)+c_2e^{\lambda t}\sin(\mu t)

where the roots come from the form of \lambda \pm i\mu. Your form was missing the exponential term. Hope that helps a bit.
 
Yeah, jeffreydk is right. Your roots are incorrect and you neglected the exponential.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top