Determination of Unknown Constants in Differential Equations

mtak0114
Messages
46
Reaction score
0
What is the general rule for determining how many initial conditions one needs to uniquely determine a solution of a set of ODEs or PDEs?

is it simply the number of derivatives? How about for coupled differential equations?

cheers

M
 
Physics news on Phys.org
From what I understand you are correct, an equation with n derivatives requires n initial conditions. Not too sure if the same applies for coupled DEs though.
 
Generally speaking, and I mean as general as you can get, the number of initial conditions needed is equal to the order of the DE. Idk anything about PDE's but that rule holds true for all linear, homogeneous ODEs. Non-linear DEs often are unsolvable. It holds true for systems of ODEs, also.
 
HallsofIvy posted this in another forum:

The set of all solutions to any second order, linear, homogeneous, equation forms a vector space of dimension two. That means, if you can find two independent solutions (that form a basis for the space) you can write any solution as a linear combination of the two solutions. That's all y(x)= c_1y_1(x)+ c_2y_2(x) means.

You can take that beyond second order and say for all linear, homogeneous equations.
 
I guess my question is really in regards to a set of coupled differential equations, could you have a set of say N coupled nonlinear ODEs which have a unique solution without specifying any initial conditions?

cheers

M
 
No, solving a single nth order equation will involve n unknown constants. Solving, say, m nth order equations will involve mn unknown constants. More generally, if you have a system of m differential equations, each of order n_1, n_2, \cdot\cdot\cdot, n_m, the solution will involve n_1+ n_2+ \cdot\cdot\cdot+ n_m unknown constants that have to be determined by additional conditions.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top