Integral as area under the curve.

  • Context: Undergrad 
  • Thread starter Thread starter misogynisticfeminist
  • Start date Start date
  • Tags Tags
    Area Curve Integral
Click For Summary

Discussion Overview

The discussion revolves around understanding the relationship between Riemann sums and integrals, specifically how the integral represents the area under a curve. Participants explore definitions, properties, and connections between these concepts, with a focus on proving the equality of Riemann sums and integrals in a general sense.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant expresses uncertainty about how to prove that the integral is the area under the curve, despite understanding the limit of Riemann sums.
  • Another participant states that the area under a graph is defined as the Riemann sum/integral, prompting questions about the proof of this definition.
  • Discussion includes the properties of area that should be satisfied by the limit of Riemann sums, such as the relationship between subsets and unions of areas.
  • Some participants suggest that the limit of Riemann sums can be shown to converge to the area under the curve, referencing the "pinching theorem."
  • There is a focus on connecting Riemann sums to the Fundamental Theorem of Calculus, particularly how the Riemann sum relates to the difference of the anti-derivative evaluated at the endpoints.
  • One participant describes the process of how terms in the Riemann sum cancel out, leading to the conclusion that the integral simplifies to the difference of the anti-derivative values.
  • Another participant emphasizes the need for a clear understanding of the definitions involved, particularly distinguishing between integrals and anti-derivatives.
  • Some participants express a desire for a more intuitive understanding of why summing function values leads to an integral.

Areas of Agreement / Disagreement

Participants exhibit a mix of agreement on the definitions and properties of Riemann sums and integrals, but there remains disagreement and uncertainty regarding the proofs and connections between these concepts. The discussion does not reach a consensus on how to prove the equality of Riemann sums and integrals in a general sense.

Contextual Notes

Limitations include the reliance on specific definitions of integrals and Riemann sums, as well as the unresolved nature of the proofs being discussed. The discussion also highlights the need for clarity in terminology, particularly regarding the distinction between integrals and anti-derivatives.

misogynisticfeminist
Messages
370
Reaction score
0
For showing how the integral is the area under the curve, i know how to drive the relation [tex]\lim_{x_k\rightarrow 0} \sum_{k=1}^\infty f(x_k)dx_k[/tex]. But i don't know how this is the integral itself. I know that i can try specific examples, use the sum, take a finite interval and show that it is approximately similar to its integral. But is there anyway to prove it generally? Thanks a lot.
 
Physics news on Phys.org
The area under the graph of a function is defined as the Riemann sum/integral.
 
Galileo said:
The area under the graph of a function is defined as the Riemann sum/integral.

hmmm, defined? is there no way to prove it then?

How do i show that the Riemann sum is equal to the Riemann integral?
 
How is a (Riemann) integral defined in your book? Isn't it just the limit of a Riemann sum?
 
What can be done is show that the limit of the Riemann sums has the properties we want from "area". Those properties are (1) if U is a subset of V then the area of U is less than or equal to the area of V, (2) if U and V do not overlap or overlap only on their boundaries, then area of U union V equal area of U plus area of V, (3) the area of a rectangle with length l and width w is lw.

Given f(x) such that graph of y= f(x) is always above the x-axis for x between a and b, partition the x-axis between a and b into n intervals. In each (closed) interval, define x* to be the value of x that makes f(x*) smallest in that interval (f continuous is sufficient for that to exist-though not necessary) and define x* to be the value of x that makes f(x*) largest in that interval.
It's clear that the Riemann sum, using the x* values, is the area of the "outer" rectangles, that the Riemann sum, using the x* values, is the area of the "inner" rectangles and that the area under the curve lies between them.
If the limits, as n goes to infinity, are the same (that is, if f is Riemann integrable) by the "pinching theorem", the common value must be the area under the curve.

I'm wondering if misogynistic feminist was asking about showing that that is the difference F(b)- F(a) where F is the anti-derivative of f. That's different from talking about Riemann sums.
 
hmmm yeah, my question was actually how the Riemann sum equals to F(b)-F(a). Because i want to show that the integral is a sum, and connect it to the Riemann sum. So far, these things are disparate pieces to me. Sorry for being vague...
 
Recall that the Reimann Sum is a sum of individual strips of height f(x) and width delta x. The Reimann integral's definition using the Riemann sum is

[tex]\lim_{\Delta x \rightarrow 0} \sum_{k=1}^\infty f(x_k)\Delta x[/tex]

