vault backup: 2026-05-20 18:56:27

This commit is contained in:
2026-05-20 18:56:27 +02:00
parent b9aa560970
commit 34752a16ca
6 changed files with 126 additions and 14 deletions

11
.obsidian/app.json vendored
View File

@@ -1 +1,10 @@
{}
{
"readableLineLength": false,
"pdfExportSettings": {
"includeName": false,
"pageSize": "A4",
"landscape": false,
"margin": "0",
"downscalePercent": 100
}
}

View File

@@ -1 +1,4 @@
{}
{
"baseFontSize": 30,
"baseFontSizeAction": true
}

View File

@@ -11,14 +11,14 @@
"id": "b1348baf4b2d07c1",
"type": "leaf",
"state": {
"type": "split-diff-view",
"type": "markdown",
"state": {
"aFile": ".obsidian/workspace.json",
"bFile": ".obsidian/workspace.json",
"aRef": ""
"file": "Matek/Koordináta geometria.md",
"mode": "source",
"source": false
},
"icon": "diff",
"title": "Diff: workspace.json (Working Tree)"
"icon": "lucide-file",
"title": "Koordináta geometria"
}
}
]
@@ -94,6 +94,7 @@
"state": {
"type": "backlink",
"state": {
"file": "Matek/Koordináta geometria.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@@ -103,7 +104,7 @@
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "Backlinks"
"title": "Backlinks for Koordináta geometria"
}
},
{
@@ -112,11 +113,12 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "Matek/Koordináta geometria.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Outgoing links"
"title": "Outgoing links from Koordináta geometria"
}
},
{
@@ -154,12 +156,13 @@
"state": {
"type": "outline",
"state": {
"file": "Matek/Koordináta geometria.md",
"followCursor": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "Outline"
"title": "Outline of Koordináta geometria"
}
},
{
@@ -177,7 +180,7 @@
}
],
"direction": "horizontal",
"width": 300
"width": 200
},
"left-ribbon": {
"hiddenItems": {
@@ -193,8 +196,8 @@
},
"active": "b1348baf4b2d07c1",
"lastOpenFiles": [
"Matek/Kordináta geometria.md",
"Untitled.base",
"Matek/Notes.base",
"Matek/Koordináta geometria.md",
"README.md",
"Matek",
"Obsidian-notes/README.md",

View File

@@ -0,0 +1,90 @@
### Két pont távolsága
$$d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}$$
Példa:
$P₁(1,2)$
$P₂(5,7)$
$d=\sqrt{(5-1)^2+(7-2)^2}$
$d=\sqrt{41}$
### Két ponton átmenő egyenes egyenlete
$$(x_2-x_1)(y-y_1)=(y_2-y_1)(x-x_1)$$
Példa:
$P₁(2,3)$
$P₂(6,11)$
$(6-2)(y-3)=(11-3)(x-2)$
$4y-12=8x-16$
$4y=8x-4$
$y=2x-1$
### Ismert meredekséggel vagy alfa szöggel egy adott ponton átmenő egyenes egyenlete
$$tg\alpha=m$$
$$y-y_0=m(x-x_0)$$
Példa:
$P₀(2,3)$
$m=2$
$y-3=2(x-2)$
$y=2x-1$
### Két pont meredekségének egyenlete
$$m=\frac{\Delta y}{\Delta x}=\frac{y_2-y_1}{x_2-x_1}$$
Példa:
$P₁(2,3)$
$P₂(6,11)$
$m=\frac{11-3}{6-2}$
$m=2$
### Merőleges és párhuzamos egyenes kiszámolása
$$e||f: m_e=m_f$$
$$e\perp f: m_e\cdot m_f=-1$$
Példa:
$e: y=-2x+1$
$P(10,3)$
Párhuzamos:
$f:y=-2x+b$
$3=-2\cdot 10+b$
$b=23$
Merőleges:
$f:y=\frac{1}{2}x+b$
$3=\frac{1}{2}\cdot 10+b$
$b=-2$
### Metszési pont kiszámítása két egyenesnél
Példa:
$e:5x+y=36$
$f:y=x-6$
Be kell helyettesíteni
$5x+x-6=36$
$6x=42$
$x=7$
$y=1$
### Kör egyenlete
$$(x-u)^2+(y-v)^2=r^2$$
Példa:
$K(-3,2)$
$r=5$
$(x+3)^2+(y-2)^2=25$
Normál alakba váltva:
$x^2+y^2+6x-4y-12=0$

7
Matek/Notes.base Normal file
View File

@@ -0,0 +1,7 @@
formulas:
Két pont távolsága: "d = "
views:
- type: table
name: Table
order:
- file.name