diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json index 7b1247f..4bc189e 100644 --- a/.obsidian/plugins/obsidian-git/data.json +++ b/.obsidian/plugins/obsidian-git/data.json @@ -2,7 +2,7 @@ "commitMessage": "vault backup: {{date}}", "autoCommitMessage": "vault backup: {{date}}", "commitDateFormat": "YYYY-MM-DD HH:mm:ss", - "autoSaveInterval": 1, + "autoSaveInterval": 5, "autoPushInterval": 0, "autoPullInterval": 5, "autoPullOnBoot": false, diff --git a/education/math/Domain.md b/education/math/Domain.md index a2c2370..08b049a 100644 --- a/education/math/Domain.md +++ b/education/math/Domain.md @@ -4,4 +4,4 @@ Given the below problem, the two equations can't simplified further. So to find $$ \sqrt{x+2} + \sqrt{5-x} $$ The below example has a domain of $[-2, 5)$ because $x$ cannot equal 0 for the denominator $$ \frac{\sqrt{x+2}}{\sqrt{5-x}} $$ -Assuming $f(x) = \frac{2}{x-3}$, \ No newline at end of file +Assuming $f(x) = \frac{2}{x-3}$, and $g(x) = \frac{5}{x+1}$, $(f\circ g)(x)$, you can find the domain by finding the domain for each function, then fully expanding it and seeing if any more unreachable numbers are included \ No newline at end of file