PDA

View Full Version : difinition of a derivative


UrbanXrisis
Apr14-05, 08:48 PM
let f be a function such that lim_{ h->x} \frac{f(2+h)-f(2)}{h} = 5

Which of the following must be true?

I. f is continuous at x=2.
II. F is differentiable at x=2.
III. The derivative of f is continuous at x=2.

I know (I) is true because it can be differentiated
I know that (II) is ture to because the derivative was found so it can be differentiable.
I dont know if III is true because the it doesnt tell me the limit of f'(x)

are these correct?

what
Apr14-05, 09:18 PM
That isn't the limit definition for a derivative unless x = 0, or maybe you typed it in wrong.

dextercioby
Apr14-05, 09:27 PM
let f be a function such that lim_{ h->0} \frac{f(2+h)-f(2)}{h} = 5

Which of the following must be true?

I. f is continuous at x=2.
II. F is differentiable at x=2.
III. The derivative of f is continuous at x=2.

I know (I) is true because it can be differentiated.I know that (II) is ture to because the derivative was found so it can be differentiable.
I dont know if (III) is true because the it doesnt tell me the limit of f'(x)

are these correct?

It's okay...At least,for me...I edited your typo and advise u to use the code

\lim_{...} for the limit and \rightarrow for the "->"...

Daniel.

Andrew Mason
Apr14-05, 09:44 PM
let f be a function such that lim_{ h->x} \frac{f(2+h)-f(2)}{h} = 5

Which of the following must be true?

I. f is continuous at x=2.
II. F is differentiable at x=2.
III. The derivative of f is continuous at x=2.I think this must be:

\lim_{h\rightarrow{0}} \frac{f(2+h)-f(2)}{h} = 5 (ie. 0, not x)

I know (I) is true because it can be differentiatedI agree, with one caveat: We don't know the domain of h. If h can be positive or negative, f would be differentiable at 2 and, therefore, continous.

I know that (II) is ture to because the derivative was found so it can be differentiable.True, subject to the above.
I dont know if III is true because the it doesnt tell me the limit of f'(x)
I think that if a function f(x) is differentiable at x, its derivative must be continuous at x.

AM

hypermorphism
Apr14-05, 10:36 PM
I think that if a function f(x) is differentiable at x, its derivative must be continuous at x.
AM

Not true. Counterexample: Let f(x) = x2sin(1/x) for x != 0, and f(x) = 0 when x = 0. Then f is differentiable at zero, but the derivative is not continuous at 0.

UrbanXrisis
Apr14-05, 11:23 PM
Not true. Counterexample: Let f(x) = x2sin(1/x) for x != 0, and f(x) = 0 when x = 0. Then f is differentiable at zero, but the derivative is not continuous at 0.

wait, you just said that x!=0, how can "f(x) = 0 when x = 0" when you just said x cant equal zero?

hypermorphism
Apr14-05, 11:42 PM
wait, you just said that x!=0, how can "f(x) = 0 when x = 0" when you just said x cant equal zero?

This is a piecewise function (http://mathworld.wolfram.com/PiecewiseFunction.html). f(x) has one rule when x is not zero (!=0), and another rule when x=0.

HallsofIvy
Apr15-05, 07:11 AM
wait, you just said that x!=0, how can "f(x) = 0 when x = 0" when you just said x cant equal zero?

No, he didn't say that. He said that as long as x is NOT 0, you define
f(x) to be x2 sin(1/x) (which obviously can't be correct for x=0) but that if x IS 0, f(0)= 0.