dE_logics
- 742
- 0
Within specified limits, the area under the curve of an equation and the submission of all values on that curve will be different right?...just confirming.
dE_logics said:So this will be 5+5.1+5.2+5.3......10.5+10.6+10.7+10.8+10.9+11
This won't give an accurate result...the intervals at which the addition should occur should be infinity small to give 100% accuracy.
No, it wouldn't. That is the sum of x-values, not f(x) and it is done with a "step" of 0.1. You had said nothing about a particular step interval before.dE_logics said:aaa...thanks for notifying me about that.
Take a function y = x (simplest possible)
Suppose I want summation of f(x) (or y) from limits 5 - 11 on x.
So this will be 5+5.1+5.2+5.3......10.5+10.6+10.7+10.8+10.9+11
The Riemann sum, of f(x) with a step of 0.1, between 5 and 11 would be (f(5)+ f(5.1)+ ...+ f(10.9))(0.1). Is that what you are asking about?This won't give an accurate result...the intervals at which the addition should occur should be infinity small to give 100% accuracy.
So what I mean to say is when we integrate a function, this summation is not the result right? The summation will be the result in cause of line integral right?