Euler's Theorem, Homogenous Functions

  • Thread starter Thread starter psholtz
  • Start date Start date
  • Tags Tags
    Functions Theorem
Click For Summary

Homework Help Overview

The discussion revolves around a problem from a classic text on ordinary differential equations (ODEs) that involves Euler's Theorem on homogeneous functions. The original poster is tasked with proving an extension of Euler's theorem for functions that are homogeneous in different variables.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants explore the nature of the function involved, questioning whether it is in two or four variables and considering variable changes. They attempt to apply Euler's theorem to derive relationships between the variables and their derivatives.

Discussion Status

Some participants have shared their attempts at solving the problem, including concrete examples to clarify their reasoning. There is an ongoing exploration of the calculations involved, with one participant expressing confusion over the expected results and seeking clarification on their approach.

Contextual Notes

Participants note the complexity of the expressions involved and the need for careful step-by-step verification of their calculations. There is also mention of the challenge in applying the theorem to specific examples, highlighting potential gaps in understanding the theorem's application.

psholtz
Messages
133
Reaction score
0

Homework Statement



I'm working on Problem 8, Chapter 1 in the classic Ince text on ODEs.

The question has me somewhat confused.

It involves Euler's Theorem on Homogeneous functions. For reference, this theorem states that if you have a function f in two variables (x,y) and homogeneous in degree n, then you have:

[tex]x\frac{\partial f}{\partial x} + y \frac{\partial f}{\partial y} = nf(x,y)[/tex]

The proof of this is straightforward, and I'm not going to review it here.

The problem asks the reader to prove the following theorem (I'm going to state the problem more or less verbatim, so I don't "read" anything into it that I'm not supposed). If f is a function homogeneous and of degree m in x1, x2, and homogeneous and of degree n in y1, y2, then:

[tex]\left(y_1 \frac{\partial}{\partial x_1} + y_2 \frac{\partial}{\partial x_2}\right)\left(x_1 \frac{\partial f}{\partial y_1} + x_2 \frac{\partial f}{\partial y_2}\right) - \left(x_1 \frac{\partial}{\partial y_1} + x_2 \frac{\partial}{\partial y_2} \right)\left(y_1 \frac{\partial f}{\partial x_1} + y_2 \frac{\partial f}{\partial x_2}\right) = (n-m)f[/tex]

In other words, the reader is asked to prove an extension to Euler's theorem.

I have some "attempts" at a solution, which I'll post in the next post, but to keep this post from growing too long and complicated, I'm going to end this one here.
 
Physics news on Phys.org
OK, now this is one of those problems where I have to stare at it for a while, just to try and figure out what it's asking.

At first, I wasn't sure if we were dealing w/ a function in 2 variables, or 4.

I'm pretty sure that we're dealing w/ a function in two variables, and that we're doing a change in variables from x1,x2 to y1, y2.

So we start w/ something like this:

[tex]f(tx_1,tx_2) = t^mf(x_1,x_2)[/tex]

[tex]f\left(1,\frac{x_2}{x_1}\right) = F\left(\frac{x_2}{x_1}\right) = x_1^m f(x_1,x_2)[/tex]

and likewise, after a change in variables to y1,y2:

[tex]f(ty_1,ty_2) = t^nf(y_1,y_2)[/tex]

[tex]f\left(1,\frac{y_2}{y_1}}\right) = F\left(\frac{y_2}{y_1}\right) = y_1^nf(y_1,y_2)[/tex]

By Euler's theorem, we would have:

[tex]x_1\frac{\partial f}{\partial x_1} + x_2 \frac{\partial f}{\partial x_2} = mf(x_1,x_2)[/tex]

and

[tex]y_1\frac{\partial f}{\partial y_1} + y_2\frac{\partial f}{\partial y_2} = nf(y_1,y_2)[/tex]

Subtracting these expressions suggests a way of attacking the problem:

[tex]\left(y_1 \frac{\partial f}{\partial y_1} + y_2 \frac{\partial f}{\partial y_2}\right) - \left(x_1 \frac{\partial f}{\partial x_1} + x_2\frac{\partial f}{\partial x_2}\right) = (n-m)f[/tex]

at least the RHS are equal.

However, there's one thing that's still confusing..

I'll address that in the next post (don't want anyone post to get too long).
 
Usually, in order to grapple and wrap my head around problems like this, I try to work out a concrete example first, and that's where I'm getting stuck here.

Suppose, for concreteness, we have:

[tex]f(x_1,x_2) = x_1^2x_2^2[/tex]

so that in x1, x2, f is homogeneous in degree 4.

Now suppose we make the change of variables:

[tex]y_1 = x_1^2, y_2 = x_2^2[/tex]

so that:

[tex]f(y_1,y_2) = y_1y_2[/tex]

Now, in y1,y2, f is homogeneous in degree 2.

If we plug these expressions into the expression above, and solve, we should expect to arrive an answer of:

[tex](n-m)f = (2-4)f = -2f[/tex]

However, I don't get that.

I'm going to step through the calculations very slowly, partly to triple verify that I wasn't making an error. The expression above is complex, soo... startly slowly..

First, expanding the first "term" on the LHS above, we would get an expression w/ four terms:

[tex]y_1\frac{\partial}{\partial x_1}\left(x_1\frac{\partial f}{\partial y_1}\right) + y_1\frac{\partial}{\partial x_1}\left(x_2\frac{\partial f}{\partial y_2}\right) + y_2\frac{\partial}{\partial x_2}\left(x_1\frac{\partial f}{\partial y_1}\right) + y_2\frac{\partial }{\partial x_2}\left(x_2\frac{\partial f}{\partial y_2}\right)[/tex]

