Determine whether f '(0) exists.

f(x) = {xsin(10/x) if x can not = 0
0 if x=0

consider the function g(x)=sin(10x)/x as x>>inf clearly this has a limit of zero.

Is this not the same function in the limit as f(x)?

You can prove that limx>0 of (f(x)=limx>inf f(1/x)

I should have made that clear.

To determine whether f'(0) exists, we need to check if the derivative of f(x) exists at x = 0.

To find the derivative of f(x), we can use the definition of the derivative:

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

Let's calculate the derivative of f(x) at x = 0 using this definition:

f'(0) = lim (h->0) [f(0+h) - f(0)] / h

To find f(0+h), we substitute x with 0+h in the function f(x):

f(0+h) = (0+h)sin(10/(0+h))

Since sin(10/(0+h)) does not have a simplified form, we cannot directly cancel out the h in the numerator and denominator. However, we can still proceed with the calculation by applying the squeeze theorem.

Squeeze Theorem: If two functions g(x) ≤ f(x) ≤ h(x) for all x in an open interval containing c (except possibly at x = c), and if lim (x->c) g(x) = lim (x->c) h(x) = L, then lim (x->c) f(x) = L.

Let's consider the following functions:

g(x) = -|h(x)|
h(x) = |h(x)|

When x ≠ 0, g(x) ≤ f(0+h) ≤ h(x) is satisfied. However, when x = 0, f(0+h) = 0, which does not satisfy the inequality.

Therefore, lim (h->0) f(0+h) does not exist.

Since lim (h->0) [f(0+h) - f(0)] / h does not exist, f'(0) does not exist.

To summarize, f'(0) does not exist for the given function f(x) = {xsin(10/x) if x can not = 0, 0 if x=0.