Traditional integration of X^3

  • Thread starter Thread starter axe34
  • Start date Start date
  • Tags Tags
    Integration
Click For Summary
SUMMARY

The integral of x^3 from limits a to b is definitively calculated as (b^4)/4 - (a^4)/4 using the traditional Riemann sum approach. The method involves dividing the area under the curve into n rectangles, where the width of each rectangle is (b-a)/n. The x-coordinate for each rectangle is determined by a + (k-1) * ((b-a)/n). To find the integral, one must sum the areas of these rectangles and take the limit as n approaches infinity, ultimately leading to the evaluation of the definite integral as F(b) - F(a), where F(c) = ∫0^c x^3 dx.

PREREQUISITES
  • Understanding of Riemann sums
  • Familiarity with polynomial functions
  • Knowledge of limits in calculus
  • Ability to perform summations, specifically ∑n^3
NEXT STEPS
  • Study the derivation of Riemann sums for polynomial functions
  • Learn how to compute definite integrals using the Fundamental Theorem of Calculus
  • Explore the properties of polynomial integrals, particularly for cubic functions
  • Investigate techniques for summing powers of integers, such as Faulhaber's formula
USEFUL FOR

Students of calculus, mathematics educators, and anyone seeking to understand the integration of polynomial functions using traditional methods.

axe34
Messages
38
Reaction score
0
Hi,

I'm trying to prove that the integral of x^3 (x cubed) between the limits of a (lower limit) and b (upper limit) is:

(b^4)/4 - (a^4)/4


I'm using the traditional method of dividing the area into n rectangles (where n tends to infinity). Hence the width of 1 rectangle is (b-a)/n

The x coordinate (left side of each thin rectangle) of any rectangle is: a + (k-1) * ((b-a)/n)


I can prove other integrations using this 'traditional' approach but cannot get the correct answer here.


Does anyone have a link to the proof or can provide it?


Thanks. This is driving me mad.
 
Physics news on Phys.org
Maybe you could post your calculation that gave you the wrong answer.
 
So you divide the area into N rectangles width ##\Delta x : N\Delta x = b-a##
The area of the nth rectangle is ##A_n=(x_n)^3\Delta x:x_n=a+n\Delta x##

The area between a and b is the sum:$$A=\frac{b-a}{N}\sum_{n=0}^N \left(a+n\frac{b-a}{N}\right)^3 $$ ... expand the cubic and sum each term separately.
Then take the limit as ##N\to\infty##

This what you tried?
Where did you get stuck?

Or just google for "riemann sum for x^3" ;)
 
axe34 said:
Hi,

I'm trying to prove that the integral of x^3 (x cubed) between the limits of a (lower limit) and b (upper limit) is:

(b^4)/4 - (a^4)/4


I'm using the traditional method of dividing the area into n rectangles (where n tends to infinity). Hence the width of 1 rectangle is (b-a)/n

The x coordinate (left side of each thin rectangle) of any rectangle is: a + (k-1) * ((b-a)/n)


I can prove other integrations using this 'traditional' approach but cannot get the correct answer here.


Does anyone have a link to the proof or can provide it?


Thanks. This is driving me mad.

It is probably a lot less messy to first get ##F(c) =\int_0^c x^3 \, dx## using the traditional approach, then getting your answer as ##F(b) - F(a)## (assuming ##0 < a < b##). To get ##F(c)## you just need to perform summations of the form ##\sum_{n=1}^N n^3##.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 21 ·
Replies
21
Views
3K
Replies
24
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
3
Views
2K
Replies
5
Views
2K