How to disprove (m^2)+m+1=(n^2)?

  • Thread starter Thread starter Eclair_de_XII
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Eclair_de_XII
Messages
1,085
Reaction score
92

Homework Statement


"Prove: There exists no ##m,n∈ℕ## such that ##m^2+m+1=n^2##."

Homework Equations

The Attempt at a Solution


I basically rewrote it as:

##m^2+2m+1=n^2+m##

or

##(m+1)^2=n^2+m##,

and subtracting ##n^2##, I get

##(m+1-n)(m+1+n)=m##.

Then I divided both sides of the equation by ##m## to get:

##(1+\frac{1}{m}-\frac{n}{m})(m+n+1)=1##.

I then argued that the only way for this to be possible was (1) if both terms on the left were ##1##, which would contradict the fact that ##m## and ##n## were positive integers, because if they were, the second term would be greater than one; or (2) if the two terms were multiplicative inverses of each other. The latter is the one I had trouble with, because it led to some kind of circular reasoning. Basically, I ended up with the exact same problem which I had to once again disprove. Can anyone provide me with any hints on how to approach this proof?
 
Physics news on Phys.org
Thanks for the help. I finished it, by the way.