0
$\begingroup$

I'm not really sure on how to go about solving this problem...

Consider the initial value problem.

$$y' (x) = \frac{1}{2}(-x + \sqrt{x^2 + 4y})$$ $$y(2) = -1$$

$a)$ Show that $y(x) = 1-x$ and $y(x) = -\frac{x^2}{4}$ are two solutions to the above IVP.

  • 0
    Show they both satisfy the IC and then differentiate each individually to show they satisfy the ODE.2017-02-12
  • 2
    A better question would be to find all the solutions.2017-02-12
  • 0
    Since you're not asked to *solve* the ODE itself, just take each of the given $y(x)$ and show that it satisfies the two given conditions.2017-02-12
  • 0
    Another related question: https://math.stackexchange.com/q/1643067/115115.2017-02-12

2 Answers 2

0

Consider $f(x)=1-x$; then $f'(x)=-1$, so $f'(2)=-1$. Also $$ \frac{1}{2}\bigl(-x+\sqrt{x^2+4f(x)}\,\bigr)= \frac{1}{2}\bigl(-x+\sqrt{x^2-4x+4}\,\bigr)= \frac{1}{2}\bigl(-x+|x-2|\,\bigr)= \begin{cases} -1 & \text{if $x\ge2$}\\ 1-x & \text{if $x<2$} \end{cases} $$ Thus the function $f$ is a solution of the problem only on the interval $[2,\infty)$. On $(-\infty,2]$ we have $$ \frac{1}{2}\bigl(-x+\sqrt{x^2+4f(x)}\,\bigr)=1-x\ne f'(x) $$

On the other hand, if $g(x)=-x^2/4$, $g'(x)=-x/2$ and $$ \frac{1}{2}\bigl(-x+\sqrt{x^2+4g(x)}\,\bigr)=-\frac{x}{2} $$ Thus the function $g$ is a solution over $\mathbb{R}$.

If you want a solution in a complete neighborhood of $2$, you have to choose the second one.

0

You should just compute the derivative wrt $x$ of the suggested $y(x)$ and then plug into the first equation. Finally plugin the value $x=2$ and verify that the first equation holds.

Do the same for the other function $y(x)$.