Elementary Integration - First Principles?

SigmaScheme
Messages
4
Reaction score
0
Is there an first-principles equation for integration that can be explicitly solved like that for differentiation? - I'm trying to understand Integration intuitively. Thanks heaps.

I've tried to piece together one but can't quite solve it (for simple functions like f = x). Things cancel and disappear and I get obviously wrong results.\int^{x_{2}}_{x_{1}}F(x)dx=lim_{n\rightarrow\infty}\sum^{n}_{i=0}F(x_{1} + i\Deltax)\Deltax in which \Deltax=\frac{x_{2}-x_{1}}{n}

I want to know how integration was derived and how it works, like I do with differentiation and limits.

Thanks for reading my post.
 
Last edited:
Physics news on Phys.org
SigmaScheme said:
Is there an first-principles equation for integration that can be explicitly solved like that for differentiation? - I'm trying to understand Integration intuitively. Thanks heaps.

I've tried to piece together one but can't quite solve it (for simple functions like f = x). Things cancel and disappear and I get obviously wrong results.


\int^{x_{2}}_{x_{1}}F(x)dx=lim_{n\rightarrow\infty}\sum^{n}_{i=0}F(x_{1} + i\Deltax)\Deltax in which \Deltax=\frac{x_{2}-x_{1}}{n}

I want to know how integration was derived and how it works, like I do with differentiation and limits.

Thanks for reading my post.

Your topic needs too much reading/writing for a response in this forum. I suggest you DO some reading on the subject. There are numerous books available, and lots of material available on-line. One free article that seems to deal exactly with your issues is in http://www.maths.uq.edu.au/~jab/qamttalkmay2002.pdf , which was written for beginning students. Make sure you read the _whole_ thing; don't just look at page 1 and say "that is not what I need".

RGV
 
SigmaScheme said:
Is there an first-principles equation for integration that can be explicitly solved like that for differentiation? - I'm trying to understand Integration intuitively. Thanks heaps.

I've tried to piece together one but can't quite solve it (for simple functions like f = x). Things cancel and disappear and I get obviously wrong results.\int^{x_{2}}_{x_{1}}F(x)dx=lim_{n\rightarrow\infty}\sum^{n}_{i=0}F(x_{1} + i\Deltax)\Deltax in which \Deltax=\frac{x_{2}-x_{1}}{n}

I want to know how integration was derived and how it works, like I do with differentiation and limits.

Thanks for reading my post.

You seem to have seen Riemann sums, but this is the basic theory.

http://en.wikipedia.org/wiki/Riemann_integral

The computation of the limit of the Riemann sums is not always straightforward or easy.

It's very instructive to work out the Riemann integral of

\int^{1}_{0}x^2\ dx

from first principles. You'll see when you do it that it's related to a well-known formula from discrete mathematics.

Then try \int^{1}_{0}x^3\ dx

and see how far you can generalize the pattern.

Doing these by hand directly from the definition of the Riemann integral is an extremely edifying and also entertaining exercise. There's actually a mathematical punchline in there ... a little discovery that's the payoff for doing this by hand.
 
Thanks!
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top