I'm given $V = \{f(x) : R \rightarrow R : f'(x) = 2f(x), \forall x \in R\}$.
The only function which obeys the rule is $e^{2 x}$ or multiples of it. How can I prove that there is no other?
I'm given $V = \{f(x) : R \rightarrow R : f'(x) = 2f(x), \forall x \in R\}$.
The only function which obeys the rule is $e^{2 x}$ or multiples of it. How can I prove that there is no other?
Let $f(x)$ be an solution to the differential equation $y'=2y$. Then use the product rule to find the derivative of $g(x)=f(x)\cdot e^{-2x}$. If the derivative is zero, then $g(x)$ is constant, and that would say something about $f(x)$.
The best idea would be to just solve it.
$y'=\frac{dy}{dx}=2y$ implies that $\int \frac{1}{y}dy = \int 2dx$, and so $\ln(y)=2x+c$, or $y=c_1e^{2x}$
From the existence and uniqueness theorem, we know that the space of solutions for this ode is spanned only by the solution we found earlier.