ahh...i see what you did there. Never was good at implicit differentiation...
Name:
Anonymous2007-12-07 20:46
you can derive the answer using the 'binomial theorem'
and from the definition of the derivitive
1) lim (h->0) [F(x+h)-F(x)]/h for a^x in general... namely F'(0)*a^x (somewhat challenging, but shows I think more advanced knowledge than other solutions)-- it's also one of the first things derived in many basic calc. books
2) remember d/dx {f(g(x))} = f'(g(x))*g'(x)
then as described earlier in the thread, recognize a^b = exp(b*ln(a)) in general
hence 2^x = exp(x*ln2) so set f = exp(x) and g = x*ln2
and f' = exp(x) and g' = ln2
so f'(g(x)) = exp(x*ln2) * g'(x) [= ln2]
yields: exp(x*ln2)*ln2... also note f'(0) = ln 2, so 1) holds.