Derive x/(3x-1) using first principles

  • Thread starter Thread starter Zipzap
  • Start date Start date
  • Tags Tags
    Derive
Zipzap
Messages
32
Reaction score
0
Ok, I am really stuck on this one. I tried using the first principles formula and everything, but I don't get two separate terms like I am supposed to in the actual derivative. I always end up with -1/(3x-1)^2 when I try. Can someone please help me out?
 
Physics news on Phys.org
Zipzap said:
Ok, I am really stuck on this one. I tried using the first principles formula and everything, but I don't get two separate terms like I am supposed to in the actual derivative. I always end up with -1/(3x-1)^2 when I try. Can someone please help me out?

Show us what you've done. It should start off something like this:
\lim_{h \to 0}\frac{\frac{x + h}{3(x + h) - 1} - \frac{x}{3x - 1}}{h}
 
I guess it is odd to end up with the right answer.
 
Well, Mark44, I have that in the beginning to. I then multiply denominators to get a common one, and I end up with something like:

{ [ (x+h)(3x-1) - x(3x + 3h -1) ] / [ (3x+3h-1)(3x-1) ] } / h

{ ( [3x^2 - x + 3hx - h] - [3x^2 + 3hx -x] ) / [ (3x+3h-1)(3x-1) ] } / h

My problem is that everything cancels out except for h, and that leaves me with only one term, which I know is incorrect. What am I doing wrong here?
 
If you write this as x*(3x-1)-1 and do the chain rule you get (3x-1)-1-x*(3x-1)-2*3 which if you put (3x-1)-2 in both denominators gives you (3x-1)/(3x-1)2-(3x)/(3x-1)2 and the 3x cancels out which gives what you got so you got the right 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