Question
Consider the simple symmetric random walk , where each step increment satisfies . The initial position is . Let . Prove that for .
Step-by-step solution
Step 1. Let be the probability generating function of the first hitting time . The random walk starts at . The first step has two possibilities: 1. , occurring with probability . If the first step reaches 1, then by definition, . 2. , also occurring with probability . If the first step reaches , then the walk must travel from to . By the law of total expectation: Given , we have , so . Given , the walk is at . To reach , it must first return from to , and then travel from to .
Step 2. Let denote the first passage time from position to position . After , the total first hitting time is . By the spatial homogeneity of the random walk, the time from to has the same distribution as the time from to . That is, has the same distribution as . Similarly, the time from to also has the same distribution as the time from to . Therefore, the process of traveling from to can be decomposed into two steps: The first step is from to , requiring time . The second step is from to , requiring time . Since each step is independent, the times of these two processes are also independent. So . Given , we have .
Step 3. Since and both have the same distribution as , and they are independent: . Substituting both conditional expectations into the original equation: Rearranging into a standard quadratic equation in : This is of the form with , , , . Using the quadratic formula:
Step 4. The probability generating function is a power series near . As , since . Checking the behavior of the two candidate solutions as : 1. For : . This solution does not satisfy . 2. For : is a indeterminate form. Multiplying by the conjugate: . This solution satisfies .
Step 5. Therefore, the unique valid solution is . The desired expectation equals . QED.
Final answer
QED.
Marking scheme
The following is the rubric for this probability theory problem.
1. Checkpoints (max 7 pts total)
Score exactly one chain | take the maximum subtotal among chains; do not add points across chains.
Chain A: First-Step Analysis / Generating Function Method (Official Solution Path)
- Law of total expectation setup (1 pt):
- Correctly write the conditional expectation expression based on the first step .
- For example: .
- Recursive structure analysis (2 pts):
- Identify that given , reaching state 1 is equivalent to the sum of two independent processes: "from to , then from to ."
- Explicitly derive that the corresponding generating function term is (where accounts for the time cost of the first step, and represents the convolution of the subsequent two stages).
- *Note: If the student directly writes the correct quadratic equation, this logic is implicitly included and earns full marks.*
- Establishing the quadratic equation (1 pt):
- Write the complete equation for , such as or the rearranged form .
- Solving the equation (1 pt):
- Correctly solve using the quadratic formula to obtain .
- Root selection and justification (2 pts):
- [max 2]
- Correctly select the minus sign () and provide sufficient mathematical justification (e.g., as , or series convergence/boundedness analysis). (2 pts)
- Correct selection but insufficient justification (e.g., only stating "probability cannot exceed 1" without verifying the other root is indeed greater than 1, or only checking the value at which cannot distinguish the two roots). (1 pt)
Chain B: Martingale Approach
- Constructing the martingale (2 pts):
- Construct a process of the form and set up the martingale condition .
- Characteristic equation solution (2 pts):
- Derive the characteristic equation and solve for .
- Optional stopping theorem application (1 pt):
- Apply the optional stopping theorem (OST) to obtain (implicitly or explicitly using ).
- Result derivation and root selection (2 pts):
- Substitute to get (or the corresponding form), and based on convergence/boundedness, select the correct value of to match the answer given in the problem.
Total (max 7)
2. Zero-credit items
- Merely copying the definitions or conditions from the problem statement.
- Only writing general mathematical definitions (such as the definition of expectation or PGF) without performing any specific computation for this problem.
- Claiming to use the "reflection principle" but failing to derive the specific distribution formula for , and not performing the subsequent summation.
- Giving the correct conclusion without any derivation process ("look-and-guess").
3. Deductions
- Logical gap (Penalty -2): When setting up the equation, omitting the time cost factor for the first step, e.g., incorrectly writing (missing in the second term) or (missing all factors), leading to an essentially incorrect equation.
- Incorrect root determination (Penalty -1): In Step 4, retaining the plus-sign solution () as part of the final answer without discarding it.
- Variable confusion (Penalty -1): Confusing the random variable with its expectation/generating function value, e.g., writing instead of .
- Computational error (Penalty -1): A simple algebraic sign error when solving the quadratic equation (e.g., writing the denominator incorrectly), leading to a slightly different final result.