How can scaling symmetry transform differential equations in geometry?

  • Context: Graduate 
  • Thread starter Thread starter CE Adamson
  • Start date Start date
  • Tags Tags
    Geometry Nonlinear Ode
Click For Summary

Discussion Overview

The discussion revolves around the transformation of differential equations in geometry through scaling symmetry. Participants explore the general solution of a specific non-linear second-order ordinary differential equation (ODE) and the implications of symmetries in solving such equations. The conversation includes theoretical considerations and potential applications in general relativity (GR).

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant presents a specific ODE and seeks a more general solution beyond the known simple solutions.
  • Another participant notes the non-linear nature of the equation and suggests looking for symmetries as a method to simplify the problem.
  • A scaling symmetry is identified, where transformations of the form \( f \mapsto \alpha f \) and \( t \mapsto \alpha t \) maintain the equation's form.
  • Participants discuss the potential for coordinate transformations to yield simpler forms of the ODE, despite initial appearances of complexity.
  • References to existing research on Einstein's equations and Noether's theorem are made, emphasizing the historical context of symmetries in physics.
  • One participant proposes a change of variables to reduce the order of the equation, leading to a new form that remains non-linear but eliminates explicit dependence on the independent variable.
  • Another participant expresses uncertainty about the implications of scaling symmetry and seeks clarification on the concept of invariance in this context.
  • Discussion includes a critique of the scaling symmetry's application, noting that it may yield a modified equation rather than an exact equivalence.
  • Participants share insights on potential transformations that could lead to a first-order system, while acknowledging the complexity of the resulting equations.

Areas of Agreement / Disagreement

Participants express a range of views on the effectiveness of scaling symmetry and coordinate transformations in solving the ODE. There is no consensus on the best approach, and the discussion remains exploratory with multiple competing ideas.

Contextual Notes

Participants highlight the non-linear nature of the equation and the challenges associated with finding a general solution. The discussion also reflects varying levels of familiarity with the mathematical techniques involved, leading to different interpretations of symmetry and invariance.

Who May Find This Useful

This discussion may be of interest to those studying differential equations, particularly in the context of geometry and physics, as well as researchers exploring the role of symmetries in mathematical modeling.

CE Adamson
Messages
3
Reaction score
0
A geometry problem I'm working on has boiled down to finding a function ##f(t)## such that $$f'' + \frac{2}{t}f' + \frac{f'^2}{\left( 1 - \frac{f}{t} \right) t } + \frac{f'f}{\left(1- \frac{f}{t} \right) t^2} = 0$$ It has two fairly simple solutions, namely ##f(t) = a## and ##f(t) = \frac{k}{t}##, a and k numeric constants. What I'm trying to figure out is the more general solution with two parameters, something like ##f(t) = a + \frac{k}{t}##, except of course that doesn't quite work.

Anybody have any suggestions on how to attack the problem?
 
Physics news on Phys.org
Your equation is non-linear so superposition of solutions will not work. You can keep trying by educated guess and manipulation of the equation to simplify it or map it to (or near to) some know case. The only way I know of to tackle such equations in general is to look for symmetries.
Peter J. Olver, has some of the most comprehensive texts on the subject. See "Symmetry Groups of Differential Equations" by him.

Specifically a symmetry transformation which maps the equation to itself will map solutions to solutions. By the looks of your k/t solution it looks like you have a scaling symmetry: f\mapsto \alpha f, t\mapsto \alpha t. It maps the equation to an equivalent one and if you divide the whole ODE by t this scaling transformation will map the equation exactly to itself. Often insights into other symmetries can be found in the original application. Look for natural symmetries to your geometry problem.

I'll play with this a bit and see if I can spot anything helpful.

[edit:] This looks a little familiar. You playing with GR metrics? f = r?
 
  • Like
Likes   Reactions: Delta2 and romsofia
jambaugh said:
l.

[edit:] This looks a little familiar. You playing with GR metrics? f = r?

This looks like some Ricci tensor DEQs
 
jambaugh said:
... The only way I know of to tackle such equations in general is to look for symmetries...

