_N3WTON_
- 350
- 3
Homework Statement
Part 1: Show that Euler's equation has solutions of the form x^r. This can be found by obtaining the characteristic equation ar(r-1) + br + c = 0
Part 2: Solve the following Euler equation: x^{2}y'' + xy' = 0
Homework Equations
Euler's Equation:
ax^{2}y'' + bxy' + cy = 0
The Attempt at a Solution
For part 1, I didn't have much of a problem, I let y(x) = x^{r}. Therefore:
y'(x) = rx^{r-1}
y''(x) = r(r-1)x^{r-2}
Substituting these values into the Euler equation:
ax^{2}(r)(r-1)x^{r-2} + bx(r)x^{r-1} + cx^{r} = 0
ax^{2}[r(r-1)x^{r-2}] + bx[rx^{r-1}] + c[x^{r}] = 0
a(r^{2}-r)x^{r} + brx^{r} + cx^{r} = 0
a(r^{2}-r) + br + c = 0
ar(r-1) + br + c
This is the characteristic equation, so that portion of the problem is solved. For part 2, I am not really having a problem formatting the problem, but I am having a problem understanding the given solution. Here is what I did:
x^{2}y'' + xy' = 0
r(r-1) + r = 0
r^{2} - r + r = 0
r^{2} = 0
So the answer has repeated roots with r = 0. So the solution given in the back of the book is:
Y(x) = c_1 + c_{2}ln(x)
I looked around online and verified that this is indeed the answer. However, I am having some trouble understanding where the natural log came from, there is no explanation given in my book and I also can't seem to find a derivation online. Probably I am missing something obvious, but I was hoping someone could help me out and give an explanation, thanks.