How can I find the second derivative of f(x) = 12x(x-1)^3?

mdklimer
Messages
3
Reaction score
0
I have this problem for homework dealing with second derivatives and graphs. I have no problem finding derivatives usually, but this one is giving me trouble. I cannot figure out how to get the second derivative. I have an idea of what to do, but need some extra guidance.

Find f '(x) where f(x) = 12x(x-1)^3

I have no trouble getting the first derivative which is:
f '(x) = 12(x-1)^2 (4x-1) Now the next step is to find f ''(x) where f '(x) = 12(x-1)^2 (4x-1)
The end answer from the book is f ''(x) = 72(2x-1)(x-1).
I don't get any where near of what they get. Here are my steps in trying to solve:f '(x) = 12(x-1)^2 (4x-1)

= (x-1)^2 (48x-12) <==== Multiplied 12 with (4x-1) to make it into two factors.

= 2(x-1) (1) (48x-12) + (48)(x-1)^2 <==== Product/Chain Rule

= 2(x-1) (48x-12) + 96(x-1)

= 2(x-1) 12(4x-1) + 96(x-1)

= 24(x-1)(4x-1) + 96(x-1)

f ''(x) = 120(x-1)(4x-1)Again, the end answer from the book is f ''(x) = 72(2x-1)(x-1)
I figure there is some way to factor my answer more, but I don't know how.
Any help would be appreciated.Thanks
 
Physics news on Phys.org
Hey mdklimer,

I see where the error is in your calculations. After you do the product and the chain rule you somehow got 96(x-1) and with the chain/product rule, there is no way you could have come to that. (x-1) is squared, not mulitplied by 2.

After that, you should be able to arrive at the right answer :)
 
I got 96(x-1) by bringing down the two in (x-1)^2, and multiplied it by the 48 next to it. Okay, so maybe that is wrong, but I still don't see how the end result is 72(2x-1)(x-1).
Then what do you do with the (x-1)^2?

Also, they somehow get (2x-1) from my (4x-1), how is that possible? Do you factor out a 2 from (4x-1)?
 
You don't bring down the 2 in (x-1) because you only need to get the derivative of 48x-12, t(x-1)^2 stays how it is because the product rule says that the derivative of two functions is the first times the derivative of the second, plus the derivative of the first times the second function. so you'll get 2(x-1)(48x-12) + (48)(x-1)^2. What you can do after that is factor out the 12 in 48x-12 and get (24)(x-1)(4x-1)+(48)(x-1)^2, because 2 times 12 gives you 24.

After this you can do many other different methods, like multiplying everything and then simplifying, but that is very tedious, atleast for me. What I did is factored out 24(x-1) from the whole equation to get:
24(x-1)((4x-1)+2(x-1))
Once you start simplifying you will see that you'll end up with 72(2x-1)(x-1)
 
Wow, thanks so much. That explains a lot about what I was doing wrong. I now understand that the factoring and simplifying was my problem. Nice work Priscila, thanks again.
 
You're welcome, I'm glad I was able to help.
 
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