Optimizing the Product Rule: Common Error Help for (5x-2)^3 / (2x+5)^4

fr33pl4gu3
Messages
82
Reaction score
0
y = ( 5 x-2 ) 3 / ( 2 x+5 ) 4

I do it this way:

f(x) = (5x-2)3
g(x) = (2x+5)-4
f'(x) = 3(5x-2)2
g'(x) = -4(2x+5)-5

By using the product rule:

[3(5x-2)2](2x+5)-4 + (5x-2)3[-4(2x+5)-5]
3(5x-2)2(2x+5)-4 -4(2x+5)-5(5x-2)3

What's wrong with this answer?
 
Physics news on Phys.org


Thread moved to Homework Help

f'(x) = 3(5x-2)2
g'(x) = -4(2x+5)-5

I do not believe you have differentiated correctly in these steps.
 


Is it this way??

f'(x) = 15(5x-2)2
g'(x) = -8(2x+5)-5
 
Last edited:


Yes, got it. Thanks for pointing out the error.
 
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