In quantum physics, probabilities take the place of absolute measurements. Say you've been experimenting with rolling a pair of dice and are trying to figure the relative probability that the dice will show various values. You come up with a list indicating the relative probability of rolling a 2, 3, 4, and so on, all the way up to 12:
Sum of the Dice | Relative Probability (Number of Ways of Rolling a Particular Total) |
---|---|
2 | 1 |
3 | 2 |
4 | 3 |
5 | 4 |
6 | 5 |
7 | 6 |
8 | 5 |
9 | 4 |
10 | 3 |
11 | 2 |
12 | 1 |
In other words, you're twice as likely to roll a 3 than a 2, you're four times as likely to roll a 5 than a 2, and so on. You can assemble these relative probabilities into a vector (if you're thinking of a "vector" from physics, think in terms of a column of the vector's components, not a magnitude and direction) to keep track of them easily:
![image0.png](https://cdn.prod.website-files.com/6634a8f8dd9b2a63c9e6be83/669d4c1373a4ba461beec465_395186.image0.png)
Okay, now you're getting closer to the way quantum physics works. You have a vector of the probabilities that the dice will occupy various states. However, quantum physics doesn't deal directly with probabilities but rather with probability amplitudes, which are the square roots of the probabilities. To find the actual probability that a particle will be in a certain state, you add wave functions of this state — which are going to be represented by these vectors — and then square them. So take the square root of all these entries to get the probability amplitudes:
![image1.png](https://cdn.prod.website-files.com/6634a8f8dd9b2a63c9e6be83/669d4c1373a4ba461beec469_395187.image1.png)
That's better, but adding the squares of all these should add up to a total probability of 1; as it is now, the sum of the squares of these numbers is 36, so divide each entry by 361/2, or 6:
![image2.png](https://cdn.prod.website-files.com/6634a8f8dd9b2a63c9e6be83/669d4c1373a4ba461beec471_395188.image2.png)
So now you can get the probability amplitude of rolling any combination from 2 to 12 by reading down the vector — the probability amplitude of rolling a 2 is 1/6, of rolling a 3 is
![image3.png](https://cdn.prod.website-files.com/6634a8f8dd9b2a63c9e6be83/669d4c1373a4ba461beec46e_395189.image3.png)
and so on.