Is n^2+n+3 Always Odd for Any Natural Number n?

mathstudent88
Messages
25
Reaction score
0
If n is a natural number then n2+n+3 is odd.

This is what I have and wanted to know if I was doing it right or not:

Let n be a member of the natural numbers. If n is even, then n=2k, k member of natural numbers, and n2+n+3
=(2k)2+2k+3
=4k2+2k+3
= 2(2k2+k+1)+1, where (2k2+k+1) is a member of the natural numers. This means that when n is even, n2+n+3 is odd.

If n is odd, then n=2j+1 where j is a member of the natural numbers
and n2+n+3
=(2j+1)2+(2j+1)+3
=4j2+4j+1+2j+4
=4j2+6j+5
=2(2j2+3j+2)+1, where (2j2+3j+2) is a memeber of the natural numbers. This means that when n is odd, n2+n+3.

Is this ok? Thanks for the help!
 
Physics news on Phys.org
It looks ok, but it's overly complicated. A simpler argument is that n^2+n=n(n+1) is always even (because clearly one of n, n+1 is), therefore, n^2 + n + 3 is always odd.
 
I would say that what you give is a perfectly good proof and because it is yours it is the one you should submit. Of course, you should then be aware of Preno's simpler proof.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top