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
3
votes
1 answer

Is there a possibility to convert an initial value problem to a final value problem and vice-versa?

Can a problem formulated as an initial value problem be converted to a final value problem and vice-versa? I don't really have an example for this. But, I would like to know is it possible, if so how to do it, what are all the situations that…
3
votes
1 answer

Solve the initial value problem $\frac{dP}{dt}=P(1-\frac{P}{K})$ With $P(0)=P_0$

Solve the initial value problem $$\frac{dP}{dt}=P \left( 1-\frac{P}{K} \right)$$ With $P(0)=P_0$ (Here, $K$ and $P_1 $are real constants). My attempt: Now to answer this question I did separation of variables and ended up getting: (note I also did…
user2250537
  • 1,101
2
votes
1 answer

IVP variable change.

I'm working in this IVP: $$(4t^2+16t+17)y'' - 8y = 0, \quad y(-2) = 1, \quad y'(-2) = 0$$ and it's asked to do this variable change $x=t+2$. I did as asked and found the equation: $$ (4x^2 + 1)y'' - 8y = 0. $$ Changing the $t \to x$: then $ x = t +…
2
votes
0 answers

Is this initial value problem well-defined for all $T>0$?

Is this initial value problem well-defined for every $T>0$? $$y’(t)=-t^2y\cos(t)$$ $$y(0)=2$$ where $t\in[0,T]$. I know that since $f(y,t)= -t^2y\cos(t)$ and its derivative $f_y(y,t)$ are continuous functions everywhere, there exists an interval…
2
votes
1 answer

What is the largest step size h for which the Euler method is stable? (Initial Value Problem)

I have: $$y' = -22*y+3*sin(3*x)$$ $$0 \le x \le 3 $$ $$y(0) = 4$$ as my initial value problem. The question is: What is the largest step size h for which the Euler method is stable, when applied to the initial value problem above? I believe the…
user651374
2
votes
2 answers

Solving an initial value problem with addition: $\frac {dy}{dx}=(4+y)\cos x + 4x(4+y),\ y(0)=0$.

I am to solve the following initial value problem: $$\frac {dy}{dx}=(4+y)\cos x + 4x(4+y),\ y(0)=0$$ I am aware that the general formula for an ODE/IVP is: $$\frac {dy}{dx}+p(x)\cdot y=q(x),$$ and the integrating factor is: $$I(x)=e^{\int p(x)\…
1
vote
0 answers

How to solve this initial value problem? Or is it really an initial value probem?

I have peculiar kind of initial value problem, and I don't know how to proceed. The problem is as follow: $$\frac{dw(\epsilon,t)}{d\epsilon}\bigg|_{\epsilon=0}=f(t).$$ Here $w(\epsilon, t)$ is function of both $\epsilon$ and $t$. Please suggest if…
IgotiT
  • 734
1
vote
3 answers

Solving $y^\prime=(y-1)^2$ with $y(0)=1.01$

$$y^\prime=(y-1)^2, \qquad y(0)=1.01$$ I have tried: $$\begin{align} \int \frac{dy}{(y-1)^2} &= \int dx \\[4pt] -(y-1)^{-1} &= x \\ y &= 1-\frac{1}{x}+C \end{align}$$ Then I cannot find the $C$, because if $x=0$, then $y= -\infty$. What's wrong?
Hanna
  • 11
1
vote
1 answer

Determining interval of stability for multistep method

I am attaching a solved example for solving an IVP for converting a second order IVP to first order IVP. I Know it may appear simple but I am unable to understand the circled steps. Any help towards explaining the same would be really appreciated
SAK
  • 529
1
vote
0 answers

How can I solve this initial value problem?

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: Integrating…
j3434
  • 11
1
vote
1 answer

Characteristic base curves

$$u u_x + (y + 1) u_y = u , x ∈ R, y > 0$$ $$u(x,0)=-3x, x ∈ R $$ I found the solution of the above initial value problem to be $$u(x,y)= \frac{-3x(y+1)}{(-3y+1)} $$ If someone could confirm this it would be fantastic. How do I sketch the…
Tim Jones
  • 183
1
vote
1 answer

Finding the maximal interval of existence of solution of an IVP

I have this question asked in an exam: The solution to $$ \left\{ \begin{aligned} \frac{dy}{dx} &= y^2+x^2 \quad , x \gt 0 \\ y(0) &= 2 \end{aligned} \right. $$ exists in the interval $[0, L_0)$ and the maximal interval of existence of…
hiren_garai
  • 1,193
0
votes
0 answers

For Method of Undetermined Coefficients, what is the guess for a constant to the power of x? Eg. 2+2^x

I'm doing a initial value problem and need to use the method of undetermined coefficients. I have on the right side 2+2^x, and I'm unsure what guess I would use for this. I've seen every possible circumstance except for this case. For example, for…
0
votes
1 answer

Prove that no solution exists for $ \frac{dx}{dt} = f(x), x(0)=0,$ where $f(x) =1$ if $x<0$ and $= -1 $ if $x \geq 0$.

Consider the IVP given by $ \frac{dx}{dt} = f(x), x(0)=0,$ where $f(x) =1$ if $x<0$ and $= -1 $ if $x \geq 0$ There exists no solution to this IVP on any interval $[0, T], T> 0$. Incorrect proof: Suppose that there exists a solution to this IVP,…
kt046172
  • 545
0
votes
1 answer

Logistic Population growth, How to find r

The information that I am given: p(12)=95,75 ; P(14)=98 ; and the carrying capacity K = 100. Question : What is r, as defined in: deltaP/P = -r/K * P + r The answer in the book is 0,325 The closest I have come is 0.388 Please let me know how to…
caw
  • 13
  • 3
1
2