Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

高频公式表 #169

Open
AllanChain opened this issue Apr 5, 2021 · 0 comments
Open

高频公式表 #169

AllanChain opened this issue Apr 5, 2021 · 0 comments
Labels
blog: cheatsheet |108686978-1ae51480-7531-11eb-93c7-d201146b237d.jpg @post This is a blog post

Comments

@AllanChain
Copy link
Owner

AllanChain commented Apr 5, 2021

View Post on Blog
数学物理方法

名书镇贴

东西慢慢加进来好了,顺便看看公式渲染的情况。


柱坐标系下的梯度散度旋度公式

$$ (\nabla u)_r = \frac{\partial u}{\partial r},\ (\nabla u)_{\theta} = \frac 1 r \frac{\partial u}{\partial \theta},\ (\nabla u)_z = \frac{\partial u}{\partial z} $$

$$ \nabla \cdot \mathbf{A} = \frac 1 r \frac{\partial (r A_r)}{\partial r} + \frac 1 r \frac{\partial A_{\theta}}{\partial \theta} + \frac{\partial A_z}{\partial z} $$

$$ \nabla \times \mathbf{A} = \frac 1 r \left[\frac{\partial A_z}{\partial \theta} - \frac{\partial (rA_{\theta})}{\partial z}\right]\mathbf{e_r} + \left[\frac{\partial A_r}{\partial z} - \frac{\partial A_z}{\partial r}\right]\mathbf{e_{\theta}} + \frac 1 r \left[\frac{\partial (rA_{\theta})}{\partial r} - \frac{\partial A_r}{\partial \theta}\right]\mathbf{e_z} $$

球坐标系下的梯度散度旋度公式

$$ (\nabla u)_r = \frac{\partial u}{\partial r},\ (\nabla u)_{\theta} = \frac 1 r \frac{\partial u}{\partial \theta},\ (\nabla u)_{\phi} = \frac{1}{r \sin \theta} \frac{\partial u}{\partial \phi} $$

$$ \nabla \cdot \mathbf{A} = \frac{1}{r^2} \frac{\partial (r^2 A_r)}{\partial r} + \frac{1}{r \sin \theta} \frac{\partial (\sin \theta A_{\theta})}{\partial \theta} + \frac{1}{r \sin \theta} \frac{\partial A_{\phi}}{\partial \phi} $$

$$ \nabla \times \mathbf{A} = \frac{1}{r \sin \theta} \left[\frac{\partial (\sin \theta A_{\phi})}{\partial \theta} - \frac{\partial A_{\theta}}{\partial \phi}\right]\mathbf{e_r} + \frac 1 r \left[\frac{1}{\sin \theta}\frac{\partial A_r}{\partial \phi} - \frac{\partial (r A_{\phi})}{\partial r}\right]\mathbf{e_{\theta}} + \frac 1 r \left[\frac{\partial (rA_{\theta})}{\partial r} - \frac{\partial A_r}{\partial \theta}\right]\mathbf{e_{\phi}} $$

@AllanChain AllanChain added blog: cheatsheet |108686978-1ae51480-7531-11eb-93c7-d201146b237d.jpg @post This is a blog post labels Apr 5, 2021
github-actions bot pushed a commit that referenced this issue Apr 5, 2021
github-actions bot pushed a commit that referenced this issue Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blog: cheatsheet |108686978-1ae51480-7531-11eb-93c7-d201146b237d.jpg @post This is a blog post
Projects
None yet
Development

No branches or pull requests

1 participant