Integral of floor(x)*(x)*ceiling(x) dx from 0 to 4

  Рет қаралды 11,311

Prime Newtons

Prime Newtons

Күн бұрын

Пікірлер: 41
@weo9473
@weo9473 9 ай бұрын
Nah bro you're obsessed with floor and ceiling functions
@NetheriteMinerMicrowavegang
@NetheriteMinerMicrowavegang 9 ай бұрын
I don't see the problem with that if it means he keeps putting out banger videos🔥🔥🔥
@Edsonrsmtm
@Edsonrsmtm 9 ай бұрын
Kk😂😂
@cadenpink316
@cadenpink316 9 ай бұрын
Me too
@treybell40501
@treybell40501 9 ай бұрын
It would lowkey b funny now if he drops a video about one each week now lol
@Nzargnalphabet
@Nzargnalphabet 9 ай бұрын
Why not though?
@Christian_Martel
@Christian_Martel 3 ай бұрын
7:50 For the purpose of generality, the index of the sum starts at k = 0 and goes to k = n - 1. The first term will be 0.
@JWheadset
@JWheadset Ай бұрын
We can actually further extend this to negative integers as well. In this case, the index of the sum starts at k = a and ends at k = b - 1, given that we integrate from x = a to x = b.
@NLGeebee
@NLGeebee 9 ай бұрын
7:22 classic maths teacher move 😂
@pedrogarcia8706
@pedrogarcia8706 9 ай бұрын
fantastic video! at 15:45 instead of leaving that middle fraction as 3/12 though you could have reduced it to 1/4
@m.h.6470
@m.h.6470 9 ай бұрын
yes, and then - with the correction at the end - all terms have the same denominator and can be combined to (k⁴ + 4k³ + 5k² + 2k)/4 or k/4 * (k³ + 4k² + 5k + 2)
@rainerzufall42
@rainerzufall42 9 ай бұрын
@@m.h.6470 Brilliant remark! Never stop looking for patterns! It's even more easy... ( (k(k+1))² + k(k+1)(2k+1) + k(k+1) ) / 4 = ( k * (k+1)²*k + (2k+1) * (k+1)k + 1 * (k+1)k ) / 4 = ( k * (k+1)²*k + (2k+2) * (k+1)k ) / 4 = ( k * (k+1)²*k + 2 * (k+1) * (k+1)k ) / 4 = ( (k+2) * (k+1)²k ) / 4 = k(k+1)(k+1)(k+2) / 4. With n = k + 1, the integral is I(n) = n²(n²-1)/4. For k = 3 => n = 4: int_0^n floor(x) * x * ceil(x) dx = n²(n²-1)/4 = 16 * 15 / 4 = 240 / 4 = 60. For n = 100: I(100) = 10.000 * 9.999 / 4 = 99.990.000 / 4 = 24.997.500 - Pretty easy, ey? No need for a calculator!
@rainerzufall42
@rainerzufall42 9 ай бұрын
Brilliant remark! Never stop looking for patterns! It's even more easy... ( (k(k+1))² + k(k+1)(2k+1) + k(k+1) ) / 4 = ( k * (k+1)²*k + (2k+1) * (k+1)k + 1 * (k+1)k ) / 4 = ( k * (k+1)²*k + (2k+2) * (k+1)k ) / 4 = ( k * (k+1)²*k + 2 * (k+1) * (k+1)k ) / 4 = ( (k+2) * (k+1)²k ) / 4 = k(k+1)(k+1)(k+2) / 4. With n = k + 1, the integral is I(n) = n²(n²-1)/4. For k = 3 => n = 4: int_0^n floor(x) * x * ceil(x) dx = n²(n²-1)/4 = 16 * 15 / 4 = 240 / 4 = 60. For n = 100: I(100) = 10.000 * 9.999 / 4 = 99.990.000 / 4 = 24.997.500 - Pretty easy, ey? No need for a calculator!
@rainerzufall42
@rainerzufall42 9 ай бұрын
My answer is invisible unless you change the sort order!
@doctorb9264
@doctorb9264 9 ай бұрын
Excellent problem and approach.
@davidhowe6905
@davidhowe6905 9 ай бұрын
You can simplify this further using formulae for sums of integers, squares and cubes, which simplifies nicely (using n as the upper integration limit i.e. n=4 in the example) giving (n^4 - n^2)/4 (I think this is right)
@kujmous
@kujmous 9 ай бұрын
Loved the approach of getting an answer and then getting a general form. This was right on the cusp of my abilities, and I appreciate it very much. Well done.
@dimsergeyev
@dimsergeyev 9 ай бұрын
I love that guy! Superb! Thank You a lot!
@rainerzufall42
@rainerzufall42 9 ай бұрын
Short calculation (see below!): I(n) = int_0^n floor(x) * x * ceil(x) dx = n² (n²-1) / 4. Makes things easier! n = 4: I(4) = 16 * 15 / 4 = 240 / 4 = 60.
@LearnLife17
@LearnLife17 9 ай бұрын
Just came across your channel watched 1 video and the way you explain is so great. Can you kindly recommend some great math books
@Mini_Wolf.
@Mini_Wolf. 9 ай бұрын
Hi, love your vids, at 12:00 when it was six times the first squares how would you go from there? would you add another summ?
@PrimeNewtons
@PrimeNewtons 9 ай бұрын
Yes. It becomes a sum of sums. I'll do a video soon.
@Mini_Wolf.
@Mini_Wolf. 9 ай бұрын
@@PrimeNewtons oh okay, ty, I'll be the first to watch it
@FernandoRamirez-sg9ll
@FernandoRamirez-sg9ll 9 ай бұрын
Good job! 👍
@MASHabibi-d2d
@MASHabibi-d2d 9 ай бұрын
Thanks, can you tell me what the formula of sum of sentences is for higher powers, for example k^5
@AbouTaim-Lille
@AbouTaim-Lille 9 ай бұрын
This is not a continuous function but it is integrable by Lebesgue. We can write x = t+n. Where 0
@spoopy1322
@spoopy1322 9 ай бұрын
Amazing and super interesting!❤ I'm wondering how you would go on to solve the indefinite integral of this function
@PrimeNewtons
@PrimeNewtons 9 ай бұрын
I don't know.
@carstenmeyer7786
@carstenmeyer7786 9 ай бұрын
@@PrimeNewtons You get a piece-wise quadratic: *n < x
@Dalroc
@Dalroc 9 ай бұрын
Interval 0->1: floor is 0, so whole integral is 0. Interval 1->2: floor is 1, ceiling is 2, so function becomes 2x and integral is x². Interval 2->3: floor is 2, ceiling is 3, so function is 6x and integral 3x². Interval 3->4: floor is 3, ceiling is 4, function is 12x, integral 6x². First integral: 0 Second integral: 2²-1² = 3 Third integral: 3(3²-2²) = 15 Fourth integral: 6(4²-3²) = 42 0+3+15+42 = 60 Answer is 60.
@vaibhavsrivastva1253
@vaibhavsrivastva1253 9 ай бұрын
It much simpler to just write floor(x) = {0 if 0
@vitotozzi1972
@vitotozzi1972 9 ай бұрын
Simply awesome!!
@tungyeeso3637
@tungyeeso3637 9 ай бұрын
When there's 100 terms, we have to do 100 different additions. Is there an easy way out? The tedious addition is going to kill anybody. 😅
@oshintimothy6042
@oshintimothy6042 9 ай бұрын
Archsin((8x)/(16+x²))dx please help me solve
@vanouper
@vanouper 9 ай бұрын
Thumbnail: Integral of floor(x) xceiling(x) dx from 0 to 4 Title: Integral of floor(x) xceiling(x) dx from 0 to 3 Just wanted to let you know.
@nooooo3932
@nooooo3932 9 ай бұрын
the title says that the integral is from 0 to 3 but the thumbnail says that the integral is from 0 to 4...
@m.h.6470
@m.h.6470 9 ай бұрын
Solution: ₀∫⁴ ⌊x⌋x⌈x⌉ dx Just by looking at the boundaries, we can move the boundaries from "0 to 4" to "1 to 4", as absolutely nothing happens between 0 and 1, as ⌊x⌋ = 0. For 1 ≤ x < 2, we have the equation 1 * x * 2 = 2x. For 2 ≤ x < 3, we have the equation 2 * x * 3 = 6x. For 3 ≤ x < 4 we have the equation 3 * x * 4 = 12x. So we have: ₀∫⁴ ⌊x⌋x⌈x⌉ dx = ₁∫² 2x dx + ₂∫³ 6x dx + ₃∫⁴ 12x dx = [x²]₁² + [3x²]₂³ + [6x²]₃⁴ = 2² - 1² + 3*3² - 3*2² + 6*4² - 6*3² = 4 - 1 + 27 - 12 + 96 - 54 = 3 + 15 + 42 = 60
@mscha
@mscha 9 ай бұрын
You really shouldn't have re-used 𝑘 like that, that's confusing. Better to use 𝑛. By the way, if you clean this up further, you end up with a pretty nice formula: 𝑛²(n²-1)/4 (where 𝑛 ∈ ℕ is the top of the integral, e.g. 4 in this case).
Integral ( x^5 e^x^4 dx from 0 to infinity
11:51
Prime Newtons
Рет қаралды 8 М.
Verify by integration that the perimeter of a  circle is 2 (pi) r
16:30
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
Ceiling over floor plus 2x = 8
14:26
Prime Newtons
Рет қаралды 9 М.
Integrate 1/(1+x^3)
24:56
Prime Newtons
Рет қаралды 103 М.
if x+y=8, find the max of x^y (Lambert W function)
12:59
blackpenredpen
Рет қаралды 766 М.
Integrate x^-x dx
20:37
Prime Newtons
Рет қаралды 143 М.
How to Solve An Easy Floor Value Equation
4:59
SyberMath Shorts
Рет қаралды 1,6 М.
integral of sqrt of tanx
25:46
Prime Newtons
Рет қаралды 40 М.
7 Outside The Box Puzzles
12:16
MindYourDecisions
Рет қаралды 341 М.
An interesting integral with the floor function.
12:10
Michael Penn
Рет қаралды 89 М.
Extending the Harmonic Numbers to the Reals
15:17
Lines That Connect
Рет қаралды 350 М.
MIT Integration Bee: How to Handle the Floor Function Like a Pro!
11:16