When we have a first-order differential equation such as
$$ y'(t) = y(t) $$
the general solution yields
$$ y(t) = c_1 \cdot e^t $$
where $c_1$ is a constant. Notice that the differential equation is autonomous ($y'$ does not depend on t in the equation directly). My question is now the following:
Can any function $y(t)$ be expressed as a first order autonomous differential equation? I am struggeling with the following equations
$y = t^a$ where a is an arbitrary real value and $y=ln(t)$. For the polynomial I tried
$$ y' = a \cdot t^{a-1}$$ $$ y' = a \cdot t^a \cdot t^{-1}$$ $$y' = a \cdot y \cdot \frac{d}{dt}ln(t)$$
but I am unable to express either this equation, nor $y=ln(t)$ itself in such a form, that the equation will only have $y$ or its derivative in it.
Regarding my question I found $y' = a \cdot y^{\frac{a-1}{a}}$. I am not sure if this is correct though.
– Murad Babayev Mar 07 '19 at 14:41