Is Function f(x) Differentiable at x = 4?

  • Thread starter Thread starter ziddy83
  • Start date Start date
  • Tags Tags
    Differentiability
AI Thread Summary
The function f(x) is defined as x^3 for x ≤ 4 and (6x^2 - 8x) for x > 4. To determine differentiability at x = 4, the left-hand and right-hand derivatives must be equal. The left-hand derivative, calculated using the limit definition, results in 0, while the right-hand derivative yields 12. Since these derivatives are not equal, f(x) is not differentiable at x = 4.
ziddy83
Messages
87
Reaction score
0
hey guys, what's up. Its my first time posting so yeah...

Ok I'm attempting to do the following problem...

let f(x) = x^3 for x is less than or eqaul to 4.
(6x^2)-8x when x is greater than 4

i need to see if f(x) is differentiable at x = 4. I tried it through the definition of the derivative as a function. For the first part I am using x^3 and plugging it into f(x) in the def. of the deriv. and i can't seem to figure out what to do with the h I have in the exponent and in the denomenator. i fot as far as...

x^3 lim (a^h-1)/h...I know what x is, 4...but what do i do with the a and the h? please someone help, thanks.
 
Physics news on Phys.org
Not sure how you would accomplish what you're doing easily with your problem but I would personally see if the derivative at x = 4 was the same at both functions. Note the function is differentiable at a point x if the limit of the function from the positive side is the same as the limit of the function from the negative side.
 


Hi there! Welcome to the community and thanks for posting your question.

To determine if a function is differentiable at a specific point, we need to check if the left and right hand derivatives at that point are equal. In this case, we need to check if the left and right hand derivatives at x = 4 are equal.

Let's start with the left hand derivative. Using the definition of the derivative, we have:

f'(4-) = lim (h->0) (f(4-h) - f(4)) / h

= lim (h->0) ((4-h)^3 - 4^3) / h

= lim (h->0) (64 - 12h^2 + h^3 - 64) / h

= lim (h->0) (-12h^2 + h^3) / h

= lim (h->0) (-12h + h^2)

= 0

Now, let's calculate the right hand derivative:

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

= lim (h->0) ((4+h)^3 - 4^3) / h

= lim (h->0) (64 + 12h^2 + h^3 - 64) / h

= lim (h->0) (12h^2 + h^3) / h

= lim (h->0) (12h + h^2)

= 12

Since f'(4-) = 0 and f'(4+) = 12, the left and right hand derivatives are not equal, which means that the function is not differentiable at x = 4.

I hope this helps! Let me know if you have any other questions. Good luck with your problem!
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top