Idea behind the series expansions

  • Thread starter Thread starter torehan
  • Start date Start date
  • Tags Tags
    Idea Series
AI Thread Summary
Series expansions, particularly Taylor expansions, are crucial in analytical procedures for developing theories of physical phenomena. They allow for the simplification of complex differential equations by expressing solutions as power series, enabling term-by-term differentiation. This method facilitates the derivation of coefficients necessary to solve the equations systematically. Additionally, power series extend the evaluation of functions like cos(x) or polynomials to complex numbers and matrices, broadening their applicability. Overall, these expansions provide a powerful tool for both solving equations and extending function definitions across various domains.
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
 
Mathematics 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, y= \sum a_nx^n, and differentiate "term by term": y'= \sum na_n x^{n-1} and y''= \sum n(n-1)x^{n-2}.

Putting those into the differential equation,
\sum_{n= 2}^\infty n(n-1)a_n x^{n-2}+ \sum_{n=0}^\infty a_nx^{n+1}= 0
If we change the index in the first sum to i= n-2 it becomes
\sum_{i=0}^\infty (i+2)(i+1)a_{i+2}x^i
Changing the index in the second sum to i= n+ 1 we get
\sum_{i=1}^\infty a_{i- 1} a_{i- 1}x^i
The equation becomes
2a_0+ \sum_{i=1}^\infty \left[(i+2)(i+1)a_{i+ 2}+ a_{i-1}\right]x^i= 0
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.
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top