If is a real number that satisfy the equation Find the value of .
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.
Let's define a function f ( x ) = x 5 − x 3 + x and f ′ ( x ) = 5 x 4 − 3 x 2 + 1 . The equation f ′ ( x ) = 0 has no real solutions and as f ′ ( 0 ) = 1 , then f ′ ( x ) is strictly positive, and thus f ( x ) is stricty increasing. Therefore, the equation f ( a ) = 2 has at most one solution for a .
Now, let's notice that f ( 1 ) = 1 < 2 and f ( 2 ) = 2 6 > 2 . By the Intermediate Value Theorem, there exist at least one solution to f ( a ) = 2 in the interval ( 1 , 2 ) . It's clear now that a is unique and lies in ( 1 , 2 ) , therefore a 6 lies in ( 1 , 6 4 ) . Evaluating f ( x ) at some specific points we can reduce the interval as in the bisection method: f ( 6 2 ) ≈ 1 . 4 9 0 0 f ( 6 3 ) ≈ 1 . 9 6 6 9 f ( 6 4 ) ≈ 2 . 4 3 4 7 Therefore, a lies in ( 6 3 , 6 4 ) , and a 6 lies in ( 3 , 4 ) . In conclusion: [ a 6 ] = 3 .