-1

This question arose when I was tackling another question, that there exists some function $f(x)=n^x$ such that if $a+b$ is a square, $f(a)+f(b)$ is also a square. I'm trying to disprove it by counter example, with the case $a=1, b=3$.

Rob
  • 6,727

2 Answers2

5

To start, we can rewrite $9^x$ as $(3^2)^x$. Using the power rule, we can rewrite this as $3^{2x}$, and use the power rule again to get the expression $(3^x)^2$. This proves $9^x$ must be square.

Now that we know $9^x$ is square, we can use the obvious rule that a perfect square plus one is not a perfect square.

Meow Mix
  • 992
2

Suppose $9^x + 1 = y^2$ for $x > 0$, and split into two cases - if $y \leq 2$ or if $y > 2$.

If $y \leq 2$, we can quickly check that there are no solutions. If $y > 2$ then $9^x = y^2 - 1 = (y-1)(y+1)$. Since the only prime factor of $9^x$ is $3$, $3$ must divide $y - 1$. Then $3$ does not divide $y + 1$, a contradiction.

Michael Biro
  • 13,757