Hey Guys, I’m Observing A High School Class And Was Looking At A Textbook, And Learned That Irrationals

Hey Guys, I’m Observing A High School Class And Was Looking At A Textbook, And Learned That Irrationals

Hey guys, I’m observing a high school class and was looking at a textbook, and learned that irrationals are closed under addition! Super cool, who knew!

More Posts from Jupyterjones and Others

7 years ago
Computer Simulations That Teach Themselves To Walk.
Computer Simulations That Teach Themselves To Walk.
Computer Simulations That Teach Themselves To Walk.
Computer Simulations That Teach Themselves To Walk.
Computer Simulations That Teach Themselves To Walk.
Computer Simulations That Teach Themselves To Walk.
Computer Simulations That Teach Themselves To Walk.
Computer Simulations That Teach Themselves To Walk.
Computer Simulations That Teach Themselves To Walk.

Computer simulations that teach themselves to walk.


Tags
7 years ago

How Do Hurricanes Form?

Hurricanes are the most violent storms on Earth. People call these storms by other names, such as typhoons or cyclones, depending on where they occur.

image

The scientific term for ALL of these storms is tropical cyclone. Only tropical cyclones that form over the Atlantic Ocean or eastern and central Pacific Ocean are called “hurricanes.”

image

Whatever they are called, tropical cyclones all form the same way.

Tropical cyclones are like giant engines that use warm, moist air as fuel. That is why they form only over warm ocean waters near the equator. This warm, moist air rises and condenses to form clouds and storms.

image

As this warmer, moister air rises, there’s less air left near the Earth’s surface. Essentially, as this warm air rises, this causes an area of lower air pressure below.

image

This starts the ‘engine’ of the storm. To fill in the low pressure area, air from surrounding areas with higher air pressure pushes in. That “new” air near the Earth’s surface also gets heated by the warm ocean water so it also gets warmer and moister and then it rises.

image

As the warm air continues to rise, the surrounding air swirls in to take its place. The whole system of clouds and wind spins and grows, fed by the ocean’s heat and water evaporating from the surface.

As the storm system rotates faster and faster, an eye forms in the center. It is vey calm and clear in the eye, with very low air pressure.

image

Tropical cyclones usually weaken when they hit land, because they are no longer being “fed” by the energy from the warm ocean waters. However, when they move inland, they can drop many inches of rain causing flooding as well as wind damage before they die out completely. 

There are five types, or categories, of hurricanes. The scale of categories is called the Saffir-Simpson Hurricane Scale and they are based on wind speed.

image

How Does NASA Study Hurricanes?

Our satellites gather information from space that are made into pictures. Some satellite instruments measure cloud and ocean temperatures. Others measure the height of clouds and how fast rain is falling. Still others measure the speed and direction of winds.

image

We also fly airplanes into and above hurricanes. The instruments aboard planes gather details about the storm. Some parts are too dangerous for people to fly into. To study these parts, we use airplanes that operate without people. 

Learn more about this and other questions by exploring NASA Space Place and the NASA/NOAA SciJinks that offer explanations of science topics for school kids.

Make sure to follow us on Tumblr for your regular dose of space: http://nasa.tumblr.com.

Credits: NASA Space Place & NASA/NOAA SciJinks


Tags
6 years ago
image

This shows that the probability of a random variable is maximum at the average and diminishes as one goes away from it, eventually leading to a bell-curve.

5 years ago

Note to self: debugging

always remember to remove the Log.d(”Well fuck you too”) lines and the variables named “wtf” and “whhhyyyyyyy” before pushing anything to git

6 years ago
Programmer LoGiC

Programmer LoGiC

7 years ago
(Source: Adam Plouff)
(Source: Adam Plouff)
(Source: Adam Plouff)

(Source: Adam Plouff)


Tags
gif
5 years ago

The Kakeya Problem

