ODE books have a section on interval of existence of a solution with a standard set of problems, such as what is the interval of existence for $y'+(\tan t) y = t/(t-2), y(3)=5$, or $y'=y^3, y(0)=2$. I am looking for a "modelling" problem leading to such an issue. That is, a natural situation where the issue comes up and has a physically meaningful answer.
2026-04-02 03:53:15.1775101995
An applied problem in ODE leading to Interval of Existence issue
120 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ORDINARY-DIFFERENTIAL-EQUATIONS
- The Runge-Kutta method for a system of equations
- Analytical solution of a nonlinear ordinary differential equation
- Stability of system of ordinary nonlinear differential equations
- Maximal interval of existence of the IVP
- Power series solution of $y''+e^xy' - y=0$
- Change of variables in a differential equation
- Dimension of solution space of homogeneous differential equation, proof
- Solve the initial value problem $x^2y'+y(x-y)=0$
- Stability of system of parameters $\kappa, \lambda$ when there is a zero eigenvalue
- Derive an equation with Faraday's law
Related Questions in EDUCATION
- Good ideas for communicating the joy of mathematics to nine and ten year olds
- Is method of exhaustion the same as numerical integration?
- How do you prevent being lead astray when you're working on a problem that takes months/years?
- Is there a formula containing index of π (exclude index 1)
- How deep do you have to go before you can contribute to the research frontier
- What are the mathematical topics most essential for an applied mathematician?
- i'm 15 and I really want to start learning calculus, I know geometry, a little trig, and algebra 1 and 2 what is the best way to go about this?
- How to self teach math? (when you have other academic commitments)
- The Ideal First Year Undergraduate Curriculum for a Mathematics Autodidact
- How to solve 1^n=1 for n=0?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
My research involves the shapes made by bent semirigid materials like paper. The shapes made by paper when it is bent are solutions to differential equations which are guaranteed to exist (obviously, since the paper must do something) as long as the "springiness" or rigidity of the paper is a continuous function of the length of the paper. However, if we introduce a crease in the paper, we treat this as a discontinuity in its rigidity, and we are not guaranteed the same solution on one side of the crease as the other. In fact, engineers and origami artists take advantage of this fact in their craft.
Another example of when the existence theorem comes into play in a physical situation is in wave mechanics. The wave equation (in one dimension) is: $$\frac{\partial^2 f}{\partial t^2}=v(x)\frac{\partial ^2 f}{\partial x^2},$$ where $v(x)$ may not be continuous. The wave equation has to be solved separately on each interval over which $v(x)$ is continuous, and the different sections are matched together by matching boundary conditions. Unfortunately, this is a PDE, and doesn't exactly answer your question.
However, a similar equation in quantum mechanics is an O.D.E. This is known as the time-independant Schrodinger equation, and is used to solve for the wavefunction $\psi(x)$ of a particle: $$-\frac{\hbar^2}{2m} \frac{d^2\psi(x)}{dx^2}+V(x)\psi(x)=E\psi(x).$$ Here, $V(x)$ represents the potential energy the particle must have in order to be at the position $x$, and $E$ is the total energy of the particle. The wavefunction is related to where we can expect to observe the particle (its physical position). Again, $V(x)$ may not be continuous, so the Schrodinger equation must be solved separately on each interval over which $V(x)$ is continuous. The applications of this equation are numerous. A simple one is known as the "finite square well problem." In this problem, we want to simulate a particle confined to a "box." In this case, the potential, $V(x)$, is zero on a bounded interval (the inside of the "box"), and $V(x)$ is a positive constant $U$ outside this interval (the outside of the "box"). If $\psi(x)$ is a solution to the Schrodinger equation for this potential, with $0<E<U$, then the solution inside the interval is sinusoidal, and the solution outside the interval is exponential, decaying to $0$ at $\pm\infty$. The most difficult part of solving this problem is using the constants of integration to guarantee that $\psi(x)$ is both continuous and differentiable everywhere.
Another interesting aspect of the Schrodinger equation is that we are really looking for solutions not just on the reals, but on the extended reals, with points at $\pm\infty$. Since physically, we expect that the particle cannot exist at $\infty$, we expect that the wave function approaches zero as $x\to\pm\infty$. Thus, we have to consider that even though potentials like $V(x)=x^2$ are continuous over the reals, they may not be continuous at $\infty$. For this reason, we cannot choose an arbitrary energy to solve this problem. Only some values of $E$ allow us to guarantee that $$\lim_{x\to\pm\infty}\psi(x)=0.$$ Because $E$ can only take on some discrete values, we say that it is quantized, which is why we call it quantum mechanics.