Isaac Newton Study Guide
Study Guide
📖 Core Concepts
Three Laws of Motion – describe how forces affect the motion of objects.
1st: Inertia – an object stays at rest or in uniform motion unless a net force acts.
2nd: Quantitative – $F = ma$ (force = mass × acceleration).
3rd: Action–reaction – forces occur in equal‑and‑opposite pairs.
Universal Law of Gravitation – every pair of masses attracts with
$$F = G\frac{m1 m2}{r^{2}}$$
where $G$ ≈ $6.67\times10^{-11}\,\mathrm{N·m^{2}·kg^{-2}}$.
Two‑Body Problem – exact analytical solutions give conic‑section orbits (ellipse, parabola, hyperbola).
Newtonian Fluid – shear stress $\tau$ is proportional to strain‑rate $\dot\gamma$; $\tau = \mu\dot\gamma$ (μ = dynamic viscosity).
Law of Cooling – rate of temperature change $\displaystyle \frac{dT}{dt}= -k\,(T-T{\text{env}})$.
Newton’s Method – iterative root‑finding: $x{n+1}=xn-\frac{f(xn)}{f'(xn)}$.
Binomial Theorem (general) – $(1+x)^{\alpha}= \displaystyle\sum{k=0}^{\infty}\binom{\alpha}{k}x^{k}$ for any real exponent $\alpha$.
Newton’s Identities – relate power sums of polynomial roots to its coefficients.
Taylor Series – any smooth function $f(x)$ can be expressed as
$$f(x)=\sum{n=0}^{\infty}\frac{f^{(n)}(a)}{n!}(x-a)^{n}.$$
Calculus of Variations – extremize an integral; classic example: brachistochrone (curve of fastest descent).
Vector Treatment – velocity, acceleration, momentum, force are directed quantities (vectors).
---
📌 Must Remember
$F = ma$ (2nd law) and $F = G\frac{m1 m2}{r^{2}}$ (gravitation).
Inverse‑square dependence is the only central force that yields closed elliptical orbits (Kepler’s first law).
Newton’s law of cooling constant $k$ depends on surface area, material, and surrounding fluid.
Newton’s method converges quadratically when the initial guess is close and $f'(x)\neq0$.
Binomial series converges for $|x|<1$ (or any $x$ if $\alpha$ is a non‑negative integer).
For a Newtonian fluid, $\tau = \mu \frac{du}{dy}$ (linear relation between shear stress and velocity gradient).
The three laws of motion are vector equations; direction matters.
---
🔄 Key Processes
Solving a Two‑Body Orbit
Compute reduced mass $\mu = \frac{m1 m2}{m1+m2}$.
Use energy and angular momentum to identify conic type.
Obtain orbital elements from $a = -\frac{G(m1+m2)}{2E}$, $e = \sqrt{1+\frac{2EL^{2}}{\mu (G(m1+m2))^{2}}}$.
Newton’s Method Iteration
Evaluate $f(xn)$ and $f'(xn)$.
Update $x{n+1}=xn-\frac{f(xn)}{f'(xn)}$.
Repeat until $|x{n+1}-xn|$ < tolerance.
Applying the Law of Cooling
Set up differential equation $\frac{dT}{dt} = -k (T-T{\text{env}})$.
Solve: $T(t)=T{\text{env}} + (T0 - T{\text{env}})e^{-kt}$.
Deriving Kepler’s 1st Law from Gravitation
Start with $F = G\frac{m1m2}{r^{2}} = m\frac{v^{2}}{r}$ (centripetal).
Show that motion under an inverse‑square central force conserves angular momentum → planar, conic section orbit.
Taylor Series Expansion (practical)
Identify $f(a)$ and derivatives $f^{(n)}(a)$.
Truncate after desired order; estimate remainder $Rn = \frac{f^{(n+1)}(\xi)}{(n+1)!}(x-a)^{n+1}$.
---
🔍 Key Comparisons
Newton’s Law of Cooling vs. Newton’s Law of Gravitation
Cooling: $F{\text{cool}} \propto \Delta T$ (linear with temperature difference).
Gravitation: $F{\text{grav}} \propto \frac{1}{r^{2}}$ (inverse‑square with distance).
Newtonian Fluid vs. Non‑Newtonian Fluid
Newtonian: $\tau = \mu\dot\gamma$ (linear).
Non‑Newtonian: $\tau$ varies non‑linearly (shear‑thickening, shear‑thinning, yield stress).
Newton’s Method vs. Bisection Method
Newton: quadratic convergence, requires derivative, can diverge.
Bisection: linear convergence, no derivative needed, always converges if sign change exists.
Two‑Body vs. Three‑Body Problem
Two‑Body: exact analytical solution (conic orbits).
Three‑Body: generally chaotic; only special solutions (Lagrange points) known analytically.
---
⚠️ Common Misunderstandings
“Force = mass × velocity” – the correct relation is $F = ma$, not $mv$.
“All central forces give closed orbits” – only the inverse‑square law (and Hooke’s law $F\propto r$) produce closed conic orbits.
Newton’s law of cooling applies at any temperature – it is valid only for modest temperature differences where heat transfer is dominated by convection/radiation linearized.
Newton’s method always works – fails if $f'(x)=0$ near the root or if the initial guess is far from the true root.
---
🧠 Mental Models / Intuition
Force as “push/pull” vector – picture force arrows acting on an object; net force changes the arrow’s direction (acceleration).
Inverse‑square law – imagine spreading a quantity over a sphere; as radius doubles, area (and thus density) grows by $4$, halving the effect.
Newtonian fluid – think of honey vs. water: both obey $\tau = \mu\dot\gamma$, but honey’s μ is larger.
Cooling law – the hotter the object relative to its surroundings, the faster it loses heat – like a steep hill versus a gentle slope.
---
🚩 Exceptions & Edge Cases
Gravitational interactions at relativistic speeds – Newton’s law breaks down; General Relativity needed.
Very high viscosity fluids – Newtonian assumption may fail; shear‑rate‑dependent viscosity appears.
Cooling in vacuum – no convective term; radiation dominates, requiring $P\propto (T^{4}-T{\text{env}}^{4})$.
Newton’s method with multiple roots – may converge to the nearest root or diverge; use deflation or hybrid methods.
---
📍 When to Use Which
Orbit calculation – use analytical two‑body formulas for satellites, binary stars; switch to numerical integration (e.g., Runge‑Kutta) for three‑body or perturbed systems.
Root finding – start with Newton’s method if derivative is easy and a good initial guess exists; otherwise use bisection or secant.
Heat loss modeling – apply Newton’s cooling law for small $\Delta T$ and forced convection; use Stefan‑Boltzmann radiation law for large $\Delta T$ or vacuum.
Series approximation – use Taylor series when function is smooth near the expansion point and a few terms give desired accuracy; use binomial series for $(1+x)^{\alpha}$ with $|x|<1$.
---
👀 Patterns to Recognize
$1/r^{2}$ dependence → likely gravitational or electrostatic interaction.
Linear relationship between shear stress and velocity gradient → Newtonian fluid behavior.
Quadratic convergence in iterations → Newton’s method in action.
Exponential decay of temperature → Newton’s cooling law at work.
Conserved angular momentum → planar motion, central force problem.
---
🗂️ Exam Traps
Confusing $F=ma$ with $p=mv$ – the former is a law; the latter defines momentum.
Choosing the wrong sign in the cooling equation – the temperature difference term is $(T - T{\text{env}})$, not the reverse.
Assuming any central force yields closed orbits – only specific force laws do.
Applying Newton’s method without checking $f'(x)$ – zero derivative leads to division by zero.
Treating “Newtonian fluid” as a brand name – it is a class defined by linear stress–strain rate.
---
or
Or, immediately create your own study flashcards:
Upload a PDF.
Master Study Materials.
Master Study Materials.
Start learning in seconds
Drop your PDFs here or
or