Substituting the "concrete" expressions I suggested above, this reduces to:

[tex]y_1\frac{\partial}{\partial x_1}\left(x_1y_2\right) + y_1 \frac{\partial}{\partial x_1}\left(x_2y_1\right) <br /> +y_2\frac{\partial}{\partial x_2}\left(x_1y_2\right) + y_2\frac{\partial }{\partial x_2}\left(x_2y_1\right)[/tex]

[tex]y_1y_2 + y_1\frac{\partial}{\partial x_1}\left(x_1^2x_2\right) + y_2\frac{\partial}{\partial x_2}\left(x_1x_2^2\right) + y_1y_2[/tex]

[tex]2f + 2x_1^3x_2 + 2x_1x_2^3[/tex]

Similarly, if we take the second term on the LHS of the original equation, we have:

[tex]x_1\frac{\partial}{\partial y_1}\left(y_1\frac{\partial f}{\partial x_1}\right) + x_1\frac{\partial }{\partial y_1} \left(y_2\frac{\partial f}{\partial x_2}\right) + x_2\frac{\partial }{\partial y_2}\left(y_1\frac{\partial f}{\partial x_1}\right) + x_2\frac{\partial }{\partial y_2}\left(y_2\frac{\partial f}{\partial x_2}\right)[/tex]

which reduces to:

[tex]x_1\frac{\partial}{\partial y_1}\left(2x_1x_2^2y_1\right) + x_1\frac{\partial}{\partial y_1}\left(2x_1^2x_2y_2\right)<br /> + x_2\frac{\partial}{\partial y_2}\left(2x_1x_2^2y_1\right) <br /> + x_2\frac{\partial}{\partial y_2}\left(2x_1^2x_2y_2\right)[/tex]

[tex]x_1\frac{\partial}{\partial y_1} \left(2x_1^3x_2^2\right) + x_1 \frac{\partial}{\partial y_1}\left(2x_1^2x_2^3\right)<br /> + x_2 \frac{\partial }{\partial y_2}\left(2x_1^3x_2^2\right) + x_2 \frac{\partial}{\partial y_2}\left(2x_1^2x_2^3\right)[/tex]

[tex]x_1\frac{\partial}{\partial y_1}\left(2y_1^{3/2}y_2\right) + x_1 \frac{\partial}{\partial y_1} \left(2y_1y_2^{3/2}\right)<br /> +x_2 \frac{\partial}{\partial y_2}\left(2y_1^{3/2}y_2\right) + x_2 \frac{\partial}{\partial y_2}\left(2y_1y_2^{3/2}\right)[/tex]

[tex]3x_1y_1^{1/2}y_2 + 2x_1y_2^{3/2} + 2y_1^{3/2}x_2 + 3y_1y_2^{1/2}x_2[/tex]

[tex]6x_1^2x_2^2 + 2x_1x_2^3 + 2x_1^3x_2[/tex]

[tex]6f + 2x_1^3x_2 + 2x_1x_2^3[/tex]

Subtracting these two expressions, we get:

[tex]2f-6f = -4f[/tex]

In other words, it's not -2f, which is what we would expect.

Am I making a very basic mistake somewhere?
 
OK, I figured it out.. although I still didn't answer my own earlier question, that is, what to do when you have:

[tex]f(x_1,x_2) = x_1^2x_2^2[/tex]

[tex]f(y_1,y_2) = y_1y_2[/tex]

I'll start by posting the solution, which is actually quite straightforward if you just go through the mechanics. Starting w/ the first term on the LHS:

[tex]\left(y_1 \frac{\partial}{\partial x_1} + y_2 \frac{\partial }{\partial x_2}\right) \left(x_1 \frac{\partial f}{\partial y_1} + x_2 \frac{\partial f}{\partial y_2}\right)[/tex]

[tex]y_1 \frac{\partial}{\partial x_1} \left(x_1 \frac{\partial f}{\partial y_1}\right)<br /> + y_1 \frac{\partial}{\partial x_1} \left(x_2 \frac{\partial f}{\partial y_2}\right)<br /> + y_2 \frac{\partial }{\partial x_2} \left( x_1 \frac{\partial f}{\partial y_1} \right)<br /> + y_2 \frac{\partial}{\partial x_2} \left(x_2 \frac{\partial f}{\partial y_2}\right)[/tex]

[tex]y_1 \left(\frac{\partial f}{\partial y_1} + x_1 \frac{\partial ^2f}{\partial x_1\partial y_1}\right) + x_2 y_1 \frac{\partial ^2f}{\partial x_1\partial y_2} + x_1y_2 \frac{\partial^2 f}{\partial x_2\partial y_1} + y_2\left(\frac{\partial f}{\partial y_2} + x_2\frac{\partial^2f}{\partial x_2\partial y_2}\right)[/tex]

Applying Euler's theorem then gives:

[tex]nf + x_1y_1 \frac{\partial^2f}{\partial x_1\partial y_1} + x_1y_2 \frac{\partial^2f}{\partial x_2\partial y_1} + x_2y_1 \frac{\partial ^2f}{\partial x_2\partial y_1} + x_2y_2 \frac{\partial ^2f}{\partial x_2\partial y_2}[/tex]

Applying the same logic to the second term on the LHS, gives mf along (w/ continuity arguments) the same "cross" second derivative products. These "cross" products cancel, and you're just left with:

[tex](n-m)f[/tex]

However, still not sure why the "concrete" example I cited above doesn't seem to work..
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 18 ·
Replies
18
Views
3K