For $(x+\sqrt{x^2+3})(y+\sqrt{y^2+3})=3$, compute $x+y$ .

Solution 1:

$$ \begin{align} x+\sqrt{x^2+3} &=\frac3{y+\sqrt{y^2+3}}\\ &=\frac3{y+\sqrt{y^2+3}}\frac{y-\sqrt{y^2+3}}{y-\sqrt{y^2+3}}\\ &=\frac3{-3}\left(y-\sqrt{y^2+3}\right)\\ &=-y+\sqrt{y^2+3}\tag{1} \end{align} $$ Similarly $$ y+\sqrt{y^2+3}=-x+\sqrt{x^2+3}\tag{2} $$ Add $(1)$ and $(2)$ and cancel the radicals.

Solution 2:

I want to explain why this is actually a remarkable problem.

The question is to show that an algebraic curve, of degree that could potentially be as high as 8 (it is a product of two terms with square roots) defines a straight line -- at least for its real solutions.

The usual ways in which such a thing happens, and are represented fairly often in competition problems and book exercises, are:

  • the equation represents the equality condition in an inequality of real numbers (for example, arithmetic mean equals geometric mean for some suitably constructed set of variables), or

  • the equation defining the curve factorizes, with some of the factors having no real solutions (for example, our degree 8 curve might be $(x+y)^4$ multiplied by a degree $4$ polynomial that is positive for all real coordinates $(x,y)$).

Neither of these is the case here. Algebraic calculation, separating $x$ and $y$ to different sides of the equation, shows that we have $f(x) = f(-y)$ for the increasing function $f(x) = x + \sqrt{x^2+3}$, so that for real solutions $x = -y$. This is a nice argument, and it generalizes to $F(x) = x + \sqrt{x^2 + a^2}$ and the equation $F(x)F(y)=a^2$, but does it fit into some algebraic framework? The issue is what happens with the complex solutions, or when the equation is handled purely algebraically.

Introducing variables $X$ and $Y$ with $X^2 - x^2=3$ and $Y^2 - y^2=3$, there is a system of 3 quadratic equations in 4 unknowns. The surprise here is that purely algebraic calculations on the system in the polynomial ring $\mathbb{Z}[x,y,X,Y]$, lead to $3(x+y)=0$. This illustrates some of the complexities around Bezout's theorem; for affine and singular varieties you cannot naively determine the degree of an intersection by degree counting alone. The algebra is not hard in this case, but it is well worth going through the geometric, projective and scheme-theoretic descriptions of what is happening in this deceptively simple exercise.

I will edit the question to see if any of the 10 downvoters would like to change their minds in light of this information (assuming a non OP edit allows that).

Solution 3:

Hint: Calculate $(-t+\sqrt{t^2+3})(t+\sqrt{t^2+3})$.

Details: The product in the hint is $3$. So for every $y$, by putting $x=-y$ we get a solution of the equation $$(x+\sqrt{x^2+3})(y+\sqrt{y^2+3}=3)=3\tag{$1$}$$ with $x+y=0$. We now show these are the only solutions,

One of the terms in $(1)$ is $\le \sqrt{3}$, say the first one. Then the second one is $\ge \sqrt{3}$. But for positive $t$, the function $t+\sqrt{t^2+3}$ is increasing, so there is a unique value of $y$ corresponding to $x$.

Solution 4:

I want to add another perspective to this problem. Not from the point of view of algebraic varieties, see zyx's answer for that, but from the point of view of teaching a problem solving strategy to beginners. The solution (as seen from several posts) depends on a useful trick of clearing the square roots from the denominator, but IMVHO there are important steps before we reach that point.

Let's take a look at the problem. We are given a single equation tying the values of two variables $x$ and $y$ together. Fine - business as usual. The equation looks a bit scary because of the square roots and all that, but presumably such an equation defines a curve of some kind. But we are asked about the value of another function, a much simpler one, the sum of the two coordinates. Wait one red minute!? What is this? It sounds as if a single number is expected? May be a range of values? No, that wouldn't quite match the chosen wording. As it stands the question is a bit strange, for a priori there is little reason to suspect that we could say much at all about the value of $x+y$. But let's keep an open mind!

