Question 230545: Solve this inequalities
1/x2 <= 1
Thanks Tutor :)
Found 2 solutions by jsmallt9, Theo: Answer by jsmallt9(3758) (Show Source): Answer by Theo(13342) (Show Source):
You can put this solution on YOUR website! I believe the formula you are looking to solve is:
If so, then the solution would appear to be as follows:
multiply both sides of the equation by x^2 to get:
1 <= x^2
This is the same as x^2 >= 1
Take the square root of both sides of this equation to get:
x >= 1
or:
x <= -1
How I got to this part I can't really explain that well, but it works.
square root of x^2 is x.
No problem there, because x * x = x^2 regardless if x is positive or negative.
If it was = rather than >=, the answer would have been:
x = +/- 1
Because it was >=, then you have to take into account that when you multiply both sides of an inequality by -1, then the inequality reverses.
This causes:
x >= 1
or
x <= -1
To confirm the answer is good, you would take some values of x and replace x in the original equation with them.
Take values in and out of the acceptable range.
Let x equal:
-2,-1,-.5,0,.5,1,2
Then 1/x^2 <= 1 becomes:
When x = -2, 1/x^2 = 1/4 < 1 = ok.
When x = -1, 1/x^2 = 1/1 = 1 = ok
When x = -.5, 1/x^2 = 1/.25 > 1 = NOT ok.
When x = 0, 1/x^2 = 1/0 = undefined = NOT ok.
When x = .5, 1/x^2 = 1/.25 > 1 = NOT ok.
When x = 1, 1/x^2 = 1/1 = 1 = ok.
When x = 2, 1/x^2 = 1/4 < 1 = ok.
Your answer is that x >= 1 or x <= -1.
You do not have to restrict the domain to eliminate division by 0 because the domain already excludes 0.
|
|
|