If P is the product of nonreal roots of the quartic x 4 − 4 x 3 + 6 x 2 − 4 x − 2 0 1 5 , then find the integer part of P .
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.
exactly same solution
Please correct the typo (3rd line).
Log in to reply
What typo?
Log in to reply
It should be 4th root of 2016, not square root.
Log in to reply
@Abhishek Sharma – Thanks, the typo has been corrected now.
44 square is 1936.question should have 1935 instead of 2015
How can you assume that the answer has to be floor(P)?
Log in to reply
Nothing has been "assumed" here.
The question says "Find the integer part of P ", i.e., the answer is the integral part of P . Now, P = 1 + 2 0 1 6 is clearly a non-negative real. Hence, by definition of floor function, the answer is ⌊ P ⌋ .
Here's an brief explanation: Consider a non-negative real x = k + t where k is the integral part of x and t is the fractional part ∈ [ 0 , 1 ) . Then, from basic properties of floor function, we have ⌊ x ⌋ = ⌊ k + t ⌋ = k + ⌊ t ⌋ . Since t ∈ [ 0 , 1 ) by construction, ⌊ t ⌋ = 0 and hence k = ⌊ x ⌋ . Recall that k was defined to be the integral part of non-negative x and hence, the integral part of a non-negative real is ⌊ x ⌋ .
Note: Notice that for negative x , the integral part is given by ⌈ x ⌉ (try to prove this one on your own, use a method similar to the above).
shouldnt we take the nearest integer and not the floor? otherwise it would be nice if you specifically added the floor notation, thanks
Problem Loading...
Note Loading...
Set Loading...
We have: x 4 − 4 x 3 + 6 x 2 − 4 x + 1 − 2 0 1 6 = ( x − 1 ) 4 − 2 0 1 6 = 0
⇒ ( x − 1 ) 4 = 2 0 1 6
Nonreal solutions are thus 1 ± 4 2 0 1 6 i , their product being 1 + 2 0 1 6 .
So our answer is ⌊ 1 + 2 0 1 6 ⌋ = 4 5