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

  • Thread starter Thread starter ladyrae
  • Start date Start date
  • Tags Tags
    Derivative
Click For Summary
SUMMARY

The derivative of the function f(x) = x - (a/x) is calculated using the limit definition of the derivative. The correct result is f'(x) = (a + x^2)/x^2. The discussion highlights the importance of simplifying expressions and correctly applying derivative rules, such as the sum of derivatives and the constant multiple rule. Missteps in notation and complexity can lead to incorrect conclusions.

PREREQUISITES
  • Understanding of limits and the limit definition of derivatives
  • Familiarity with basic calculus concepts, including differentiation rules
  • Ability to manipulate algebraic expressions
  • Knowledge of functions and their derivatives, particularly rational functions
NEXT STEPS
  • Study the limit definition of derivatives in depth
  • Learn about the sum and product rules of differentiation
  • Practice simplifying complex algebraic expressions in calculus
  • Explore applications of derivatives in optimization problems
USEFUL FOR

Students studying calculus, educators teaching differentiation, and anyone seeking to improve their understanding of derivative calculations and algebraic manipulation.

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
 

Similar threads

Replies
18
Views
2K
Replies
8
Views
2K
Replies
2
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 29 ·
Replies
29
Views
4K
Replies
0
Views
2K
Replies
6
Views
3K
  • · Replies 58 ·
2
Replies
58
Views
4K
Replies
12
Views
2K