Need to find the second derivative of:

619snake
Messages
29
Reaction score
0
f(x)= 1/125(e5x)(5x-2)I think this is the first derivative but I ain't good at math and gives me some headaches I used the product rule.. but still I have doubts =(

f '(x)= 1/125(5)(e5x)(5x-2) + (5)(1/125(e5x)

Please help me! :cry:
I need to understand how to do this
 
Last edited:
Physics news on Phys.org
Assuming you have f(x) = \frac{1}{125}e^{5x}(5x - 2), you need to apply the product rule.

Given f(x) = g(x)h(x),

f'(x) = g'(x)h(x) + g(x)h'(x).

And you'll need the product rule again to find f''(x). Also, I'd leave the constant 1/125 out in front while taking the derivatives until the end.
 
Thanks Raskolnikov! Now I only need to identify which rule I need to use in each case.
 
619snake said:
f '(x)= 1/125(5)(e5x)(5x-2) + (5)(1/125(e5x)

Yep, you got it right (though I think you're overloading on parentheses :P)! For the second derivative, you have to use the product rule again on the first term since it has both a factor of e^5x and a factor of (5x - 2). However, you don't need the product rule for the 2nd term since it's just e^5x.

Try to find f''(x). Just post whatever answer you get or where you're getting stuck, and I'll help you from there if you need.
 
I'm not sure about this... as I said.. I haven't mastered this rules :cry: and is getting really messed up

f"(x)= (\frac{1}{125})(25)e^{5x}(5x-2) + 5(\frac{1}{125}(5)e^{5x}) + (\frac{1}{125}(5)e^{5x})...

I don't know... think I got confused :confused:
 
Close! You forgot another factor of 5 on the last term. Don't worry, you'll get better with practice.

So it should simplify to:

f''(x) = \frac{1}{5}e^{5x}(5x - 2) + \frac{2}{5}e^{5x}.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top