Finding f'(x) for f(x) = x - (a/x)

  • Thread starter Thread starter ladyrae
  • Start date Start date
  • Tags Tags
    Derivative
AI Thread Summary
To find the derivative of f(x) = x - (a/x), the correct approach involves applying the definition of the derivative and simplifying the expression. The initial calculations presented were overly complicated and led to an incorrect conclusion. It is suggested to separate the functions and apply the derivative rules for sums and constants more clearly. Ultimately, the correct derivative is f'(x) = (a + x^2)/x^2. Simplifying the expression correctly is crucial for arriving at the right answer.
ladyrae
Messages
32
Reaction score
0
Is this right? I'm not sure if I'm on the right track.

Using the definition of derivate find f ` (x)

f (x) = x - (a/x) , where a is a constant

f ` (x) = lim h->0 [(f(x+h)) – (f(x))]/h

= lim h->0 [((x+h) –(a/(x+h)) -(x-(a/x))]/h
= lim h->0 ([((x+h) –(a/(x+h)) -(x-(a/x))]/h) . (x(x+h))/(x(x+h))
= lim h->0 ((x^3)+(h^2x)-(ax)-(x^3)-(x^2h)+(ax)+(ah))/(h(x^2+xh))
= lim h->0 (h(hx-x^2+a))/(h(x^2+xh)) = (-x^2+a)/x^2
 
Physics news on Phys.org
ladyrae,

Well, you don't seem to be getting the right answer, so you must not be on the right track. A few suggestions:

The notation you're showing us is almost impossible to read; I hope what you're looking at is a little more legible.

Try splitting this up by using the definition to that the derivative of the sum of two functions equals the sum of the derivatives of each function. Then you can do x and -a/x separately and just put them together when you're done.

Then show that the derivative of a constant times a function equals the constant times the derivative of the function. Then you can do 1/x and just multiply by -a when you're done.
 
= lim h->0 ((x^3)+(h^2x)-(ax)-(x^3)-(x^2h)+(ax)+(ah))/(h(x^2+xh))
while correct, this move does not really help you; it complicates your expression!

= lim h->0 ((x^3)+(h^2x)-(ax)-(x^3)-(x^2h)+(ax)+(ah))/(h(x^2+xh))

Here, you've been led astray by your complicated expression!
You should have:
= lim h->0 ((x^3)+2hx^2+(h^2x)-(ax)-(x^3)-(x^2h)+(ax)+(ah))/(h(x^2+xh))

This gives f'(x)=(a+x^2)/x^2
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top