Mathematics
18 Online
OpenStudy (anonymous):
Arithmetic Derivative (cont)
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
\[
n = \prod_{i=1}^kp_i^{a_i}
\]
OpenStudy (anonymous):
\[
n'= \sum_{i=1}^ka_i\frac{n}{p_i}
\]
OpenStudy (anonymous):
\[
n = a^xb^yc^z
\]\[
n' = xa^{x-1}b^yc^z+ya^{x}b^{y-1}c^z+za^{x}b^yc^{z-1} \\
=\left(x\frac{n}{a} + y\frac{n}{b} + z\frac{n}{c}\right)(a^{x-1}b^{y-1}c^{z-1})
\]
OpenStudy (anonymous):
\[
u=\left(xbc+ yaz + zab\right)
\]
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
\[
n = a^xb^yz^zd^0
\]
OpenStudy (kainui):
if we have something like the max= 10 then we have
```
primes = [2, 3, 5, 7];
exps = [0, 0, 0, 0];
```
so we could count like this:
1 = [0,0,0,0]
2 = [1,0,0,0]
4 = [2,0,0,0]
8 = [3,0,0,0]
3 = [0,1,0,0]
6 = [1,1,0,0]
9 = [0,2,0,0]
5 = [0,0,1,0]
10 = [1,0,1,0]
7 = [0,0,0,1]
OpenStudy (anonymous):
Hey, is your skype working?
OpenStudy (anonymous):
\[
f'(u)
\]
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
\[
\int f(u)\;du
\]
OpenStudy (anonymous):
\[
\int_0^xf(u)\;du
\]
OpenStudy (anonymous):
\[
f(x) = x^2
\]
OpenStudy (anonymous):
\[
u= x^2
\]
OpenStudy (anonymous):
\[
f(u) = u^2
\]
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
\[
f(x) = x^2 = u
\]
OpenStudy (anonymous):
\[
f'(2)
\]
OpenStudy (anonymous):
\[
f'(x) = 2x \implies f'(2) = 2(2) = 4
\]
OpenStudy (anonymous):
\[
\frac{d}{dx}f(2)
\]
OpenStudy (anonymous):
\[
f'(2) = 4
\]
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
\[
\frac{d}{dx}f(2) = \frac{d}{dx}2^2 = 0
\]
OpenStudy (kainui):
\[f(t)=f(x,y)\]
OpenStudy (kainui):
\[f(x(t),y(t))\]
OpenStudy (anonymous):
\[
r(t) = (x(t),y(t))
\]
OpenStudy (anonymous):
\[
f\circ r
\]
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
\[
f(r(t))
\]
OpenStudy (anonymous):
\(f(r)\)
OpenStudy (anonymous):
\[
dx
\]
OpenStudy (anonymous):
\[
\frac{d}{dx} = \frac{d}{du}\frac{du}{dx}
\]
OpenStudy (anonymous):
\[
du = \frac{du}{dx}dx
\]
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
\[
f(x,y)
\]\[
y = g(x)
\]
OpenStudy (anonymous):
\[
f(x,g(x))
\]
OpenStudy (anonymous):
\[
\frac{d}{dx} f(x,y) = \frac{\partial }{\partial x}f(x,y) + \frac{\partial }{\partial y}f(x,y)\frac{d}{dx}y
\]
OpenStudy (anonymous):
\[
\frac{d}{d(x^2)}f(x)
\]
OpenStudy (anonymous):
\[
\frac{d}{dx}f(\sqrt x)
\]
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
\[
\frac{d}{d(x^2+1)}f(x)
\]
OpenStudy (anonymous):
\[
\frac{d}{d(x^2+1)}
\]
OpenStudy (anonymous):
\[
\frac{d}{d(x^2+1)} = \frac{d}{(2x)dx}
\]
OpenStudy (anonymous):
\[
\frac{1}{2x}\frac{d}{dx}f(x)
\]
OpenStudy (anonymous):
\[
\frac{d}{d(g(x))}f(x) = \frac{1}{g'(x)}\frac{d}{dx}f(x)
\]
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
\[
\frac{d}{dg}f(x)=\frac{\frac{d}{dx}f(x)}{\frac{d}{dx}g(x)}
\]
OpenStudy (anonymous):
\[
\frac{df}{dg} \frac{dg}{dx}= \frac{df}{dx}
\]
OpenStudy (anonymous):
\[
\frac{d}{d(5)}f(x)
\]
OpenStudy (anonymous):
\[
\frac{\ldots}{5-5}
\]
OpenStudy (anonymous):
\[
\lim_{x\to a}f(x)
\]
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
\[
\lim_{x-a\to 0}f(x-a)
\]
OpenStudy (anonymous):
\[
\lim ^0 [f(x-a)]
\]
OpenStudy (anonymous):
\(\color{blue}{\text{Originally Posted by}}\) @wio
\[
\lim ^0^+ [f(x-a)]
\]
\(\color{blue}{\text{End of Quote}}\)
OpenStudy (anonymous):
\[
|x|<\delta \implies |f(x-a)-L|<\epsilon
\]
OpenStudy (anonymous):
\[
g(x) = f(x-a)\\
|x|<\delta \implies |g(x)-L|<\epsilon
\]
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
\[
\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}
\]
OpenStudy (kainui):
\[\lim_{h \to 0} \int\limits_h^{x+h}\frac{f(x)}{h}dx = f'(x)\]
OpenStudy (anonymous):
\[
\frac{dg}{dx}
\]
OpenStudy (anonymous):
\[
d_xg
\]
OpenStudy (kainui):
\[\lim_{h \to 0} \int\limits_{f(x)}^{f(x+h)}\frac{dx}{h}=f'(x)\]
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
\[
\frac{df}{dx} \neq \frac{1}{\frac{dx}{df}}
\]
OpenStudy (anonymous):
\[
f(x) = y\\
x = f^{-1}(y)\\
1 = f^{-1}\ '(y) y'(x)\\
1=f^{-1}\ '(f(x))y'(x) \\
\frac{1}{f^{-1}\ '(f(x))} = y'(x)
\]
OpenStudy (anonymous):
\[
L_0
\]
OpenStudy (anonymous):
f(x,y)
OpenStudy (kainui):
\[XYf(x,y)\]
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
\[
\lim_{(x,y)\to (0,0)}f(x,y) \neq \lim_{x\to 0}\left(\lim_{y\to 0}f(x,y)\right)
\]
OpenStudy (anonymous):
\[
L
\]
OpenStudy (anonymous):
\[
K\ \lim_{\to 0}\\
S\lim_{\to \infty}
\]
OpenStudy (anonymous):
\[
\lim_{x\to 0^+}\frac 1x =+\infty
\]
OpenStudy (anonymous):
\(x-a\)
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
\[
|x-a| <\delta
\]
OpenStudy (anonymous):
\[
|x| = \sqrt{x^2}
\]
OpenStudy (anonymous):
\[
|z| = \sqrt{z\bar z }
\]
OpenStudy (anonymous):
\[
f(z)
\]
OpenStudy (anonymous):
\[
d(x,a)
\]
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
\[
d(x,a) <\delta \implies d(f(x),L) <\epsilon
\]
OpenStudy (anonymous):
\[
d(x,a)=|x-a|
\]
OpenStudy (anonymous):
\[
d((x,y),(a.b)) = |x-a|+|x-b|
\]
OpenStudy (anonymous):
\(\color{blue}{\text{Originally Posted by}}\) @wio
\[
d((x,y),(a.b)) = |x-a|+|y-b|
\]
\(\color{blue}{\text{End of Quote}}\)
OpenStudy (anonymous):
\[
=\sqrt{(x-a)^2+(y-b)^2}
\]
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
\[
\sqrt[n]{(x-a)^n+(y-b)^n}
\]
OpenStudy (anonymous):
\[
|z| = \sqrt{z\bar z}
\]
OpenStudy (anonymous):
\[
\sqrt{a^2+b^2}
\]
OpenStudy (anonymous):
\[
f(x,y)
\]
OpenStudy (anonymous):
\[
\omega = -1
\]
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
\[
-7 = 7\omega
\]
OpenStudy (anonymous):
\[
i^2 = \omega
\]
OpenStudy (anonymous):
\[
\sqrt[n]{x}
\]
OpenStudy (anonymous):
|dw:1416907853808:dw|
OpenStudy (anonymous):
\[
z^4 =1
\]
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
\[
z\in\{0,i,-1,-i\}
\]
OpenStudy (kainui):
\[\LARGE 16=2^4e^{i 2 \pi }\] \[\LARGE 16^{1/4}=2e^{i \pi/2 } = 2i\]
OpenStudy (kainui):
\[\LARGE (e^{ \pi /2})^1, (e^{ \pi /2})^2, (e^{ \pi /2})^3, (e^{ \pi /2})^4\]
OpenStudy (kainui):
\[\LARGE (e^{ \pi /2})^0, (e^{ \pi /2})^1, (e^{ \pi /2})^2, (e^{ \pi /2})^3\]
OpenStudy (anonymous):
\[
\omega^4 _1
\]\[
\omega_4^4
\]
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
\[
w_4^1 = w_4
\]
OpenStudy (anonymous):
\[
z^n =1
\] \[
z=\{i\in\mathbb N, i \leq n|\omega _n\}
\]
OpenStudy (kainui):
\[\Large \omega_n = e^{ i \frac{2\pi}{n}}\]
OpenStudy (anonymous):
\[
z^n = \alpha
\]