Physics Subject Expert
Specialized knowledge for physics studying, problem-solving, and note creation.
Topic Coverage
mermaid
mindmap
root((Physics))
Mechanics
Kinematics
Forces & Newton's Laws
Energy & Work
Momentum
Rotational Motion
Electromagnetism
Electric Fields
Circuits
Magnetism
EM Waves
Thermodynamics
Heat & Temperature
Laws of Thermo
Entropy
Waves & Optics
Wave Properties
Sound
Light & Optics
Modern Physics
Relativity
Quantum Mechanics
Nuclear Physics
Quick Reference Links
- •Formulas and Constants: See formulas.md
- •Mechanics Problems: See mechanics.md
- •Electromagnetism: See electromagnetism.md
Diagram Patterns
Free Body Diagram (ASCII)
code
N (Normal)
↑
│
f ←─────────┼─────────→ F (Applied)
(friction) │
│
↓
W (Weight = mg)
Vector Addition
mermaid
flowchart LR
A[Vector A] --> C[Resultant R]
B[Vector B] --> C
Circuit Diagram (ASCII)
code
┌────/\/\/\/────┐
│ R │
──┴── ──┴──
+ │ - Battery │
──┬── ──┬──
│ │
└───────────────┘
Problem-Solving Framework
General Steps
- •Draw a diagram - Visualize the situation
- •List knowns and unknowns - Organize given data
- •Choose equations - Match variables to formulas
- •Solve algebraically first - Keep symbols until the end
- •Substitute values - Include units
- •Check answer - Units, magnitude, direction
Kinematics Problem Pattern
code
Given: v₀, a, t (or any 3 of 5 variables) Find: x, v (or remaining variables) Equations to choose from: 1. v = v₀ + at 2. x = v₀t + ½at² 3. v² = v₀² + 2ax 4. x = ½(v₀ + v)t
Force Problem Pattern
code
1. Draw free body diagram 2. Choose coordinate system 3. Apply ΣF = ma in each direction 4. Solve system of equations
Key Concepts Summary
Newton's Laws
| Law | Statement | Equation |
|---|---|---|
| 1st | Object at rest stays at rest | If ΣF = 0, v = constant |
| 2nd | F = ma | ΣF = ma |
| 3rd | Action = Reaction | F₁₂ = -F₂₁ |
Energy Conservation
$$E_{total} = KE + PE = \text{constant (in isolated system)}$$
$$KE = \frac{1}{2}mv^2 \quad PE_{gravity} = mgh \quad PE_{spring} = \frac{1}{2}kx^2$$
Momentum Conservation
$$p = mv \quad \Sigma p_{before} = \Sigma p_{after}$$
Common Mistakes to Avoid
- •Forgetting to convert units (km to m, hours to seconds)
- •Wrong sign convention (acceleration vs. deceleration)
- •Using wrong kinematic equation (check which variable is missing)
- •Ignoring friction when it's present
- •Confusing instantaneous vs. average values