Exercise: Hitting Times and the Reflection Principle for Random Walks
Problem
Let be a simple symmetric random walk starting at , and let be the running maximum. The reflection principle states:
-
Sketch the proof. The idea is: any path that hits level and ends at can be "reflected" after its first hit of to produce a new path of the same probability ending at .
-
Use the reflection principle to derive . (This is the discrete-time analogue of for Brownian motion.)
-
For a barrier option with knock-out level and maturity , the option survives iff the underlying path never crosses . Using the reflection principle, write an expression for the probability that the walk never hits by time .
-
Monte Carlo check. Simulate paths of a 100-step simple random walk and empirically estimate . Compare to the reflection-principle formula.
Hint
For the reflection principle, the first hitting time is the stopping time at which the mirroring happens: reflect the post- piece of the path about the level .
Jump to the solution when you're ready.