Consider the function f ( x ) = 1 + 1 + 1 + ⋱ x x x .
Determine the value of f ′ ( 0 ) .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
How would you compute f'(x) where x is non-zero?
First, note that f ( x ) = 1 + f ( x ) x . We take the derivative on each side and use the Quotient Rule. We obtain: f ′ ( x ) = ( 1 + f ( x ) ) 2 ( 1 + f ( x ) ) ⋅ 1 − x ⋅ f ′ ( x ) = ( 1 + f ( x ) ) 2 1 + f ( x ) − x ⋅ f ′ ( x ) . Substituting x = 0 , we have f ′ ( 0 ) = ( 1 + f ( 0 ) ) 2 1 + f ( 0 ) − 0 ⋅ f ′ ( 0 ) . Since f ( 0 ) = 0 , we have f ′ ( 0 ) = 1 .
First we find an easier expression for f ( x ) . Note that f ( x ) = 1 + f ( x ) x . Simple algebraic manipulation yields f ( x ) 2 + f ( x ) = x .
Next we differentiate this expression with respect to x . Using the chain rule, we get 2 f ( x ) ⋅ f ′ ( x ) + 1 ⋅ f ′ ( x ) = 1 . Again, we can manipulate this into f ′ ( x ) = 2 f ( x ) + 1 1 . This is our expression for f ′ ( x ) .
By this expression, we have f ′ ( 0 ) = 2 f ( 0 ) + 1 1 . We have that f ( 0 ) = 1 + 1 + 1 + ⋯ 0 0 0 = 0 . Thus f ′ ( 0 ) = 2 ( 0 ) + 1 1 = 1 .
Notice first of all that f ( 0 ) = 1 + … 0 0 = 0 . We know, since the function f ( x ) is recursive, that
f ( x ) = 1 + f ( x ) x ( f ( x ) ) 2 + f ( x ) = x .
Differentiating both sides by x , we find by the Chain Rule that
f ( x ) ⋅ f ′ ( x ) + f ′ ( x ) = 1
This is true for all f ( x ) = 1 . By plugging in x = 0 , we see that
0 ⋅ f ′ ( 0 ) + f ′ ( 0 ) = 1 f ′ ( 0 ) = 1 .
Also, I think you mean f ( x ) = − 1 .
Whoops. Typo. In differentiating both sides, the Chain Rule yields 2 f ( x ) ⋅ f ′ ( x ) + f ′ ( x ) = 1 , not f ( x ) ⋅ f ′ ( x ) + f ′ ( x ) = 1 . (Gratitude to MSTang)
Problem Loading...
Note Loading...
Set Loading...
Since the given fraction continues infinitely, we see that f ( x ) = 1 + f ( x ) x , or f ( x ) 2 + f ( x ) = x . Implicitly differentiating both sides, we get 2 f ( x ) f ′ ( x ) + f ′ ( x ) = 1 . Since f ( 0 ) = 0 , letting x = 0 gives f ′ ( 0 ) = 1 .