I have another group project problem I am having trouble with.
Here is the first part of the problem:
"Consider the differential equation $df/dx=-[f(x)]^2$, with initial condition $f(0)=a$."
"Express $f(x)$ as the power series $\sum_{n=0}^\infty c_nx^n$"
"a) What is $c_0$?"
"b) What is the power series $f'(x)$?"
I believe I solved the equation correctly but I am not sure where to go from there.
Solving for $f(x)$ I get: $f(x)=\frac{1}{x-c}$
Then solving for the initial condition I arrive at: $a=1/c$, which gives me $f(x)=\frac{1}{x-1/a}$.
I am just not sure how to express $f'(x)$ or $f(x)$ as a power series...
Any help would be greatly appreciated.
I think that one want that you use power series to find $f$.
a) if $\displaystyle f(x)=\sum_{n\geq 0} c_n x^n$, then you have $c_0=f(0)=a$.
b) You have $\displaystyle f^{\prime}(x)=\sum_{n\geq 1} nc_n x^{n-1}$.
Now $\displaystyle f(x)^2=\sum_{n\geq 0} (\sum_{k=0}^n c_kc_{n-k})x^n$. So you get that for $n\geq 0$ $$(n+1)c_{n+1}=-\sum_{k=0}^n c_kc_{n-k}$$ Using this formula gives you $c_1=-a^2$, $c_2=a^3$. Now prove by induction that $c_n=(-1)^n a^{n+1}$ for all $n$.