Proving the statement directly: If k3 is even, then k is even.

  • Thread starter Thread starter zeion
  • Start date Start date
  • Tags Tags
    even
AI Thread Summary
The discussion focuses on proving that if k cubed (k3) is even, then k must also be even. The initial proof by contradiction assumes k is odd and shows that k3 results in an odd integer, contradicting the hypothesis. A direct proof approach is also presented, demonstrating that if k3 is even, it can be expressed as 2m, leading to the conclusion that k must have three factors of 2, thus making k even. The conclusion drawn is that the statement holds true: if k3 is even, then k is even. This proof effectively confirms the relationship between the parity of k and k3.
zeion
Messages
455
Reaction score
1

Homework Statement



a) Let k be any integer. Prove that if k3 is even, then k is even.


Homework Equations





The Attempt at a Solution



Proof by contradiction:

If the hypothesis is true, then k3 cannot be even if k is odd.

Assume k is odd:
k = 2n + 1, such that n is any integer.
k3 = (2n + 1)3
k3 = (2n +1)(2n +1)(2n +1)
k3 = 2(k3 + 5k2 + 3k) + 1
Now, (k3 + 5k2 + 3k) is any integer.
Therefore k3 is odd if k is odd, hence if k3 is even if k is even.
 
Physics news on Phys.org
Looks okay to me, unless you were trying to do a proof by contradiction. Your current proof is one of a contrapositive.
 
My bad, last statement is iffy. I think it should read if k cubed is even, then k is even
 
Ok thanks
 
zeion said:

Homework Statement



a) Let k be any integer. Prove that if k3 is even, then k is even.


Homework Equations





The Attempt at a Solution



Proof by contradiction:

If the hypothesis is true, then k3 cannot be even if k is odd.

Assume k is odd:
k = 2n + 1, such that n is any integer.
k3 = (2n + 1)3
k3 = (2n +1)(2n +1)(2n +1)
k3 = 2(k3 + 5k2 + 3k) + 1
The line above doesn't make sense to me. If you multiply out the right side, you get 8n3 + 12n2 + 6n + 1 = 2(4n3 + 3n + 3) + 1. This is clearly an odd integer, which means that k3 is an odd integer.
zeion said:
Now, (k3 + 5k2 + 3k) is any integer.
Therefore k3 is odd if k is odd, hence if k3 is even if k is even.

Another approach is to prove the statement directly.
Assume that k3 is even.
Then k3 = 2m for some integer m.
Because k occurs to the third power, there must be three factors of 2 on the right.
So k3 = 2*2*2*n for some integer n.
Again, because k occurs to the third power, n must have three equal factors, say n = p3.
Hence, k3 = 2*2*2*p*p*p, from which you can easily show that k = 2p, an even integer.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top