All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Just Math > Calculus
One, Two, Three, Floor Integral #3 (Posted on 2024-09-26) Difficulty: 3 of 5
For any integer n greater than 1, evaluate this definite integral:
n
∫ ⌊x⌋*x2*{x3} dx
0
Note: ⌊x⌋ is defined as the floor of x, which is equal to the greatest integer less than or equal to x, and:
{x} = x - ⌊x⌋

No Solution Yet Submitted by K Sengupta    
No Rating

Comments: ( Back to comment list | You must be logged in to post comments.)
soln | Comment 1 of 2
We divide the integral into n separate integrals using limits:
(0,1) (1,2) ... (n-1,n). Then we sum the results. x indicates floor(x)

int( x x^2 (x-x)^3 dx, x=0 to n

= sum [ int i x^2 (x-i)^3 dx, x=i to i+1], i= 0 to n-1

= sum [(1/60) (15 i^3 + 24 i^2 + 10 i)], i=0 to n-1  

= (1/240) (15 n^4 + 2 n^3 -13 n^2 - 4 n)

Edited on September 27, 2024, 9:47 am
  Posted by Steven Lord on 2024-09-27 06:28:15

Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (16)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information