diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json index 4bc189e..e69de29 100644 --- a/.obsidian/plugins/obsidian-git/data.json +++ b/.obsidian/plugins/obsidian-git/data.json @@ -1,27 +0,0 @@ -{ - "commitMessage": "vault backup: {{date}}", - "autoCommitMessage": "vault backup: {{date}}", - "commitDateFormat": "YYYY-MM-DD HH:mm:ss", - "autoSaveInterval": 5, - "autoPushInterval": 0, - "autoPullInterval": 5, - "autoPullOnBoot": false, - "disablePush": false, - "pullBeforePush": true, - "disablePopups": false, - "listChangedFilesInMessageBody": false, - "showStatusBar": true, - "updateSubmodules": false, - "syncMethod": "merge", - "customMessageOnAutoBackup": false, - "autoBackupAfterFileChange": false, - "treeStructure": false, - "refreshSourceControl": true, - "basePath": "", - "differentIntervalCommitAndPush": false, - "changedFilesInStatusBar": false, - "showedMobileNotice": true, - "refreshSourceControlTimer": 7000, - "showBranchStatusBar": true, - "setLastSaveToLastCommit": false -} \ No newline at end of file diff --git a/education/physics/PHYS2220/Electric Charge.md b/education/physics/PHYS2220/Electric Charge.md index 4b05c88..f85cfd5 100644 --- a/education/physics/PHYS2220/Electric Charge.md +++ b/education/physics/PHYS2220/Electric Charge.md @@ -35,3 +35,6 @@ It's largely impossible to sum the electric field from every particle in a piece - If the charge distribution extends throughout a *3d volume*, we describe it in terms of the **volume charge density** $\rho$, with units of $\frac{C}{m^3}$. - For charge distributions spread over *surfaces*, we use **surface charge density** $\sigma$ ($\frac{C}{m^2}$). - For charge distributions spread over *lines*, we use **line charge density** $\lambda$ ($\frac{C}{m}$). +- To find the point charge, we can use this formula: +$$ \vec{E} = \int d \vec{E} = \int \frac{kdq}{r^2}\hat{r}$$ +- \ No newline at end of file