4.3
폐구간에서 정의된 실숫값을 갖는 함수를 고려합니다. 미적분학의 기본적인 목표 중 하나는 이러한 함수의 그래프 아래에 있는 면적을 구하는 것입니다. 정확한 계산이 즉시 가능하지 않은 경우에는 해당 구간을 유한개의 동일한 부분구간으로 나누어 면적을 근사할 수 있습니다. 각…
닫힌 구간 위의 함수를 생각해 봅시다. 곡선 아래 면적을 근사하기 위해 구간을 같은 부분 구간으로 나누어 같은 너비의 직사각형을 만듭니다.
하위 구간 내에서 임의의 점을 선택하고 그 함수 값을 사각형의 높이로 사용합니다. 높이에 너비를 곱하면 그 직사각형의 면적이 됩니다. 곡선 아래의 총 면적은 모든 직사각형의 면적을 합하여 근사하며, 이를 리만 합이라고 합니다.
주어진 구간에서의 함수의 정적분은 부분구간 수가 무한대에 가까워지고 각 직사각형의 폭이 무한히 작아질 때 리만 합의 극한으로 정의된다. 이 극한이 존재한다면 말이다.
예를 들어, 속도가 변하는 자동차를 생각해 봅시다. 총 이동 시간을 같은 시간 간격으로 나누세요.
각 구간에서 임의의 시간 지점을 선택하고 해당 속도를 취합니다. 속도를 구간 너비로 곱해서 이동한 거리를 추정합니다.
이 합들은 리만 합을 이루며, 이 예시에서 곡선 아래 면적은 자동차가 이동한 거리로 물리적으로 해석됩니다. 속도가 양수로 유지될 때, 전체 거리는 한계 내에서 속도 함수를 적분하여 구합니다.
View the full transcript and gain access to JoVE Core videos
Q1: How does dividing an interval into subintervals help approximate area under a curve?
Dividing a closed interval into equal subintervals creates rectangles with uniform width. By selecting an arbitrary point within each subinterval and using the function value there as the rectangle's height, you can calculate each rectangle's area by multiplying height by width. Summing all rectangle areas produces a Riemann sum, which approximates the total area under the curve.
Q2: What is the relationship between Riemann sums and definite integrals?
A definite integral is defined as the limit of Riemann sums as the number of subintervals approaches infinity and each rectangle's width becomes infinitesimally small. This limiting process refines the approximation into an exact value representing the area under the curve over a specified interval, provided the limit exists.
Q3: How can you use integration to find the distance traveled by a moving object?
When a car travels with varying velocity, divide the total travel time into equal intervals and estimate distance in each interval by multiplying velocity at a chosen moment by the interval width. Summing these distances creates a Riemann sum. When velocity remains positive, integrating the velocity function over the time interval yields the exact total distance traveled.
Q4: Why does accuracy improve when you increase the number of subintervals?
As the number of subintervals increases, their widths decrease, making each rectangle's height more representative of the function's actual behavior over that interval. This finer partition reflects the curve's shape more closely, reducing the gap between the approximation and the true area, thereby improving accuracy.
Q5: What does it mean for a rectangle's height to be determined by an arbitrary point within a subinterval?
Within each subinterval, you can choose any point and evaluate the function at that location. The resulting function value becomes the rectangle's height for that subinterval. This flexibility in point selection is fundamental to constructing Riemann sums and demonstrates how different choices can yield different approximations of the area.
Q6: How does the definite integral represent a limit process?
The definite integral emerges when the partition of an interval becomes infinitely fine. As the number of rectangles grows without bound and each rectangle's width approaches zero, the Riemann sum converges to a limiting value. This limiting value represents the exact area under the curve and defines the definite integral.
Q7: What physical interpretation does the area under a velocity curve represent?
The area under a velocity-time curve represents the total distance traveled during that time interval. When velocity remains positive throughout, integrating the velocity function over the specified time limits yields the exact distance covered. This connection between integration and motion demonstrates how calculus models real-world phenomena.