Choose any number, $x$: say, $x = 876$ (you can pick any $n$ digit number)
Now, square the number -> $876 * 876 = 767376$
But now, If I ask you the square of $ x + 1$ --> $876 + 1 = 877$. You can't solve it mentally (in most of the cases).
But instead, you can, take $x^2$ and add $ x + \{x + 1\}$ to it. Which gives --> $ x^2 + x + \{x + 1\} = 767376 + 876 + 877 = 769129 $ which interestingly is actually the square of 877!
So, this all comes down to one thing, have I discovered some new mathematical logic?