The signum function is defined to be sgn ( x ) = 1 , 0 , − 1 if x > 0 , x = 0 and x < 0 respectively. Find the number of solutions of the equation x ( x − 3 sgn ( x ) ) + sgn 2 ( x ) = 0
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.
How come you can write x*sgn(x)=x?
What if we multiply all the terms and then write x*sgn(x)=x and take two cases where in [sgn(x)]^2 is either 0 or 1?
Log in to reply
As Renz hinted, it is not true that " x * sgn (x) = x ".
So, "What if a false statement is assumed to be true?" Then, anything can be true.
Just consider 3 cases, x > 0 , x < 0 , x = 0 and then solve the quadratic equations. The first two cases give us 4 solutions, and x = 0 also a valid solution. So there are 5 solutions.
Problem Loading...
Note Loading...
Set Loading...
Use quadratic formula to solve for x in terms of s g n ( x ) . We get that x = 2 3 ± 5 s g n ( x ) . We get x = ± 2 3 ± 5 or x = 0 . So there are 5 solutions.