Differential equations involving the function composition

dftfunctional
Messages
4
Reaction score
0
I have not met differential equations involving the composition functions (also not much literature on it).

Assume we know the form of g=g(x), and need to solve the following differential equation, finding f=f(x):

(g∘f)f'=g

Where g∘f=g(f(x)).

Does anybody have a strategy for solving the above-mentioned differential equation, that involves such function composition?
 
Physics news on Phys.org
It looks like you can apply separation of variables and integrate
 
dftfunctional said:
I have not met differential equations involving the composition functions (also not much literature on it).

Assume we know the form of g=g(x), and need to solve the following differential equation, finding f=f(x):

(g∘f)f'=g

Where g∘f=g(f(x)).

By inspection, f(x) = x is a solution.

Does anybody have a strategy for solving the above-mentioned differential equation, that involves such function composition?

Such ODEs are in general non-linear, and there are no general strategies for solving non-linear ODEs unless they happen to be separable.
 
mbp said:
It looks like you can apply separation of variables and integrate

pasmith said:
By inspection, f(x) = x is a solution.


Thank you both,


As a trained material scientist I am not an expert on ODE. Could you please, therefore provide me more details.


mbp said:
It looks like you can apply separation of variables and integrate

pasmith said:
Such ODEs are in general non-linear, and there are no general strategies for solving non-linear ODEs unless they happen to be separable.


If it is separable, how I can proceed to finding a solution considering that there is the composition given in the function?
 
Multiply both sides for dx getting

g(f(x)) f'(x) dx = g(x) dx

Then integrate both sides

G(f(x)) = G(x)

where G is a primitive of g, and you get f(x) = x as pasmith suggested
 
mbp said:
Multiply both sides for dx getting


Then integrate both sides

G(f(x)) = G(x)

where G is a primitive of g




Thank you very much,

as far as I understood G(f(x)) = G(x) would be equivalent to:

∫ g(f(x)df = ∫g(x)dx

And per inspection we could find that one solution is f(x)=x. Empirically I know that there are many solutions to the given equation. Is there a way for "exctracting" f(x) or getting rid of the composition function in the integrand from the (again):

∫ g(f(x)df = ∫g(x)dx
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top