Skip to main content

Questions tagged [initial-value-problems]

This tag is about questions regarding Initial value problems. In the field of differential equations, an initial value problem is an ordinary differential equation together with a specified value, called the initial condition, of the unknown function at a given point in the domain of the solution.

0 votes
0 answers
23 views

Solution Review: Evaluating Monotonicity of Solutions to IVP

I'm studying a problem from an old ODE exam and I have some general ideas on how to solve it but I feel as though these arguments are kind of heuristically clear but wanting in formality. We're given ...
Guybrush's user avatar
  • 327
2 votes
0 answers
44 views

Differential Equation Involving Minimum of Two Functions

This one has completely stumped me. It's from an ODE general exam, I'm given the IVP $$ y' = \text{min}(y^2, M),$$ $$ y(0) = 1.$$ With $M>1$ and I'm asked to give an explicit solution and discuss ...
Guybrush's user avatar
  • 327
1 vote
0 answers
54 views

IVP with the Banach fixed point theorem: $y' = \sqrt{x} + \sqrt{|y|}$ and $y(0)=0$

I need to use the Banach fixed point theorem to prove that $y' = \sqrt{x} + \sqrt{|y|}$ (for $x \geq 0$) with the initial condition $y(0)=0$ has a unique solution. First of all: \begin{equation} y' \...
ScintillatingWolves's user avatar
2 votes
0 answers
41 views

Existence of an unique solution of an ODE without boundary conditions

I would like to ask how to determine if there is a unique solution to an ODE that does not have any boundary conditions, nor initial conditions. It sounds weird but I wanted to know if there is a case ...
Charles Kim's user avatar
1 vote
3 answers
101 views

Try to give the solution of PDE with initial boundary

The equation is \begin{align} \partial_{t}\!\operatorname{u}\!\left(x,t\right) & = x^{2}\,\partial_{x}^{2}\operatorname{u}(x,t) + x\,\partial_{x}\operatorname{u}\left(x,t\right),\quad\quad(t,x)\in\...
George Lin's user avatar
1 vote
0 answers
26 views

Second order IVP with a parameter

I am working on this problem. I am studying for an exam. Let $u_{\alpha}$ be the solution of the equation \begin{equation} u''(t) + F(t)u'(t) + (u(t))^5 - u(t) = 0, \end{equation} with initial ...
user123456's user avatar
1 vote
0 answers
77 views

A second order ordinary differential equation problem

I am trying to solve this problem. I am studying for an exam. Let $F \colon \mathbb{R} \rightarrow \mathbb{R}$ be a $C^1$ function such that $F(1) = 0$. Let $y \colon \mathbb{R} \rightarrow \mathbb{R}$...
user123456's user avatar
-4 votes
1 answer
54 views

Neural network that learns ODE's 'refuses to learn' initial conditions [closed]

I have implemented a simple network that for now i'm just trying to teach the ODE: $$\frac{\text{d}x}{\text{d}t} = x$$ Using the simple code below: ...
somemathperson's user avatar
0 votes
0 answers
67 views

Prove existence of solution for IVP

I am trying to solve this ODE problem. I am studying for an exam. Let $f \colon \mathbb{R}^n \rightarrow \mathbb{R}^n$ be $C^1$ such that $|f(x)| \leq 1 + |x|^{\alpha}$. Consider the IVP \begin{...
user123456's user avatar
0 votes
0 answers
40 views

continuity of solutions with respect to initial conditions

Let $f(t,x)$ be a continuous function in $a\leq t \leq b, \|{x}\|<H$, and $x(t)\equiv0$ is the only solution to $$\frac{dx}{dt}=f(t,x), x(a)=0$$ Prove that given $\epsilon>0$, there exists $\...
kerusunox's user avatar
2 votes
1 answer
63 views

Find out information about an ODE without actually computing the solution

I'm taking a course on ODEs, and I'm currently on the chapter about initial value problems. In this chapter, we try to find out information about the solutions of the problem \begin{cases} x'(t) = ...
Mario Palacios's user avatar
0 votes
1 answer
27 views

Implementing Initial Conditions in Autonomous Differential Equation

I have the differential equation $ yy'' - 5(y')^2 + y^2 = 0$ with initial conditions $y(0) = 1$ and $\frac{dy}{dx}(0) = 0$ and have been asked to use reduction of order to solve it. With the ...
S M's user avatar
  • 81
0 votes
1 answer
26 views

IVP equal to integral equation

I have just recently started getting into differential equations and their solutions. Now I have discovered this theorem: Let $m \in \mathbb{N}, I=[a,b] \subset \mathbb{R}, f: I \times \mathbb{R}^m \...
metamathics's user avatar
0 votes
1 answer
28 views

Compatibility of Initial/Boundary Conditions in a Convection-Diffusion Problem?

So, I'm reading a book that numerically solves the following convection-diffusion problem $$\dfrac{\partial u}{\partial t} + c\dfrac{\partial u}{\partial x} = \alpha\dfrac{\partial^2 u}{\partial x^2} \...
gettingmathy's user avatar
0 votes
0 answers
21 views

How do you find $f'(t,y(t))$ in the context of IVPs?

In the numerical methods class I am taking, IVPs are formulated as $y'=f(t,y(t))$. However, I do not understand how we differentiate $f(t,y(t))$. Here is an example of my confusion: $f(t,y(t))=y(t)-t^...
Christopher Lee's user avatar

15 30 50 per page
1
2 3 4 5
76