Prove that for all positive integers $n>1, (n^2+1)-n$ is not a perfect square.
$begingroup$
In this hard question, I tried to use mathematical induction but couldn't as it is a hard problem. I have been trying for a week now so I came to stack exchange with this question. Any help would be nice.
Also the problems goes on and asks to prove for $2(n^2+1)-n$
elementary-number-theory
$endgroup$
add a comment |
$begingroup$
In this hard question, I tried to use mathematical induction but couldn't as it is a hard problem. I have been trying for a week now so I came to stack exchange with this question. Any help would be nice.
Also the problems goes on and asks to prove for $2(n^2+1)-n$
elementary-number-theory
$endgroup$
$begingroup$
Did you really mean to write $1(n^2+1)-n$ or is there a typo?
$endgroup$
– bof
Jan 5 at 7:41
$begingroup$
I think it is supposed to be all positive integers greater than $1$, as when $n=1$ it is a square.
$endgroup$
– Erik Parkinson
Jan 5 at 7:43
$begingroup$
I forgot to add the second part
$endgroup$
– user587054
Jan 5 at 8:19
add a comment |
$begingroup$
In this hard question, I tried to use mathematical induction but couldn't as it is a hard problem. I have been trying for a week now so I came to stack exchange with this question. Any help would be nice.
Also the problems goes on and asks to prove for $2(n^2+1)-n$
elementary-number-theory
$endgroup$
In this hard question, I tried to use mathematical induction but couldn't as it is a hard problem. I have been trying for a week now so I came to stack exchange with this question. Any help would be nice.
Also the problems goes on and asks to prove for $2(n^2+1)-n$
elementary-number-theory
elementary-number-theory
edited Jan 5 at 8:19
user587054
asked Jan 5 at 7:36
user587054user587054
46511
46511
$begingroup$
Did you really mean to write $1(n^2+1)-n$ or is there a typo?
$endgroup$
– bof
Jan 5 at 7:41
$begingroup$
I think it is supposed to be all positive integers greater than $1$, as when $n=1$ it is a square.
$endgroup$
– Erik Parkinson
Jan 5 at 7:43
$begingroup$
I forgot to add the second part
$endgroup$
– user587054
Jan 5 at 8:19
add a comment |
$begingroup$
Did you really mean to write $1(n^2+1)-n$ or is there a typo?
$endgroup$
– bof
Jan 5 at 7:41
$begingroup$
I think it is supposed to be all positive integers greater than $1$, as when $n=1$ it is a square.
$endgroup$
– Erik Parkinson
Jan 5 at 7:43
$begingroup$
I forgot to add the second part
$endgroup$
– user587054
Jan 5 at 8:19
$begingroup$
Did you really mean to write $1(n^2+1)-n$ or is there a typo?
$endgroup$
– bof
Jan 5 at 7:41
$begingroup$
Did you really mean to write $1(n^2+1)-n$ or is there a typo?
$endgroup$
– bof
Jan 5 at 7:41
$begingroup$
I think it is supposed to be all positive integers greater than $1$, as when $n=1$ it is a square.
$endgroup$
– Erik Parkinson
Jan 5 at 7:43
$begingroup$
I think it is supposed to be all positive integers greater than $1$, as when $n=1$ it is a square.
$endgroup$
– Erik Parkinson
Jan 5 at 7:43
$begingroup$
I forgot to add the second part
$endgroup$
– user587054
Jan 5 at 8:19
$begingroup$
I forgot to add the second part
$endgroup$
– user587054
Jan 5 at 8:19
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
The trick is that for all $n ge 2$,
$$(n-1)^2 = n^2-2n+1 < n^2-n+1 < n^2$$
So $n^2-n+1$ will lie between all consecutive square numbers and thus can't be square.
$endgroup$
add a comment |
$begingroup$
Note that for $n^2-n+1$ and $n >1$, the following inequality holds true:
$$n^2-2n+1 < n^2-n+1 < n^2$$
$$(n-1)^2 < n^2-n+1 < n^2$$
where $(n-1)^2$ and $n^2$ are two consecutive squares. What can be concluded from this?
$endgroup$
$begingroup$
Thank you but can you please help me with the second part I updated on the post. Thank you anyways
$endgroup$
– user587054
Jan 5 at 8:39
add a comment |
$begingroup$
A hint for the second part. Consider the possibilities for $n pmod3$, that is, $n$ may be of the form $3k$, $3k+1$ or $3k+2$. Do any of these $n$ yield expressions for $2(n^2+1)-n$ that are possible squares $pmod3$? And if any is, is it also a possible square $pmod9$?
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3062483%2fprove-that-for-all-positive-integers-n1-n21-n-is-not-a-perfect-square%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The trick is that for all $n ge 2$,
$$(n-1)^2 = n^2-2n+1 < n^2-n+1 < n^2$$
So $n^2-n+1$ will lie between all consecutive square numbers and thus can't be square.
$endgroup$
add a comment |
$begingroup$
The trick is that for all $n ge 2$,
$$(n-1)^2 = n^2-2n+1 < n^2-n+1 < n^2$$
So $n^2-n+1$ will lie between all consecutive square numbers and thus can't be square.
$endgroup$
add a comment |
$begingroup$
The trick is that for all $n ge 2$,
$$(n-1)^2 = n^2-2n+1 < n^2-n+1 < n^2$$
So $n^2-n+1$ will lie between all consecutive square numbers and thus can't be square.
$endgroup$
The trick is that for all $n ge 2$,
$$(n-1)^2 = n^2-2n+1 < n^2-n+1 < n^2$$
So $n^2-n+1$ will lie between all consecutive square numbers and thus can't be square.
answered Jan 5 at 7:42
Erik ParkinsonErik Parkinson
9159
9159
add a comment |
add a comment |
$begingroup$
Note that for $n^2-n+1$ and $n >1$, the following inequality holds true:
$$n^2-2n+1 < n^2-n+1 < n^2$$
$$(n-1)^2 < n^2-n+1 < n^2$$
where $(n-1)^2$ and $n^2$ are two consecutive squares. What can be concluded from this?
$endgroup$
$begingroup$
Thank you but can you please help me with the second part I updated on the post. Thank you anyways
$endgroup$
– user587054
Jan 5 at 8:39
add a comment |
$begingroup$
Note that for $n^2-n+1$ and $n >1$, the following inequality holds true:
$$n^2-2n+1 < n^2-n+1 < n^2$$
$$(n-1)^2 < n^2-n+1 < n^2$$
where $(n-1)^2$ and $n^2$ are two consecutive squares. What can be concluded from this?
$endgroup$
$begingroup$
Thank you but can you please help me with the second part I updated on the post. Thank you anyways
$endgroup$
– user587054
Jan 5 at 8:39
add a comment |
$begingroup$
Note that for $n^2-n+1$ and $n >1$, the following inequality holds true:
$$n^2-2n+1 < n^2-n+1 < n^2$$
$$(n-1)^2 < n^2-n+1 < n^2$$
where $(n-1)^2$ and $n^2$ are two consecutive squares. What can be concluded from this?
$endgroup$
Note that for $n^2-n+1$ and $n >1$, the following inequality holds true:
$$n^2-2n+1 < n^2-n+1 < n^2$$
$$(n-1)^2 < n^2-n+1 < n^2$$
where $(n-1)^2$ and $n^2$ are two consecutive squares. What can be concluded from this?
edited Jan 5 at 7:46
answered Jan 5 at 7:40
KM101KM101
5,8711423
5,8711423
$begingroup$
Thank you but can you please help me with the second part I updated on the post. Thank you anyways
$endgroup$
– user587054
Jan 5 at 8:39
add a comment |
$begingroup$
Thank you but can you please help me with the second part I updated on the post. Thank you anyways
$endgroup$
– user587054
Jan 5 at 8:39
$begingroup$
Thank you but can you please help me with the second part I updated on the post. Thank you anyways
$endgroup$
– user587054
Jan 5 at 8:39
$begingroup$
Thank you but can you please help me with the second part I updated on the post. Thank you anyways
$endgroup$
– user587054
Jan 5 at 8:39
add a comment |
$begingroup$
A hint for the second part. Consider the possibilities for $n pmod3$, that is, $n$ may be of the form $3k$, $3k+1$ or $3k+2$. Do any of these $n$ yield expressions for $2(n^2+1)-n$ that are possible squares $pmod3$? And if any is, is it also a possible square $pmod9$?
$endgroup$
add a comment |
$begingroup$
A hint for the second part. Consider the possibilities for $n pmod3$, that is, $n$ may be of the form $3k$, $3k+1$ or $3k+2$. Do any of these $n$ yield expressions for $2(n^2+1)-n$ that are possible squares $pmod3$? And if any is, is it also a possible square $pmod9$?
$endgroup$
add a comment |
$begingroup$
A hint for the second part. Consider the possibilities for $n pmod3$, that is, $n$ may be of the form $3k$, $3k+1$ or $3k+2$. Do any of these $n$ yield expressions for $2(n^2+1)-n$ that are possible squares $pmod3$? And if any is, is it also a possible square $pmod9$?
$endgroup$
A hint for the second part. Consider the possibilities for $n pmod3$, that is, $n$ may be of the form $3k$, $3k+1$ or $3k+2$. Do any of these $n$ yield expressions for $2(n^2+1)-n$ that are possible squares $pmod3$? And if any is, is it also a possible square $pmod9$?
answered Jan 5 at 12:16
Adam BaileyAdam Bailey
2,0821319
2,0821319
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3062483%2fprove-that-for-all-positive-integers-n1-n21-n-is-not-a-perfect-square%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
Did you really mean to write $1(n^2+1)-n$ or is there a typo?
$endgroup$
– bof
Jan 5 at 7:41
$begingroup$
I think it is supposed to be all positive integers greater than $1$, as when $n=1$ it is a square.
$endgroup$
– Erik Parkinson
Jan 5 at 7:43
$begingroup$
I forgot to add the second part
$endgroup$
– user587054
Jan 5 at 8:19