Last Sync: 2022-08-21 18:30:05

This commit is contained in:
tactonbishop 2022-08-21 18:30:05 +01:00
parent b255985663
commit afe390182c
7 changed files with 9 additions and 169 deletions

1
.obsidian/app.json vendored
View file

@ -1 +0,0 @@
{}

View file

@ -1 +0,0 @@
{}

View file

@ -1,19 +0,0 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"editor-status",
"starred",
"outline",
"word-count",
"file-recovery"
]

View file

@ -1 +0,0 @@
{}

141
.obsidian/workspace vendored
View file

@ -1,141 +0,0 @@
{
"main": {
"id": "8111137dd523a948",
"type": "split",
"children": [
{
"id": "4c3f1e8174ea888a",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Databases/MongoDB/Update_document.md",
"mode": "source",
"source": false
}
}
}
],
"direction": "vertical"
},
"left": {
"id": "c208e7d70edd06e0",
"type": "split",
"children": [
{
"id": "02e4c8499b8561fd",
"type": "tabs",
"children": [
{
"id": "28f6e409b5333eab",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {}
}
},
{
"id": "caaa4cc0617fb33f",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "tag:#react-hooks",
"matchingCase": true,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "7b8409a58bf89b90",
"type": "leaf",
"state": {
"type": "starred",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "9275b1850c94a3ee",
"type": "split",
"children": [
{
"id": "fe17ff8bccd6ae3e",
"type": "tabs",
"children": [
{
"id": "d7dc194af9477454",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "Databases/MongoDB/Update_document.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "f7b03048fe74c6cd",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "Databases/MongoDB/Update_document.md",
"linksCollapsed": false,
"unlinkedCollapsed": false
}
}
},
{
"id": "a76c53ace46b652c",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "ff6c41f4a0ae3114",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "Databases/MongoDB/Update_document.md"
}
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"active": "d7dc194af9477454",
"lastOpenFiles": [
"Databases/MongoDB/Querying_a_collection.md",
"Databases/MongoDB/Complete_example.md",
"Mathematics/Algebra/Negative_exponents.md",
"Mathematics/Algebra/Logarithms.md",
"Mathematics/Algebra/Equivalent_equations.md",
"Programming_Languages/Frameworks/React/React_Typescript/Built_in_hooks.md",
"Programming_Languages/Frameworks/React/Hooks/Application_state_management.md",
"Algorithms/Algorithmic_complexity.md"
]
}

View file

@ -8,20 +8,18 @@ tags: [physics, electricity]
> Electrical current is the movement of electrons from negatively charged atoms to negatively charged atoms when an appropriate external force is applied.
So current is the flow of electrons. Charge is the quantity that flows. Current exists because of the [first law of electrostatics](/Electronics/Physics_of_electricity/Coulombs_Law.md).
So current is the flow of electrons. Charge is the quantity that flows.
> The amount of current is the sum of the charges of the moving electrons past a given point.
We use the symbol $I$ to stand for current in equations.
## Why current exists
Current exists because of the [first law of electrostatics](/Electronics/Physics_of_electricity/Coulombs_Law.md).
When there is an excess of electrons at one terminal (i.e. negatively charged atoms) and a deficiency of electrons at the other terminal (i.e. positively charged atoms), a difference of potential exists between the two terminals.
When there is an excess of electrons at one terminal (i.e. negatively charged atoms) and a deficiency of electrons at the other terminal (i.e. positively charged atoms), a _difference of potential_ exists between the two terminals.
When the terminal are connected to each other via a conductor (e.g. copper wire) electrons will flow along the conductor. This is provided that there is a source to supply electrons at one end and remove them at the other. This is **voltage source**.
When the terminals are connected to each other via a conductor (e.g. copper wire) electrons will flow along the conductor. This is provided that there is a source to supply electrons at one end and remove them at the other. We call this force the **voltage source**.
_The diagram below illustrates the flow of current where the circles are electrons knocking into each other to generate current:_
_The diagram below illustrates the flow of current where the circles are electrons knocking into each other and passing current:_
![](/img/charge-cylinder.svg)

View file

@ -0,0 +1,5 @@
---
categories:
- Electronics
tags: [physics, electricity, exponents]
---