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.

A lot of the equations that we deal with in science and engineering are derived from a specific type of differential equation called an initial value problem.

An Initial Value Problem $($often times abbreviated I.V.P. and also called a Cauchy problem$)$ is a problem where we want to find a solution to some differential equation that satisfies an appropriate number of initial conditions.

Generalized Definition: An Initial Value Problem for an $~n^{\text{th}}~$ order ordinary differential equation is an $~n^{\text{th}}~$ order ODE $$y^{(n)}=h(t,y,y^{(1)},\cdots,y^{(n−1)})$$ with initial Conditions $~y^{(i−1)}(τ)=ξ_i~$ where $~i=1,2,\cdots,n~$ and $~(τ,ξ_1,ξ_2,\cdots,ξ_n)~∈~D~$.

A Solution to the initial value problem $$y^{(n)}=h(t,y,y^{(1)},\cdots,y^{(n−1)})$$ with initial conditions $~y^{(i−1)}(τ)=ξ_i~$ where $~i=1,2,\cdots,n~$ on the open interval $~J=(a,b)~$ is an $n-$times continuously differentiable function $~ϕ∈C^n(J,\mathbb R)~$ such that for all $~t∈J~$ we have that $~(t,ϕ(t),ϕ^{(1)}(t),\cdots,ϕ^{(n−1)}(t))∈D~$, $~ϕ(n)=h(t,ϕ,ϕ^{(1)},\cdots,ϕ^{(n−1)})~$, and $~ϕ^{(i−1)}(τ)=ξ_i~$ for $~i=1,2,\cdots,n~$.

Differences between Initial and Boundary Value Problems :

An initial value problem has all of the conditions specified at the same value of the independent variable in the equation (and that value is at the lower boundary of the domain, thus the term “initial” value). On the other hand, a boundary value problem has conditions specified at the extremes of the independent variable.

Note: In physics or other sciences, modeling a system frequently amounts to solving an initial value problem; in this context, the differential initial value is an equation that is an evolution equation specifying how, given initial conditions, the system will evolve with time.

References:

https://en.wikipedia.org/wiki/Initial_value_problem

"Differential Equations" by Shepley L. Ross

"Differential Equations with Applications and Historical Notes " by George Simmons

"Differential Equations: Theory, Technique, and Practice" by George F. Simmons and Steven G. Krantz

1121 questions
0
votes
0 answers

Solving IVP by integration

I need to solve this question: Consider the IVP $y' = f(x, y)$, for $f(x, y) = x \sin(y)$ and $y(0) = π/2$ for $x ∈ [0, 3] =: I$. Verify that $y(x) = π − \arctan ( 2 e^{x^ 2/ 2}/e^{x^2}-1)$ solves the IVP Here is what I have so far:…
j3434
  • 11
0
votes
1 answer

Find the continuous solution to the initial value problem (second order)

$y''+4y = f(x)$ $f(x)=\cases{\sin x, &$0\le x\le 2\pi$\\ x, &$x>2\pi$}$ with $y(0)=0 , y'(0)=0$ My attempt is ... general solution $r^2 = -4 , r = \pm 2i$ $y(x) = c_1e^{2i} + c_2e^{-2i} = c_1(\cos(2t) +i\sin(2t))+c_2\cos(-2t)…
meme
  • 11
0
votes
0 answers

Why do we set initial condition to rest when solving impulse response

When we are solving for impulse response, I have seen many people use initial conditions at rest ($y(0)=0$ for first order). What is the meaning behind this? Thank you.
0
votes
2 answers

An INITIAL VALUE PROBLEM

The initial value problem $y' = 2\times\sqrt{y}$ , $y(0)=a$ has a unique solution for $a<0$ no solution for $a>0$ infinitely many solutions if $a=0$ a unique solution if $a\ge 0$. My answer is 4. As if we solve the ode by separating $y'$ ,then we…
hiren_garai
  • 1,193
0
votes
2 answers

Solve the initial value problem $ \ y'(t) +(\sin (t)) y=\sin t $

Solve the initial value problem $ \ y'(t) +(\sin (t)) y=\sin t $ , $ \ y(0)=7 \ $ , $ 0 \leq t \leq \pi $ $$ $$ How can I solve this initial value problem . Any hints please
MAS
  • 10,638
0
votes
3 answers

initial-value-problem

I have the following IVP (Initial value problem, Cauchy-Problem), and I do not know how to solve this. $$y'=e^{-x}-\frac{y}{x} \qquad \qquad y(1)=2$$ I hope you can help me, cause I really do not know how to start. Thank you! :)
toofun
  • 45
  • 4
0
votes
1 answer

Find value of $c$ for IVP

It is easy to check that for any value of $c$, the function $$y = ce^{-2x} + e^{-x}$$ is solution of equation $$y' + 2y = e^{-x}.$$ Find the value of $c$ for which the solution satisfies the initial condition $y(-5)= 6$ I start out by making it $y'…
-2
votes
1 answer

Possible solutions to the initial value problem

Possible solutions to the initial value problem Y'=y^1/2 y(0)=0
Learner
  • 1
  • 1
1
2