MHB Maximum value a function satisfying a differential equation can achieve.

caffeinemachine
Gold Member
MHB
Messages
799
Reaction score
15
Let $f:\mathbb R\to \mathbb R$ be a twice-differentiable function such that $f(x)+f^{\prime\prime}(x)=-x|\sin(x)|f'(x)$ for $x\geq 0$. Assume that $f(0)=-3$ and $f'(0)=4$. Then what is the maximum value that $f$ achieves on the positive real line?

a) 4
b) 3
c) 5
d) Maximum value does not exist.

I am quite lost on this one. After some thought I am convinced that the maximum value should exist, though I do not have a good argument to support this claim.
 
Physics news on Phys.org
When I throw it at Octave online, I get:

View attachment 9668

So it seems it is none of the above, but the answer $3$ is close.

For reference, I have re-encoded the differential equation a bit to solve it with Octave's [M]lsode[/M].

Let $y=f(x)$, $u=y'$, and $Y=(u,y)$ then:

$f(x)+f''(x)=-x|\sin x|f'(x) \\
y + u' = -x|\sin x|u \\
\begin{cases}u'=-y-x|\sin x|u\\ y'=u\end{cases}\\
(u', y') = (-y-x|\sin x|u,\, u) =: g(u,y;x)\\
Y' = g(Y;x)
$
 

Attachments

  • ODE.jpg
    ODE.jpg
    16.4 KB · Views: 132
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...

Similar threads

Back
Top