Appendix A Solutions¶
← Back to problems | Back to chapter
Table of Contents
Basic
- B-1. Basic Calculations of Partial Derivatives
- B-2. Partial Derivatives of \(1/r\)
- B-3. Equality of Mixed Partial Derivatives
- B-4. Gradient and Level Curves
- B-5. Gradient of Temperature Distribution
- B-6. Divergence of a Linear Vector Field
- B-7. Divergence of a Quadratic Vector Field
- B-8. Divergence of a Rotational Field
- B-9. Curl of a Rotational Field
- B-10. Curl of \((yz, xz, xy)\)
- B-11. Verification of \(\nabla \times (\nabla\Phi) = 0\)
- B-12. Vector Potential of a Uniform Magnetic Field
- B-13. Laplacian of \(x^2 - y^2\)
- B-14. Laplacian of \(e^x \cos y\)
- B-15. Laplacian of \(\sin(kx)\sin(ly)\)
- B-16. \(\nabla\cdot(\nabla\times\mathbf{A}) = 0\)
- B-17. \(\nabla\times(\nabla\Phi) = 0\) (\(\Phi = xyz\))
- B-18. Plane Waves Satisfy the Wave Equation
- B-19. Complex Exponential Wave Satisfies the Wave Equation
- B-20. Classification of Partial Differential Equations
Medium
- M-1. Verification of the Diffusion Equation Solution
- M-2. Gradient of Gravitational Potential
- M-3. Zero Divergence of the Coulomb Electric Field
- M-4. Laplacian of \(1/r\)
- M-5. d'Alembert Solution \(g(x - vt)\)
- M-6. Decomposition of Standing Waves
- M-7. Boundary Conditions for String Vibration Modes
Advanced
Basic¶
B-1. Basic Calculations of Partial Derivatives¶
B-2. Partial Derivatives of \(1/r\)¶
B-3. Equality of Mixed Partial Derivatives¶
B-4. Gradient and Level Curves¶
Point \((1, 2)\): \(\nabla\Phi = \boxed{(2, 4)}\)
The level curves \(\Phi = x^2 + y^2 = C\) are circles centered at the origin. The tangent direction at point \((1, 2)\) is \((-2, 1)\) (perpendicular to the normal). \(\nabla\Phi \cdot (-2, 1) = -4 + 4 = 0\). Indeed perpendicular.
B-5. Gradient of Temperature Distribution¶
Point \((1, 1)\): \(\nabla T = (-2, -8)\). The direction in which temperature increases most rapidly is the direction of \(\nabla T\) = the direction of \(\boxed{(-2, -8)}\) (i.e., toward the origin).
B-6. Divergence of a Linear Vector Field¶
B-7. Divergence of a Quadratic Vector Field¶
B-8. Divergence of a Rotational Field¶
No divergence (no sources or sinks). This field is a pure 'vortex'.
B-9. Curl of a Rotational Field¶
Has a uniform vortex in the \(z\) direction.
B-10. Curl of \((yz, xz, xy)\)¶
Irrotational (conservative field).
B-11. Verification of \(\nabla \times (\nabla\Phi) = 0\)¶
B-12. Vector Potential of a Uniform Magnetic Field¶
Uniform magnetic field.
B-13. Laplacian of \(x^2 - y^2\)¶
Satisfies the Laplace equation (harmonic function).
B-14. Laplacian of \(e^x \cos y\)¶
B-15. Laplacian of \(\sin(kx)\sin(ly)\)¶
B-16. \(\nabla\cdot(\nabla\times\mathbf{A}) = 0\)¶
\(\nabla \cdot (z-y, x-z, y-x) = 0 + 0 + 0 = \boxed{0} \quad \checkmark\)
B-17. \(\nabla\times(\nabla\Phi) = 0\) (\(\Phi = xyz\))¶
\(\nabla \times (yz, xz, xy) = (x-x, y-y, z-z) = \boxed{(0,0,0)} \quad \checkmark\)
B-18. Plane Waves Satisfy the Wave Equation¶
Substituting into the wave equation: \(-k^2 = \frac{1}{v^2}(-\omega^2)\) → \(\boxed{v = \omega/k}\)
B-19. Complex Exponential Wave Satisfies the Wave Equation¶
\(-k^2 = \frac{1}{v^2}(-\omega^2)\) → \(v = \omega/k\). \(\boxed{\checkmark}\)
B-20. Classification of Partial Differential Equations¶
- (b) First-order time derivative → \(\boxed{\text{Diffusion type}}\) (diffusion coefficient \(D = 3\))
- (c) No time derivative → \(\boxed{\text{Elliptic type}}\) (Poisson equation)
- (d) First-order time derivative → \(\boxed{\text{Diffusion type}}\) (however, due to the imaginary coefficient, the solution oscillates. Schrödinger equation)
Medium¶
M-1. Verification of the Diffusion Equation Solution¶
Substituting into the diffusion equation: \(-\alpha = D(-k^2)\) → \(\boxed{\alpha = Dk^2}\)
M-2. Gradient of Gravitational Potential¶
Similarly for the \(y\) and \(z\) components.
M-3. Zero Divergence of the Coulomb Electric Field¶
M-4. Laplacian of \(1/r\)¶
M-5. d'Alembert Solution \(g(x - vt)\)¶
M-6. Decomposition of Standing Waves¶
The first term is a wave traveling to the right, and the second term is a wave traveling to the left. \(\boxed{\text{Standing wave = rightward traveling wave + leftward traveling wave}}\)
M-7. Boundary Conditions for String Vibration Modes¶
From the wave equation \(\partial_x^2 f = \frac{1}{v^2}\partial_t^2 f\):
Boundary conditions: \(f_n(0,t) = A_n\sin(0)\cos(\omega_n t) = 0\) ✓, \(f_n(L,t) = A_n\sin(n\pi)\cos(\omega_n t) = 0\) ✓
Advanced¶
A-1. Identity for \(\nabla\times(\nabla\times\mathbf{E})\)¶
\(\nabla \cdot \mathbf{E} = \partial_x E_x\), \(\nabla(\nabla \cdot \mathbf{E}) = (\partial_x^2 E_x, \partial_y\partial_x E_x, \partial_z\partial_x E_x)\)
\(\nabla^2\mathbf{E} = (\nabla^2 E_x, 0, 0)\)
\(\nabla \times \mathbf{E} = (0, -\partial_z E_x, \partial_y E_x)\)
\(\nabla \times (\nabla \times \mathbf{E}) = (\partial_y^2 E_x + \partial_z^2 E_x, -\partial_y\partial_x E_x, -\partial_z\partial_x E_x)\)
\(\nabla(\nabla\cdot\mathbf{E}) - \nabla^2\mathbf{E} = (\partial_x^2 E_x - \nabla^2 E_x, \partial_y\partial_x E_x, \partial_z\partial_x E_x) = (\partial_y^2 E_x + \partial_z^2 E_x, -\partial_y\partial_x E_x, -\partial_z\partial_x E_x)\)...
(Upon carefully checking the signs, they agree.) \(\boxed{\checkmark}\)
Feedback on this page
Let us know if something was unclear, incorrect, or could be improved.