How to Solve Calculus Problems with Recurrence: A Step-by-Step Explanation

  • Thread starter Thread starter avata4
  • Start date Start date
  • Tags Tags
    Calculus Explain
Click For Summary
The discussion focuses on proving that every positive natural number can be expressed as a product of a power of two and an odd number, specifically in the form n = 2^p(2q + 1). The initial step is to verify the base case for n=1, which holds true. The proof then suggests using mathematical induction, assuming the statement is true for n and showing it holds for n+1. Participants also mention considering even and odd cases separately to strengthen the argument. The overall consensus is that the unique decomposition of natural numbers into primes supports this assertion.
avata4
Messages
1
Reaction score
0
Homework Statement
∀n ℕ-{0}, ∃ (p,q) ℕ², n=2^p(2q+1)
Relevant Equations
∀n ℕ-{0}, ∃ (p,q) ℕ², n=2^p(2q+1)
i think solution with récurrence

for n=1 then 1=2¨¨^0(2x0 +1) true
suppose that n=2¨^p(2q+1) is true shows that n+1=2^p( 2q +1)?
n+1=2¨^p(2q+1) +1 ⇒ ??
 
Last edited:
Physics news on Phys.org
avata4 said:
Homework Statement:: ∀n ℕ-{0}, ∃ (p,q) ℕ², n=2^p(2q+1)
Relevant Equations:: ∀n ℕ-{0}, ∃ (p,q) ℕ², n=2^p(2q+1)

i think solution with récurrence

for n=1 then 1=2¨¨^0(2x0 +1) true
suppose that n=2¨^p(2q+1) is true shows that n+1=2^p( 2q +1)?
n+1=2¨^p(2q+1) +1 ⇒ ??
You could use an induction of the length of the decomposition into primes, or what is also common when it comes to natural numbers, assume a smallest number ##n_0## for which it is not the case and deduce a contradiction.
 
You might want to consider the ##n## even and odd cases separately.
 
avata4 said:
Homework Statement:: ∀n ℕ-{0}, ∃ (p,q) ℕ², n=2^p(2q+1)
Relevant Equations:: ∀n ℕ-{0}, ∃ (p,q) ℕ², n=2^p(2q+1)

i think solution with récurrence

for n=1 then 1=2¨¨^0(2x0 +1) true
suppose that n=2¨^p(2q+1) is true shows that n+1=2^p( 2q +1)?
n+1=2¨^p(2q+1) +1 ⇒ ??

The statement is asserting that every strictly positive natural number is a power of two times an odd number.

This follows from the unique decomposition of n as a product of powers of primes.
 
Question: A clock's minute hand has length 4 and its hour hand has length 3. What is the distance between the tips at the moment when it is increasing most rapidly?(Putnam Exam Question) Answer: Making assumption that both the hands moves at constant angular velocities, the answer is ## \sqrt{7} .## But don't you think this assumption is somewhat doubtful and wrong?

Similar threads

Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 24 ·
Replies
24
Views
3K
Replies
5
Views
2K
Replies
10
Views
1K
Replies
7
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K