x 3 + x 2 − 5 x − 1 = 0
Let α , β , γ be the roots of the equation above.
Evaluate ⌊ α ⌋ + ⌊ β ⌋ + ⌊ γ ⌋ .
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.
Simple standard approach.
L e t f ( x ) = x 3 + x 2 − 5 x − 1 . Clearly, f is a continuous function. Let us evaluate f ( x ) at certain points. f ( 2 ) = 8 + 4 − 1 0 − 1 = 1 f ( 1 ) = 1 + 1 − 5 − 1 = − 4 f ( 0 ) = 0 + 0 − 0 − 1 = − 4 f ( − 1 ) = − 1 + 1 + 5 − 1 = 4 f ( − 2 ) = − 8 + 4 + 1 0 − 1 = 5 f ( − 3 ) = − 2 7 + 9 + 1 5 − 1 = − 4 If f ( a ) . f ( b ) < 0 for some a , b ∈ R , a < b , then using Intermediate value theorem , we can say that, ∃ c ∈ ( a . b ) such that f ( c ) = 0 , i.e., a root exists.
Using the above idea and applying it on the intervals
(
−
3
,
−
2
)
,
(
−
1
,
0
)
and
(
1
,
2
)
, we can conclude that there exists at least one root in each of these intervals. Since the intervals are distinct, all these roots have to be distinct. Also since a cubic polynomial has exactly three roots, these are all the possible roots. Now, the intervals are chosen such that the floor of the roots can be easily determined and would be a unique value. Therefore,
⌊
α
⌋
+
⌊
β
⌋
+
⌊
γ
⌋
=
−
3
−
1
+
1
=
−
3
.
Simple standard approach.
A slightly more interesting question would have been to ask for { a } + { b } + { c } .
Problem Loading...
Note Loading...
Set Loading...
Let f ( x ) = x 3 + x 2 − 5 x − 1
⇒ f ′ ( x ) = 3 x 2 + 2 x − 5 = ( 3 x + 5 ) ( x − 1 )
⇒ f ′ ′ ( x ) = 6 x + 2 ⇒ { f ′ ′ ( − 3 5 ) f ′ ′ ( 1 ) < 0 > 0 ⇒ maximum ⇒ minimum
Since { f ( − 3 5 ) f ( 1 ) = 5 . 4 8 1 = − 4 the three roots are: ⎩ ⎪ ⎨ ⎪ ⎧ α < − 3 5 − 3 5 < β < 1 γ > 1
Let us check:
{ f ( − 3 ) = − 4 f ( − 2 ) = 5 ⇒ − 3 < α < − 2 ⇒ ⌊ α ⌋ = − 3 { f ( − 1 ) = 4 f ( 0 ) = − 4 ⇒ − 1 < β < 0 ⇒ ⌊ β ⌋ = − 1 { f ( 1 ) = − 4 f ( 2 ) = 1 ⇒ 1 < γ < 2 ⇒ ⌊ γ ⌋ = 1
⇒ ⌊ α ⌋ + ⌊ β ⌋ + ⌊ γ ⌋ = − 3 − 1 + 1 = − 3