Find the points at which the function is not differentiable

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 2K views
zorro
Messages
1,378
Reaction score
0

Homework Statement


Find the points at which the function is not differentiable.

space;0&space;\\\\&space;=&space;min(\sqrt{4-x^{2}},\sqrt{1&plus;x^{2}})&space;\\0<x\leq&space;2.gif

Homework Equations



It is not asked to check differentiability at a particular point.
How do I find the points which are not differentiable?
The function is not continuous at x=0
 
Last edited:
Physics news on Phys.org


Is that a necessary step for such max-min kind of problems?
 


OK.
I found that out.
For x <= -√(3/2) and x >= √(3/2)
What next?
 


Sorry. There is a mistake in my original post. It is (4 - x^2)^0.5.
Square is missing.
 


Ah, yes. Then you are correct.
So your function can actually be written as

[tex]f(x)=\left\{\begin{array}{l}<br /> \sqrt{1+x^2}~\text{if}~-2\leq x\leq -\sqrt{3/2}\\<br /> \sqrt{4-x^2}~\text{if}~-\sqrt{3/2}\leq x\leq 0\\<br /> \sqrt{1+x^2}~\text{if}~0<x\leq \sqrt{3/2}\\<br /> \sqrt{4-x^2}~\text{if}~\sqrt{3/2}\leq x\leq 2<br /> \end{array}\right.[/tex]

Now, you can see that there are but a few points in which f is possible not differentiable...
 


micromass said:
Ah, yes. Then you are correct.
So your function can actually be written as

[tex]f(x)=\left\{\begin{array}{l}<br /> \sqrt{1+x^2}~\text{if}~-2\leq x\leq -\sqrt{3/2}\\<br /> \sqrt{4-x^2}~\text{if}~-\sqrt{3/2}\leq x\leq 0\\<br /> \sqrt{1+x^2}~\text{if}~0<x\leq \sqrt{3/2}\\<br /> \sqrt{4-x^2}~\text{if}~\sqrt{3/2}\leq x\leq 2<br /> \end{array}\right.[/tex]

Now, you can see that there are but a few points in which f is possible not differentiable...

Hey I did not understand one thing.
You used equality sign between x and -√(3/2) in first two definitions.
How can a function be defined in 2 ways for the same domain? Am I wrong or was it your printing error?