Differentiate the function (derivatives, difference of sums rule)

pbonnie
Messages
92
Reaction score
0

Homework Statement


Differentiate
f(x) = x^{1/2} - x^{1/3}


Homework Equations


f(x) = f'(x)- g'(x)


The Attempt at a Solution


I am a little stuck about what to do after the first couple steps. Here is my attempt.

f(x) = x^{1/2} - x^{1/3}
f'(x) = (x^{1/2})' -(x^{1/3})'
= 1/2x^{-1/2} - 1/3x^{-2/3}
**** this is where I get confused *****
= 1/2x^{1/2} - 1/3x^{2/3}
= ?

Ps, I was recently told by a mentor not to write the prime in my solution, however, I'm leaving it like this because this is how it was taught in the course and I'm trying to avoid confusing myself further. Thank you.
 
Physics news on Phys.org
wat is confusing about it? you got the right answer halfway through. how would you write x^-1/2? remember that x1/2 is of course \sqrt[]{x}. so x-1/2 would be 1 over that: 1/\sqrt[]{x}. same concept remember with x-1 = 1/x.

maybe the power of x is confusing you. remember that x3/4 for instance is the same as \sqrt[4]{x^3}.

so you could also write it as 0.5/\sqrt[]{x} - 0.333/\sqrt[3]{x^2}
 
Last edited:
Oh okay I think I understand. Thank you :)
 
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