Some time ago I (briefly) mentioned that, along with two other students, I was taking a reading course this semester with Dmitriy Bilyk. It hasn’t quite gone in the direction we were initially expecting, but one of our long detours has been an extended sequence of readings around the the Kakeya conjecture. As far as I know, the Kakeya problem (different from the Kakeya conjecture; more on that later) was the first question that fell respectably under the purview of geometric measure theory. So if nothing else, it is interesting from a historical perspective as a question that kickstarted a whole new field of mathematics.

Okay, but what is the Kakeya problem?

As originally posed, it goes like this: given a disk with diameter 1, it is possible to place down a line segment of length 1 into the set, and rotate it (continuously) an entire 180 degrees. But this is not the smallest-area set for which this kind of rotation is possible:

image

(all pictures in the post are from the Wikipedia page, which is really good)

This set has area $\tau/16$, half that of the circle. So the question naturally becomes: what is the area of the smallest set that allows this kind of rotation?

The answer is known, and it is…

zero, basically.

It’s remarkable, but it’s true: you can construct arbitrarily small sets in which you can perform a 180-degree rotation of a line segment! One way to do it goes like this: in the picture above, we reduced the area of the circle by squeezing it until it developed three points. If we keep squeezing to get more points, then the solid “middle” becomes very small, and the tendrils get very thin, so the area keeps decreasing. However, we can still take a line segment and slowly, methodically, shift it back and forth between the set’s pointy bits, parallel-parking style, to eventually get the entire 180 degrees of rotation.

——

You can’t actually get a set with zero area to work. But the reason for that seemed more like a technicality than something actually substantial. So people changed the problem slightly to get rid of those concerns. Now, instead of trying to get a set where you can rotate a line segment through all 180 degrees, you just have to have a set where you can find a line segment in every direction. The difference being that you don’t need to guarantee any smooth way to “move between” these line segments.

Sets that work for the modified problem are often called Kakeya sets (although some people reserve that for the rotation problem and use Besicovitch sets for the modified one). And indeed, there are Kakeya sets which actually have zero area.

The details involved with going from “arbitrarily small” to “actually zero” are considerable, and we won’t get into them here. The following is a simplification (due to Perron) of Besicovitch’s original construction for the “arbitrarily small” case. We take a triangle which clearly has ½ of the directions the needle might possibly take, and split it up into several pieces in such a way that no directions are lost. Then we start to overlap those pieces to get a set (that still has segments in all the same directions) with much smaller area:

image

We can do this type of construction twice (one triangle “downward-facing” and the other “left-facing”) and then put those two sets together, guarantee that we get all of 180 degrees of directions.

This Besicovitch-Perron construction, itself, only produces sets which are “arbitrarily small”, but was later refined to go all the way to zero. Again, the technicalities involved in closing that gap are (much) more than I want to talk about now. But the fact that these technicalities can be carried out with the Besicovitch-Perron construction is what makes it “better” than the usual constructions for the original Kakeya problem.

——

I should conclude with a few words about the Kakeya conjecture, since I promised them earlier :)

Despite the essentially-solved status of these two classical Kakeya problems, there is at least one big question still left open. It is rather more technical than the original ones, and so doesn’t get a lot of same attention, but I’d like to take a stab at explaining what’s still current research in this sphere of ideas.

Despite the fact that Kakeya sets can be made to be “small” in the sense of measure, we still intuitively want to believe these sets are “big”. There are many ways we can formalize largeness of sets (in $\Bbb R^n$, in particular) but the one that seems to be most interesting for Kakeya things is the notion of Hausdorff dimension. I won’t define the term here, but if you’ve ever heard someone spouting off about fractals, you’ve probably heard the phrase “Fractals have non-integer dimension!”. This is the notion of dimension they’re talking about.

It is known that Kakeya sets in the plane have Hausdorff dimension 2, and that in general a Kakeya set in $n>2$ dimensions has Hausdorff dimension at least $\frac{n}{2}+1$. The proofs of these statements are… difficult, and the general case remains elusive.

