Idea behind the series expansions

  • Context: Undergrad 
  • Thread starter Thread starter torehan
  • Start date Start date
  • Tags Tags
    Idea Series
Click For Summary
SUMMARY

The discussion centers on the significance of series expansions, particularly Taylor expansions, in solving differential equations and extending functions to different domains. The example provided illustrates the use of power series to solve the differential equation y'' + xy = 0 by expressing y as a power series and differentiating term by term. The discussion emphasizes that a polynomial or power series equals zero for all x if every coefficient is zero, allowing for the derivation of equations for original coefficients. Additionally, power series facilitate the evaluation of functions like cos(x) or 3x for complex numbers and matrices.

PREREQUISITES
  • Understanding of Taylor expansions and their applications
  • Familiarity with power series and polynomial functions
  • Basic knowledge of differential equations
  • Concepts of complex numbers and matrix operations
NEXT STEPS
  • Study the application of Taylor series in solving differential equations
  • Explore the properties and convergence of power series
  • Learn about the extension of functions using power series for complex variables
  • Investigate the role of series expansions in numerical methods
USEFUL FOR

Mathematicians, physicists, engineering students, and anyone interested in the analytical methods for solving differential equations and extending functions in advanced mathematics.

torehan
Messages
41
Reaction score
0
Hi,
In general, for most of the physical phenomenon, somewhere in the analytical procedure while developing the theory of the phenomenon, series expansions used (generally Taylor expansion) which is a key point of the analytical steps.

My question is why we should use such expansions I mean what is the general purpose of the these expansions?

Torehan
 
Physics news on Phys.org
Polynomials, and their extension, power series, are the easiest kind of functions!

For example, to solve the differential equation, y''+ xy= 0, I can think of y as a power series, [itex]y= \sum a_nx^n[/itex], and differentiate "term by term": [itex]y'= \sum na_n x^{n-1}[/itex] and [itex]y''= \sum n(n-1)x^{n-2}[/itex].

Putting those into the differential equation,
[tex]\sum_{n= 2}^\infty n(n-1)a_n x^{n-2}+ \sum_{n=0}^\infty a_nx^{n+1}= 0[/tex]
If we change the index in the first sum to i= n-2 it becomes
[tex]\sum_{i=0}^\infty (i+2)(i+1)a_{i+2}x^i[/tex]
Changing the index in the second sum to i= n+ 1 we get
[tex]\sum_{i=1}^\infty a_{i- 1} a_{i- 1}x^i[/tex]
The equation becomes
[tex]2a_0+ \sum_{i=1}^\infty \left[(i+2)(i+1)a_{i+ 2}+ a_{i-1}\right]x^i= 0[/tex]
A polynomial or power series is equal to 0 for all x if and only if every coefficient is equal to 0. Setting each coefficient of that power series equal to 0 allows us to derive equations for the original coefficients, an.

Another important application of power series is to extend functions to different "domains". We typically learn how to evaluate functions like cos(x) or 3x for x any real number in secondary school. But suppose x is a complex number or a matrix. What would cos(x) or 3x be then? Answer- right the functions as power series in x. We know how to add and multiply complex numbers and matrices so we can evaluate such power series.
 

Similar threads

Replies
23
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
5K
  • · Replies 24 ·
Replies
24
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 20 ·
Replies
20
Views
4K
  • · Replies 17 ·
Replies
17
Views
2K