( x 2 − x − 1 ) x + 2 = 1
How many integers x satisfy the equation above?
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.
O God! ! How stupid of me that I forgot the case of 0..
Cases are a good idea, you can also use the natural log on both sides and solve from there.
Log in to reply
Taking the natural log approach would leave out the solution x = 0 , since this value would make x 2 − x − 1 negative and thus outside the domain of the log function.
Good explanation , but there's a typing mistake you made by replacing x by 2 in each of Case I and Case II :) .
why you do it all complicated, just say 2, 0, -1 and -2
Log in to reply
Not a good solution bro.
Are these are the only solutions? If so, how can yo demonstrate this? If not, what are the other solutions?
y = x + 2 gives me ( y 2 − 5 y + 5 ) y . y = 0 yields x = ± 2 . Making the trial assumption that y = 1 and solving y 2 − 5 y + 4 yields y ϵ { 4 , 5 } and x ϵ { − 1 , 0 } .
I didn't think of the possibility that the exponent would be even.
x + 2 = 0 --> x = -2
x^2 - x - 1 = 1 --> (x - 2)(x + 1) = 0 --> x = -1 , 2
x^2 - x - 1 = -1 --> x(x-1) = 0 --> x = 0 , 1 but x = 1 --> (-1)^3 = -1
so there are 4 intergers. {-2 , -1 , 0 , 2}
Problem Loading...
Note Loading...
Set Loading...
There are 3 ways a b can equal 1 when a and b are integers: I) a = 1; II) a = -1, b even; III) b = 0, a ≠ 0. In this problem a = x 2 − x − 1 , b = x + 2 . We solve each case in turn.
Case I:
x 2 − x − 1 = 1 , ( x − 2 ) ( x + 1 ) = 0 , x = 2 or − 1 .
Case II: x 2 − 2 − 1 = − 1 and x + 2 is even x 2 − x = 0 ,
x = 0 or 1 .
The choice x = 0 is a solution, since then x + 2 is even. However, x = 1 is not a solution, since then x + 2 would be odd.
Case III:
x + 2 = 0 and x 2 − x − 1 = 0 , x = − 2 . This is a solution, since ( − 2 ) 2 − ( − 2 ) − 1 = 5 = 0 . Thus there are 4 solutions in all.