Thursday, June 5, 2025
Key mathematical concepts of Quantum Physics
Wednesday, June 4, 2025
Mathethically proof entanglement
To mathematically prove quantum entanglement, we demonstrate that a given quantum state cannot be expressed as a tensor product of individual subsystem states. We'll use the Bell state \(|\Phi^+\rangle = \frac{1}{\sqrt{2}} (|00\rangle + |11\rangle)\) as an example, showing it violates the separability condition. We include two methods: (1) direct decomposition and (2) reduced density matrix analysis.
---
Method 1: Proof by Contradiction (Direct Decomposition)
Assume \(|\Phi^+\rangle\) is separable, meaning it can be written as a tensor product:
\[
|\Phi^+\rangle = (a|0\rangle + b|1\rangle) \otimes (c|0\rangle + d|1\rangle),
\]
where \(a, b, c, d \in \mathbb{C}\) and normalization requires \(|a|^2 + |b|^2 = 1\), \(|c|^2 + |d|^2 = 1\).
Expanding the tensor product:
\[
(a|0\rangle + b|1\rangle) \otimes (c|0\rangle + d|1\rangle) = ac|00\rangle + ad|01\rangle + bc|10\rangle + bd|11\rangle.
\]
Equate this to \(|\Phi^+\rangle\):
\[
ac|00\rangle + ad|01\rangle + bc|10\rangle + bd|11\rangle = \frac{1}{\sqrt{2}}|00\rangle + 0|01\rangle + 0|10\rangle + \frac{1}{\sqrt{2}}|11\rangle.
\]
This yields the system:
1. \(ac = \frac{1}{\sqrt{2}}\),
2. \(ad = 0\),
3. \(bc = 0\),
4. \(bd = \frac{1}{\sqrt{2}}\).
Solving the system:
- From (2): \(ad = 0\) \(\implies\) \(a = 0\) or \(d = 0\).
- From (3): \(bc = 0\) \(\implies\) \(b = 0\) or \(c = 0\).
Case 1: \(a = 0\)
- From (1): \(0 \cdot c = 0 = \frac{1}{\sqrt{2}}\) → Contradiction.
Case 2:\(d = 0\)
- From (4): \(b \cdot 0 = 0 = \frac{1}{\sqrt{2}}\) → Contradiction.
Conclusion:The system has no solution. Thus, \(|\Phi^+\rangle\) cannot be written as a tensor product → entangled.
---
Method 2: Reduced Density Matrix Analysis
For a separable state, the reduced density matrix of a subsystem is pure. If mixed, the state is entangled.
Step 1: Full density matrix \(\rho\)
\[
\rho = |\Phi^+\rangle \langle \Phi^+| = \frac{1}{2} \left( |00\rangle\langle 00| + |00\rangle\langle 11| + |11\rangle\langle 00| + |11\rangle\langle 11| \right).
\]
Step 2: Compute reduced density matrix for subsystem A (first qubit)
Trace out subsystem B:
\[
\rho_A = \text{Tr}_B(\rho) = \sum_{k=0,1} \langle k_B | \rho | k_B \rangle.
\]
- Term for \(k=0\):
\[
\langle 0_B | \rho | 0_B \rangle = \frac{1}{2} \langle 0_B| \left( |00\rangle\langle 00| + |00\rangle\langle 11| + |11\rangle\langle 00| + |11\rangle\langle 11| \right) |0_B\rangle.
\]
Using \(\langle 0_B|00\rangle = |0_A\rangle\), \(\langle 0_B|11\rangle = 0\):
\[
= \frac{1}{2} \left( |0_A\rangle\langle 0_A| + 0 + 0 + 0 \right) = \frac{1}{2} |0_A\rangle\langle 0_A|.
\]
- Term for \(k=1\):
\[
\langle 1_B | \rho | 1_B \rangle = \frac{1}{2} \langle 1_B| \left( \cdots \right) |1_B\rangle.
\]
Using \(\langle 1_B|00\rangle = 0\), \(\langle 1_B|11\rangle = |1_A\rangle\):
\[
= \frac{1}{2} \left( 0 + 0 + 0 + |1_A\rangle\langle 1_A| \right) = \frac{1}{2} |1_A\rangle\langle 1_A|.
\]
Step 3: Combine terms
\[
\rho_A = \frac{1}{2} |0_A\rangle\langle 0_A| + \frac{1}{2} |1_A\rangle\langle 1_A| = \frac{1}{2} \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}.
\]
This is the maximally mixed state with eigenvalues \(\frac{1}{2}, \frac{1}{2}\).
Conclusion:\(\rho_A\) is mixed → entangled.
---
Key Points
- Entanglement criterion: A state is entangled if it is not separable (i.e., cannot be written as \(\bigotimes_i |\psi_i\rangle\)).
- Bell state violation:The Bell state \(|\Phi^+\rangle\) violates separability, proving entanglement.
- Generalization: For any bipartite pure state, entanglement occurs iff the Schmidt rank > 1. Here, the Schmidt decomposition is \(|\Phi^+\rangle = \frac{1}{\sqrt{2}}|0_A0_B\rangle + \frac{1}{\sqrt{2}}|1_A1_B\rangle\) (Schmidt rank 2 → entangled).
This proof confirms quantum entanglement through algebraic contradiction and mixed-state subsystems.
Explanation
Here's a step-by-step explanation of quantum entanglement using the Bell state example, translated into everyday language without formulas:
The Core Idea of Entanglement
Imagine two coins that are magically linked. When you flip them:
- They always land showing the same side (both heads or both tails)
- But until you look, they exist in a ghostly "both possibilities at once" state
- The moment you see one coin, the other instantly "chooses" its state
This mysterious connection that defies normal physics is entanglement.
---
Method 1 Explained: The Impossible Puzzle (Direct Decomposition)
The Setup:
1. We have our quantum "coins" (qubits) in state:
"50% chance both heads | 50% chance both tails"
2. We try to describe them as independent objects(like normal coins):
- Coin A = (x% heads + y% tails)
- Coin B = (p% heads + q% tails)
The Contradiction:
- For our entangled state:
Both heads must have 50% probability
Both tails must have 50% probability
❌ Mismatched results (A-heads+B-tails or A-tails+B-heads) must have 0% probability
- But if they're independent:
- Probability of both heads = (A-heads%) × (B-heads%)
- Probability of both tails = (A-tails%) × (B-tails%)
The Impossible Math.
- To get 50% for both heads:
(A-heads%) × (B-heads%) = 50%
- To get 0% for mismatches:
Either A never shows heads OR B never shows tails...
...but then both tails would be (A-tails%) × (B-tails%) = ?
The Conclusion:
➡️ No combination works!
➡️ The coins can't be independent - their fates are mathematically linked.
➡️ This proves entanglement isn't just hidden coordination - it's fundamental connection.
---
🪙 Method 2 Explained: The Phantom Coin (Reduced Density Matrix)
The Experiment:
1. We entangle two coins and mail one to Paris, one to Tokyo.
2. In Paris, scientists examine only their local coin.
What Paris Sees:
- Their coin appears completely random:
- 50% chance heads 🪙
- 50% chance tails 🪙
- Like flipping a normal coin*
The Quantum Twist:
- If the coins were truly independent:
- Paris's randomness would be "real"
- Tokyo's coin would be unrelated
- But in entanglement:
- The moment Paris looks...
- Their coin "collapses" to heads/tails
- Tokyo's coin instantly collapses to match!
Why This Proves Entanglement:
- Paris sees maximum randomness (50/50)
- Yet this randomness disappears when comparing results with Tokyo
- The randomness was actually shared quantum information - not true independence
The Conclusion:
➡️ Individual coins show perfect randomness
➡️ But together they show perfect correlation
➡️ This proves they share a single quantum state across distance
---
💡 Key Intuitive Takeaways
1. The whole > sum of parts:
Entangled particles are like a single "quantum object" split across space - you can't describe one without the other.
2. Spooky action at distance:
Changing one particle instantly affects its partner, no matter how far apart (verified by experiments).
3. Not hidden variables:
Our math proves this isn't just pre-agreed coordination (like identical twins) - it's deeper quantum connection.
4. Usefulness:
This "quantum link" enables:
- Ultra-secure communication (quantum cryptography)
- Computers solving impossible problems (quantum computing)
- Teleporting quantum information
> Entanglement isn't weird - it's quantum reality. We're the weird ones for expecting particles to behave like billiard balls."
> - Adapted from Niels Bohr
mathematical proof Superposition
Mathematically proof Superposition
The superposition principle is a fundamental postulate of quantum mechanics, stating that if a quantum system can be in state \(|\psi_1\rangle\) or state \(|\psi_2\rangle\), it can also be in any linear combination (superposition) of these states:
\[
|\psi\rangle = c_1 |\psi_1\rangle + c_2 |\psi_2\rangle,
\]
where \(c_1, c_2 \in \mathbb{C}\) are complex amplitudes, and \(\langle\psi|\psi\rangle = 1\) (normalization). Below is a step-by-step derivation and proof of this principle using the axioms of quantum mechanics.
---
Step 1: Vector Space Structure of Quantum States
Quantum states reside in a Hilbert space \(\mathcal{H}\), a complex vector space with an inner product. By definition:
- If \(|\psi_1\rangle, |\psi_2\rangle \in \mathcal{H}\), then any linear combination \(c_1|\psi_1\rangle + c_2|\psi_2\rangle \in \mathcal{H}\).
This directly implies superposition is mathematically allowed.
---
Step 2: Schrödinger Equation and Linearity
The time evolution of a state is governed by the Schrödinger equation:
\[
i\hbar \frac{\partial}{\partial t} |\psi(t)\rangle = \hat{H} |\psi(t)\rangle,
\]
where \(\hat{H}\) is the Hamiltonian operator. Crucially, \(\hat{H}\) is linear:
\[
\hat{H} \big( c_1 |\psi_1\rangle + c_2 |\psi_2\rangle \big) = c_1 \hat{H} |\psi_1\rangle + c_2 \hat{H} |\psi_2\rangle.
\]
If \(|\psi_1\rangle\) and \(|\psi_2\rangle\) are solutions to the Schrödinger equation, their superposition \(|\psi\rangle = c_1|\psi_1\rangle + c_2|\psi_2\rangle\) is also a solution:
\[
\begin{align*}
i\hbar \frac{\partial}{\partial t} |\psi\rangle
&= i\hbar \frac{\partial}{\partial t} \big( c_1 |\psi_1\rangle + c_2 |\psi_2\rangle \big) \\
&= c_1 \left( i\hbar \frac{\partial}{\partial t} |\psi_1\rangle \right) + c_2 \left( i\hbar \frac{\partial}{\partial t} |\psi_2\rangle \right) \\
&= c_1 \hat{H} |\psi_1\rangle + c_2 \hat{H} |\psi_2\rangle \\
&= \hat{H} \big( c_1 |\psi_1\rangle + c_2 |\psi_2\rangle \big) \\
&= \hat{H} |\psi\rangle.
\end{align*}
\]
Conclusion: Superpositions evolve deterministically via the Schrödinger equation.
---
Step 3: Measurement Postulate
When measuring an observable \(\hat{A}\) with eigenbasis \(\{|a_n\rangle\}\), the probability of outcome \(a_n\) is \(P(a_n) = |\langle a_n | \psi \rangle|^2\). For a superposition \(|\psi\rangle = c_1 |\psi_1\rangle + c_2 |\psi_2\rangle\):
\[
P(a_n) = \left| c_1 \langle a_n | \psi_1 \rangle + c_2 \langle a_n | \psi_2 \rangle \right|^2.
\]
This interference term (cross-term) confirms superposition:
\[
P(a_n) = |c_1|^2 |\langle a_n|\psi_1\rangle|^2 + |c_2|^2 |\langle a_n|\psi_2\rangle|^2 + 2 \,\text{Re}\left[ c_1^* c_2 \langle \psi_1 | a_n \rangle \langle a_n | \psi_2 \rangle \right].
\]
The cross-term (highlighted) distinguishes quantum superposition from classical mixtures.
---
Step 4: Example (Double-Slit Experiment)
Consider an electron passing through two slits, forming states \(|s_1\rangle\) (slit 1) and \(|s_2\rangle\) (slit 2). The superposition state is:
\[
|\psi\rangle = \frac{1}{\sqrt{2}} \big( |s_1\rangle + |s_2\rangle \big).
\]
The probability density on the screen at position \(x\) is:
\[
|\psi(x)|^2 = \left| \frac{1}{\sqrt{2}} \psi_1(x) + \frac{1}{\sqrt{2}} \psi_2(x) \right|^2 = \frac{1}{2} |\psi_1(x)|^2 + \frac{1}{2} |\psi_2(x)|^2 + \text{Re}\left[ \psi_1^*(x) \psi_2(x) \right].
\]
The interference pattern (last term) experimentally verifies superposition.
---
Step 5: Generalization to \(N\) States
For \(N\) states \(\{|\psi_n\rangle\}\), the superposition
\[
|\psi\rangle = \sum_{n=1}^N c_n |\psi_n\rangle, \quad \sum_n |c_n|^2 = 1
\]
is valid. The Born rule gives probabilities:
\[
P(a_n) = \left| \sum_m c_m \langle a_n | \psi_m \rangle \right|^2.
\]
The cross-terms \(\sum_{m \neq k} c_m^* c_k \langle \psi_m | a_n \rangle \langle a_n | \psi_k \rangle\) embody quantum interference.
---
Conclusion
Superposition is proven by:
1. Vector space structure: States form a linear space.
2. Linearity of time evolution: The Schrödinger equation preserves superpositions.
3. Measurement postulate: Probabilities include interference terms.
4. Experimental validation: Interference patterns (e.g., double-slit) confirm superposition.
Thus, superposition is not just a mathematical artifact but a physical reality of quantum systems.
Absolutely! Let's break down quantum superposition into simple terms—no equations, just ideas. Imagine explaining this to a friend over coffee:
---
🌌 The Core Idea: "Being in Two States at Once"
In everyday life, things are either/or:
- A light is on or off.
- A coin shows heads or tails.
- A cat is alive or dead (sorry, Schrödinger).
But in the quantum world (tiny particles like electrons or photons):
🔮 A particle can be in multiple states at the same time.
→ It’s like a coin spinning in mid-air: it’s both heads and tails until you catch it.
→ Or a light switch that’s both on and off until you look.
---
🔍 Why Does This Happen? The Quantum Rules
1. Particles Act Like Waves:
- Tiny particles (electrons, photons) behave like ripples in a pond.
- When two ripples meet, they merge and create new patterns (interference).
- Superposition is the quantum version of this: particles exist as waves of possibility.
2. Measurement Forces a Choice:
- When you measure a quantum system (e.g., "Which slit did the electron go through?"), it instantly "picks" one state.
- Until then, it’s in a blend of all possibilities.
---
Proof: The Double-Slit Experiment
Imagine firing electrons at a wall with two slits:
- Classical expectation: Electrons go through one slit or the other, forming two bands on the screen.
- Reality: Electrons form an interference pattern(stripes), like waves do.
Why?
- Each electron passes through both slits at once (superposition).
- It interferes *with itself*, creating the striped pattern.
- If you *watch* which slit it uses, the interference vanishes. The electron "chooses" one path.
This is experimental proof of superposition!
---
Key Interpretations
1. It’s Not Just "We Don’t Know":
- Superposition isn’t about ignorance ("maybe it’s A, maybe it’s B").
- It’s a real physical state: A + B simultaneously.
2. Probability Isn’t Random:
- In quantum mechanics, probabilities come from wave interactions (not coin flips).
- The "size" of each possibility (amplitude) determines the odds of seeing it when measured.
3. Why Don’t We See This Daily?
- Large objects (cats, coins) are made of trillions of particles. Their superpositions cancel out via decoherence.
- Quantum effects only shine in isolated, tiny systems.
---
Why It Matters
Superposition isn’t just philosophy—it powers real technology:
- Quantum Computers: Use "qubits" that are 0 + 1 at once, solving problems faster.
- Secure Communication: Quantum encryption relies on superposition to detect eavesdroppers.
---
In a Nutshell
Quantum superposition = A tiny particle can explore multiple paths/identities simultaneously until you force it to choose. It’s the universe’s way of keeping options open!
Think of it as nature’s ultimate multitasking hack.
Wednesday, May 28, 2025
Quantum Resonance :table of contents
Friday, May 23, 2025
Thesis presentation speech
Friday, November 17, 2023
Check out our stunning house for rent in Austin Heights 🏠🔑
Available Nov 2023
🏠🔑Looking for a new place to call home? Check out our stunning house for rent in Austin Heights, Johor! With spacious rooms and modern amenities, this home is perfect for families or roommates. 🌳🌷Enjoy the beautiful surrounding greenery and take a stroll through the neighborhood. Don't miss out on this amazing opportunity to live in one of Johor's most sought-after neighborhoods. Contact us today for more information and to schedule a tour! 📞👀 #AustinHeights #JohorRentals #NewHomeSweetHome
https://www.facebook.com/reel/587658550091154?ref=share&mibextid=9drbnH&s=yWDuG2&fs=e https://speedhome.com/ads/Austin%20Heights-YBRUOWBL
https://allemptiness.blogspot.com/2023/05/check-out-our-stunning-house-for-rent.html
https://www.facebook.com/reel/587658550091154?ref=share&mibextid=9drbnH&s=yWDuG2&fs=e
Rsvp only if available match. Tenant only Looking for a cluster house for rent in Johor Bahru? Look no further! This stunning 2-storey cluster house in Austin Heights is perfect for professionals or executives looking for a comfortable and spacious living environment. With 5 bedrooms and 4 bathrooms, this fully furnished house comes complete with 4 air-conditioning units, an automatic gate, and 24-hour gated and guarded security. Available for rent from Jan 22, the house features a beautifully renovated interior and is perfect for families or individuals looking to expand their living space. And with negotiable rent starting from RM 3.1k++, you won't find a better deal in town!
https://app.writesonic.com/
FAQ: y rsvp. Zoom links interview step 1st. If any serious..matching tenant, sg or JB https://Linktr.ee/Austinheightsteven Item 1, 2
faq https://www.propertyguru.com.sg/property-management-news/2019/11/184155/how-to-screen-tenants-questions-what-to-check-when-renting-out-your-property -
prior to physical view pls answer where able during 'remote interview'. https://us04web.zoom.us/j/8083335689?pwd=VVkyNGxYZHdSc2Q0THpYT0ZPQ09IQT09
RSVP Austin H Remote zoom Meeting( recommend laptop )
https://www.propertyguru.com.sg/property-management-news/2019/11/184155/how-to-screen-tenants-questions-what-to-check-when-renting-out-your-property
#1 Valid work , if non-malaysian, with valid Work Permit
#2 Why are you moving out of your current place?
Do you intend to keep any pets? How old are your pets?
Are they trained? Do you plan on getting a roommate in the future?
What is your typical work day like? Do you work night shifts or odd hours?
Do you smoke? Do you smoke indoors or outside?
Do you intend to invite visitors to the house? Might they be staying overnight?
Linktr.ee/austinheightsteven | Instagram, Facebook | Linktree
Steven C. Austin Heights for Rent ,
PM for more Fy rsvp. Zoom links interview step 1st. If any serious..matching tenant, sg
or ...
Steven C
Eta JB trip only rsvp. few workdays ahead
Ahead If serious tenant viewing After preview online e.g. 1 apr am till 2 apr am only. Weekend