Power series of a function of 2 variables

Click For Summary

Discussion Overview

The discussion revolves around the concept of power series for functions of two variables, specifically whether such a series can be considered a Taylor series. Participants explore the formulation of Taylor series for functions of two variables and the implications of their expansions.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant questions if a power series defined for a function of two variables is equivalent to its Taylor series.
  • Another participant provides a proposed expansion for a function of two variables, detailing the terms involved in the Taylor series.
  • A subsequent post suggests a correction to the proposed expansion, emphasizing the inclusion of a mixed second derivative term.
  • Another participant challenges the correctness of the mixed second partial coefficient, asserting it should not have a factor of 1/2.
  • One participant elaborates on deriving the Taylor polynomial for a two-variable function, introducing a method of treating one variable as a fixed parameter and expanding accordingly.
  • A later reply introduces a compact notation for Taylor series in higher dimensions, suggesting a method to compute coefficients for partial derivatives.

Areas of Agreement / Disagreement

Participants express differing views on the correct formulation of the Taylor series for functions of two variables, particularly regarding the coefficients of the mixed partial derivatives. The discussion remains unresolved with multiple competing views present.

Contextual Notes

Some assumptions about the continuity and differentiability of the function are implicit but not explicitly stated. The discussion also highlights the complexity of extending these concepts to functions with more than two variables.

Castilla
Messages
241
Reaction score
0
I have learned that if a function of one real variable can be defined as a power series, then this one is its Taylor series.

Does the same occur with functions of 2 real variables? I mean, if a function f(x, y) can be defined as a power series, does this series is the Taylor series of f(x, y)?

Thanks for help.
 
Physics news on Phys.org
I thought an expansion like this was possible...
<br /> f(x, y) = f(x_0, y_0) <br /> + \left. \frac{\partial f(x, y_0)}{\partial x} \right|_{x = x_0} (x - x_0)<br /> + \left. \frac{\partial f(x_0, y)}{\partial x} \right|_{y = y_0} (y - y_0)<br /> + \frac12 \left. \frac{\partial^2 f(x, y_0)}{\partial x^2} \right|_{x = x_0} (x - x_0)^2 <br /><br /> + \frac12 \left. \frac{\partial^2 f(x_0, y)}{\partial y^2} \right|_{y = y_0} (y - y_0)^2<br /> + \frac12 \left. \frac{\partial^2 f(x, y)}{\partial x \partial y}(x-x_0)(y-y_0) \cdots<br /> + \mathcal{O}(x, y)^3<br />
 
Last edited by a moderator:
That should be
<br /> f(x, y) = f(x_0, y_0) <br /> + \left. \frac{\partial f(x, y_0)}{\partial x} \right|_{x = x_0} (x - x_0)<br /> + \left. \frac{\partial f(x_0, y)}{\partial x} \right|_{y = y_0} (y - y_0)<br /> + \frac12 \left. \frac{\partial^2 f(x, y_0)}{\partial x^2} \right|_{x = x_0} (x - x_0)^2 <br /><br /> + \frac12 \left. \frac{\partial^2 f(x_0, y)}{\partial y^2} \right|_{y = y_0} (y - y_0)^2<br /> + \frac12 \left. \frac{\partial^2 f(x, y)}{\partial x \partial y}(x-x_0)(y-y_0)\cdots<br /> + \mathcal{O}(x, y)^3<br />
where I have added (x-x_0)(y-y_0) after the mixed second derivative.
 
I believe that's what I meant by the \cdots, sorry for being unclear.
 
This is incorrect, Halls!
You have a 1/2 in front of the mixed second partial; it should be a 1 instead.

For OP:
Here's how we can DEDUCE the look of the Taylor polynomial for a 2-variable function.
Now, given a function f(x,y); we may as a first step regard this as a single variable function G(x;y)=f(x,y); where "y" in G is just some fixed parameter.
G can be expanded in a 1-variable Taylor series in x about the point (x0,y), so switching to f-notation, we have:
f(x,y)=\sum_{n=0}^{\infty}\frac{1}{n!}\frac{\partial^{n}f}{\partial{x}^{n}}(x_{0},y)(x-x_{0})^{n}
where the 0'th derivative of a function means the function itself.

Now, each of these derivatives is a function of y, with a fixed parameter x0. Thus, they can be expanded as Taylor series, and we get:
f(x,y)=\sum_{n=0}^{\infty}\frac{1}{n!}\sum_{m=0}^{\infty}\frac{1}{m!}\frac{\partial^{(n+m)}f}{\partial{x}^{n}\partial{y}^{m}}(x_{0},y_{0})(x-x_{0})^{n}(y-y_{0})^{m}
Regrouping our double series in term of the total derivative index s=n+m, we readily get:
f(x,y)=\sum_{s=0}^{\infty}\frac{1}{s!}\sum_{n=0}^{s}\binom{s}{n}\frac{\partial^{s}f}{\partial{x}^{n}\partial{y}^{(s-n)}}(x_{0},y_{0})(x-x_{0})^{n}(y-y_{0})^{(s-n)}
where I have utilized \frac{1}{s!}\binom{s}{n}=\frac{1}{n!}\frac{1}{(s-n)!}


This form is readily extendable to functions with more than two variables as well.
 
Last edited:
One easy way to remember the Taylor series in higher dimensions is to write it like

<br /> f(x+u) = f(x)\; +\; u\cdot\nabla f(x)\; +\; \frac{1}{2!}(u\cdot\nabla)^2 f(x)\; +\; \frac{1}{3!}(u\cdot\nabla)^3 f(x)\; + \cdots<br />

You can get those coefficients for the partial derivatives by computing (u\cdot\nabla)^n open. For example

<br /> (u_1\partial_1 + u_2\partial_2)^2 = u_1^2\partial_1^2 + 2u_1u_2\partial_1\partial_2 + u_2^2\partial_2^2<br />
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 33 ·
2
Replies
33
Views
4K
Replies
23
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K