What are you babbling about? What are you actually trying to work out?
your equations still don't make sense, try writing in maths that actually makes sense!!
if f(x) = e^(3*x^2)
then f'(x) = 6x*e^(3*x^2)
when differentiating a function of a function, f(g(x)), the general formula is g'(x)*f'(g(x))
Also this would be
f(x) = e^(3x-1).(3x+5)^3
f'(x) = 3e^(3x-1).(3x+5)^3 + e^(3x-1).3.3.(3x+5)^2
edit:
http://forums.overclockers.co.uk/showpost.php?p=14346858&postcount=22
Did you do A-level Maths? This is like the first thing you learn.
Also in this thread http://forums.overclockers.co.uk/showthread.php?t=18020834&highlight=username_mattheman
you say that you got a job as an analyst in fixed income and derivative markets and you can't even differentiate?
iam doing a differentiation of exponent.Use the general formula he gave.
g(x) = 3x^2
g'(x) = 6x
here are some other examples that might help you understand
f(x) = sin(3*x), f'(x) = 3*cos(3*x)
f(x) = e^(sin(x)), f'(x) = cos(x)*e^(sin(x))
basically, you have a function inside another function,
e being the exponential function, 3x^2 being the function side the exponential function
is the case of f(x) = e^(3*x^2), this can be written as the 2 seperate function such that f(x) = g(h(x)). g(x) = e^x and h(x) = 3*x^2
using the general formula f'(x) = h'(x)*g'(h(x))
g'(x) = e^x
h'(x) = 6*x
another way of putting it would be to differentiate the bit inside, and this is what you multiply the initial function by once you have differentiated that
yep, and
y = e^(3x^2)
y' = 6x*e^(3x^2)
y'' = 36x^2*e(3x^2)