What is the integral part of number ( 2 + 1 ) 6 ?
Details and Assumptions :
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.
Great! Does this work for odd numbers n in ( 2 + 1 ) n as well? Why or why not? Can you generalize this?
Response to Challenge Master note
Yes! It does work for odd n . The solution starts off the same, except, instead of finding I + F + f (which isn't an integer now) we find I + F − f which is an integer. This means F − f is an integer.
We will also have − 1 < F − f < 1 implying that F − f = 0
So by computing I + F − f = I = ( 2 + 1 ) n − ( 2 − 1 ) n we can find the integral part.
Demonstration:
Find the integral part of ( 2 + 1 ) 7
Let ( 2 + 1 ) 7 = I + F where I is the integral part and 0 < F < 1 is the fractional part.
Consider the number f = ( 2 + 1 ) 7 1 = ( 2 − 1 ) 7
Observe that 0 < f < 1
Now, I + F − f = i n t e g e r , since the irrational terms cancel out.
For the LHS to be an integer, F − f must also be an integer. We know that − 1 < F − f < 1 which implies F − f = 0 .
Now I + F − f = I = 2 ( ( 1 7 ) 2 3 + ( 3 7 ) 2 2 + ( 5 7 ) 2 + ( 7 7 ) ) = 4 7 8 .
This technique with a minor change can be used to find the integral part of many other numbers involving square roots, for example, ⌊ ( 5 5 + 1 1 ) n ⌋ . Here choose f = ( 5 5 − 1 1 ) n and observe that 0 < f = ( 5 5 + 1 1 ) n 4 n < 1 and then add/subtract f to/from I + F depending on the parity of n to get an integer and the rest of the procedure is identical to the above examples. Basically if you want to find the integral part of ( a b + c ) n = I + F take f = ( a b − c ) n and try to work from there
Log in to reply
why did you use F-f as integer for the second and F+f for the first? I can not choose to use which one when i was working out this.
Log in to reply
.For the first, look at the binomial expansion of I + F = ( 2 + 1 ) 6 and f = ( 2 − 1 ) 6 .
I + F = ( 0 6 ) ( 2 ) 6 + ( 1 6 ) ( 2 ) 5 + ( 2 6 ) ( 2 ) 4 + ( 3 6 ) ( 2 ) 3 + ( 4 6 ) ( 2 ) 2 + ( 5 6 ) ( 2 ) 1 + ( 6 6 ) f = ( 0 6 ) ( 2 ) 6 − ( 1 6 ) ( 2 ) 5 + ( 2 6 ) ( 2 ) 4 − ( 3 6 ) ( 2 ) 3 + ( 4 6 ) ( 2 ) 2 − ( 5 6 ) ( 2 ) 1 + ( 6 6 )
2 raised to any even power is an integer so you can see every odd term in I + F and f is an integer and every even term in them is irrational Observe that taking I + F − f in this case is a bad idea, because it becomes irrational; all the integer terms cancel out and you can't tell what the value of F − f is. Taking I + F + f does give us an integer (since those irrational terms cancel out) and we can easily tell the value of F + f . This works for even n
For odd n you should take I + F − f . If you look at the power 7 demonstration in my comment, You can see that the binomial expansions of both I + F and f starts off as ( 0 7 ) ( 2 ) 7 … with f having alternating signs and I + F having plus signs only. You can see that every odd term is irrational so to cancel them out you need I + F − f .
Hope this helps.
Well this might be novice question. But could u please explain or give any link for followings: 1. how I+F+f : is integer 2. How the last equation forms? ie. 2((0 6)2^3...
Thanks
Log in to reply
Everything I've done relies on the Binomial Theorem. Look it up on wikipedia if you don't know what it is.
These are the expansions of I + F and f
I + F = ( 0 6 ) ( 2 ) 6 + ( 1 6 ) ( 2 ) 5 + ( 2 6 ) ( 2 ) 4 + ( 3 6 ) ( 2 ) 3 + ( 4 6 ) ( 2 ) 2 + ( 5 6 ) ( 2 ) 1 + ( 6 6 ) f = ( 0 6 ) ( 2 ) 6 − ( 1 6 ) ( 2 ) 5 + ( 2 6 ) ( 2 ) 4 − ( 3 6 ) ( 2 ) 3 + ( 4 6 ) ( 2 ) 2 − ( 5 6 ) ( 2 ) 1 + ( 6 6 )
Add them, and you'll see
I + F + f = 2 ( ( 0 6 ) ( 2 ) 6 + ( 2 6 ) ( 2 ) 4 + ( 4 6 ) ( 2 ) 2 + ( 6 6 ) )
= 2 ( ( 0 6 ) 2 3 + ( 2 6 ) 2 2 + ( 4 6 ) 2 + ( 6 6 ) ) = i n t e g e r = 1 9 8
I took I + F + f to make sure it's an integer. For odd powers you would have to take I + F − f to make sure it's an integer. See my comments above for a demonstration with an odd power (7).
Hope this helps
You can just use Pascal's Triangle
can you tell me how you know 0<F + f<2? Thanks!!!!
Log in to reply
I did similarly
Consider the "Fibonacci style" sequence recursively defined by x n + 2 = 2 x n + 1 + x n with x 0 = x 1 = 2 . Arguing as in the case of the Fibonacci sequence, we find that x n = ( 1 + 2 ) n + ( 1 − 2 ) n . Now − 1 < 1 − 2 < 0 , so that the integral part of ( 1 + 2 ) n is x n − 1 for positive even n and x n for odd n .
Now x 0 = x 1 = 2 , x 2 = 6 , x 3 = 1 4 , x 4 = 3 4 , x 5 = 8 2 , x 6 = 1 9 8 so the integral part of ( 1 + 2 ) 6 is 1 9 7
This method allows us to find the integral part of ( a + b ) n as long as ∣ a − b ∣ < 1 .
Basic version, sans Fibonacci (abreviated version of Danish's work)
Define x n = ( 1 + 2 ) n + ( 1 − 2 ) n = 2 ∑ k = 0 n / 2 ( 2 k n ) 2 k , an integer.
Now − 1 < 1 − 2 < 0 , so that the integral part of ( 1 + 2 ) n is x n − 1 for positive even n and x n for odd n .
In particular, x 6 = 2 ∑ k = 0 3 ( 2 k 6 ) 2 k = 1 9 8 so that the integral part of ( 1 + 2 ) 6 is 1 9 7
Yes! Newton's sum is hidden in here.
Pardon my doubt if it's silly - How did you get to know that a Fibonacci style series is at work here? Was it by making a pattern of increasing n?
Using binomial expansion for anything greater than 3 I always find too complicated to just start with. But in this particular instance you can use 2, and then 3.
( 2 + 1 ) 6 = ( ( 2 + 1 ) 2 ) 3 = ( 2 + 2 2 + 1 ) 3 = ( 3 + 2 2 ) 3 = 2 7 + 5 4 2 + 7 2 + 1 6 2 = 9 9 + 7 0 2 ≈ 9 9 + 7 0 ∗ 1 . 4 1 4 ≈ 1 9 7 . 9 8
The integral part is what's to the left of the decimal (the terminology was actually new to me), so the answer is 197 □
I haven't seen a calculator in a while that can't handle a square root, so it would probably be simple for most to just type this into a calculator, but an approximation of the square root of 2 is probably common knowledge in case you don't have a calculator you can use.
This solution has been marked incomplete. You need to know the fact that 2 ≈ 1 . 4 1 4 but you did not specify the error term.
Problem Loading...
Note Loading...
Set Loading...
Let ( 2 + 1 ) 6 = I + F where I is the integral part and 0 < F < 1 is the fractional part.
Consider the number f = ( 2 + 1 ) 6 1 = ( 2 − 1 ) 6
Observe that 0 < f < 1
Now, I + F + f = i n t e g e r , since the irrational terms cancel out.
For the LHS to be an integer, F + f must also be an integer. We know that 0 < F + f < 2 which implies F + f = 1 .
Now I + F + f = I + 1 = 2 ( ( 0 6 ) 2 3 + ( 2 6 ) 2 2 + ( 4 6 ) 2 + ( 6 6 ) ) = 1 9 8 and finally I = 1 9 8 − 1 = 1 9 7