0

We can use limits to differentiate a function using differentiation from first principles

$\lim_{h\to 0} \frac{f(x+h)-f(x)}{h}$

But can we set an equality like

$\lim_{h\to 0} \frac{f(x+h)-f(x)}{h}$ = ${x}$

$\ f(x)=\frac{x^2}{2}$

To integrate a function?

Or using other method without those integration rules for example

$\int{x} dx = \frac{x^2}{2}$

$\int{e^x} dx = e^x $

etc

Just like differentiation from first principles

Do we have similar things in integration?

thank you so much!!

  • 2
    I don't understand the question, also some of the "facts" are wrong. – Yanko Aug 06 '17 at 19:51
  • A very surprising way to compute some integrals are by using Cauchy integral formula, see https://en.wikipedia.org/wiki/Cauchy%27s_integral_formula . This can also be useful to compute some improper real integrals. – Mundron Schmidt Aug 06 '17 at 19:54
  • I think you are asking about the fundamental theorem of calculus: https://math.stackexchange.com/questions/2226732/proof-that-the-area-under-a-curve-is-the-definite-integral-without-the-fundamen/2226894#2226894 – Ethan Bolker Aug 06 '17 at 20:12

2 Answers2

3

I believe you are asking if integration can be defined in a way other than setting an identity (e.g., with a limit like differentiation). This is how the Riemann integral is defined. The integral is taken as the limit of a Riemann sum:

Riemann integral

$$\begin{align} \int_a^b f(x) \, dx &= \lim_{n\to\infty}\sum_{i=1}^{n}h \cdot w \\ &= \lim_{n\to\infty}\sum_{i=1}^{n} f\left(a+iw\right) \cdot \frac{b-a}{n} \\ &= \lim_{n\to\infty}\sum_{i=1}^{n} f\left(a+i\frac{b-a}{n}\right) \cdot \frac{b-a}{n} \\ \end{align}$$

If you are an introductory calculus student, this is the type of definite integration that you use. The identities from indefinite integration come from the understanding that determining an antiderivative and evaluating it between two points yields the same value as the limiting process.

As you enter higher levels of math, Riemann integration fails or simply makes no sense. This is when other forms of integration—such as Lebesgue integration, which might be the easiest for you to grasp—must come into play.

0

Concrete example where the Riemann integral can be calculated as limit of a sum: the function $x\mapsto x^k$, $k\in\Bbb N$. You can prove easily that $$1^k + 2^k + \cdots + n^k = \frac{n^{k+1}}{k+1} + O(n^k),$$ and from this that $$\int x^k\,dx = \frac{x^{k+1}}{k+1} + C.$$