Okay I will do this example for you. I however strongly advice you to review basic calculus topics like single variable linear differential equations and basic integration techniques.
We want to solve f'(x)/f(x)=a. To do this we integrating both sides of the equation then substitute u=f(x), therefore du=f'(x)dx.
<br />
\begin{align*}<br />
\int \frac{f'(x)}{f(x)}dx & = \int a dx<br />
\\<br />
\int \frac{1}{u}du & =ax+c<br />
\\<br />
\log u & =ax+c<br />
\\<br />
\log f(x) & =ax+c<br />
\\<br />
f(x) & =e^{ax+c} =Ae^{ax}<br />
\end{align*}<br />
Edit: I see you got it now, good. Now do the same for g(x).