6.9
많은 실용적·이론적 상황에서 정적분의 정확한 값을 구하는 것이 어려운 경우가 있습니다. 이러한 한계는 일반적으로 함수의 원시함수를 알 수 없거나, 원시함수가 닫힌 형태의 수학적 식으로 표현될 수 없을 때 발생합니다. 또한 함수가 명시적인 식이 아니라 실험 등을 통해 수…
근사 적분은 정분의 정확한 값을 계산할 수 없을 때 사용됩니다.
이는 일반적으로 두 가지 주요 경우에서 발생한다: 함수의 반미분이 알려지지 않았거나 닫힌 형태로 존재하지 않을 때, 그리고 함수가 연속 공식이 아닌 실험에서 나온 이산적 점 집합과 같은 경험적 데이터로 구성되어 있을 때이다.
이러한 상황에서는 정분을 리만 합을 사용하여 추정하며, 이 합은 구간을 너비 Δx의 n개의 동일한 부분구간으로 나눈다.
각 부분구간에 대해 함수의 값이 해당 부분 구간 내 특정 지점에서 정의되는 직사각형이 생성됩니다.
왼쪽 끝점 근사 Ln에서는 각 직사각형의 높이가 왼쪽 끝에 있는 함수의 값에 의해 정해집니다.
함수가 증가한다면, 이 방법은 면적을 과소평가합니다; 함수가 감소한다면, 과대평가됩니다.
오른쪽 종점 근사 Rn은 각 부분 구간의 오른쪽 끝을 사용합니다. 이 방법은 함수가 증가할 경우 면적을 과대평가하고, 그 반대도 마찬가지입니다.
이 방법들은 기본적인 기하학—직사각형 면적을 더하는 것—을 사용하여 복소하거나 알려지지 않은 함수의 적분을 추정합니다.
View the full transcript and gain access to JoVE Core videos
Q1: When is approximate integration necessary in calculus?
Approximate integration is needed when the exact value of a definite integral cannot be calculated. This occurs when a function's antiderivative is unknown or cannot be expressed in closed form, or when the function is defined by empirical data points from experiments rather than a continuous formula. Numerical methods then provide the only practical solution.
Q2: How do Riemann sums estimate the area under a curve?
Riemann sums divide the integration interval into n equal subintervals of width Δx. For each subinterval, a rectangle is constructed with height determined by the function's value at a selected point. Adding the areas of all rectangles produces a numerical approximation of the definite integral, using basic geometry to estimate integrals of complex or unknown functions.
Q3: What is the difference between left and right endpoint approximations?
In left endpoint approximation, each rectangle's height is set by the function value at the left end of the subinterval. For increasing functions, this underestimates area; for decreasing functions, it overestimates. Right endpoint approximation uses the right end, producing opposite results: overestimation for increasing functions and underestimation for decreasing ones.
Q4: Why does left endpoint approximation underestimate increasing functions?
For an increasing function, the value at the left end of each subinterval is lower than values elsewhere in that subinterval. Using this smaller value as the rectangle height creates rectangles that do not fully capture the area beneath the curve, resulting in systematic underestimation of the total integral.
Q5: How do empirical data points affect integration methods?
When a function is defined by discrete experimental data points rather than a continuous formula, traditional symbolic integration is impossible. Approximate integration techniques like Riemann sums become essential, allowing scientists and engineers to estimate definite integrals from finite measurements collected during experiments or observations.
Q6: What role does subinterval width play in Riemann sum accuracy?
The width Δx of each subinterval directly affects approximation accuracy. Smaller subintervals create more rectangles, allowing finer resolution of the curve's behavior and generally producing more accurate estimates. As the number of subintervals increases and Δx decreases, the Riemann sum approximation converges toward the true value of the definite integral.
Q7: Why are approximate integration techniques valuable in scientific applications?
Approximate integration techniques are foundational tools in numerical analysis, especially valuable when integrals must be evaluated from discrete measurements or for functions too complex for symbolic integration. They enable practical solutions in engineering and scientific contexts where exact analytical methods are infeasible or impossible.