From 289f7fa4036b4c9f9e7b6e109507545f62385ccc Mon Sep 17 00:00:00 2001 From: zacharias Date: Wed, 29 Oct 2025 17:01:23 +0100 Subject: [PATCH] vault backup: 2025-10-29 17:01:23 --- .obsidian/workspace.json | 21 ++++++++++++++++++--- Funktioner Forts.md | 15 +++++++++++++++ Grafer.md | 18 ++++++++++++++++-- 3 files changed, 49 insertions(+), 5 deletions(-) create mode 100644 Funktioner Forts.md diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 4fe68ac..f66b0d3 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -34,9 +34,23 @@ "icon": "lucide-file", "title": "Grafer" } + }, + { + "id": "d6a3070519ac0599", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "Funktioner Forts.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "Funktioner Forts" + } } ], - "currentTab": 1 + "currentTab": 2 } ], "direction": "vertical" @@ -196,10 +210,11 @@ "obsidian-git:Open Git source control": false } }, - "active": "66704e0159322e3f", + "active": "d6a3070519ac0599", "lastOpenFiles": [ - "Funktioner.md", "Grafer.md", + "Funktioner Forts.md", + "Funktioner.md", "Untitled.canvas" ] } \ No newline at end of file diff --git a/Funktioner Forts.md b/Funktioner Forts.md new file mode 100644 index 0000000..aa29787 --- /dev/null +++ b/Funktioner Forts.md @@ -0,0 +1,15 @@ +- Begränsade funktioner + - Uppåt begränsad: $f(x)\leq{M}$, $\forall{x}\in{D_r}$ + - Ex: $f(x)=-x^2-2x$ + - Nedåt begränsad: $f(x)\geq{M}$, $\forall{x}\in{D_f}$ + - Ex: $f(x)=x^2+2x+2$ +- Monoton funktion + - Växande: $x_1f(x_2)$ +- Jämna, Udda funktioner + - Jämna: $f(-x)=f(x)$ + - Ex: $|x|,\;x^2,\;\cos{x}$ + - Udda: $f(-x)=-f(x)$ + - Ex: $x,\;x^3,\;\sin{x}$ \ No newline at end of file diff --git a/Grafer.md b/Grafer.md index def61d0..f22c0c7 100644 --- a/Grafer.md +++ b/Grafer.md @@ -19,10 +19,24 @@ - Ex: Lös ekvationen $|x-3|=2$$$\begin{align*}|x-3|\Leftrightarrow\sqrt{(x-3)^2}=2\\\Leftrightarrow{}(x-3)^2=2^2\text{(kvadrering)}\\\Leftrightarrow{}(x-3)^2-2^2=0\Leftrightarrow(x-3+2)(x-3-2)=0\\\Leftrightarrow{}x_1=1,\;x_2=5\end{align*}$$ - Ex: Lös olikheten $|x-3|<2$$$\begin{align*}|x-3|=\left\{\begin{aligned}x-3,\;x-3\geq0\\3-x,\;x-3<0\end{aligned}\right.\\\text{Fall 1: }x-3\geq0\Leftrightarrow{x}\geq3\\|x-3|<2\Leftrightarrow{x}-3<2\\\Leftrightarrow{x}<2+4=5\\3\leq{x}<5\\\text{Fall 2: }x-3<0\Leftrightarrow{x}<3\\|x-3|<2\Leftrightarrow3-x<2\\\Leftrightarrow{x}>3-2=1\\10$: $$x=\frac{-b\pm\sqrt{D}}{2a}$$ + - Remark: Om $grad(p)=n,p(x)=0$ har max $n$ olika lösningar + - Ex Lös $x^2+2x-1=0$ $$\begin{align*}p(x)=x^2+2x-1=0\\=\end{align*}$$ + - Ex: $$\begin{align*}p(x)=2x²+4x+4\\D=4^2-4\times2\times4<0\\p(x)=2x^2+4x+4\\=2(x^2+2x+2)\\=2(x^2+2x+1-1+2)\\=2\left((x+1)^2+1\right)\end{align*}$$ + - Ex: $$\begin{align}p(x)=2x^2+2x+18\\D=12^2-4\times2\times18=0\\\text{en dubbel rot}\\p(x)=2x^2+12x+18\\=2(x^2+6x+18)\\=2(x+3)^2\end{align}$$ + - Dubleroot vissar att det är två gånger samma factor i factorisering +- Polynomdivision + - Rationell funktion: $f(x)=\frac{p(x)}{q(x)}$ där $p(x)$, $q(x)$ är polynom. + - **Def**: *$p(x)$ och $q(x)$ är polynom $\Rightarrow$ det fins polynom $k(x)$ (kvot) och $r(x)$ (rest) så att $$\begin{align}p(x)=q(x)k(x)+r(x)\\\frac{p(x)}{q(x)}=k(x)+\frac{r(x)}{q(x)}\end{align}$$, och $grad(r)0$* + - Remark: Om $r(x)=0$ för varje $x$ (nollpolynomet), divisionen får jämt ut. Vi har faktorisering $p(x)=q(x)k(x)$ +- \ No newline at end of file