The Detective's Proof
Unmasking the Hidden Truth
Welcome, future engineer. Today, we are not just solving a problem; we are embarking on a mathematical investigation. In the world of JEE Advanced, the most dangerous trap is not the complexity of the calculus or the depth of the geometry—it is the assumption that the problem statement is always perfect.
Let us begin by being detectives. We are asked to prove that 32n−1 is divisible by 2n+2 but not by 2n+3. If you blindly start induction on the expression 32n−1, you will hit a wall.
Let us test
n=3:
36−1=728
Now,
23+2=32. Is
728 divisible by
32?
32728=22.75
It fails! This is our first victory. We have identified a typo. The expression must be 32n−1. Always verify your terrain before you march.
The Foundation
The Base Case
Every great structure needs a solid foundation. For
n=1, our expression becomes:
321−1=32−1=8
The divisor is 21+2=23=8. Clearly, 8 is divisible by 8.
Now, check the second condition: is it divisible by 21+3=16? No, 8 is not divisible by 16. The base case holds. We have our starting point.
The Inductive Hypothesis
The Secret of Parity
Now, we assume the statement is true for
n=k. We write:
32k−1=m⋅2k+2
Here is where the magic happens. We must define m as an odd integer. Why? Because if m were even, the expression would contain an extra factor of 2, making it divisible by 2k+3, which would violate the second part of our proof.
By forcing
m to be odd, we lock in the exact power of
2 that divides our expression. Rearranging this, we get:
32k=m⋅2k+2+1
Keep this equation close; it is our most powerful weapon.
The Inductive Leap
Algebra in Action
We want to prove the statement for n=k+1. Our target is 32k+1−1. Using the laws of exponents, we know 2k+1=2k⋅2.
Thus,
32k+1=(32k)2. Our expression becomes:
(32k)2−1
Now, substitute our hypothesis:
(m⋅2k+2+1)2−1
Expand this using
(a+b)2=a2+2ab+b2. We get:
m2⋅22k+4+2(m⋅2k+2)+1−1
The
+1 and
−1 vanish, leaving us with:
m2⋅22k+4+m⋅2k+3
The Final Victory
The Parity Check
We need to show this is equal to
M⋅2k+3 where
M is odd. Factor out
2k+3:
2k+3(m2⋅2k+1+m)
Let M=m2⋅2k+1+m. Since k≥1, 2k+1 is even, so m2⋅2k+1 is even.
Since m is odd, M=Even+Odd=Odd. We have done it!
We have shown that 32k+1−1 is M⋅2k+3 with M odd. This means it is divisible by 2k+3 but not by 2k+4. The proof is complete. You have navigated the typo, mastered the hypothesis, and conquered the algebra. Keep this analytical mindset, and no JEE problem will ever stand in your way.