top:
day week month all

mathematics

Community for : 3 years

We are in a golden age of mathematics exposition, with YouTube videos with attractive animations showing both manipulations and diagrams. Not just videos. Amateur creators can make a webpage with SVG or canvas and JavaScript animation, to bring mathematics to life. Post your best finds, your own creations, and any mathematics that you wish to discuss. Old school static mathematics content is also welcome.

Owner: happytoes

Mods:
happytoes












8
Pi approximation original content     (mathematics)
submitted by veridic to mathematics 3 days ago (+8/-0)
11 comments last comment...
EXP(10828/9459) = 3.14159265682820890673266520694285278560940453733796237530329355

An error of 3.238E(-9)

Does anyone have any favorite approximations?
3
How to integrate the equations of orbital dynamics: clever new tricks for long term accuracy     (www.youtube.com)
submitted by happytoes to mathematics 1 month ago (+3/-0)
2 comments last comment...
https://www.youtube.com/watch?v=nCg3aXn5F3M

I've heard that doing numerical integration on the Solar System, to see if it is stable in the long term, is hard. One ends up artifacts of the numerical integration routine. But there is a special method, Symplectic Integration. Doing a web search on Symplectic only gets me advanced maths that I cannot understand.

This video comes at the issue from a coding perspective. Why does a simple trick make the numerical integration work so much better? Because it preserves the Poincare Invariants! And this does seem to be the Symplectic Integration that I wanted to learn about :-)
16
Apparently, basic math is hard...     (s3.eu-central-2.wasabisys.com)
submitted by iSnark to mathematics 3 months ago (+18/-2)
22 comments last comment...
20
Sesame Street     (files.catbox.moe)
submitted by Trope to mathematics 4 months ago (+20/-0)
5 comments last comment...
7
AI helps mathematicians research Navier-Stokes equations     (link.mail.beehiiv.com)
submitted by shitface9000 to mathematics 4 months ago (+7/-0)
2 comments last comment...
52
Gender Spectrum Explained With Venn Diagrams     (files.catbox.moe)
submitted by GrayDragon to mathematics 4 months ago (+53/-1)
9 comments last comment...
2
To celebrate this tremendous cognitive feat…     (youtube.com)
submitted by TheBigGuyFromQueens to mathematics 4 months ago (+2/-0)
0 comments...
https://youtube.com/shorts/WfLJCIheTPU?si=SrZ2Ck2i6Ortb3Xc

…she went outside and took a shit in the street.
0
Lehmer-Schur Algorithm for finding roots of polynomials by testing if a circle contains a root     (www.youtube.com)
submitted by happytoes to mathematics 5 months ago (+0/-0)
0 comments...
https://www.youtube.com/watch?v=hT0EY2rxLlQ

The best root finding algorithm is Newton's method. But check out https://www.youtube.com/watch?v=I2sjchgXsmk which constructs a function such that Newton's method always get stuck in a cycle of three non roots.

Books on numerical methods mention the importance of having a method that works, even from a bad first guess. They mention Lehmer-Schur and then wimp out because "its too complicated".

This video actually explains it. Clearly. And its not too complicated :-) Or maybe it is, I haven't tried coding it up from the video.
3
It's Braess Paradox, but not as Dietrich knew it     (www.youtube.com)
submitted by happytoes to mathematics 7 months ago (+3/-0)
0 comments...
https://www.youtube.com/watch?v=-QTkPfq7w1A

Long video 23'4" filled with close ups and details to show how the mind binding paradox actually works. Then it gets weirder, with a compliant passive mechanism which clicks the wrong way. You pull against its internal springs and suddenly it gets stiffer and shorter.

In mathematics rather than technology to quarantine the arithmetic.
1
Diffie-hellman key exchange     (www.youtube.com)
submitted by happytoes to mathematics 9 months ago (+1/-0)
3 comments last comment...
https://www.youtube.com/watch?v=M-0qt6tdHzk

Diffie-Hellman key exchange is a really cool trick and this video explains it clearly in 2'18"

Perhaps it needs to be longer, adding that (a^b)^c is the tiny number and a^(b^c) is the huge number. Diffie-Hellman uses the tiny number because it is a bit lame (a^b)^c = a^(b times c) = a^(c times b) = (a^c)^b

