Derivative Homework: y=x4(2x-5)6

  • Thread starter Thread starter polak333
  • Start date Start date
  • Tags Tags
    Derivative
polak333
Messages
22
Reaction score
0

Homework Statement



y =x4(2x-5)6

Homework Equations



Product Rule & Power of a Function Rule

The Attempt at a Solution



y = x4(2x-5)6
y' = 4(x)3(1)(2x-5)6 + x4(6)(2x-5)5(2)
y' = 4x3(2x-5)6 + 12x4(2x-5)5

The answer is:
20x3(2x-5)5(x-1)

No idea where they get the 20x3 or the (x-1). If I were to factor my answer, I still wouldn't get that, I think.
 
Physics news on Phys.org
Your answer is correct but unfactored. Pull the greatest common factor (GCF) out of the two separate terms, as shown below.
4x3(2x - 5)6 + 12x4(2x - 5)5
= 4x3(2x - 5)5(2x - 5 + 3x)
= 4x3(2x - 5)5(5x - 5)
= 5*4x3(2x - 5)5(x - 1)
= 20x3(2x - 5)5(x - 1)
 
Thanks!

Can you help me out with one more?

y = (1-x2)3 (6+2x)-3
y' = 3 (1-x2)2 (-2x)(6+2x)-3 + (1-x2)3(-3)(6+2x)-4(2)
y' = -6x (1-x2)2(6+2x)-3 - 6(1-x2)3(6+2x)-4

Not exactly sure what to do with this.

I could possibly:
y' = -6 (1-x2)(6+2x)-3[x-(1-x2)(6+2x)-1]

or should I put the (6+2x) on the bottom:
y' = -6x(1-x2)2 - 6(1-x2)3
...---------- .. ----------
...(6+2x)3 ... (6+2x)4


The answer is:

-6(1-x2)2(x2+6x+1)
-------------------
...(6+2x)4
 
The common factor is 6(1 - x2)2(6 + 2x)-4. Pull that out and then combine what's left.
 
y = (1-x2)3 (6+2x)-3
y' = 3 (1-x2)2 (-2x)(6+2x)-3 + (1-x2)3(-3)(6+2x)-4(2)
y' = -6x (1-x2)2(6+2x)-3 - 6(1-x2)3(6+2x)-4

That's kind of the problem. I'm not sure how to take out < -6(1 - x2)2(6 + 2x)-4 >.

In the 3rd line, there is a (6+2x)-3, how do you take out (6+2x)-4? Does the power become a positive, and therefore: (6+2x)1 which is just (6+2x)?
 
Nevermind. I got it.

Thanks for the 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