Prove algebraically that ##n^3+3n-1## is odd

  • Thread starter chwala
  • Start date
In summary, the conversation discusses different approaches to proving that the expression n^3+3n-1 is odd for all positive integers n. The first approach is to prove it using parity rules, showing that the expression is always odd regardless of whether n is odd or even. Another approach is to use induction, showing that the expression is odd for n=0 and then proving that the difference between f(n+1) and f(n) is always even. The discussion also touches on whether students would be penalized for using a different approach than what was expected, with the general consensus being that as long as the technique is correct, the result should not be penalized.
  • #1
chwala
Gold Member
2,650
351
Homework Statement
Prove algebraically that ##n^3+3n-1## is odd for all positive integers ##n##.
Relevant Equations
Algebra
This is a past paper question; Find the solution here; Well understood

1671242687018.png


Now i was just thinking along this lines;

Let ##n=x##,
then ##f(x)=x^3+3x-1##
##f(x) =x(x^2+3)-1##

since ##x∈ℤ^{+}## then ##x(x^2+3)## will always be even implying that ##x(x^2+3)-1## is odd.
Would this approach hold or i have to stick with ms? Thanks.
 
  • Like
Likes Maarten Havinga
Physics news on Phys.org
  • #2
I prefer transformation of
[tex]n^3+3n-1=(n-1)^3+3n^2[/tex]
Say n is odd (n-1)^3 is even and 3n^2 is odd so it is odd.
Say n is even (n-1)^3 is odd and 3n^2 is even so it is odd.
So we can say it is odd.

[EDIT]
[tex]n^3 \equiv n(mod\ 2)[/tex]
[tex]n^3+3n-1 \equiv 4n -1 \equiv -1 \equiv 1 (\mod 2)[/tex] So it is odd.
 
Last edited:
  • #3
Why not use the parity rules O + O - O = O and E + E - O = O directly?
 
  • #4
malawi_glenn said:
Why not use the parity rules O + O - O = O and E + E - O = O directly?
@malawi_glenn how to show this directly? I just looked at parity...some work though required...you still have to let ##n=2k+1## for odd numbers and let ##n=2k## for even numbers. Note that this was already used on the attached mark scheme guide.

...or you have a more direct way?
 
  • #5
if n is odd, then you have
O2 + O*O - O = O

if n is even, then you have
E2+ O*E - O = O
 
  • #6
malawi_glenn said:
Why not use the parity rules O + O - O = O and E + E - O = O directly?

chwala said:
@malawi_glenn how to show this directly? I just looked at parity...some work though required...you still have to let n=2k+1 for odd numbers and let n=2k for even numbers.
The first one above doesn't take much work.
##(2k+1) + (2m+1) - (2n+1) = 2(k + m + n + 1) + 1##, which is an odd number. The second one can be shown just as easily.

The basic ideas are that
  • odd + odd = even
  • odd + even = odd
  • even + even = even
  • odd * odd = odd
  • even * even = even
  • odd * even = even
You can manipulate these equations to get another set that involves subtraction and division.
 
  • Informative
  • Like
Likes chwala and malawi_glenn
  • #7
@OP Don't confuse the reader with renaming to ##x## for no reason at all. Let ##n## be a natural number and give an argument why ##n^3+3n-1## is odd. For example ##n(n^2+1)+(2n-1)## is the sum of even and odd, because ##n(n^2+1)## is even for all ##n##.
 
Last edited:
  • Like
Likes PeroK and chwala
  • #8
nuuskur said:
Don't confuse the reader with renaming to x for no reason at all.
Which post are you referring to?
 
  • Like
Likes nuuskur
  • #9
malawi_glenn said:
Which post are you referring to?
The very first one. We have ##n## and then it suddenly changes to ##x##, it's confusing.
 
  • Like
Likes malawi_glenn
  • #10
Mark44 said:
The first one above doesn't take much work.
##(2k+1) + (2m+1) - (2n+1) = 2(k + m + n + 1) + 1##, which is an odd number. The second one can be shown just as easily.

The basic ideas are that
  • odd + odd = even
  • odd + even = odd
  • even + even = even
  • odd * odd = odd
  • even * even = even
  • odd * even = even
You can manipulate these equations to get another set that involves subtraction and division.
Yes, these rules are pretty handy to know.
@op: try to prove these. Then use them basically whenever you can
 
  • Like
Likes chwala
  • #11
malawi_glenn said:
if n is odd, then you have
O2 + O*O - O = O

if n is even, then you have
E2+ O*E - O = O
That all fine, except that notation may not be part of the course. Moreover, the marking scheme suggests to me that an approach from first principles is expected.
 
  • Informative
Likes chwala
  • #12
PeroK said:
That all fine, except that notation may not be part of the course. Moreover, the marking scheme suggests to me that an approach from first principles is expected.
Would a student be penalised for using an approach other than what was expected? Like in this case using parity? Or it depends on examining body...
 
  • #13
chwala said:
Homework Statement:: Prove algebraically that ##n^3+3n-1## is odd for all positive integers ##n##.
Relevant Equations:: Algebra

This is a past paper question; Find the solution here; Well understood

View attachment 318976

