Power Series Solution y' = xy

The formula for the derivative of a power series says that the coefficient of ##x^n## is ##n a_n##. So the derivative of your original series has coefficients that are twice the coefficients of your new series. That's why ##a_1 = 2 b_1 = 2C##.
  • #1
vanceEE
109
2

Homework Statement


$$y' = xy$$

Homework Equations


$$y = a_{0} + a_{1}x + a_{2}x^{2}+... = \sum\limits_{n=0}^∞ a_{n}x^{n}$$
$$xy = a_{0}x + a_{1}x^{2} + a_{2}x^{3}+... = \sum\limits_{n=0}^∞ a_{n}x^{n+1}$$
$$y' = a_{1} + 2a_{2}x + 3a_{3}x^{2}... = \sum\limits_{n=1}^∞ n a_{n}x^{n-1}$$

The Attempt at a Solution



$$\sum\limits_{n=1}^∞ n a_{n}x^{n-1} = \sum\limits_{n=0}^∞ a_{n}x^{n+1}$$
$$\sum\limits_{n=1}^∞ n a_{n}x^{n-1} = \sum\limits_{n=2}^∞ a_{n-2}x^{n-1}$$
$$\sum\limits_{n=2}^∞ n a_{n}x^{n-1} = a_{1}x^{0} + \sum\limits_{n=2}^∞ a_{n-2}x^{n-1}$$
$$\sum\limits_{n=2}^∞ [n a_{n} - a_{n-2}]x^{n-1} = a_{1}x^{0}$$ (1)$$n a_{n} - a_{n-2} = 0$$ for all n = 2,3,4,...
$$a_{1} = 0$$

$$a_{0} = 2a_{2}$$
let $$a_{0} = C $$
$$a_{2} = \frac{C}{2} $$
$$a_{1} = 3a_{3} = 0$$
$$a_{2} = 4a_{4} $$
$$a_{4} = \frac{C}{4*2} , a_{6} = \frac{C}{6*4*2}, a_{n} = \frac{C}{(2n)!}$$
I end up with the solution $$y = C*\sum\limits_{n=0}^∞ \frac{x^{2n}}{(2n)!} $$

What am I doing wrong? $$a_{1}$$ must be zero, correct?
 
Last edited:
Physics news on Phys.org
  • #2
Please disregard, the solution is in fact $$ y = C*\sum\limits_{n=0}^∞ \frac{x^{2n}}{(2n)!} $$
$$ C*\sum\limits_{n=0}^∞ \frac{x^{2n}}{(2n)!} \equiv C*e^{\frac{x^{2}}{2}} $$
 
Last edited:
  • #3
vanceEE said:
I end up with the solution $$y = C*\sum\limits_{n=0}^∞ \frac{x^{2n}}{(2n)!} $$
That is correct.


What am I doing wrong? ##a_{1}## must be zero, correct?
Your original series, the one with the those an coefficients, was of the form ##\sum_{n=0}^{\infty} a_n x^n##. Your new series is of the form ##\sum_{n=0}^{\infty} b_n x^{2n}##. All of your ##a_n## for odd n are zero.
 

1. What is a power series?

A power series is an infinite series of the form Σ an(x-c)n, where an are the coefficients, x is the variable, and c is a constant. It is a function that can be represented as a sum of terms that are powers of x.

2. How is a power series used to solve differential equations?

Power series can be used to find solutions for differential equations by substituting the series into the equation and solving for the coefficients. This method is called the power series method and is particularly useful for solving linear differential equations with variable coefficients.

3. What is the general form of a power series solution for y' = xy?

The general form of a power series solution for y' = xy is y(x) = Σ anxn+1, where an are the coefficients and n is a non-negative integer.

4. Can a power series solution for y' = xy be used for any initial condition?

No, a power series solution for y' = xy can only be used for initial conditions where y(0) = 0. This is because the series is centered at x = 0 and will not converge for other initial conditions.

5. Are there any limitations to using a power series solution for y' = xy?

Yes, there are limitations to using a power series solution for y' = xy. The series will only converge for certain values of x, so the solution will only be valid in a specific interval. Also, the accuracy of the solution depends on the number of terms used in the series, so it may not be an exact solution.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
189
  • Calculus and Beyond Homework Help
Replies
2
Views
711
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
259
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
218
  • Calculus and Beyond Homework Help
Replies
14
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
311
  • Calculus and Beyond Homework Help
Replies
3
Views
572
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
Back
Top