The derivative of a function is defined by $$ f^{\prime}(x)=\lim_{\Delta x \to 0}{\frac{f(x+\Delta x)-f(x)}{\Delta x}} $$ provided the limit exists. For example for $f(x)=\sin(x)$ we can prove that (see here) $$ f^{\prime}(x)=\lim_{\Delta x \to 0}{\frac{\sin(x+\Delta x)-\sin(x)}{\Delta x}}=\cos(x) $$ But for integration there are only a set of formulas that come from the above definition (i.e. with knowing the derivative of a function). Is there a general definition for integration like above definition (maybe an anti-limit!) that acts on a function directly?
Subscribe to:
Post Comments (Atom)
analysis - Injection, making bijection
I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...
-
Find all integer solutions of $2n \equiv 12 \bmod 19$ So I have re-arranged to: $2x-19y=12$ and by the extended Euclidean Algorithm, I get $...
-
Find the limit of the following-$$\lim\limits_{n \to \infty}\frac{2^{-n^2}}{\sum\limits_{k=n+1}^{\infty} 2^{-k^2}}$$ My work: We can see t...
-
I understand that a continued fraction of the form: $g(n_1,n_2,n_3,n_4,n_5,\ldots)= n_1 + \cfrac{1}{n_2 + \cfrac{1}{n_3 + \cfrac{1}{n_4 + \c...
No comments:
Post a Comment