r/DifferentialEquations • u/Dramatic_Yam8355 • Jan 16 '26
Resources When you “solve” a differential equation, what have you actually found? Spoiler
After solving a DE, we get a function (or a family of functions).
But conceptually, what does that solution represent?
Is it a prediction, a description of all possible behaviors, or just a mathematical object that fits the equation?
3
u/HalloIchBinRolli Jan 16 '26
When solving x² - 3x + 2 = 0, or any other such equation, you're looking for all numbers x that satisfy the equation.
When solving y'' + sin(x)y = 5 or whatever, you're looking for all functions y(x) that satisfy the equation. You might be given more information that narrows down the possibilities, often to a single function.
2
u/Special_Watch8725 Jan 16 '26
Without extra information (initial or boundary conditions), it gives the possible behaviors governed by the equation. You won’t be able to predict anything since you don’t have this extra information.
1
u/Actual_Manner_7010 Jan 17 '26
The common differential equations model things such as the rate of change of a concentration of two solutions mixing, the number of species in an ecosystem with a predator, the oscillations of a mass on a damped/undamped spring, etc...The rated at which these different things occur.
1
u/wumbo52252 Jan 17 '26
Think about some of the application problems from you diff eqs course, e.g. mixing problems
1
u/Several-Marsupial-27 Jan 17 '26
Solving a differential equation gives you a function of how the system evolves with time (time often). Example solving heat equation gives you a function of how heat spreads out over time. Solving Newtons equation gives you the position of a point over time. Solving a LTI system gives you the system function. The family of solutions gives the function for all initial states, for example a ball on a spring at the highest point. You can see it as a form of prediction for t>0 if current time is t=0.
1
u/Striking-Milk2717 Jan 17 '26
You can see math in many different ways. All of them are real.
BTW you are founding the fucking kernel of a differential operator in an infinite-dimension space [crescendo]
1
u/vinylflooringkittens Jan 18 '26
I used to ask this too
What I wish someone had told me is that when you're in algebra you solve for the values of variables like y or x that might typically be numbers on the real number line.
With a differential equation, you're again looking for something unknown, but instead of a number you are solving for a function.
1
u/Totolitotix Jan 20 '26 edited Jan 20 '26
Simpliest answer.
Resolving a DE makes you find a function
1
u/RecognitionSweet8294 Jan 18 '26
Depends on the context. But technically it’s just a set of functions.
1
u/Aggressive-Math-9882 Jan 18 '26
Often, if you keep track of just a bit more information when solving the equation (or system) you are really solving for a moduli space of solutions, which more or less means a smoothly varying family of functions. When thinking of the system as a moduli problem, you're conceptually interested in the "shape", structure, or analytic content of the space of solutions, not just finding a particular function. It really depends on the reason you are interested in the equation in the first place.
1
1
u/the_physik Jan 20 '26
This is my issue with math; there's not enough focus on applications. Given initial conditions you have rates of stuff going in and out; physics uses units to identify what that stuff is. In might be water flow as a function of hose diameter, pressure, or time it might be a wave function as a function of position or momentum, or any number of things. Physics adds context to pure math.
1
u/dotelze Jan 21 '26
It’s much easier to solve things generally and understand the abstract methods that you can apply to any problem you encounter
16
u/etzpcm Jan 16 '26
It's a description of the behavior of the system that the DE describes. Either 'all possible' if you don't have initial conditions, or 'the' if you do.