How Do You Apply the Chain Rule to Differentiate f(x) = x^5(4^(x^2))?

ninanana
Messages
3
Reaction score
0
I'm so confused. I have to find the derivative of f(x) = x^5(4^(x^2)). All of the powers are messing me up. Any help would be much appreciated. Thanks!
 
Physics news on Phys.org
Is your function f(x) = x^5(4^{x^2}) or f(x) = x^{5(4^{x^2})} ?
 
Last edited:
The first one, sorry.
 
Use product rule first, then you end up differentiating 4^(x^2).
A nice formula to know is d/dx ( a^(f(x)) ) = a^f(x) * ln(a) * f'(x), which comes from the chain rule.
 
I know I'm having some sort of stupid lapse right now, but the part I can't figure out is the 4^(x^2).
 
To differentiate y= 4^{x^2}, take the logarithm of both sides:
ln y= x^2 ln 4
Now differentiate that, with respect to x.
\frac{1}{y}y'= 2x ln 4
so
y'= 2x (ln 4)y= 2x 4^{x^2} ln 4

Karlsen used the fact that the derivative of ax is ax ln a, but not everyone knows that!
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top