Not calculus this time

Algebra Level 5

4 x + x = x 2 + 4 \large \lfloor 4x\rfloor +\lceil x\rceil =x^{2}+4 Find the sum of squares of the solutions to the above equation.

Notations : \lfloor \cdot \rfloor denotes the floor function and \lceil \cdot \rceil denotes the ceiling function .


The answer is 63.

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.

3 solutions

Chew-Seong Cheong
Jul 22, 2016

Relevant wiki: Floor and Ceiling Functions - Problem Solving

4 x + x = x 2 + 4 \begin{aligned} \lfloor 4x \rfloor + \lceil x \rceil & = x^2 + 4 \end{aligned}

Since the LHS of the equation is integral, the RHS must also be integral, which means that x 2 = n x = n x^2 = n \implies x = \sqrt{n} , where n n is a non-negative integer.

We can assume that the solutions should occur around the solutions of continuous equation (that is equation without the floor and ceiling functions) as follows:

4 x + x = x 2 + 4 x 2 5 x + 4 = 0 ( x 1 ) ( x 4 ) = 0 x = 1 , 4 \begin{aligned} 4x + x & = x^2 + 4 \\ x^2 - 5x + 4 & = 0 \\ (x-1)(x-4) & = 0 \\ \implies x & = 1, \ 4 \end{aligned}

Checking for solutions around 1 = 1 1 = \sqrt 1 ,

  • When x = 0 : 0 + 0 < 0 + 4 not a solution x=\sqrt 0: \ \lfloor 0 \rfloor + \lceil 0 \rceil \color{#D61F06}{<} 0 + 4 \color{#D61F06}{\text{ not a solution}}
  • When x < 0 x<0 , LHS < \color{#D61F06}{<} RHS, so no solution \color{#D61F06}{\text{so no solution}}
  • When x = 2 : 4 × 1.414 + 1.414 > 2 + 4 not a solution x=\sqrt 2: \ \lfloor 4 \times 1.414 \rfloor + \lceil 1.414 \rceil \color{#D61F06}{>} 2 + 4 \color{#D61F06}{\text{ not a solution}} ; and this means that there is no solution until around x = 4 = 16 x = 4 = \sqrt{16}

Checking for solutions around 1 = 1 1 = \sqrt 1 ,

  • When x = 15 : 15.492 + 3.873 = 15 + 4 a solution x=\sqrt{15}: \ \lfloor 15.492 \rfloor + \lceil 3.873 \rceil \color{#3D99F6}{=} 15 + 4 \color{#3D99F6}{\text{ a solution}}
  • When x = 14 : 14.967 + 3.742 = 14 + 4 a solution x=\sqrt{14}: \ \lfloor 14.967 \rfloor + \lceil 3.742 \rceil \color{#3D99F6}{=} 14 + 4 \color{#3D99F6}{\text{ a solution}}
  • When x = 13 : 14.422 + 3.605 > 13 + 4 not a solution x=\sqrt{13}: \ \lfloor 14.422 \rfloor + \lceil 3.605 \rceil \color{#D61F06}{>} 13 + 4 \color{#D61F06}{\text{ not a solution}} ; and this means that there is no solution for x = 2 x = \sqrt 2 to 13 \sqrt{13}
  • When x = 17 : 16.492 + 4.123 = 17 + 4 a solution x=\sqrt{17}: \ \lfloor 16.492 \rfloor + \lceil 4.123 \rceil \color{#3D99F6}{=} 17 + 4 \color{#3D99F6}{\text{ a solution}}
  • When x = 18 : 16.971 + 4.243 < 18 + 4 x=\sqrt{18}: \ \lfloor 16.971 \rfloor + \lceil 4.243 \rceil \color{#D61F06}{<} 18 + 4 , not a solution; and this means that there is no solution for x 18 x \ge \sqrt {18}

Therefore the solutions are 1 \sqrt 1 , 14 \sqrt {14} , 15 \sqrt {15} , 16 \sqrt {16} , and 17 \sqrt {17} . And the sum of squares of solution is 1 + 14 + 15 + 16 + 17 = 63 1+14+15+16+17 = \boxed{63} .

Jack Lam
Jul 15, 2016

Note the left hand side is necessarily integral. So that means x² is integral.

By inspection, x=1 and x=4 are solutions.

However, the condition that x² is an integer does not imply x is an integer.

Looking at the equation x² + 4 = 5x tells us that the integral intersection points are 1 and 4.

When x is outside the domain (0,5), the right hand side is necessarily greater than the left hand side, so no solutions exist, which can be shown using basic inequalities involving the floor and ceiling functions.

It then remains to analytically exhaust all the possible solutions that lie in the interval (0,5)

Such solutions are square roots of integers.

After some exhaustive bashing, the other 3 solutions are √14, √15 and √17

Hence the answer to the question is 1+16+14+15+17=63

Typo: 1 + 16 + 14 + 15 + 17 = 63 1+\color{#3D99F6}{16}+14+15+17=\boxed{63} (The box isn't necessary, I just feel like adding it)

Hung Woei Neoh - 4 years, 11 months ago

Log in to reply

Fixed and thanks for pointing it out

Jack Lam - 4 years, 11 months ago

Typo pointer is back :P

Ashish Menon - 4 years, 11 months ago

Log in to reply

Lol? I never went away

Hung Woei Neoh - 4 years, 11 months ago

Log in to reply

@Hung Woei Neoh :P yeah but i am seeing this after a long time because I have started taking care of not making typos in my solutions/questions now because of you.

Ashish Menon - 4 years, 11 months ago

Log in to reply

@Ashish Menon Well, that's a good thing!

Hung Woei Neoh - 4 years, 11 months ago
Arjen Vreugdenhil
Jul 23, 2016

Relevant wiki: Floor and Ceiling Functions - Problem Solving

Since a 1 < a a a-1 < \lfloor a \rfloor \leq a and a a < a + 1 a \leq \lceil a \rceil < a+1 , the solutions must satisfy 5 x + c = x 2 + 4 5x + c = x^2 + 4 with 1 < c < 1 -1 < c < 1 . Completing the square, ( x 2 1 2 ) 2 = 2 1 4 c , (x - 2\tfrac12)^2 = 2\tfrac14 - c, so that x = 2 1 2 ± 2 1 4 c x = 2\tfrac12 \pm \sqrt{2\tfrac14 - c} and x 2 0.486 , 1.910 13.090 , 18.514 . x^2 \in \langle 0.486,\,1.910 \rangle \cup \langle 13.090,\,18.514 \rangle. Moreover, since the lhs of the original equation is an integer, x 2 x^2 must also be an integer. This limits us to x 2 { 1 , 14 , 15 , 16 , 17 , 18 } . x^2 \in \{ 1, 14, 15, 16, 17, 18 \}. Of these possible values, only x 2 = 18 x^2 = 18 does not work out, leaving us with the sum of squares 1 + 14 + 15 + 16 + 17 = 63. \boxed{1 + 14 + 15 + 16 + 17} = 63.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...