None of the elementary things seem to say much about the equation we were given. How could we even get started? It's time for my battle cry: I couldn't make sense out of it, so I calculated some examples! Let's plug in some values for $x$, solve for $y$, and see how the land lies. A physicist would call this step "experimental" or "making observations" - the technique is somewhat underrated in math education (though professionals do it all the time). Let's try something simple. What if $x=0$? Then $x+\sqrt{x^2+3}=\sqrt3$, and we are to solve $y+\sqrt{y^2+3}=3/\sqrt3=\sqrt3.$ Hmm? A bit ugly. Let's try $x=1$. Then we get $x+\sqrt{x^2+3}=1+\sqrt{4}=3$, and we are to solve $y+\sqrt{y^2+3}=1$. This time the value on the r.h.s. was a clean integer, which is an improvement I guess, but no flashes of insight yet. Any other values of $x$ that would make $x+\sqrt{x^2+3}$ simple? $x=-1$ comes to mind given that again $\sqrt{x^2+3}$ will be equal to two. So this time $x+\sqrt{x^2+3}=-1+2=1$, and we need to solve $y+\sqrt{y^2+3}=1$.

Ok, to get any example points $(x,y)$ we need to solve equations of the form $$ y+\sqrt{y^2+3}=a $$ for some $a$. How do we do that? Well, this is something where we can apply things about equations that we have learned earlier. Keep the square root on one side, move the rest to the other, and square both sides. We need to keep track of the signs, but that's routine. So we get as a consequence $$ y^2+3=\left(\sqrt{y^2+3}\right)^2=(a-y)^2=a^2-2ay+y^2. $$ Let's see, the $y^2$ terms cancel, so we get $2ay=a^2-3$ and $y=(a^2-3)/(2a)$. When $x=1$, we had $a=1$, so $y=(1^2-3)/(2\cdot1)=-1$. Similarly, when $x=-1$ we have $a=3$ and $y=(3^2-3)/6=1$. And when $x=0$, we have $a=\sqrt3$ and $y=(3-3)/2a=0$.

So we at long last have observed some data points: $(x,y)$ can be one of $(1,-1)$, $(0,0)$ or $(-1,1)$. There are countless other points, and you are advised to produce a few others, if this is not enough. What was the question again? The value of $x+y$? Hmm, at all these "observed" points the coordinates sum to zero. Coincidence? Possibly, we are math folks, so suspicion is second nature. But let's try this further (for lack of better ideas, really). If we really have $x+y=0$ always, then we should have $y=-x$. Does that fit? Let's check $$ (x+\sqrt{x^2+3})(-x+\sqrt{(-x)^2+3})=(x+\sqrt{x^2+3})(-x+\sqrt{x^2+3})?? $$ Ahh, it's the good ol' sum of two things $\times$ their difference: $(a+b)(a-b)=a^2-b^2$ with $a=\sqrt{x^2+3}$ and $b=x$. We have $a^2-b^2=(x^2+3)-x^2=3$! Success! Success? We just showed that points on the line $x+y=0$ do satisfy the given equation, but the direction of the implication is wrong. We wanted the converse. Leaving that to you! Insert a devilish grin here, but also the hint that now you may peek at the other solutions. Also our calculations above showed that to each $x$ there is a single $a$ (show that you never need to divide by zero!) and to each $a$ there will be a single $y$. We already know which $y$ will work at least, so it looks like there are no others???


This is by no means the only approach, but it may take you the distance, when you are in unfamiliar territory. The successful answerers apparently drew from their personal databanks and tuned up pattern recognition heuristics. Of course, building up the said databanks takes time, and you need to work your way through scores of examples to develop and improve those pattern recognition skills.