TFM
- 1,016
- 0
Homework Statement
Solve the following equation by a power series and also by separation of variables. Check that the two agree.
Homework Equations
N/A
The Attempt at a Solution
Power Series:
(1+x) \frac{dy}{dx} = y
(1+x) \frac{1}{dx} = y \frac{1}{dy}
The power series is:
(1+x) \equiv 1+x+0x^2+0x^x ...
Thus
\frac{1 + x}{dx} = \frac{y}{dy}
Separation by Variables:
(1+x) y' = y
y' = \frac{1}{((1+x)} y
x'=g(t)h(x)
H(x) = G(t) + C
H=\int \frac{dx}{h(x)} ; G=\int g(t)dt
H=\int \frac{dy}{y} \equiv \int \frac{1}{y} dy = ln y
G = \int \frac{1}{1+x} dx = ln(1 + x)
ln y = ln (1+x) + c
y = 1 + x + c
These two methods haven't agreed for this question. i think the problem lays in my Power Series.
Anyone got any idesa?
TFM