Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lectures
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mathematics for Quantum Physics
lectures
Commits
71fc7372
Commit
71fc7372
authored
2 years ago
by
Maciej Topyla
Browse files
Options
Downloads
Patches
Plain Diff
Wrapping up
parent
22be386a
No related branches found
Branches containing commit
No related tags found
1 merge request
!14
First major update of src/2_coordinates.md
Pipeline
#120218
passed
2 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/2_coordinates.md
+13
-4
13 additions, 4 deletions
src/2_coordinates.md
with
13 additions
and
4 deletions
src/2_coordinates.md
+
13
−
4
View file @
71fc7372
...
...
@@ -359,6 +359,7 @@ We have discussed four different coordinate systems:
$${
\b
f r} = (r,
\p
hi).$$ This system can be used in two
dimensions. It is particularly suitable for systems with circular symmetry or functions
given in terms of these coordinates.
Infinitesimal distance: $$ds^2 = dr^2 + r^2 d\phi^2.$$
Infinitesimal area: $$dA = r dr d\varphi.$$
...
...
@@ -366,6 +367,7 @@ We have discussed four different coordinate systems:
$${
\b
f r} = (r,
\p
hi, z).$$ This system can be
used in three dimensions. It is particularly suitable for systems with axial symmetry
or functions given in terms of these coordinates.
Infinitesimal distance: $$ds^2 = dr^2 + r^2 d\phi^2 + dz^2.$$
Infinitesimal volume:: $$dV = r dr d\varphi dz.$$
...
...
@@ -373,6 +375,7 @@ We have discussed four different coordinate systems:
$${
\b
f r} = (r,
\t
heta,
\p
hi).$$ This sysytem can be
used in three dimensions. It is particularly suitable for systems with spherical
symmetry or functions given in terms of these coordinates.
Infinitesimal distance:
$$ds^2 =r^2 (\sin^2 \theta d\phi^2 + d\theta^2) + dr^2 .$$
Infinitesimal volume:
...
...
@@ -402,7 +405,8 @@ We have discussed four different coordinate systems:
5.
$r=1$ and $
\t
heta=
\p
i/4$ in spherical coordinates,
6.
$
\v
arphi=
\p
i/2$ and $
\t
heta=
\p
i/2$ in spherical coordinates.
3.
[:smirk:]
3.
[:smirk:]
*Partial derivatives*
(a) Consider the function $f(r,\varphi,\theta)=\frac{1}{r^2}$ defined
using spherical coordinates.
Compute $\frac{\partial}{\partial z} f(r, \varphi, \theta)$.
...
...
@@ -412,14 +416,18 @@ We have discussed four different coordinate systems:
question).
Compute again $\frac{\partial}{\partial z} f(r, \varphi, z)$.
4.
[:smirk:] From the transformation from polar to Cartesian
4.
[:smirk:]
*Chain rule practice*
From the transformation from polar to Cartesian
coordinates, show that
$$\frac{\partial}{\partial x} = \cos\varphi \frac{\partial}{\partial r} - \frac{\sin\varphi}{r} \frac{\partial}{\partial \varphi}$$
and
$$\frac{\partial}{\partial y} = \sin\varphi \frac{\partial}{\partial r} + \frac{\cos\varphi}{r} \frac{\partial}{\partial \varphi}.$$
(Use the chain rule for differentiation).
5.
[:sweat:] Using the result of problem 4, show that the Laplace
5.
[:sweat:]
*Laplace operator in spherical coordinates*
Using the result of problem 4, show that the Laplace
operator acting on a function $\psi({\bf r})$ in polar coordinates
takes the form
$$\nabla^2 \psi({\bf r}) =\left( \frac{\partial^2}{\partial x^2} + \frac{\partial^2}{\partial y^2}\right) \psi({\bf r}) = \frac{1}{r} \frac{\partial}{\partial r} \left( r \frac{\partial \psi(r,\varphi)}{\partial r} \right) + \frac{1}{r^2} \frac{\partial^2 \psi(r,\varphi)}{\partial \varphi^2}.$$
...
...
@@ -433,6 +441,7 @@ We have discussed four different coordinate systems:
This is however even more tedious (you do not have to show this).
6.
[:grinning:]
*Integration and coordinates I*
We define $f(r, \varphi) = \frac{1}{r}$ in polar coordinates. Explain how
a circular region, centered at the origin and with radius $r_0$, can be described
using polar coordinates. Then compute the integral of $f(r,\varphi)$ over
...
...
@@ -444,7 +453,7 @@ We have discussed four different coordinate systems:
8.
[:smirk:]
*Integration and coordinates III*
In 2D we can define a shape by specifying a function $r(\varphi)$:
In 2D
,
we can define a shape by specifying a function $r(\varphi)$:

...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment