Find all points where f fails to be differentiable. Justify your answer. Also draw the graph of f(x) by using
MATLAB.
(a) f(x) = |3x − 2| (b) f(x) = |x
2 −2|
a)
f(x)=3x−2f(x)=3x-2f(x)=3x−2 for x>2/3x>2/3x>2/3
f(x)=−(3x−2)f(x)=-(3x-2)f(x)=−(3x−2) for x<2/3x<2/3x<2/3
f(x) is not differentiable at x=2/3x=2/3x=2/3
MATLAB command:
fplot(@x abs(3x-2))
b)
f(x)=x2−2f(x)=x^2-2f(x)=x2−2 for ∣x∣>2|x|>\sqrt2∣x∣>2
f(x)=−(x2−2)f(x)=-(x^2-2)f(x)=−(x2−2) for ∣x∣<2|x|<\sqrt2∣x∣<2
f(x) is not differentiable at x=±2x=\pm\sqrt2x=±2
fplot(@x abs(x^2-2))
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments