Use series methods to find the solution corresponding to....

  • Context:
  • Thread starter Thread starter shamieh
  • Start date Start date
  • Tags Tags
    Series
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
shamieh
Messages
538
Reaction score
0
Use series methods to find the solution corresponding to $a_0 = 1$ for the equation: $(x+1)y' - y = 0$

I just need someone to verify if my solution is correct.

I ended up with the recursive formula being: $a_{n+1} = a_n$ and I ended up with $y_1 = 1 + 0 + 0 ...$ and $y_2 = x + x^2 + x^3 + x^4...$ and $y = C_1y_1 + C_2y_2$

View attachment 4318
 

Attachments

  • IMG_1543.JPG
    IMG_1543.JPG
    31.5 KB · Views: 129
Physics news on Phys.org
Do you really have to use series for this? You can get an EXACT solution quite easily by separating the variables or using an integrating factor...

$\displaystyle \begin{align*} \left( x + 1 \right) \, \frac{\mathrm{d}y}{\mathrm{d}x} - y &= 0 \\ \left( x + 1 \right) \, \frac{\mathrm{d}y}{\mathrm{d}x} &= y \\ \frac{1}{y} \, \frac{\mathrm{d}y}{\mathrm{d}x} &= \frac{1}{x+1} \\ \int{ \frac{1}{y}\,\frac{\mathrm{d}y}{\mathrm{d}x} \,\mathrm{d}x} &= \int{ \frac{1}{x+1}\,\mathrm{d}x} \\ \int{ \frac{1}{y}\,\mathrm{d}y} &= \ln{|x+1|} + C_1 \\ \ln{|y|} + C_2 &= \ln{|x+1|} + C_1 \\ \ln{|y|} - \ln{|x+1|} &= C_1 - C_2 \\ \ln{ \left| \frac{y}{x+1} \right| } &= C_1 - C_2 \\ \left| \frac{y}{x+1} \right| &= \mathrm{e}^{C_1 - C_2} \\ \frac{y}{x+1} &= C \textrm{ where } C = \pm \mathrm{e}^{C_1 - C_2} \\ y &= C\,\left( x + 1 \right) \end{align*}$
 
Yes, unfortunately, I have to use the series method as the question specifically states Use series methods to solve.. :(

- - - Updated - - -

Is my solution correct?
 
So for my final solution I have

recursive formula: $a_{n+1} = \frac{a_n(1-n)}{n+1}$

$y_1 = 1 + 0.. + 0 .. + ...$

so $y = C_1y_1$
 
UPDATE: SOLVED

The final solution is:

Recursion Formula: $a_{n+1} = \frac{a_n(1-n)}{n+1}$

$\therefore y_1 = 1 + x + 0 + 0 + ... + ...$