top:
day week month all

mathematics

Community for : 3.1 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












2
Mathnet: A Detective kids show from 1987 which actually was entertaining.     (www.youtube.com)
submitted by veridic to mathematics 2 days ago (+2/-0)
1 comments last comment...
8
Pi approximation original content     (mathematics)
submitted by veridic to mathematics 3 weeks 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 2 months 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 4 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 5 months ago (+7/-0)
2 comments last comment...
52
Gender Spectrum Explained With Venn Diagrams     (files.catbox.moe)
submitted by GrayDragon to mathematics 5 months ago (+53/-1)
9 comments last comment...
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 10 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
4
Lagrange Interpolation     (www.youtube.com)
submitted by happytoes to mathematics 1.2 years 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.3 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.4 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.5 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.
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
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.8 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
Is there a different term for an edge in math? The line that connects two veritces?     (mathematics)
submitted by iThinkiShitYourself to mathematics 2.2 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?
3
The number 153 has many interesting properties – both numerical and biblical     (en.wikipedia.org)
submitted by shitface9000 to mathematics 2.2 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]
0
PEMDAS is WRONG ! ? ! ?     (mathematics)
submitted by AugustineOfHippo2 to mathematics 2.7 years ago (+0/-0)
18 comments last comment...
I follow PEMDAS, but here are two videos proclaiming PEMDAS wrong:

https://youtu.be/FL6HUdJbJpQ

https://youtu.be/lLCDca6dYpA


I have always added additional brackets/parens to improve understanding, and have been the object of many people's derision because of it.
6/2(1+2) is a bit vague in my opinion, so I would write either 6/(2(1+2)) or (6/2)(1+2). I don't care if you don't like my extra parens, because you can't deny that my intent is explicitly stated and shown.
7
Why can't the methods used to confirm quantum entanglement be used for faster than light communication? How can they confirm quantum entanglement if they don't check the state at the same time?     (mathematics)
submitted by iThinkiShitYourself to mathematics 2.3 years ago (+9/-2)
16 comments last comment...
I have some ideas about this, but I don't really know enough to speak on it
1
My father was a math professor. I fucking hate math and am retarded in math. I need a math major or professor to comment:     (youtube.com)
submitted by TheBigGuyFromQueens to mathematics 2.3 years ago (+2/-1)
10 comments last comment...
https://youtube.com/shorts/m5PWuWp5rrA?si=9QGCFHsqhDdvVBzE

This guy Terrence Howard is an actor, but he apparently has a degree in Engineering or something and is pretty bright. He has some interesting theories that I have seen mathematically inclined people debunk in kind of the same fashion that people scoff at Flat Earth. I believe one of his postulations is one times one is actually not one. Please watch a couple of his video clips because he has me confounded and I’m wondering of he is bright enough to have opened up a wormhole or something.

“1x1=2: https://youtube.com/shorts/23XXuIvAtts?si=FuItV1X8i7Njv2b2

Full Video: Skip all of the other shit to 20:20:

https://www.youtube.com/live/w0sKeplxiG0?si=CwKCDYwlgQSqTsqe
2
Geometry problem solved three different ways     (www.youtube.com)
submitted by happytoes to mathematics 2.3 years ago (+2/-0)
2 comments last comment...
https://www.youtube.com/watch?v=AZt70Ob6bFk

Secondary school mathematics emphasizes method. Here is the way to do it. This spills over into proof. We ask "what is the proof". I like this video because the problem is not too hard, there seems to be little room for alternative approaches. Yet the video solves the problem in three distinctly different ways. That pushes back against the error of thinking that there is only one method and only one proof.

I also liked this video because the problem comes up later in trying to compute pi. One idea for computing pi is that tan(pi/4) = 1. That suggests a plan: find a power series for arctan and use it to evaluate pi = 4 arctan(1).

Since arctan is the integral of 1(1 + x^2) we can use the power series 1/(1 + x^2) = 1 - x^2 + x^4 - x^6 + x^8 - ...

Integrate term by term to get a power series for arctan. Evaluate at 1. Notice that 1 is the radius of convergence of the power series. It converges at 1, but slowly. The plan hasn't really worked.

But, spoiler ahead, what if we had some clever identity such as pi/4 = arctan(1/2) + arctan(1/3)? We would have to evaluate the power series twice, for 1/2 and for 1/3, but both converge geometrically; that makes a much better plan, and many more significant digits for our labor. The video doesn't go there, but the problem it solves is the problem of the clever identity that you will want later for computing pi
3
How Math Achieved Transcendence     (www.quantamagazine.org)
submitted by ParnellsUprising to mathematics 2.6 years ago (+3/-0)
3 comments last comment...
15
All 6 trig functions on the unit circle     (www.youtube.com)
submitted by happytoes to mathematics 3.0 years ago (+15/-0)
2 comments last comment...
https://www.youtube.com/watch?v=Dsf6ADwJ66E

The point goes round and round the unit circle and the pretty colors show sine and cosine, then tangent and secant and all the rest.

3
How Dijkstra's Algorithm Works     (www.youtube.com)
submitted by happytoes to mathematics 3 years ago (+3/-0)
3 comments last comment...
https://www.youtube.com/watch?v=EFg3u_E6eHU

Dijksta's algorithm for finding the shortest path in a weighted graph. Even if you don't care about graph theory, you should still watch the video to enjoy the quality of the explanation. Sure it is pretty, but the merits go well beyond that. Notice how the example is small, but just big enough to include the tricky cases of the algorithm. Even the asides are beautifully done; when the narrator talks about using a priority queue, the little animation does the right heap percolation thing :-)