For a school project for chemistry I use systems of ODEs to calculate the concentrations of specific chemicals over time. Now I am wondering if
$$ \frac{dX}{dt} =X(t) $$
the same is as
$$ X(t)=e^t . $$
As far as I know, this should be correct, because the derivative of $ e^t $ is the same as the current value. Can anyone confirm that this is correct (or not)?
I already searched for it on the internet but can't really find any articles about this. Thanks!
The differential equation
$$ \frac{d X}{dt}=X(t)$$
has the general solution
$$X(t)=Ce^t$$
where $C \in \mathbb R.$