One thing more: you can also formulate the Kakeya conjecture in finite fields: in this setting having “dimension $n$” in a vector space over the field $\Bbb F_q$ means that you have a constant times $q^n$ number of points in your set. Wolff proposed this “technicality-free” version in 1999 as a way to study the conjecture for $\Bbb R$. And indeed, a lot of the best ideas for the problem in $\Bbb R$ have come from doing some harmonic analysis on the ideas originally generated for the finite field case. 

But then in 2008 Zeev Dvir went and solved the finite field case completely. Which on one hand is great! But on the other hand, Dvir’s method definitely can’t be finessed to work in $\Bbb R$ so we still have work to do :P

——

Partially I wanted to write about this because it’s cool in its own right, but I must admit that my main motivation is a little more pragmatic. There was a talk at SEICCGTC 2017 which showed a surprising connection between the Kakeya problem and a certain combinatorial game. So if you think these ideas are at all interesting, you may enjoy reading the next two posts in this sequence about that talk.

[ Post 1 ] [ Next ]

7 years ago

Everyone who reblogs this will get a pick-me-up in their ask box.

Every. Single. One. Of. You.

Loading...
End of content
No more pages to load
  • longflowingpants
    longflowingpants liked this · 1 year ago
  • jupyterjones
    jupyterjones reblogged this · 7 years ago
  • geddoudahere-blog
    geddoudahere-blog liked this · 7 years ago
  • terminallyuninspired
    terminallyuninspired reblogged this · 8 years ago
  • annoying-introvert
    annoying-introvert liked this · 8 years ago
  • thatawkwardphysicist
    thatawkwardphysicist liked this · 8 years ago
  • haiironoaki
    haiironoaki liked this · 8 years ago
  • cymae-mesa
    cymae-mesa reblogged this · 8 years ago
  • renkilledme
    renkilledme liked this · 8 years ago
  • 6-1-7-4
    6-1-7-4 liked this · 8 years ago
  • epsilon500
    epsilon500 reblogged this · 8 years ago
  • wizardshrimp
    wizardshrimp liked this · 8 years ago
  • snugglelemma
    snugglelemma reblogged this · 8 years ago
  • almostcoralchaos
    almostcoralchaos reblogged this · 8 years ago
  • k-goth-explorations
    k-goth-explorations reblogged this · 8 years ago
  • sigmaleph
    sigmaleph liked this · 8 years ago
  • nextworldover
    nextworldover liked this · 8 years ago
  • raginrayguns
    raginrayguns reblogged this · 8 years ago
  • raginrayguns
    raginrayguns liked this · 8 years ago
  • lemonadesoda
    lemonadesoda reblogged this · 8 years ago
  • chmod666
    chmod666 reblogged this · 8 years ago
  • chmod666
    chmod666 liked this · 8 years ago
  • hellsunderground
    hellsunderground reblogged this · 8 years ago
  • slurppi
    slurppi liked this · 8 years ago
  • callipygianangel
    callipygianangel liked this · 8 years ago
  • eigonevictor-blog
    eigonevictor-blog reblogged this · 8 years ago
  • ronyyaya-blog
    ronyyaya-blog reblogged this · 8 years ago
  • cromulentenough
    cromulentenough reblogged this · 8 years ago
  • esotericcats
    esotericcats liked this · 8 years ago
  • kubleeka
    kubleeka reblogged this · 8 years ago
  • kubleeka
    kubleeka liked this · 8 years ago
  • wirehead-wannabe
    wirehead-wannabe liked this · 8 years ago
  • shacklesburst
    shacklesburst reblogged this · 8 years ago
  • bridgemindandheart
    bridgemindandheart liked this · 8 years ago
  • tswlft
    tswlft reblogged this · 8 years ago
  • kartoffelnchen-blog
    kartoffelnchen-blog liked this · 8 years ago
  • hannahbananajones123
    hannahbananajones123 reblogged this · 8 years ago
  • hannahbananajones123
    hannahbananajones123 liked this · 8 years ago
  • highway-cat
    highway-cat reblogged this · 8 years ago
jupyterjones - Productivity Please !!!
Productivity Please !!!

57 posts

Explore Tumblr Blog
Search Through Tumblr Tags