@@raulsilva3730 i dont think blender fit for this, if he wanna do this in blender it would have to be geometry node or python and eitheir what he choose would take lots of time
0:52 fun fact: every single function output for each arguments a and b on this function can be described as a plane cross section of two cones shaped like an hourglass. This is basically what conics is.
huh? what axis? it can't be vertical axis cause the circle part can't be on a plane section, can't be horizontal either cause horizontal is just circles, i don't get your point
@@acelix3087 We have 2 cones pointing to each other each other tip-to-tip slice it at some angle to get different cross sections if the plane is flat, it passes through one cone and yields a circle if the plane is at a slight angle, it still only passes through one cone but now yields an ellipse if the plane is at a steep angle, it passes through both cones and yields a hyperbola
Interestingly, the project we are working on is this, making a graphic calculator that is able to do graph animation of graphs, be using some powerfull arm cpus, i just found it weird that someone wanted that to happen, we are thinking to put things in kickstarter but, we always think no one intrested, and the fact that people stop using TI-84 and instead using desmos etc
@@draido-dev yeah, why specifically arm cpus? Just make a C++ version of Desmons so it doesn’t run horribly and devour your ram and then make it so you can partition the graph for computing and save them. You could get so much detail from them it’s insane. You could also upload the files so people mess around with them. Would be pretty easy to make 3D as well.
I believe that you could just have a simple software and render it like people do with fractals, and just have it plug in super super small values and forces the pc to keep the floating point, and then save what the equation spits out, then just graph it with something that uses the entire floating point.
@@Andrewman For most graphing calculator uses, you don't need the precision of a 64 bit floating point number. The only advantage x64 provides is more RAM that can be used. With x86, the cpu can use 2 addresses in a single 64 bit register. I think there's also loads of other optimizations. The biggest advantage with ARM specifically is the multithreading capabilities, but I have no clue how you'd divide the calculation of a single function. Maybe one thread per graph rendered in a moving thing like this. Anyways, those little optimizations are probably for extreme use-cases. But what I do know is that x86 won't go away. It's used in too many little things.
@@Andrewman The general conic (including ellipses) is a degree-2 algebraic curve, so essentially just ax²+bxy+cy²+dx+fy+g = 0. Both x² and y² can be represented with this, but there is no way to write bsin(ax) as a polynomial, so they cannot be ellipses. (Also, if you pause at the right times, sometimes you'll be able to see slight horizontal asymmetries in the shapes, which can't happen with ellipses) EDIT: The reason they are so similar probably has to do with how the positive part of a sine wave looks like a parabola, which is a degree-2 algebraic curve. If they were actually parabolas I think you would be getting true ellipses
@@omerd602 ellipses are ellipses, it's just that it's connected via wave but tbh I don't think it's ellipses despite the fact it also looks like it is💀
Is it just me or would 6:11 be *fantastic* for video game random generation of structures? Like, you get randomized points with what seems to be a pretty random scattering too (other than right by the x axis), except they're not just points but have actual dimensions which could be used to map out the size of the structure as well.
@@hotpotato5587 That could probably be dealt with by simply choosing a random portion of the scatter, like how seeds are used for typical generation based off of equations. It would also allow for some amount of predictability or repeatability if desired.
@@StuffandThings_ so basically its a non-true random generator picking numbers from yet another non-true random number generator to present itself as random generation?
awesome video! i'm so curious at 6:17 if there is any relationship between the generating of the circles and the logistic map, since it seems like chaotic behavior. also really interested by the roughness of some of the lines, would love to zoom in and see if it's rough all the way down (fractal) or smooths out with zooming in. great video and i love the music too
Hi Sylvain, I just created a calculus video I'm planning on uploading not YT, but am hoping to get some feedback from calc teachers (esp calc 1). Would you be willing to watch it and share any thoughts? Thanks!
Try this one: a\left(x ight)=\frac{\frac{\tan\left(1 ight)}{10x}g\sin^{-1}\left(\cos\left(x^{\left(xg ight)} ight) ight)}{2} Set the g variable slider to the lowest value of -30 and the highest value of 20. It'll create a wave-like pattern and then create a small wave pattern.
00:25 Logarithm of a variable line 00:39 A springy function 00:51 A variable pythagorean function 01:14 An elliptic curve. Often used in cryptography. 01:33 A hyperelliptic curve. The general case of an elliptic curve. Level 2 The parameter change yields sophisticated or hardly predictable movement 02:07 A circle with a variable radius filled with a sine wave of a variable density 02:31 Infinite field of hearts. by XLTheCoolGuy 02:47 Actual audio spectrum! by SakaroZ 02:59 The stuttering curve. Looks like a Desmos-only quirk 03:24 Looks like an optical illusion 03:45 An affine plane consisting of different curves. Mesmerizing! Desmos fails to display this one. I'll use GRAPES. Level 3 Unpredictable graphs that even Desmos is struggling to show. (or, even fails completely 04:33 The dance of tangent curves. by Hory 04:59 Symmetric curve tunnels. by Anticiobster831 05:25 From this point on, I'll just stick to GRAPES, as Desmos doesn't seem to do the job at all 05:45 Stalagmites. The inequation crashes GRAPES. by Y!KES (was-not-found 06:12 The random point generator. 06:38 The parametric tangent spiral. 07:04 Ancient alphabet. a = 2; b = 2
6:12, this one actully kind of works better on desmos if you zoom in a bit. you can see it makes a bunch of concentric circle-like things around the origin
I am a desmos user and a not so popular youtube chanel (at 2023, if you're looking at this 20 years from now and wonder why it's different) - i bet these can grab people's attention! Thanks! I subscribed!
r = Sin (a/e * theta) a = e 2e an everchanging circle. You can replace the sin with other functions like csc and floor that equasion to get stunning circles
Beautiful stuff! Just a quibble on nomenclature: a usecase is not a use. Usecase has a specific meaning in computer science that is not synonymous with use or useage.
7:46 Technically, what you have is not a parametric equation. A parameteric equation is of the form (x(t), y(t)). What you have is of the form F(x,y)=0 (or can always be reduced to that by subtracting both sides). It's called an implicit equation.
here is a cool but random equation to use: y=\frac{\left(\tan\left(x ight)+\sin\left(x ight)+\cos\left(x ight) ight)}{\csc\left(x ight)+\sec\left(y ight)+\cot\left(x ight)} just copy this and put it in desmos
cos(ac) ------------- gets bigger the less A there is (i think this is because if something is divided by 0, it goes to Infinity) try it (also use the default variable for c) or just use X or whatever to replace the c a
i know there must be some hidden mathematical gens somewhere in these weird graphs; the graphs might have absolutely not applications but im sure answering questions about solving one of the equations, finding integer solutions, series representation, and etc. must yield something interesting
Can you upload a 3d version?
@@Andrewman Geogebra?-
@@Andrewman wolfram mathematica feels like its own separate programming language. That's why I am not a fan
Geogebra is the best free 3d graphing calculator out there
@@raulsilva3730 i dont think blender fit for this, if he wanna do this in blender it would have to be geometry node or python and eitheir what he choose would take lots of time
6:09 まさかだけど主日本人?w
The nostalgia of making random graphs until you find something cool.
True.
How can you make those graphs? You mean like on a piece of paper or some program?
Yup I had a sheet in Desmos where I made as many different thing as I could and then tried to get them all in all 4 quadrants and in both directions
Ken Silverman's 3d calc
@@Zedryx69 FALSE CUZ STALIN IS NOT HAPPY NOW
I love that I'm not the only one with the overlap in interests of death metal and math
I never really considered Opeth death metal. I guess Orchid was close to death metal
@@妛槞 That's because they are prog, not death
@@DaButter2.0 although it's not pure death metal they still use a lot of death metal elements in their early stuff, they're both.
Michael also did bloodbath, so at least we know they like it
Well death metal, uhhhhhhhhh, but i do love math
0:52 fun fact: every single function output for each arguments a and b on this function can be described as a plane cross section of two cones shaped like an hourglass. This is basically what conics is.
huh? what axis? it can't be vertical axis cause the circle part can't be on a plane section, can't be horizontal either cause horizontal is just circles, i don't get your point
@@acelix3087 We have 2 cones pointing to each other each other tip-to-tip
slice it at some angle to get different cross sections
if the plane is flat, it passes through one cone and yields a circle
if the plane is at a slight angle, it still only passes through one cone but now yields an ellipse
if the plane is at a steep angle, it passes through both cones and yields a hyperbola
@@Andrewman all you have to do is go into geobra, graph z=x^2 + y^2 and then make a plane based on a and b.
The solution of celestial mechanics, the two body problem.
@@acelix3087 The animation is similar to that of the cross-section between the hourglass and a plane rotating on a non-vertical axis.
I think it’ll be interesting when graphing calculators get better to see how these graphs compare. Maybe they look completely different,
Interestingly, the project we are working on is this, making a graphic calculator that is able to do graph animation of graphs, be using some powerfull arm cpus, i just found it weird that someone wanted that to happen, we are thinking to put things in kickstarter but, we always think no one intrested, and the fact that people stop using TI-84 and instead using desmos etc
@@draido-dev yeah, why specifically arm cpus? Just make a C++ version of Desmons so it doesn’t run horribly and devour your ram and then make it so you can partition the graph for computing and save them. You could get so much detail from them it’s insane. You could also upload the files so people mess around with them. Would be pretty easy to make 3D as well.
I believe that you could just have a simple software and render it like people do with fractals, and just have it plug in super super small values and forces the pc to keep the floating point, and then save what the equation spits out, then just graph it with something that uses the entire floating point.
@@Andrewman For most graphing calculator uses, you don't need the precision of a 64 bit floating point number. The only advantage x64 provides is more RAM that can be used. With x86, the cpu can use 2 addresses in a single 64 bit register. I think there's also loads of other optimizations. The biggest advantage with ARM specifically is the multithreading capabilities, but I have no clue how you'd divide the calculation of a single function. Maybe one thread per graph rendered in a moving thing like this.
Anyways, those little optimizations are probably for extreme use-cases. But what I do know is that x86 won't go away. It's used in too many little things.
@@draido-devis there progress on it?
I like that the "hearts" graph has a squiggle in the moddle which kinda looks like the ekg trace of a heartbeat
seems like the "circle filled with sine wave" at 2:12 is actually filled with more circles
those inner circles arent so circular but yea
@@Andrewman They don't seem to be ellipses either, they're just some shape that doesn't have a name
@@Andrewman The general conic (including ellipses) is a degree-2 algebraic curve, so essentially just ax²+bxy+cy²+dx+fy+g = 0. Both x² and y² can be represented with this, but there is no way to write bsin(ax) as a polynomial, so they cannot be ellipses.
(Also, if you pause at the right times, sometimes you'll be able to see slight horizontal asymmetries in the shapes, which can't happen with ellipses)
EDIT: The reason they are so similar probably has to do with how the positive part of a sine wave looks like a parabola, which is a degree-2 algebraic curve. If they were actually parabolas I think you would be getting true ellipses
@@omerd602 ellipses are ellipses, it's just that it's connected via wave
but tbh I don't think it's ellipses despite the fact it also looks like it is💀
no way its celua developr!1!1!1!
Wasn't expecting to hear Opeth in a math video, it just made everything 1000x better.
Same dude, it felt like hallucinating
Bro i made basiclly the same comment then scrolled down and saw yours. 😂. Seriously though opeth is great
i also check if i put it random on my cellphone or something , wasnt expecting opeth neither.
@@diegodecanini9248Could you tell me what song it is please?
Face of Melinda - Opeth - Album: Still Life.@@Shane-5229
Pov: You rubbed your eyes too Hard 3:53
Is it just me or would 6:11 be *fantastic* for video game random generation of structures? Like, you get randomized points with what seems to be a pretty random scattering too (other than right by the x axis), except they're not just points but have actual dimensions which could be used to map out the size of the structure as well.
The clustering around the x-axis could be useful too, for putting more things around a major road or pathway
The only problem I’d see with this is since it’s based on trigonometric functions, so wouldn’t it repeat rather quickly?
🐌🐢
@@hotpotato5587 That could probably be dealt with by simply choosing a random portion of the scatter, like how seeds are used for typical generation based off of equations. It would also allow for some amount of predictability or repeatability if desired.
@@StuffandThings_ so basically its a non-true random generator picking numbers from yet another non-true random number generator to present itself as random generation?
3'00 It won't stutter if the a parameter isn't fixed to integers
For me I noticed that with an extremely strong PC CPU it shows much better, also zooming in on rough lines will make them smooth some.
this math gameplay is insane 🔥🔥🔥🔥
Every time you return to the same topic, and every time you have something to surprise.
Pretty sure your stuttering curve is only stuttering because you gave the variable A a step-size of 1, so it's not moving continuously
Love how it at some point becomes straight up fractals.
2:20 that is one of the coolest graphs ive ever seen wow. Great work, and great video :)
0:25 Better Call Saul moment
3:28 this can be a good loading screen
i really feel like some people just type things into caculators and waits to see what happens
awesome video! i'm so curious at 6:17 if there is any relationship between the generating of the circles and the logistic map, since it seems like chaotic behavior. also really interested by the roughness of some of the lines, would love to zoom in and see if it's rough all the way down (fractal) or smooths out with zooming in. great video and i love the music too
Always interesting to see your creation, thanks! I teach calculus and I show your video to the students when we start to work with implicit function.
Hi Sylvain, I just created a calculus video I'm planning on uploading not YT, but am hoping to get some feedback from calc teachers (esp calc 1). Would you be willing to watch it and share any thoughts? Thanks!
Man, this soundtrack is SHREDDING!
The circle filled with circles reminds me of a common representation of a wave function in quantum mechanics
As a person who loves music, I legitimately said "Wake up babe, new Arctic Monkeys album dropped" in my head as I saw the graph
this is hypnotizing and scaring at the same time
I can feel the pain desmos and grapes go through to just display these
Came here for maths, stayed for music.
Absolutely amazing music choice!!
Try this one:
a\left(x
ight)=\frac{\frac{\tan\left(1
ight)}{10x}g\sin^{-1}\left(\cos\left(x^{\left(xg
ight)}
ight)
ight)}{2}
Set the g variable slider to the lowest value of -30 and the highest value of 20.
It'll create a wave-like pattern and then create a small wave pattern.
Was not expecting Face of Melinda but I’m pleasantly surprised
Geometry dash, math, and a Fate profile picture… this channel was meant for me
This is why I get confused when someone says they hate math, there is always something mesmerizing…
Came for the math, stayed for the music
i just thought it's something familiar, and then i realized it's opeth. nice meet
name of the song? pls
@@katharinahasenbalg8011 Face Of Melinda - Opeth
Came for math left because the music
@@DrDrake-lq8nh thanks!
i believe that a function is very silly if desmos cant run it and grapes straight up crashes
I love how humanity has managed to make graphs so complex that fucking graphing sites and a hard time/ cant even process them
00:25 Logarithm of a variable line
00:39 A springy function
00:51 A variable pythagorean function
01:14 An elliptic curve. Often used in cryptography.
01:33 A hyperelliptic curve. The general case of an elliptic curve.
Level 2 The parameter change yields sophisticated or hardly predictable movement
02:07 A circle with a variable radius filled with a sine wave of a variable density
02:31 Infinite field of hearts. by XLTheCoolGuy
02:47 Actual audio spectrum! by SakaroZ
02:59 The stuttering curve. Looks like a Desmos-only quirk
03:24 Looks like an optical illusion
03:45 An affine plane consisting of different curves. Mesmerizing! Desmos fails to display this one. I'll use GRAPES.
Level 3 Unpredictable graphs that even Desmos is struggling to show. (or, even fails completely
04:33 The dance of tangent curves. by Hory
04:59 Symmetric curve tunnels. by Anticiobster831
05:25 From this point on, I'll just stick to GRAPES, as Desmos doesn't seem to do the job at all
05:45 Stalagmites. The inequation crashes GRAPES. by Y!KES (was-not-found
06:12 The random point generator.
06:38 The parametric tangent spiral.
07:04 Ancient alphabet. a = 2; b = 2
I love the well-timed drop in the music 🎶 when level 3 starts!
the drop jumpscared me
@@cinnamoncat8950 math jumpscare
This was wonderful, gorgeous function plots and face of Melinda to top it off :) I was absolutely hooked
really love this series
Perfect choice of music. Love that band.
Edit after watching: I liked 4:30, The dance of Tangent Curves.
2:59 It seems one of the values is only changing in increments of one.
6:12, this one actully kind of works better on desmos if you zoom in a bit. you can see it makes a bunch of concentric circle-like things around the origin
This is the most interesting math videos I've seen, please post more
I like the music and slideshow nature of this, reminds me of old RUclips.
I am a desmos user and a not so popular youtube chanel (at 2023, if you're looking at this 20 years from now and wonder why it's different) - i bet these can grab people's attention! Thanks! I subscribed!
The music is exceptional!
r = Sin (a/e * theta)
a = e 2e an everchanging circle.
You can replace the sin with other functions like csc and floor that equasion to get stunning circles
7:05
doesn't work on desmos
"mod is a function. Try using round brackets"
desmos uses mod(x,y) instead of x mod y
When world most needed him, he returned
You forgot the topologist's tan curve! f(x)=tan(1/x)
0:44 kinda looks like the phagrean curve(correct me for any spelling errors
5:26 For some reason, when i tried to render this graph expression inside Desmos, it actually managed to render it on first attempt.
Face of Melinda and cool graphs, boss ass video
That's what I ask for when I open RUclips
4 months ago, this video introduced me to my favorite song. Absolutely blew me away the first time I heard it.
As a guy who's not really into metal, Opeth is a great band
Could you show y = mod(x, (y^n))?
The modulo of madness.
I really didn't like the math classes. But to see dynamic graphss like these, I finally do realize what they meant...
Thanks for the good works!
Wonderful video, love the Opeth background. Now think find the most brutal and sadistically complicated graphs to display on a Cannibal Corpse song 😂
just so you know on desmos you can remove y= and it will be the same unless theres y on the other side
5:32 this works fine in Desmos
Beautiful stuff! Just a quibble on nomenclature: a usecase is not a use. Usecase has a specific meaning in computer science that is not synonymous with use or useage.
7:46 Technically, what you have is not a parametric equation. A parameteric equation is of the form (x(t), y(t)).
What you have is of the form F(x,y)=0 (or can always be reduced to that by subtracting both sides). It's called an implicit equation.
This looks like alien language to me 💀
WHOAH THATS SO AWSOME
I CANT BELIEVE I JUST SAW THE MATH ANIMATIONS :3
What does Grapes do differently to Desmos that allows it to display the graphs of more complicated functions?
I want to know this too.
Wow thats amazing. There are so many beautiful graphs!
I love how the graphs x+y+1=1 and x=-y are the same
It's because:
x + y + 1 = 1
x + y = 1 - 1
x + y = 0
x = -y
I did not expect to hear Opeth when clicking on this video, but I must say I am not disappointed
2:11 Graphing x²+y²-bsin(ax)
Oh my goodness, didn't expect Opeth here
2:47 "Actual audio spectrum"
What do you mean?
here is a cool but random equation to use:
y=\frac{\left(\tan\left(x
ight)+\sin\left(x
ight)+\cos\left(x
ight)
ight)}{\csc\left(x
ight)+\sec\left(y
ight)+\cot\left(x
ight)}
just copy this and put it in desmos
This music goes *absolutly perfect* with this video
cos(ac)
------------- gets bigger the less A there is (i think this is because if something is divided by 0, it goes to Infinity) try it (also use the default variable for c) or just use X or whatever to replace the c
a
A bit late, but (0t,0) is interesting. It only takes up one point at (0,0), but you can actually see the point unlike most other equations like it.
Bro this is what you see when you fall asleep for 1 minute in a maths class
I have to say the song playing in the background was amazing
3:00 The reason why it's stuttering is because a is locked to a step of 1
@@Andrewman a is locked to a step of 1, but b isn't, which causes the effect
Bro this just scares and frustrates me because I cannot understand how any of this works at all.
The only thing I could think of using my 2 brainchild is that how this man's PC survive all of this
funny that you turned to your inspiror (hi shibachi) who used GRAPES when desmos failed
everyone’s talking about how cool it is but is nobody gonna mention that missingno from pokemon just appears at 5:05
I've seen a lot of mathematics over Tool... but Opeth is a new level
level 3 looking metal as fuck. The most metal maths will ever get
Would be cool to see some differential equation solutions graphed with varying initial values
2:34 i love it❤❤
호야가 귀엽긴 해요
I just stumbled into the maths side of youtube.
Trying to read any of the comments in this video makes my brain ooze
With the music playing in the background, this is giving old-school Windows Media Player vibes.
this man deadass making an extremely useful video with opeth in the background what a fucking gigachad
6:54 the thumbnail of the video
tan(a/(x^2+y^2))=ay/x
Desmos shows a lot of these just fine for me and grapes seems to be only on windows vista and older
03:28
“Do you want your bacon length ways, or widthways?”
“Cosy B’co’s 🥓!”
“Ah, I have just the thing!…. “
I half expected a live cam of grapes in a stop-motion thing lol
PLEASE GOD UPLOAD A VIDEO ON HOW TO GRAPH A CIRCLE AROUND A POINT TO MAKE IT MOVABLE I BEG OF YOUUUUUUUUUU
@@voidentityUTX (x+a)^2+(y+b)^2=r i think
a,b - point coordinates
r - circle radius
i know there must be some hidden mathematical gens somewhere in these weird graphs; the graphs might have absolutely not applications but im sure answering questions about solving one of the equations, finding integer solutions, series representation, and etc. must yield something interesting
Me too i like The stuttering curve. Looks like Desmos-only quirk
are there any alt download link for GRAPES? download link in the description doesnt work.
Awesome how beautiful math can be :)
Ideal modulation for secret messages.
Excellent choice of music :D
The Dot Generator looks like I'm flying in the MK galaxy.