Find the product of the three, smallest, non-integral, positive solutions of the equation
⌊ a ⌋ ⌈ a ⌉ = a 2
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.
House function = Floor function + Ceiling Function = (Floor + Ceiling) Function = House Function XD
what is the meaning of house function
Wow. What an elegant proof! I just have a question.
Will it be better if the fifth line is stated as
"Since n 2 < n ( n + 1 ) < ( n + 1 ) 2 , we see ... "?
Or did I misunderstand the logic somewhere?
Log in to reply
Hi @Mark Lao
Thanks for your comment! I think you are right about the clarity of the fifth line, so I modified it to read n 2 < . . . .
If a was a fraction, it's obvious that a 2 is non integral, but the LHS is guarnteed integral. Thus a is a square root of some number.
We must check for the first few numbers hat can be represented as n ( n + 1 ) . Thus plugging one, two, and three into this, we get 2 , 6 , 1 2
............................................................................................................................................ a = n + r . H e n c e n 2 + 2 n ∗ r + r 2 = a 2 = n ( n + 1 ) . H e n c e i n t e g e r n = 1 − 2 r r 2
On an IT calculator. Draw y = 1 − 2 r r 2 graph and y=1, 2, 3..
It intersects 1 at 0.41421356, 2 at 0.44948974, 3 at 0.46410162.
1.41421356 * 2.44948974 * 3.46410162 = 12.
Denote A=a+x is a number that satisfies the equation (0<=x<1): a ( a + 1 ) = ( a + x ) 2 a 2 + a = a 2 + 2 a x + x 2 x 2 + 2 a x − a = 0 x = a 2 + 4 a − a Let a=1,2,3 We get x=0.414214, 0.44949, 0.4641. A n s = 1 2
can't understand anything
Nice Question... but it will be good if you explain clearly all the sysmbols and their meaning which is used in the function.
here first a denotes Floor function while second a denotes Ceiling Function.
if any number a is in the form of n+r where n is any natural number and r lies between 0 to 1 then its floor value of a will be n and ceiling value of a will be (n+1)
Rest solution is already explained by Martin Sergio H. Faester , 27, Denmark
Problem Loading...
Note Loading...
Set Loading...
Let a = n + r where n ∈ N and 0 < r < 1 . Then
⌊ a ⌋ ⌈ a ⌉ = a 2 ⇒ n ( n + 1 ) = ( n + r ) 2 ⇒ r 2 + 2 n r − n = 0
Solving the quadratic equation with respect to r yields
r = − n ± n ( n + 1 )
Since n 2 < n ( n + 1 ) < ( n + 1 ) 2 , we see that 0 < − n + n ( n + 1 ) < 1 and thus,
a = n + r = n + ( − n + n ( n + 1 ) ) = n ( n + 1 )
Hence the three least, non-integral, positive solutions to ⌊ a ⌋ ⌈ a ⌉ = a 2 are found when n = 1 , 2 , 3 , that is 2 , 6 , 2 3 .
The product of the solutions is
2 2 3 6 = 2 6 6 = 1 2