Hmmm... interesting. Not sure if it's what you intended, but gets me thinking there might be a coordinate transform that would result in a DEQ that's easier to solve even if it looks more complicated. (Yes, this is from a GR metric I've been playing with in my spare time :) ) Though I'm not entirely hopeful as I think the form above is about as simple as it gets...
 
Well Einstein's equations under various dynamic symmetry conditions has been extensively studied. By saying this I am NOT discouraging you from exploring on your own but you should also touch base with existing research. There is a reason Emmy Noether's work on the relationship between general symmetries and conserved quantities was inspired by the question of conservation of energy in GR. It was here that the intellectual toy of the mathematicians called group theory became the power tool that has inspired the modern formulation of all theoretical physics. I appreciate your post as it's gotten me to revisit this subject from back in my Master's studies days.

The existence of the scaling symmetry I mentioned should mean you can reduce the order by 1. If my review gets to the point where I remember how to implement that I'll post it. It should be something along the lines of the change of dependent variable of g(t) = f(t)/t.

Hmm...

f'' + \frac{2}{t} f' + \frac{f'^2}{t(1-f/t)} + \frac{f'f}{t^2(1-f/t)}=0 times t
becomes
tf'' + 2 f' + \frac{f'^2}{1-f/t} + \frac{f'f}{t(1-f/t)}=0
which is invariant under ##f\to af, t\to at##. Now applying the change of var:f = tg, f' = g+tg', f'' = 2g' + tg''
gives us
2tg'+t^2g'' + 2g+2tg' + \frac{g^2+2tgg'+t^2g'^2}{1-g} + \frac{(g+tg')g}{(1-g)}=0
or
t^2g'' + 2g+4tg' + \frac{(g+tg')^2}{1-g} + \frac{(g+tg')g}{(1-g)}=0
It's still nastily non-linear but notice then you can replace the derivative operator with ## D = t\frac{d}{dt}## or equivalently make the change of independent variable: ## t = e^\tau## wherein
\frac{d}{d\tau} = \frac{dt}{d\tau} \frac{d}{dt} = t \frac{d}{dt}
carefully (I about skipped this part!) we need also to work out the 2nd derivative:
\frac{d^2}{d\tau^2} = \frac{d}{d\tau}[t\frac{d}{dt}] = t\frac{d}{dt}[t\frac{d}{dt}] = t\frac{d}{dt}+t^2\frac{d^2}{dt^2}
Thence using the notation ##\dot{u}=\frac{du}{d\tau}## the equation becomes:
\ddot{g}-tg' + 2g+4tg' + \frac{(g+tg')^2}{1-g} + \frac{(g+tg')g}{(1-g)}=0
or
\ddot{g}+ 2g+3\dot{g} + \frac{(g+\dot{g})^2}{1-g} + \frac{(g+\dot{g})g}{1-g}=0
So now there's no explicit occurrence of the independent var. From there a lot of algebraic possibilities should be popping out at you.
(1-g)(\ddot{g}+ 2g+3\dot{g}) + (g+\dot{g})^2+ g(g+\dot{g})=0

We should now be able to write it as a first order system (separable?) system. ##\dot{g}= -h## (minus sign so I don't have to put many in below).
\begin{array}{c} \dot{h}= 2g+3h + \frac{(g+h)^2}{1-g} + \frac{(g+h)g}{1-g}\\ \dot{g}=-h\end{array}
I can feel an integration just out of reach but I'm tired and under the influence of a bit of bourbon. Play with this and see what you get. And crucially check my work as I well may have made at least 1 error here. But again, the 1 parameter scaling symmetry of the original equation should indicate one level of reduction here. I'll meditate further.
 
  • Like
Likes   Reactions: Delta2
Some very nice tricks there to get rid of the explicit variable. I get the same result, although I grouped differently because I saw the same pattern repeating:
$$ ( \ddot{g}+ \dot{g} ) + 2(\dot{g} +g) + \frac{(\dot{g} +g)^2}{1-g} + \frac{g(\dot{g} +g)}{1-g}=0 $$

Looks so tantalizingly close :) Trying to get to ## h = \dot{g} + g## and ## \dot{h} = \ddot{g} + \dot{g}##...

However, I'm not sure I follow about the scaling symmetry. If I just make the straightforward substitution ##g = af, u=at## in the original equation, I get
$$
\frac{g''}{a} + \frac{2}{u}g' + \frac{g'^2}{a \left( 1 - \frac{g}{u} \right) u } + \frac{g'g}{\left(1- \frac{g}{u} \right) u^2} = 0
$$
which is obviously equivalent but has somewhat different form than the original. Can you explain what the "invariance" means?
 
Check that last term on the scaling symmetry.
\frac{(af'/a)(af)}{(1-\frac{af}{at})(at)^2} = \frac{1}{a} \frac{f'f}{(1-\frac{f}{t})t^2}

As it stands you don't get exactly the same equation, you get a ##1/a## multiple of the original equation which is equivalent. But if you simply rewrite the original equation times ##t## (or times ##f##) then you'll note that that equation will be exactly scale invariant.

The scaling symmetry generator is: ##\Xi=x\partial_x + t\partial_t## where ##x=f(t)## is a solution. The trick is to find new dependent and independent vars ##y,s## such that in this new set of coordinates ##\Xi = \partial_s##... or so the books say. Hmmm... in terms of polynomial terms you can think of scaling operator as the degree operator in that ##\Xi ax^p = p\cdot ax^p## and ##\Xi bt^q = q\cdot bt^q##. In particular ##\Xi(x/t) = 0## and ##\Xi \sqrt{xt} = \sqrt{xt}##.
So I think the transformation: s=\sqrt{xt}, y=x/t should have the effect of transforming the equation to one without any explicit occurrence of ##y## and thus it will become a 1st order equation in ##u=y'##.

I'm working here on very shaky memory and you should read up on the method and check my assertions. I'm not inclined to work this out myself in the near future but may get curious again and throw some graphite at it.

But do a search on Symmetry method for differential equations and you'll find no shortage of references. There are some good pdf's you can download out there but I am very uncertain about their license and so refrain from posting them, or links to them here.
 
  • Like
Likes   Reactions: Delta2

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 0 ·
Replies
0
Views
4K
  • · Replies 23 ·
Replies
23
Views
1K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K