Differentiation of a Quotient check

DBeckett91
Messages
6
Reaction score
0

Homework Statement



S = (8x^2 - 7x + 125)/(8x+7)

Where the value of x is unknown

The Attempt at a Solution



u = 8x^2 - 7x + 125 du/dx = 16x - 7

v = 8x + 7 dv/dx = 8

ds/dx = (v*du/dx - u*dv/dx)/v^2

= (8x+7*16x-7 - 8x^2-7x+125*8)/(8x+7)^2

= (128x^2 - 56x + 112x - 49) - (64x^2 - 56x + 1000)/(8x+7)^2

= (128x^2 + 56x - 49) - (64x^2 - 56x + 1000)/(8x+7)^2

= (64x^2+951)/(8x+7)^2


This rule I'm not very comfortable or confident with so if I have gone wrong anywhere in my equations any help would be much appreciated
 
Physics news on Phys.org
DBeckett91 said:

Homework Statement



S = (8x^2 - 7x + 125)/(8x+7)

Where the value of x is unknown

The Attempt at a Solution



u = 8x^2 - 7x + 125 du/dx = 16x - 7

v = 8x + 7 dv/dx = 8

ds/dx = (v*du/dx - u*dv/dx)/v^2

= (8x+7*16x-7 - 8x^2-7x+125*8)/(8x+7)^2
You would do better to use parentheses:
[(8x+7)(16x- 7)- (8x^2- 7+ 125)(8)]/(8x+ 7)^2

= (128x^2 - 56x + 112x - 49) - (64x^2 - 56x + 1000)/(8x+7)^2
and here you mean [(128x^2 - 56x + 112x - 49) - (64x^2 - 56x + 1000)]/(8x+7)^2

= (128x^2 + 56x - 49) - (64x^2 - 56x + 1000)/(8x+7)^2
The only difference between this and the previous line is that the "112x" is missing. What happened to it?

= (64x^2+951)/(8x+7)^2


This rule I'm not very comfortable or confident with so if I have gone wrong anywhere in my equations any help would be much appreciated
 
HallsofIvy said:
You would do better to use parentheses:
[(8x+7)(16x- 7)- (8x^2- 7+ 125)(8)]/(8x+ 7)^2


and here you mean [(128x^2 - 56x + 112x - 49) - (64x^2 - 56x + 1000)]/(8x+7)^2


The only difference between this and the previous line is that the "112x" is missing. What happened to it?

In the above line there is -56x and +112x so all I did was 112x-56x to gain +56x, it was just some simplification of the equation so I had fewer numbers to work with later on
 
Oh, I see. Yes, that is the correct answer.
 
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