# quantum\_tunnelling

## Basic idea

A particle has nonzero probability of crossing a potential barrier higher than its kinetic energy — classically forbidden, quantum-mechanically routine.

## Key formulas

* Transmission coefficient (rectangular barrier, $E\<V$): $T \approx e^{-2\kappa L}$
* Decay constant inside barrier: $\kappa = \dfrac{\sqrt{2m(V-E)}}{\hbar}$
* WKB approximation: $T \approx \exp!\left(-\dfrac{2}{\hbar}\int\_a^b \sqrt{2m(V(x)-E)},dx\right)$

## Interesting

* Quantum tunelling points to the fact that particles may travel faster than light, see "Hartman effect", <https://www.quantamagazine.org/quantum-tunnel-shows-particles-can-break-the-speed-of-light-20201020/>

### Resources

* <https://www.quantamagazine.org/quantum-tunnel-shows-particles-can-break-the-speed-of-light-20201020/>
* <https://en.wikipedia.org/wiki/Hartman_effect>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://isubasinghe.gitbook.io/isithas-wiki/physics/quantum_physics/quantum_tunnelling.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
