Smooth Interpolation Function in One Dimension | Smooth Interpolation Function E1

  Рет қаралды 275,930

EpsilonDelta

EpsilonDelta

Күн бұрын

Пікірлер: 387
@pedrokrause7553
@pedrokrause7553 2 жыл бұрын
Is there a name for this kind of interpolation so that I can search more about?
@EpsilonDeltaMain
@EpsilonDeltaMain 2 жыл бұрын
I wish a name was given for the process but I do not know. In practice, matching boundaries up to certain order of derivatives is used all the time in numerical analysis (e.g. Hermite Polynomials) which are practical, but to require infinite differentiability in a closed formula is something you may or may not see in a course in smooth manifolds/functional analysis which are graduate level subjects, and thats why I thought it was appropriate to cover it since it is not very accessible at an elementary level in context. But if I were to give the closest concept for this kind of "filling in the middle smoothly" process with a known name, I would say searching Smooth Urysohn's Lemma would get you most relevant results. My next video in the series is going to cover that topic
@pedrokrause7553
@pedrokrause7553 2 жыл бұрын
@@EpsilonDeltaMain I see! Thank you for your quick response. Another thing I would like to ask is: are there different solutions, that is, solutions other than taking e^(-1/x) ? If not, wouldn't it mean that the limit of Hermite polynomials when their degrees tend to infinity converges to the found solution? In the video, you said that using an infinite series would result in the Taylor series, but isn't this different from doing the previous limit? Because with limits you get what the polynomial approaches when it goes to infinity, not what it is at infinity.
@EpsilonDeltaMain
@EpsilonDeltaMain 2 жыл бұрын
@@pedrokrause7553 Very good questions. I like your questions and it adds so much value to some missing details in the video, so I pinned it if you don't mind 1. It doesn't have to be e^(-1/x). as long as the f in the f(-1/x) decays asymptotically a lot faster than -1/x shoots off to infinity as x -> 0+. For example f(x) = 5^(-x^2) will do it as well [*this is a gaussian], and if you are clever enough you can find an infinite family of these kinds of functions, including ones that does not directly use exponential function, such as erf(x) or 1/Γ(-x+2). But tail ends of functions like arctan(x) or 1/(x^10+1) will not decay fast enough to make derivatives of all order = 0 at x=0 for f(-1/x). Plus, we dont even have to use f(-1/x), and use something like f(-1/x^2) as this example shows: en.wikipedia.org/wiki/Flat_function 2. You are right, I assumed that if such Taylor series existed, it would fail to satisfy the left and the right simultaneously. e.g. if the left function was sin x, then taylor series uniquely defines the function extension to be the sin x. 3. But if we instead take a look at the limit of these hermite polynomials, the series wouldn't converge. Just take a look at first few hermite polynomials. for step interpolation. en.wikipedia.org/wiki/Smoothstep The coefficients blow up to tens of thousands fairly quickly, and the function only is bounded since the terms are alternating and pluses and minuses cancel each other. The limit of the polynomial would not exist since it would be like ∞x-∞x^2+∞x^3-∞x^4... if you look at the closed formula of coefficients of the hermite polynomial for each order
@etienneparcollet727
@etienneparcollet727 2 жыл бұрын
Look up partitions of unity.
@MusicEngineeer
@MusicEngineeer 2 жыл бұрын
Maybe look up "bump function" or "mollifier". If I understand it correctly, this sort of interpolation uses such bump-functions to "crossfade" between the two target functions.
@Xammed
@Xammed 2 жыл бұрын
The subtle humor in this is incredible
@kallethoren
@kallethoren 2 жыл бұрын
The "Can we do any better?" with Lara Croft got me good
@wyrmhero4275
@wyrmhero4275 2 жыл бұрын
This video is just mindbowing, never thought that there would even be a way to construct truly smooth interpolation. Also, your visuals and presentation is really great, loved it. Keep going!
@nikitakipriyanov7260
@nikitakipriyanov7260 2 жыл бұрын
Interestingly enough, it was teached to us in the university when we were introduced into Dirac delta function. This was a part of some 3rd year math for physics students. These c-infinite functions are required to properly define and prove theorems which involve the Dirac delta, and by an extension, Green's functions which are "supercharged deltas" and therefore QED propagators, which are essentially Green's functions. This is why this was important for physics students - we actually need this to learn QED (which we learned afterwards).
@LukePalmer
@LukePalmer 2 жыл бұрын
Very beautiful technique. I also love that that function e^(-1/x) is bonkers in the complex plane so this argument totally breaks down on the complexes.
@tomkerruish2982
@tomkerruish2982 2 жыл бұрын
Well, if a complex function has a first derivative on an open set, then it has derivatives of all orders on that set, and is even analytic there. (It's possible to construct a real function which is infinitely differentiable on all of R and yet is nowhere analytic. Real analysis is so good at crushing reasonable expectations.)
@LukePalmer
@LukePalmer 2 жыл бұрын
@@tomkerruish2982 e^(1/x) doesn't have a first derivative at 0. Looks flat in the real numbers but move the slightest bit in the imaginary direction and it's totally chaotic.
@tomkerruish2982
@tomkerruish2982 2 жыл бұрын
@@LukePalmer First, I'll admit that I glanced at your comment and read it as "exp(-1/x²)", erroneously inserting the exponent. Second, however, like you I was highlighting the (to me) main difference between the real and complex derivative. exp(-1/x²) has real derivatives of all orders at x=0, but is so badly behaved for complex values that it has an essential singularity. I certainly confess to the twin sins of reading too quickly and writing too tersely.
@joluju2375
@joluju2375 2 жыл бұрын
I had to play the video twice to finally understand that the solution you expose is what is known as "crossfading" in audio engineering, and that most of the video is devoted to how to easily build a decent S-shape transition signal. I appreciate when ideas and intentions come first in plain language, and the maths come after, it's more easy for me to follow. However, I subscribed to your channel. Please, keep the pace slow, and the music down ! :D
@TechSY730
@TechSY730 2 жыл бұрын
Good stuff. Kind of gives insight as to why finding an "analytic" continuation (but for this video not really as we are only dealing with reals, but more generally) can be difficult. Why "infinitely differentiable" is such a constraining condition. (Hopefully) Constructive criticism: I found myself losing track of which "Greek letter function" was modeling what parts of our goal. Like it would be helpful to have a line like "φ will be the continuous step function used to interpolate" or something when you defined the function. Same for the ψ function too. If you did already describe it, there was enough time between when you and when you stated it and performing the proofs and derivations (8:30 ish) that it deserved having a reminder at that point.
@XplosivDS
@XplosivDS 2 жыл бұрын
I agree, proper distinction goes a long way into making whatever you're saying more understandable
@macmos1
@macmos1 2 жыл бұрын
lost me there as well
@pierrecurie
@pierrecurie 2 жыл бұрын
Usually the phrase "analytic continuation" applies to complex functions, and the Taylor series is _the unique_ analytic continuation. This construction introduces nasty essential singularities at x=0 & x=1 (not that real valued functions care).
@An-ht8so
@An-ht8so 2 жыл бұрын
The smooth continuation is in fact not analytic, at a and b. The function exp(-1/x), has all of its derivatives equal to 0 at x=0, so it would be equal to the null function in the neighborhood of 0 if it were analytic.
@alex_zetsu
@alex_zetsu 2 жыл бұрын
@@An-ht8so I mean, it doesn't need to be analytic, the fact that the transition is smooth already removes a lot of headaches when stitching functions together.
@robertjackson2002
@robertjackson2002 2 жыл бұрын
This is such quality content! I will be sure to send it to everyone I know who will be interested.
@AvesNova
@AvesNova 2 жыл бұрын
Thank you so much! This has been in the back of my mind for a while now. Great explanation.
@AlexK-jp9nc
@AlexK-jp9nc 2 жыл бұрын
This is a very good video. I only ask that you look into stabilizing the volume of the voice over. I found that it was drifting up and down, occasionally to the point that I couldn't hear it over the music. You can probably do this with a single button press in your editing software. Thank you for bringing this interesting math to the public eye. There's no way I would have seen something like this without you. I hope you keep making videos
@emiliaolfelt6370
@emiliaolfelt6370 2 жыл бұрын
turn it up and compress.
@smorcrux426
@smorcrux426 2 жыл бұрын
Woah. When I just saw this video in my feed I tried a few ideas on paper, and it's really cool to see what the actual solution is, and which ideas I had were in the right direction and which weren't.
@AlbertCamus-r6i
@AlbertCamus-r6i 7 ай бұрын
How did you do it?
@gamespotlive3673
@gamespotlive3673 5 ай бұрын
What was your idea?
@AlexanderVulpes
@AlexanderVulpes 2 жыл бұрын
This is really surprising! When I first saw the title I figured smooth transitions would be impossible, but here we are lol
@Erotemic
@Erotemic 2 жыл бұрын
Your use of color makes this much easier to follow. Subscribed.
@EliGoldfish
@EliGoldfish Жыл бұрын
Ive never been more thankful for python math modules that abstract this all into a function call i don't have to worry about lmao
@sheeplord4976
@sheeplord4976 2 жыл бұрын
I did not know I needed this, but glad I found it. Long live smooth transitions.
@LeventK
@LeventK 2 жыл бұрын
This channel truly has a future. Signed.
@denki2558
@denki2558 2 жыл бұрын
I recently used the same thing in one of my projects and I ended up using the cubic interpolation approach. I might implement something similar to what was shown at the end. Thanks for the knowledge.
@jabbahatt8082
@jabbahatt8082 2 жыл бұрын
MAN, KEEP DOING WHAT UR DOING, YOU'LL GET A LOT OF SUBSCRIBERS IN NO TIME
@fightocondria
@fightocondria 2 жыл бұрын
So -- I tinker with math sometimes. And this might actually be exactly what I needed to take an idea to the next step. Great video!
@BeardedBooper
@BeardedBooper 4 ай бұрын
I was working on a differentiable smoothstep function a short while back for a personal project. Compared, you definitely win for your much more rigorous approach (not to mention a full video! Excellently done!); I was just poking around with limits on different asymptotic forms as arguments for sigmoid functions. What gets me is that what I got in the end was still an equivalent form of yours! On my end, the analysis came out to 1/2 * ( 1 - tanh( (2x - 1) / ( 2x * (x - 1) ) ) ), whose exponential form simplifies to your phi function in the video! That's so cool!
@ProfessorMembrane373
@ProfessorMembrane373 2 жыл бұрын
Only 330 subscribers? This is a crime for such amazing content
@nanogyth
@nanogyth 7 ай бұрын
I had heard about analytic continuation, but hadn’t thought about how a function could be smooth and not analytic before now. Thanks
@xinpingdonohoe3978
@xinpingdonohoe3978 7 ай бұрын
My intuition would say it's possible with real functions but not complex functions, but I'm not certain of that. Differentiable just has different consequences for each.
@SVVV97
@SVVV97 7 ай бұрын
​@@xinpingdonohoe3978that's true - complex differentiable (even just once) functions are *very* rigid. They're automatically infinitely complex differentiable (holomorphic) and all holomorphic functions are (complex) analytic
@TheLuckySpades
@TheLuckySpades 6 ай бұрын
​@@xinpingdonohoe3978complex differentiable functions are locally analytic, so you are correct that you cannot have a complex smooth function that isn't analytic
@energyeve2152
@energyeve2152 2 жыл бұрын
I’ve actually always wondered about this. Thanks for sharing!
@amaarquadri
@amaarquadri 2 жыл бұрын
So cool! I had a feeling it should be possible to do this conceptually by taking the limit as k -> infinity of the k-differentiable approximations, but it's great to see a general construction of the infinitely differentiable version. Great video! My intuition says the equivalent problem in 2D is impossible in general, but I can't wait for the video on it!
@alex_zetsu
@alex_zetsu 2 жыл бұрын
Well, an infinite series of 2K terms would be disappointing, but as he showed it can be done in closed form.
@johnchessant3012
@johnchessant3012 2 жыл бұрын
That's really cool! The exercise of proving e^(-1/x) is smooth at x=0 must've come up in like five different math classes I took and now finally I see how that might be useful.
@HilbertXVI
@HilbertXVI 2 жыл бұрын
The real kicker is that even though it's smooth at 0, it doesn't have a Taylor series expansion around 0.
@pierrecurie
@pierrecurie 2 жыл бұрын
@@HilbertXVI That's what Laurent series are for.
@schweinmachtbree1013
@schweinmachtbree1013 2 жыл бұрын
@@HilbertXVI It does have a Taylor expansion at 0 (every smooth function does) - the kicker is that its Taylor series doesn't converge to it at (in any neighborhood of) 0.
@HilbertXVI
@HilbertXVI 2 жыл бұрын
@@schweinmachtbree1013 Not a very useful "Taylor expansion" if it doesn't converge to the function
@wisdomokoro8898
@wisdomokoro8898 2 жыл бұрын
You just revived my love for calculus🥺✨✨. Great motion of mathematical thoughts!
@Fire_Axus
@Fire_Axus 9 ай бұрын
your feelings are irrational
@turolretar
@turolretar 7 ай бұрын
Would you like some pi with that?
@gush5436
@gush5436 Жыл бұрын
This should have millions of views, this is incredibly useful in practice :D
@kevinrichter6503
@kevinrichter6503 2 жыл бұрын
9:13 Psi needs to be *strictly* monotone increasing. Since otherwise the 0-function would satisfy your conditions, but phi could not be defined
@SoumilSahu
@SoumilSahu 2 жыл бұрын
monotonic increasing does mean that it's not the 0 function. The 0 function would be monotonic non-decreasing. So the video is correct.
@TheTim466
@TheTim466 2 жыл бұрын
@@SoumilSahu That depends on your specific definition I guess, if you use monotonic increasing for the usual definition of strictly monotonic increasing, then the 0-function is not monotonically increasing I suppose. Although monotonic non-decreasing is a weird term in my opinion.
@schweinmachtbree1013
@schweinmachtbree1013 2 жыл бұрын
@@SoumilSahu No the video isn't correct because it uses the condition f' ≥ 0 for a function f being 'monotone increasing', which is the condition for weak monotone increasingness; if strict monotone increasingness was meant then the condition f' > 0 would have been used (which would have ruled out the zero function)
@deemee5712
@deemee5712 3 ай бұрын
Thanks! And we need video about higher dimensions!
@web2wl00p
@web2wl00p 2 жыл бұрын
What a wonderful video, one of the best in #SoME2! Keep on the good work!
@kintrix007
@kintrix007 2 жыл бұрын
Awesome topic with great presentation. I would not have guessed the solution is this elegant. Just great job on video.
@ImMataza
@ImMataza 2 жыл бұрын
great video, and thanks for putting link to proofs in the description
@cosmicvoidtree
@cosmicvoidtree 2 жыл бұрын
A simplification of the phi function is 1/(1+e^((1-2x)/x(1-x)). Just for those who don’t want a ton of e^-1/x in the phi function
@MusicEngineeer
@MusicEngineeer 2 жыл бұрын
Nice. I guess, that will be useful for optimizing the code in a practical implementation because it reduces the number of calls to exp from 2 to 1.
@ahuddleofpenguins4842
@ahuddleofpenguins4842 2 жыл бұрын
Nice vid. I cant wait to see what videos you post next
@r.menezes
@r.menezes 2 жыл бұрын
amazing content ! I think it would be interesting didatically if you did a small recap at the end, but please keep doing this amazing work !
@a.arredondo
@a.arredondo 2 жыл бұрын
OMG that cliffhanger at the end 😭 what a great video, congrats!
@DR-54
@DR-54 2 жыл бұрын
you are gonna go big keep it up
@adissentingopinion848
@adissentingopinion848 7 ай бұрын
Godddamn, you talked to me right on the cusp of my knowledge. I saw that interpolation a whole 5 minutes before you revealed it, but you built the conceptual framework so well that it basically taught itself. You made the knowledge jump out of the words and equations. Incredible!
@givrally
@givrally 2 жыл бұрын
One small thought. The way I like to teach Taylor polynomials is by going "Okay, a tangent line is a good approximation but it doesn't approximate the derivative well, so what if we use a tangent line to approximate the derivative instead, and then take the integral ?" Assuming both functions are smooth too, wouldn't that also be a possibility ? Take the derivatives, use a line to interpolate, and take the integral ?
@Pystro
@Pystro 2 жыл бұрын
It should, as long as you choose the constant terms in the integration process so that your function and one (should not need to be both) of the bounding functions match, up to their k-th derivative.
@tracyh5751
@tracyh5751 2 жыл бұрын
This will just construct a truncated Taylor series which will have the same problems as the Hermite and Taylor approaches.
@Pystro
@Pystro 2 жыл бұрын
@@tracyh5751 OP's post was about teaching how Taylor polynomials work. So ending up with a Taylor polynomial shows that it's a valid perspective on it.
@KyleMarkham-w7v
@KyleMarkham-w7v 7 ай бұрын
Just found this gem, brought back memories of an intro analysis class of a few years back. Thank you!
@edgelernt4021
@edgelernt4021 2 жыл бұрын
7:56 “It is too big to fit in the margin” - Pierre de Fermat has entered the chat
@lenskihe
@lenskihe 7 ай бұрын
I have been studying mathematics for over four years now and I had never seen Faà di Bruno's formula. Today, I've suddenly stumbled across it twice for completely unrelated reasons 😂 Just goes to show that there's always more to learn in mathematics
@AndrewBrownK
@AndrewBrownK 2 жыл бұрын
I 100% needed this, thank you so much
@qy9MC
@qy9MC 2 жыл бұрын
This exactly what I wanted to find months ago when I created a function adder. A function that can add the graphs of two different functions. Unfortunately it was undefined at the cutting point because of a division.
@offscript1675
@offscript1675 2 жыл бұрын
Safe to say, I’m confused
@PTAlisPT
@PTAlisPT 7 ай бұрын
k on fused functions
@sclearDevelopment
@sclearDevelopment 7 ай бұрын
​​@@PTAlisPT this got me 😂😂😂
@terjeoseberg990
@terjeoseberg990 7 ай бұрын
It’s easy. He gradually and smoothly transitioned from one function to another function where the two functions are both smooth and chosen to meet perfectly with the ends of the two given functions.
@sans1331
@sans1331 7 ай бұрын
@@terjeoseberg990ah, okay. personally, i’m just confused on the whole “C^k” and “psi” and “phi” stuff. what is “C”? all that kinda stumped me on my first time watching.
@aouerfelli
@aouerfelli 7 ай бұрын
@@sans1331 C^k is a set, it is the set of functions that are k times differentiable with all those k derivatives being continuous. You can also use the notation C^k(Omega) which means that its functions are k times differentiable and the k-th derivative is continuous over the domain Omega.
@spitalhelles3380
@spitalhelles3380 7 ай бұрын
Watch out, jumpscare at 0:13
@luisvasquez5015
@luisvasquez5015 7 ай бұрын
Amazing quality of mathematical argumentation, balancing rigor and pedagogy! I instantly subscribed
@zaynbashtash
@zaynbashtash 2 жыл бұрын
Great video man keep it up
@michaelwerkov3438
@michaelwerkov3438 2 жыл бұрын
Neat. Im not a math person, and im not good at math, but i love computer graphics and wish i could model certain processes, so i always end up having math questions out of my league. This was one. And i wouldnt have known what to search.
@abird9724
@abird9724 2 жыл бұрын
Very good videos, please continue!
@AJ-et3vf
@AJ-et3vf 2 жыл бұрын
Awesome video! Thank you!
@hanna8399
@hanna8399 5 ай бұрын
Really nice illustration. When I learned the distribution theory, books usually just introduce the "test function" by showing the f(x) = { exp(-1/x) (x>0); 0 (x
@DeclanMBrennan
@DeclanMBrennan 7 ай бұрын
Thanks. That smoothly connected several topics for me. You seemed to be approaching the halted problem when you halted.
@jercki72
@jercki72 2 жыл бұрын
I remember being very impressed when I found out about this
@fahrenheit2101
@fahrenheit2101 2 жыл бұрын
A little fast, and I had to take your word for a decent amount of it, but still very followable and intriguing, especially since I've thought about a very vaguely related thing before - how no 2 polynomials look the same over any interval, barring trivial exceptions like translations. I'm not even 100% sure it's true and I wouldn't have a clue how to prove it, but if it is true, it's fascinating to me that each polynomial shape is completely unique. This kinda links in to how it would be difficult to get 2 different functions to 'agree' with one another via a smooth transition function, though I admit it's a bit of a stretch.
@redpepper74
@redpepper74 Жыл бұрын
Hmm I don’t think it would be possible to overlap two polynomials like that because every polynomial is analytic and has a unique Taylor series, which means that you can determine what it looks like over all the reals just by looking at all the derivatives at one point. It does feel crazy though, that with all the infinitely many polynomials, there aren’t two that line up for some interval.
@peterpoon7805
@peterpoon7805 7 ай бұрын
At 2:24/14:04, the set of 4 equation (simultaneous), last equation f'(-1) = c1 -2c2 +3c3 = - 0.3678 (or -e^-1)
@matteobaussart8831
@matteobaussart8831 2 жыл бұрын
At 8:11 for the first statement if f' and not f. But still a great video with interesting topic
@cg505_
@cg505_ 6 ай бұрын
wow! I remember thinking about this for ages when I was a student and I really thought no such method existed! should have thought of e^(-1/x) obviously...
@scentoni
@scentoni 2 жыл бұрын
The tool I would immediately reach for is the error function. Define h(x)=(1+erf( (x-x0)/a ))/2 for some point x0 and width a, then your interpolated function is f(x)+(g(x)-f(x))*h(x).
@BangorMaker
@BangorMaker 4 ай бұрын
what a fun way to look at partial-integration!
@IllidanS4
@IllidanS4 5 ай бұрын
If you want your smooth step function to have a bit lower slope, try -(√3/2)/x instead of -1/x for the exponent. Anything less and you get more inflection points.
@CarterColeisInfamous
@CarterColeisInfamous 2 жыл бұрын
3:26 you just blew my mind
@aram8832
@aram8832 2 жыл бұрын
That last part was important, it can be used to form a good number of questions even for basic calculus.
@PeriOfTheGee
@PeriOfTheGee 2 жыл бұрын
My initial guess was to use interpolation between the two functions in the smoothing area with a shifted sine as the weight
@MrGencyExit64
@MrGencyExit64 2 жыл бұрын
lol, you summed up 2 years of Calculus in the first 50 seconds of the video
@Henriiyy
@Henriiyy 2 жыл бұрын
Nice! This was surprisingly interesting (:
@gnomeba12
@gnomeba12 2 жыл бұрын
Great video. This topic reminds me of the notion of mollifier functions. It seems like you could use a mollifier function along with some arbitrary continuous interpolation to create a smooth interpolation, but I'm not actually sure if that's true.
@gideonk123
@gideonk123 2 жыл бұрын
This is indeed a “bump” or “mollifier” function. Not sure if the terms are equivalent
@MarcHaustgen
@MarcHaustgen 6 ай бұрын
Wow! Great video an great explanations! Thanks a lot!!
@emad3241
@emad3241 4 ай бұрын
for 3D functions: h(x,y) = (1 - φ(C(x,y))*f(x,y) + φ(C(x,y))*g(x,y) where C is the path of smoothness, for example, the one in the video can be connected circularly by defining C as the hypotenuse C(x,y) = sqrt(x^2 + y^2)
@apteropith
@apteropith 7 ай бұрын
i think i remember this exact interpolation function coming up in thermodynamics somewhere, as a statistical distribution of energy states or something of that sort it's been a while and it was never well explained at the time, but I've always remembered it as "that function that could probably interpolate two other functions _really_ nicely"
@apteropith
@apteropith 7 ай бұрын
it could have just been one of so many variants of the logistic function, though; it's been ten years
@philippelhaus
@philippelhaus 2 жыл бұрын
Very cool 🔥💖
@JonahLanglieb
@JonahLanglieb 7 ай бұрын
That's so interesting google showed this. I was actually working on something like this for a personal CS project and was just hammering out in mathematica. Ill be curious to plug this in abd see what it looks like Thanks!
@joobus-stoobus-magoobus
@joobus-stoobus-magoobus 7 ай бұрын
My brain is smooth now
@steves5476
@steves5476 2 жыл бұрын
The interpolation function you used here would actually be very useful for using bezier curves to construct smooth tracks, e.g. for rollercoasters. Cubic beizers are very intuitive to work with, but the acceleration (2nd deriv of the track position) is discontinuous. If you modify the beizer curve's interpolation function from stepped linear to this smoothstep, the acceleration will be continuous. You could use a gradient descent solver to minimize lateral G forces by manipulation of the curve control points!
@schobihh2703
@schobihh2703 2 жыл бұрын
the is actually a concept of geometric continuity (which is different to parameter continuitiy which is obviously to severe) of 1st and 2nd derivatives of bezier curves. You can google for it. Quite interesting.
@deemee5712
@deemee5712 3 ай бұрын
Great video! Thank you! But we all are waiting for higher dimensions. It is upcomming for two year - the people starts rioting! 🙂
@jakobthomsen1595
@jakobthomsen1595 2 жыл бұрын
Very cool! I have been looking for such a transition function but because of the Taylor series issue I thought it might not exist.
@jakobthomsen1595
@jakobthomsen1595 2 жыл бұрын
By the way: is it possible to write this function in a numerically stable way? I mean without the infinities which occur temporarily in intermediate results during the computation due to the 1/x parts near 0 and 1.
@joeadams9744
@joeadams9744 7 ай бұрын
The Lara craft pic while talking about jagged edges killed me
@nahkaimurrao4966
@nahkaimurrao4966 2 жыл бұрын
this is highly useful for data compression!
@bskim3860
@bskim3860 2 жыл бұрын
GREAT !!! THANK YOU~~~
@sabriath
@sabriath 2 жыл бұрын
this was a lot of work to just simply interpolate the extensions over the timeframe of that extension. Meaning you have an assigned missing part of the graph in which you extend both functions into, you then go from one function to the other, similar to how spline works. If you want true smoothness, then it requires either doubling the missing length or using actual splines but could create 3 answers of the function at some x values. So we have for the simpler approach: lerp(a, b, c) = (b-a)*c+a; line interpolation function given A as x coordinate for first function f(x) cut off and B as second g(x), we have: h(x) = lerp(f(x), g(x), (x-A)/(B-A)); for values between A and B no derivative or difficult nonsense needed
@pnachtwey
@pnachtwey 2 жыл бұрын
This is used in motion control. I typically use 3rd and 5th order interpolation
@llnsve
@llnsve 7 ай бұрын
Hi, very interesting video/concept, did you ever end up making the video for higher dimensions ? I work on differential geometry for quantum physics for my PhD and am looking for similar stuff !
@syllabusgames2681
@syllabusgames2681 2 жыл бұрын
Very interesting video. I hope I won’t need any of this as I try to build my own animation script, but it’s good to know. My only issue with the video is that your music is a bit loud.
@wehitextracellularidiombit4907
@wehitextracellularidiombit4907 2 жыл бұрын
This is a great video
@alexakalennon
@alexakalennon 2 жыл бұрын
Awesome And then that cliffhanger... You Sir, know what you're doing.
@Marvin-jk9jx
@Marvin-jk9jx 6 ай бұрын
Just use this formula, it uses a cos function in order to transition smoothly. The transition happens between the x-values "a" and "b". "b" must be greater than "a". f(x) and g(x) are the two functions, that you want to join together. f(x) (1/(∞^(x-a+sqrt((x-a)²)))+0.5 (cos((π (x-a))/(b-a))+1)*1/(∞^(x-b+sqrt((x-b)²))) (1-1/(∞^(x-a+sqrt((x-a)²)))))+g(x) (1-1/(∞^(x-b+sqrt((x-b)²)))+1/(∞^(x-b+sqrt((x-b)²))) (1-1/(∞^(x-a+sqrt((x-a)²)))) (1-0.5 (cos((π (x-a))/(b-a))+1)))
@innokentiyromanchenko1450
@innokentiyromanchenko1450 2 жыл бұрын
this is great
@funkdefied1
@funkdefied1 7 ай бұрын
I love the line rider ref
@ryanpappalardo9489
@ryanpappalardo9489 2 жыл бұрын
Great video!
@pacome_f
@pacome_f 2 жыл бұрын
Awesome video! Learned a lot :)
@MCLooyverse
@MCLooyverse 2 жыл бұрын
This was very good (both an interesting topic, and well-presented), although a little fast IMO. More descriptive names (like I for "interpolater", or T/τ for "transitioner", rather than Φ, and G for "generator", K for "kernel", or S/σ/ς for "smooth", instead of ψ) would've helped to keep track of what was going on.
@pyropulseIXXI
@pyropulseIXXI 2 жыл бұрын
the name are fine; the symbol isn't any more descriptive just because the first letter matches; G could be goofball, not generator, so how do you even know G is descriptive? It isn't, so it is the same as using whatever
@pyropulseIXXI
@pyropulseIXXI 2 жыл бұрын
This is like complaining that the wave equation isn't labelled with a "W"
@JaGWiREE
@JaGWiREE 2 жыл бұрын
Great video. I think there is an error in the quotient rule part though. Would love to see more videos diving deeper into distribution theory.
@EpsilonDeltaMain
@EpsilonDeltaMain 2 жыл бұрын
Thank you maybe I skipped too many steps there, quotient rule has 2 cancelling parts, and taking derivative of phi(1-x), we get a negative sign pulled out www.wolframalpha.com/input?i=D%5Bf%5Bx%5D%2F%28f%5Bx%5D%2Bf%5B1-x%5D%29%2Cx%5D here is the result of the calculation
@JaGWiREE
@JaGWiREE 2 жыл бұрын
@@EpsilonDeltaMain ah I see it now, thanks.
@9WEAVER9
@9WEAVER9 2 жыл бұрын
@@EpsilonDeltaMain If you dont mind my asking, what editing programs do you use for the text flow and transitions?
@EpsilonDeltaMain
@EpsilonDeltaMain 2 жыл бұрын
@@9WEAVER9 most of it was done with Manim, python library made by 3blue1brown. Little bit of powerpoint here and there
@brulsmurf
@brulsmurf 4 ай бұрын
So smooth. Nice
@Kram1032
@Kram1032 2 жыл бұрын
Do you know about Exporational B-Splines? Those are the limit of rational B-Splines for infinite degree. Another fun variant is the Fabius function which can be defined through repeatedly integrating and rescaling an interval
@andrewmartin2321
@andrewmartin2321 2 жыл бұрын
I was like “wow this is really an analysis heavy question,” then I read the channel name.
@Number_Cruncher
@Number_Cruncher 2 жыл бұрын
Nicely explained.
@EpsilonDeltaMain
@EpsilonDeltaMain 2 жыл бұрын
Thank you
@ddystopia8091
@ddystopia8091 2 жыл бұрын
Отличный контент!
@Aesthetycs
@Aesthetycs 2 жыл бұрын
1:25 To the leftmost of the hierarchy should be D^0 which means the existence of the 0th order derivative, or equivalently that the function itself exists at all.
@schweinmachtbree1013
@schweinmachtbree1013 2 жыл бұрын
nice
@agrajyadav2951
@agrajyadav2951 2 жыл бұрын
AWESOMEEE!!!!
@josephyoung6749
@josephyoung6749 2 жыл бұрын
this has artistic applications
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 35 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 15 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 53 МЛН
What Lies Between a Function and Its Derivative? | Fractional Calculus
25:27
Percolation: a Mathematical Phase Transition
26:52
Spectral Collective
Рет қаралды 367 М.
The Mathematics of Banana Farms (Bloons TD 6)
23:01
ALEX on Science
Рет қаралды 520 М.
They turned MATH into a factory game...
21:34
Real Civil Engineer
Рет қаралды 1,9 МЛН
We decoded NASA’s messages to aliens by hand
8:54
Verge Science
Рет қаралды 6 МЛН
What does the second derivative actually do in math and physics?
15:19
Seven Dimensions
14:41
Kieran Borovac
Рет қаралды 804 М.
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 35 МЛН