Finding Second Order Linear Equation with x & x*ln(x) Solutions

brad sue
Messages
270
Reaction score
0
Hi ,
I am stuck with the following problem:

Find a second order linear homogeneous equation having the pair as a fundamental set of solutions:
y1(x)=x , y2(x)=x*ln(x).


My problem here is that I don't have the exponential form for the proposed solutions.

Thank you for your help

B.
 
Physics news on Phys.org
You don't need an exponential form. Can you find a (single) linear combination of the function and its first and second derivatives that add to zero - for both functions?
 
Tide said:
You don't need an exponential form. Can you find a (single) linear combination of the function and its first and second derivatives that add to zero - for both functions?

Ok you mean :
y1=x ----> (y1)'=1 -------> (y1)"=0
it gives: x*y' -y=0

y2(x)=x*ln(x) ----> (y2)'=1+ln(x) -----> (y2)"=1/x
it gives y*y"-(y'-1)=0

The second equation seems to be the good one since it is a second degree?
Am I right?
 
I don't think there is any need to go nonlinear. Try this:

x y'' - x y' + y = 0
 
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