Given that
⎩ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎧ f ( x ) = x g ( x ) = ∣ 1 − f ( x ) ∣ h ( x ) = 2 − g ( x ) L ( x ) = h ( ∣ x ∣ ) + ∣ h ( x ) ∣
What is the number of points where L ( x ) is non-differentiable?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Nice solution :) It can be solved in a Much shorter way by the use of graph and simplifying function In by opinion :)
Log in to reply
How will you make the graph of L ( x ) = 2 − ∣ 1 − ∣ x ∣ ∣ + ∣ 2 − ∣ 1 − x ∣ ∣
Log in to reply
We can make the graph of both the equations separately , then getting idea of pts. Which may be and , writing equations and simplifying
Yes I feel your is a bit short :) mine is a bit longer :)
Why not -1?
Problem Loading...
Note Loading...
Set Loading...
L ( x ) = h ( ∣ x ∣ ) + ∣ h ( x ) ∣ L ( x ) = 2 − g ( ∣ x ∣ ) + ∣ 2 − g ( x ) ∣ L ( x ) = 2 − ∣ 1 − f ( ∣ x ∣ ) ∣ + ∣ 2 − ∣ 1 − f ( x ) ∣ ∣ L ( x ) = 2 − ∣ 1 − ∣ x ∣ ∣ + ∣ 2 − ∣ 1 − x ∣ ∣
It is rare to use the Derivative to ∣ x ∣ , This is how it’s done Let , v = ∣ x ∣ ⟹ v 2 = x 2 2 v d x d v = 2 x ⟹ d x d v = v x d x d v = ∣ x ∣ x : 2nd Method : Use the defenition of ∣ x ∣ = x 2 f ( x ) = x 2 ⟹ f ′ ( x ) = 2 x 2 1 ⋅ 2 x f ′ ( x ) = ∣ x ∣ x
Now we calculate the derivative of L ( x ) L ′ ( x ) = 0 − ∣ 1 − ∣ x ∣ ∣ ( 1 − ∣ x ∣ ) ⋅ ∣ x ∣ x ⋅ − 1 + ∣ 2 − ∣ 1 − x ∣ ∣ 2 − ∣ 1 − x ∣ ⋅ ∣ 1 − x ∣ − ( 1 − x ) ⋅ − 1 L ′ ( x ) = ∣ x ∣ ⋅ ∣ 1 − ∣ x ∣ ∣ x ( 1 − ∣ x ∣ ) + ∣ 1 − x ∣ ⋅ ∣ 2 − ∣ 1 − x ∣ ∣ ( 1 − x ) ⋅ ( 2 − ∣ 1 − x ∣ ) Possible Points where Derivative is not defined : x = − 1 , 0 , 1 , 3 LHD: Left hand derivative RHD: Right hand derivative x = − 1 : LHD = x → − 1 − v e lim L ′ ( x ) = 0 , RHD = x → − 1 + v e lim L ′ ( x ) = 0 x = 0 : LHD = x → 0 − v e lim L ′ ( x ) = 0 , RHD = x → 0 + v e lim L ′ ( x ) = 2 x = 1 : LHD = x → 1 − v e lim L ′ ( x ) = 2 , RHD = x → − 1 + v e lim L ′ ( x ) = − 2 x = 3 : LHD = x → 3 − v e lim L ′ ( x ) = − 2 , RHD = x → 3 + v e lim L ′ ( x ) = 0 Points where function is non-differentiable are : x = 0 , 1 , 3
I loved This problem, Keep posting :)
In my opinion , this Question should belong to the class of Level 5