I like to make my examples with Common Lisp, because the fully parenthesised prefix notation makes things explicit. No stubbing by toe on what 3^5^7 actually means.

(expt (expt 3 5) 7) => 50031545098999707

(expt (expt 3 7) 5) => 50031545098999707

(expt 3 (* 5 7)) => 50031545098999707

(expt 3 (expt 5 7)) has 37276 decimal digits
5
Lebesgue Integral: the basic idea and why we care     (www.youtube.com)
submitted by happytoes to mathematics 9 months ago (+5/-0)
1 comments last comment...
https://www.youtube.com/watch?v=Fb2ei6lD-d8

I had heard of the Dirichlet Function: zero at irrational points and one at rational points. It is an example of Riemann's definition of the integral not working. But I didn't know why anyone cared.

This video sketches out a sequence of Riemann integrable functions that converge to the Dirichlet Function. And makes the point: we would really like a definition of the integral that make the limit of a sequence of integrals agree with the integral of the limit of the sequence of functions.

The video doesn't get into the technical details of how the Lebesgue integral does this, but it makes it clear what motivated Henri_Lebesgue
6
Talmudic Math Logic     (m.youtube.com)
submitted by Reunto to mathematics 12 months ago (+6/-0)
3 comments last comment...
4
Lagrange Interpolation     (www.youtube.com)
submitted by happytoes to mathematics 1 year ago (+4/-0)
3 comments last comment...
https://www.youtube.com/watch?v=bzp_q7NDdd4

This video has beautiful graphics underpinning an especially clear explanation. At just seven minutes it doesn't get on to Runge Spikes. I'm hoping to create original content about Runge Spikes and this will be the video I link to, to explain Lagrange Interpolation
75
How Do You Like Them Apples     (files.catbox.moe)
submitted by Wolfspider to mathematics 1.2 years ago (+76/-1)
40 comments last comment...
1
Shortest Path Between Two Points On A Sphere     (www.youtube.com)
submitted by happytoes to mathematics 1.3 years ago (+1/-0)
5 comments last comment...
https://www.youtube.com/watch?v=F1J5CO3Nuf8

Hard core maths content. Instead of assuming that the path is a great circle and working out the distance, the video sets up a formula for integrating the length of an arbitrary path. Then it uses the Euler-Lagrange equation to obtain a differential equation for the shortest path. The resulting nightmare integral needs a clever substitution. Eventually it all simplifies and the path lies in a plane through the center of the sphere.
24
calculate how much it would cost to return all black americans to africa on cruise ships that carry 3000 people      (mathematics)
submitted by oppressed to mathematics 1.4 years ago (+24/-0)
69 comments last comment...
a cruise ship with 3000 passengers can travel from east coast USA to south Africa in 18 days.

it takes 36 days for a round trip to Africa and back.

there are about 47.9 million blacks in usa.

there are 15,966.67 round trips required to deport all black americans to Africa at the rate of 3000 per ship.

calculate the amount of ships it would take running at a time to deport all american blacks in a 10 year span.

then you can calculate the cost.
0
Rössler Attractor     (www.youtube.com)
submitted by happytoes to mathematics 1.4 years ago (+0/-0)
0 comments...
https://www.youtube.com/watch?v=VbGWVuubmEE

The Lorenz attractor has a butterfly wing look. The dynamics spiral outwards, around first unstable fixed point, in the plane of one wing, before fly too close to the middle fixed point and getting deflected to the other wing. There the dynamics spiral outwards from the other "wing spot" fixed point.

Do things have to be that complicated? Could you spiral outward from (0,0,0) in the xy plane before being deflected upward by a repelling fixed point, and then falling back down to the xy plane, but close to the origin again? The Rössler Attractor does this, with a möbius strip twist to generate the chaos. The video has a cute, 3D printed model, differential equations, and animations. Every-thing you need to get inspired and try generating your own animation. (you will have to bring your own understanding of Xlib, or Canvas or whatever)
2
Why Runge-Kutta is SO Much Better Than Euler's Method     (www.youtube.com)
submitted by happytoes to mathematics 1.5 years ago (+2/-0)
4 comments last comment...
https://www.youtube.com/watch?v=dShtlMl69kY

