the guy in the yo8utube video spent 20 minutes rigorously doing limits and everything crazy, my solution was very simple and i wanna check theres no fault:
f(x+y) = f(x)f(y)
immediately think of indicies:
a^(x+y) = a^x * a^y
so we know f(x) = a^x
f'(x) = a^x * ln(a)
sub in 0:
f'(0) = a^0 * ln(a) = 3
1 * ln(a) = 3
a = e^3
thererore f(x) = e^(3x)