Reduction of Order not giving a second solution

  • Thread starter Thread starter 1MileCrash
  • Start date Start date
  • Tags Tags
    Reduction
1MileCrash
Messages
1,338
Reaction score
41

Homework Statement



(x-1)y'' - xy' + y = 0, y=e^x is a solution

Homework Equations


The Attempt at a Solution



Assume the second solution is of the form ve^x, where v' = (y^'2)e^-int[-x/(x-1)]

So v' = e^(-2x)e^(x+ln|x-1|) = e^(ln|x+1|-x)

Then, this second solution must be

(e^x)(e^(ln|x-1|-x))

=e^(ln|x-1)

=x-1

But, this is no solution to the DE. What went wrong?

Thank you.
NEVERMIND, I forgot to integrate v'. What was I thinking?
 
Last edited:
Physics news on Phys.org
You mean: $$y^{\prime\prime} - \frac{x}{x-1}y^\prime + \frac{1}{x-1}y = 0$$ $$\frac{d}{dx}\left ( v^\prime(x)e^{2x}e^{\int \frac{xdx}{x-1}} \right )=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