Why in physics, most of the physical systems are modelled by linear differential equations?
-
Related: http://physics.stackexchange.com/q/16262/2451 – Qmechanic Jan 29 '14 at 14:03
-
9Because they're easy to solve and produce results with acceptable precision and accuracy. When they don't, we're stuck with PDEs or worse. – Carl Witthoft Jan 29 '14 at 14:27
-
May be should have asked Why in physics, most of the physical systems are modelled by differential equations? – SRS Jan 29 '14 at 14:47
-
1@RoopamSinha: We can turn any non-linear differential equation into a set of coupled linear differential equations by a choice of transformations. So the answer is really because we choose to do so. – Kyle Kanos Jan 29 '14 at 15:48
-
@KyleKanos I didn't actually know that; should that somehow be obvious, or is that a non-trivial, well-known result? If you have a proof reference, I'd be curious to see it. – joshphysics Jan 29 '14 at 16:54
-
1@joshphysics It does require the transformation about an equilibrium point. Linearization is a very common process of solving non-linear differential equations. – Kyle Kanos Jan 29 '14 at 17:11
-
2@KyleKanos Ah ok well I'm familiar with linearization in that context, but your original statement is much stronger than that. If linearization is what you're referring to, then I think it's a bit misleading to say "because we choose to do so." There are situations in which the full, nonlinear equation is of interest. – joshphysics Jan 29 '14 at 17:14
-
@joshphysics: I suppose it is a little too strong a statement, but I stand by the idea that we (at least very often) choose to use coupled linear systems because they are easier to solve (especially numerically) than their non-linear form. – Kyle Kanos Jan 29 '14 at 17:17
-
@RoopamSinha: I would be careful of the term "linear", if what you mean is that only first powers of state elements, not multiplied by other state elements, appear on the right hand sides. In my experience in pharma, nonlinear differential equations appear all the time. – Mike Dunlavey Jan 29 '14 at 21:20
-
I would doubt you can turn "any" non-linear diff. eq. into a set of linear diff. eq. Please give a generalised example. – Jens Jan 18 '17 at 13:32
2 Answers
I think your qualification of "most" systems needs some clarification because really almost all of the classical universe is described by second-order, nonlinear partial differential equations. Fluids/liquids/gases and solids are described by the same set of second-order, nonlinear PDE's.
Linear equations, both linear PDE's and linear ODE's, show up often because they are a simplified approach to describe something in a tractable way. Nonlinear equations are very difficult to analyze or solve; linear ones are not nearly as hard. Nonlinear equations are difficult to approximate numerically; linear ones are not nearly as hard. So whenever possible, simplifications to things will be made to reduce them to linear equations provided the simplifications are justified and don't ignore fundamental physics (ie. give terrible answers).
Additionally, linear equations allow superposition of solutions. In fluids, for instance, the flow around a cylinder is very difficult to solve using the full Navier-Stokes equations. But if you reduce it to the linear potential flow equations, the solution is just the sum of a uniform flow solution and a doublet solution (or an irrotational vortex solution if the cylinder is spinning). So you can begin to build complicated solutions to complicated geometries and problems iff the equations are linear.
As to why we use differential equations at all -- because we choose to. Many times we can use integral equations or integro-differential equations, all for the same physical problem. The choice depends on your methods of analysis and what you are trying to capture from the equations, but all are valid options.
Differential equations describe a relationship in which the rate of change of some variables are related to the value of other variables. The reason they are so ubiquitous in physics is that this is how nature works. As an example, consider Fouirer's law for heat flux in a material in one dimension; $$ \frac{d q}{dt}=-k\frac{d T}{dx}. $$ This equation can be expressed in words as the rate of heat flow at a given point in an object is equal to a constant (known as the thermal conductivity) times the gradient of the temperature. This law can be expressed in words such as I have just done, but the mathematical expression (which is much simpler to read once you are used to it) is the differential equation written above.

- 26,333

- 7,033
-
Another interesting way of phrasing your answer is that "above the scales were quantum randomness is relevant: Our universe is deterministic". Which means future states are derived from current states (and usually the changes are smooth enough to be described with derivatives). – profPlum May 14 '23 at 02:12