A video about numerical methods for solving differential equations. With pretty animations. And a nice exposition of fourth order Runge-Kutta
2
Napier, the logarithm guy, invented binary arithmetic in 1617     (www.youtube.com)
submitted by happytoes to mathematics 1.6 years ago (+2/-0)
0 comments...
https://www.youtube.com/watch?v=tVoMdddBQ5k

The video demonstrates Napier's method of binary multiplication on his number board. I loved the uncanny vibe generated by the old book, written in Latin, whose topic seems to belong to an explanation of how computers work from the 1960's
3
Conway's "calculus" proof of the irrationality of the square root of 2 (and more).     (www.youtube.com)
submitted by happytoes to mathematics 1.7 years ago (+3/-0)
2 comments last comment...
https://www.youtube.com/watch?v=wNOtOPjaLZs

This is a nicely paced 13 minute presentation. It goes slowly and carefully over root two, before going faster over root N, then finishing off rapidly with monic polynomials. Suitable for a variety of audiences. But I still cannot figure out how it avoids fancy properties of the integers. I expect that you must at least use Euclid's Algorithm, but it doesn't. Here is how I prove that square roots are either integers or irrationals:

Suppose that √n∈ℚ. Write √n = a/b where a and b are coprime. Then b√n=a. Also, by Bezout's Theorem there are r,s∈ℤ such that ra+sb=1. Multiply by √n

ra√n + sb√n = √n

We already have b√n=a so sb√n is an integer. Does anything similar happen for ra√n ? Yes, just multiply b√n=a by √n obtaining bn=a√n, from which we deduce that ra√n must also be an integer. Thus √n is the sum of two integers and itself an integer.

That is awkward; a rational square root always turns out to be a whole number! Since 1<2<4 we know that 1<√2<2. But there is no integer between one and two so √2 is irrational.

But the approach in the video has neither Euclid's Algorithm, nor Bezout's Theorem (which I view as a corrollary of Euclid's Algorithm).
0
Jenna Ortega teaches U-substitution in under 90 seconds     (www.youtube.com)
submitted by happytoes to mathematics 1.8 years ago (+1/-1)
1 comments last comment...
https://www.youtube.com/watch?v=4fF6NydCNuw

Mildly amusing use of AI impersonation, competent mathematics, short!
1
The shocking connection between complex numbers and geometry.     (www.youtube.com)
submitted by happytoes to mathematics 1.8 years ago (+1/-0)
0 comments...
https://www.youtube.com/watch?v=5RHSS-zMaAQ

Starts by explaining meromorphic functions with pretty colored pictures. Moves on to parameterizing a circle with sine and cosine. Then it moves in for the kill, trying to rupture cerebral aneurysms by parameterizing the complex torus with the Weierstrass P functions just like it did for the circle. But instead of x^2 + y^2=1, it is y^2 = 4x^3 + 4x, an elliptic curve.
1
Is there a different term for an edge in math? The line that connects two veritces?     (mathematics)
submitted by iThinkiShitYourself to mathematics 2.1 years ago (+1/-0)
10 comments last comment...
If not I think we might need a new term that can connotate (even if it takes time) the connecting line between two vertices. Line is good but it is very general and someone is going to try sneaking in their trivia about "m'actually it's a line segment", and those snowballing interruptions will never end whenever the topic comes up. Line segment also doesn't carry the connotation that it's connecting two vertices.

Edge doesn't really make sense to me. There are all kinds of edges and they're definitely not all line segments nor do they even have a sharp point to them, and I don't even know why else the word edge would be used.

Are there any other terms y'all know of?
2
The Axiom of Choice is pivotal     (plato.stanford.edu)
submitted by shitface9000 to mathematics 2.1 years ago (+2/-0)
0 comments...
3
The number 153 has many interesting properties – both numerical and biblical     (en.wikipedia.org)
submitted by shitface9000 to mathematics 2.1 years ago (+3/-0)
6 comments last comment...
https://en.wikipedia.org/wiki/153_(number)

For example,

The number 153 is associated with the geometric shape known as the Vesica Piscis or Mandorla. Archimedes, in his Measurement of a Circle, referred to this ratio (153/265), as constituting the "measure of the fish",

The Gospel of John (chapter 21:1–14) includes the narrative of the miraculous catch of 153 fish as the third appearance of Jesus after his resurrection.[8]