as you showed, but in that expression, the [itex]\Delta x_k [/tex] term as you may recall represents the small change (dx) in the x parameter, or translates algebraically to<br /> <br /> [tex]\Delta x_k = x_n - x_{n-1}[/tex] for a strip of x-width 'n' . If you substitute that into the Reimann expression, <br /> <br /> [tex]\lim_{x_k\rightarrow 0} \sum_{k=1}^\infty f(x_k)\left( x_k - x_{k-1}\right)[/tex]<br /> <br /> Lets spit out the first few terms of the reimann sum: <br /> <br /> [tex]\sum_{k=1}^\infty f(x_i)\left( x_k - x_{k-1}\right) = (f(x_i)x_1 - f(x_i)x_0) + (f(x_i)x_2 - f(x_i)x_1) + (f(x_i)x_3 - f(x_i)x_2) \ ...[/tex]<br /> <br /> What do you notice about the terms? Note in the first term, you have added f(x)x_1 but then for the second term you have subtracted it. In the second term you add f(x)x_2 but in the third term you subtract it. The only terms that don't get subtracted are the very first term, f(x)x_a, and the very last term, f(x)x_b. Its from this effect that the reimann integral simplifies to F(b) - F(a). <br /> <br /> <br /> This is off the top of my head, and I'm sure its got a mistake or two (or six hundred) so please correct me if I'm wrong.[/itex]
 
hey ! I'm somewhat getting the picture. I can see that grouping the pluses and minuses together, i get something like [tex]f(x_i)x_1 +f (x_1)x_2 +...- f(x_i)x_0-f (x_i)x_1-...[/tex] And this suggests [tex]F(b)-F(a)[/tex]. But right now, all i see are sums and not integrals. I can't really see how [tex]f(x_i)x_1 +f (x_1)x_2 +...=F(b)[/tex]. Sorry if I'm a little persistent, but i can't seem to make any connection here.
 
No, I totally understand if my description isn't adequate to quench your thirst, but I think I should leave it to a mathematician to give you the full description just in case I made an error, we wouldn't want to build on faulty grounds.

edit (very rough cliffnotes): As you add more strips, the width of the strips decrease, taking the limit to infinity of the number of strips, the width of each strip approaches zero. This is where the sum turns into the integral. since were taking the sum of an (approaching) infinite amount of strips but each strip kinda subtracts the strip before it (like we just saw), and what you end up with are the anti derivative's value at B minus the one at A.

sorry these notes suck.
 
Last edited:
  • #10
misogynisticfeminist said:
hmmm yeah, my question was actually how the Riemann sum equals to F(b)-F(a). Because i want to show that the integral is a sum, and connect it to the Riemann sum. So far, these things are disparate pieces to me. Sorry for being vague...

And F(x) is the anti-derivative of f(x). Yes, that's what I said before that I thought you meant.

You are using the word "integral" to mean anti-derivative and think that's a bit confusing in this context. As I said before, you can show that the area is the limit of the Riemann sums (not the Riemann sums themselves.

Now, given f(x) positive for x> a and DEFINE F(t) to be "the area bounded by the graph of y= f(x), y= 0, x= a and x= t.

Then, for any h (small enough that t-h is still larger than a), F(t+h) is the area bounded by the graph of y= f(x), y= 0, x= a, and x= t+h. (You might want to do the cases h>0, h< 0 separately.)

F(t+h)- F(t)= area bounded by the graph of y= f(x), y= 0, x= t, and x= t+h.

Taking x* to be the value of x in [t,t+h] such that f(x* is maximum and x* to be the value such that f(x*) is minimum. Then that area lies between f(x*)h and f(x*)h. That is, f(x*)h< F(t+h)- F(t)< f(x*)h so f(x*)< (F(t+h)- F(t))/h< f(x*). Of course, these x* and x*depend upon h but it is easy to see that, as h-> 0 x* and x*, trapped between t and t+h, both converge to t so that
lim(h->0) (F(t+h)-F(t))/h= dF/dt= f(t).

That is, f is the derivative of this area function and so the area function is an anti-derivative of f. "An" anti-derivative because the choice of a is arbitrary.
 
Last edited by a moderator:
  • #11
misogynisticfeminist said:
hey ! I'm somewhat getting the picture... I can't really see how [tex]f(x_i)x_1 +f (x_1)x_2 +...=F(b)[/tex]. Sorry if I'm a little persistent, but i can't seem to make any connection here.

Misogynist + Feminist = 0 ?

In your question I don't hear that you need a proof of the fundamental Theorem of Calculus. Right? Instead, I hear you asking the intuitive: What would have prepared us intuitively to know that summing up a bunch of f()s would get us a single F()?

If that is your question, following is my answer (I am going to answer you in English, but I suggest that you might want to sit and ponder it for a while):

In that sum you gave, what you are doing is adding up a bunch of n-dimensional objects and getting a single n+1 dimensional object! It's like stacking a bunch of squares (2-D) to get a pyramid (3-D) -- where the squares are getting bigger and bigger.

The f() function is the n-dimensional object, and F() is the next higher dimension. One single F() object will hold, contain, consist-of a bunch of f() layers -- when you sum all the f()'s, you are building an F().

This is the "why" to your question, and it is really quite intuitive once grasped. If you need more, I can say it a different way. Then again, I may not have addressed your Q at all.


Steve Rives
 
Last edited:

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 24 ·
Replies
24
Views
4K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K