Why defined integral is figure area?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
player1_1_1
Messages
112
Reaction score
0

Homework Statement


Why figure area is defined as defined integral? i have signature
[tex]P=\int\limits^b_af^{\prime}(x)\mbox{d}x=f(b)-f(a)[/tex]
what is a prove of this signature? I have other signature:
[tex]P=\lim_{n\to\infty}\sum\limits^n_1\left(x_{i+1}-x_i\right)f\left(x_i\right)[/tex]
how it can be proved that these signatures are equivalent? why can't I define figure area under [tex]f(x)[/tex] in a and b limits as ex. [tex]P=f^{\prime}(b)-f^{\prime}(a)[/tex]?
 
Physics news on Phys.org
player1_1_1 said:

Homework Statement


Why figure area is defined as defined integral? i have signature
[tex]P=\int\limits^b_af^{\prime}(x)\mbox{d}x=f(b)-f(a)[/tex]
what is a prove of this signature? I have other signature:
[tex]P=\lim_{n\to\infty}\sum\limits^n_1\left(x_{i+1}-x_i\right)f\left(x_i\right)[/tex]
how it can be proved that these signatures are equivalent? why can't I define figure area under [tex]f(x)[/tex] in a and b limits as ex. [tex]P=f^{\prime}(b)-f^{\prime}(a)[/tex]?
Because it would give the wrong answer? I have no idea why you would think the area would be equal to f'(b_- f'(a)! Suppose f is a constant function: f(x)= h for all x. f'(x)= 0 for all x so your "[itex]P= f'(b)- f'(a)= 0[/itex]. But the area under the graph, from x= a to x= b, would be a rectangle with height h and width b-a: h(b-a) is not 0.
On the other hand, the integral of the constant function, f(x)= h is [itex]\int h dx= hx. That, evaluated from a to be is hb- ha)= h(b-a). <br /> <br /> the complete explanation of why the integral is equal to the area is the proof of the "Fundamental theorem of Calculus" (part 1) which is rather complicated but given in any Calculus text. Basically, the idea is to partition the region under the curve into rectangles. You could, for example, divide the x-axis from a to b into "n" equal length regions, then construct rectangles having as height, say, the <b>lowest</b> value of f(x) in each region. The resulting rectangles will cover an area that is clearly <b>beneath</b> the curve and so has area <b>less</b> than the actual area under the curve. Now do the same thing except use the <b>largest</b> value of f(x) in each region. Those rectangles will will extend <b>above</b> the curve and so have area <b>more</b> than the actual area of the region.<br /> <br /> That is, the actual area lies <b>between</b> the two sums. Now take the limit as n goes to infinity. If the two sums have a limit and the limit is the same (and if that is NOT true, the integral does not exist and the formula you give is NOT true), then, since the true area is always between the two sums, it must be equal to the joint value- the integral.<br /> <br /> By the way, the correct English word is "formula", not "signature".[/itex]
 
thanks friend, I going to think about this;]