0
$\begingroup$

$\dfrac{dY}{dx}=Y$, where $Y=\begin{pmatrix}y_1(x) \\ y_2(x)\end{pmatrix}$. Also, $Y(0)=\begin{pmatrix} 0\\ 1\end{pmatrix}$.

Then both solutions $y_1(x)$ and $y_2(x)$ are

  1. increasing functions
  2. decreasing functions
  3. neither increasing nor decreasing
  4. constant functions.

After solving, I got $y_1(x)=A \exp(x)$, $y_2(x)=B \exp(x)$. Boundary conditions give $y_1(x)= 0$ and $y_2(x)=\exp(x)$. The 4th option is incorrect but can not select any option out of remaining three. Please help me.

  • 0
    y1(0) = 0 gives A=0, so y1(x)=0< then how is it not satisfied?2012-12-24

1 Answers 1

1

Note that for solutions of $y_1,y_2$ you can also have constants involved; the general solutions are (without taking initial conditions into consideration) $y_1=a_1e^x+c_1$ and $y_2=a_2e^x+c_2$.

However, differentiating, we get $y_1'=a_1e^x=0\Rightarrow a_1=0$ and $y_2'=a_2e^x=1\Rightarrow a_2=1$. Substituting these constants back in, we see $y_1(x)=c$ and $y_2(x)=e^x$

Therefore, $y_1$ is constant (and therefore neither increasing nor decreasing), and $y_2$ is increasing (neither constant nor decreasing). Therefore none of $(1)-(4)$ are satisfied.

Note, that, however, if we say $f$ is increasing iff $x_1>x_2$ implies only that $f(x_1)\geq f_2(x_2)$, thereby including constant functions as increasing, we have $(1)$: both functions $y_1,y_2$ satisfy this condition.