vault update: 11.03.26 (11:32)

This commit is contained in:
snusxd
2026-03-11 11:32:10 +03:00
parent 5a191a710e
commit fd5a349430
72 changed files with 308 additions and 116 deletions

View File

@@ -1,5 +1,5 @@
### 1 (40 минут)
#учеба #семестр_1 #высшая_математика
#семестр_1 #высшая_математика
$\lim_{ x \to 3 } \frac{\sqrt{ x+13 }-2\sqrt{ x+1 }}{x^2-4x+3}$
$\frac{\sqrt{ x+13 }-2\sqrt{ x+1 }}{x^2-4x+3}=\frac{\sqrt{ x+13 }-2\sqrt{ x+1 }}{(x-1)(x-3)}\cdot \frac{\sqrt{ x+13 }+2\sqrt{ x+1 }}{\sqrt{ x+13 }+2\sqrt{ x+1 }}=\frac{\sqrt{ x+13 }^2-(2\sqrt{ x+1 })^2}{(x-1)(x-3)(\sqrt{ x+13 }+2\sqrt{ x+1 })}=\frac{(x+13)-4(x+1)}{(x-1)(x-3)(\sqrt{ x+13 }+2\sqrt{ x+1 })}=$