Now i was just thinking along this lines;

Let ##n=x##,
then ##f(x)=x^3+3x-1##
##f(x) =x(x^2+3)-1##

since ##x∈ℤ^{+}## then ##x(x^2+3)## will always be even implying that ##x(x^2+3)-1## is odd.
Would this approach hold or i have to stick with ms? Thanks.
If you were looking for an esoteric solution, try this:

Let ##f(n) = n^3 + 3n - 1##. Note that ##f(0) = -1## is odd. We will show by induction that ##f(n)## is odd for all integers ##n##.

Now$$f(n+1) - f(n) = (n+1)^3 + 3(n+1) - n^3 - 3n = 3(n^2 + n + 2)$$Let ##g(n) = n^2 + n + 2## and note that ##g(0) = 2## is even. Now:$$g(n+1) - g(n) = 2(n+1)$$The difference is even, hence by induction ##g(n)## is even for all integers ##n##. Hence ##f(n+1) - f(n)## is even for all integers ##n##. Hence ##f(n)## is odd for all integers ##n##.
 
  • Like
  • Informative
Likes Astronuc and chwala
  • #14
PeroK said:
That all fine, except that notation may not be part of the course. Moreover, the marking scheme suggests to me that an approach from first principles is expected.
It's just schematic.
I do that notation in my math class (but swedish letters U for odd (udda) and J för even (jämn)) :-D
 
  • #15
chwala said:
Would a student be penalised for using an approach other than what was expected? Like in this case using parity? Or it depends on examining body...
NO!!! If the technique is correct, then the correct result will be obtained.

If the problem statement doesn't specify what methods are allowed, then, in my opinion, it's in extremely bad taste to penalise students.

As an example, we do ##\varepsilon-\delta## proofs early in analysis tutorials to get comfortable with the definition. In test assignments we specifically state that prove the limit is so and so by definition of limit (there is no ambiguity here).
 
  • Like
Likes chwala
  • #16
chwala said:
Would a student be penalised for using an approach other than what was expected?

nuuskur said:
NO!!! If the technique is correct, then the correct result will be obtained.
I disagree. If the correct result was obtained, but not by a specific technique that was explicitly stated, then the student almost certainly would be penalized.

I do agree, though, if there isn't a specific method required, then no penalty, which is what the following is saying.
nuuskur said:
If the problem statement doesn't specify what methods are allowed, then, in my opinion, it's in extremely bad taste to penalise students.
 
Last edited:
  • Like
Likes chwala
  • #17
chwala said:
This is a past paper question
Then the only consideration should be getting maximum possible marks. You can do this by using the methods that are taught in the syllabus to solve the problem, and the method that is taught for solving questions of the form "prove something is odd for all ## n \in \N ##" is to consider odd and even separately.

This appears to be from a public exam similar to a UK 'A'-level. Markers are paid about £3 per script for these, which leaves seconds to decide on each mark: they do this by comparing it to the marking scheme, so make it easy for them to give you full marks.

The instructions to markers will say something like
If a student uses a method which is not explicitly covered by the marking instructions the same principles of marking should be applied. Credit should be given to any valid methods. Examiners should seek advice from their senior examiner if in any doubt.
so if you do go "off-piste" you might be lucky, but if the marker is falling behind on their quota you might not. It is typically this kind of thing that gets picked up in a re-mark, but why go to the time, trouble, cost and risk of a re-mark when it is easier to use the method you were taught first time? There are no marks for being a smart-arse.

Disclaimer: I know what I am talking about: I used to be a real smart-arse.
 
  • Haha
Likes chwala

1. What does it mean for a number to be odd?

A number is considered odd if it cannot be divided evenly by 2, resulting in a remainder of 1.

2. How do you prove that a number is odd algebraically?

To prove that a number is odd algebraically, you can use the definition of an odd number (cannot be divided evenly by 2) and show that the given number satisfies this condition.

3. What is the general form of an odd number in algebra?

The general form of an odd number in algebra is 2n+1, where n is any integer.

4. How do you prove that ##n^3+3n-1## is odd?

To prove that ##n^3+3n-1## is odd, we can substitute the general form of an odd number (2n+1) for n in the expression and show that the result is always an odd number.

5. Can you provide an example of proving that ##n^3+3n-1## is odd?

Yes, for example, if we let n = 5, we get ##(5)^3+3(5)-1 = 125+15-1 = 139##. Since 139 cannot be divided evenly by 2, it is an odd number, proving that ##n^3+3n-1## is odd for n = 5. This can be extended to any integer value of n, proving that the expression is always odd.

Similar threads

  • Calculus and Beyond Homework Help
Replies
10
Views
410
  • Calculus and Beyond Homework Help
Replies
17
Views
589
  • Calculus and Beyond Homework Help
Replies
1
Views
225
  • Calculus and Beyond Homework Help
Replies
4
Views
274
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
865
  • Calculus and Beyond Homework Help
Replies
1
Views
452
  • Calculus and Beyond Homework Help
Replies
8
Views
990
  • Calculus and Beyond Homework Help
Replies
3
Views
538
  • Calculus and Beyond Homework Help
Replies
16
Views
1K
Back
Top