Differentiation - Product Rule

quacky
Messages
2
Reaction score
0

Homework Statement


In general I havn't had problems using the differentiation rules until I came on this question, I'm probably doing something stupid any help is handy. Plugged it into an online differentiation solver and it comes up with (x^2-1)/(x^2) which I am getting nowhere near to in my attempts.

Differentiate y = ((1/x)-1)*(1-x)2. The attempt at a solution

Using product rule

f(x)= x^-1 - 1
f'(x)= -x^-2
g(x)= 1-x
g'(x)= 1

f(x)*g'(x) = (x^-1 -1)(1) = x^-1 - 1
g(x)*f'(x) = (1-x)(-x^-2) = -x^-2 + x^-1

Adding them together = -x^-2 + 2x^-1 - 1

Simplifying slightly = -1 / (-x^2 + 2x)

And that's where I'm stuck, really not sure what I'm doing wrong here if its in the differentiation or messing up simplifying etc with algebra (been a long time since I've done math)

Help much appreciated
Thanks
 
Last edited:
Physics news on Phys.org
Welcome to Physics Forums.
quacky said:
f(x)= x^-1 - 1
f'(x)= -x^-2
g(x)= 1-x
g'(x)= 1
A little slip here, which unfortunatly carries through: g^\prime(x)=-1.
 
Ah yep silly mistake. Just gave it another go, still not getting the answer I'm expecting though, can anyone confirm if the answer I think I should be getting (x^2 - 1)/(x^2) is correct or not as I might be chasing something that is wrong to begin with (although its much more likely it's me doing something wrong).

Attempt 2

f(x) = x^-1 - 1
f'(x) = -x^-2
g(x) = (1 - x)
g'(x) = -1

f(x)*g'(x) = -x^-1 + 1
g(x)*f'(x) = -x^-2 + x

Adding together

-x^-2 - x^-1 + x + 1

Simplifying

(x + 1)/(-x^2 - x)
 
quacky said:
can anyone confirm if the answer I think I should be getting (x^2 - 1)/(x^2) is correct or not
Yes, that is correct.
quacky said:
Attempt 2

f(x) = x^-1 - 1
f'(x) = -x^-2
g(x) = (1 - x)
g'(x) = -1

f(x)*g'(x) = -x^-1 + 1
g(x)*f'(x) = -x^-2 + x
These final two lines are incorrect.

Do you have to use the product rule? If not, you may find it easier to multiply out the brackets before differentiating.
 
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...

Similar threads

Back
Top