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

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
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.