The nice people from In a Nutshell – Kurzgesagt explain what light is.
todays bird
2025 on Tumblr: Trends That Defined the Year

ellievsbear
noise dept.
Stranger Things
Xuebing Du

★
PUT YOUR BEARD IN MY MOUTH

Discoholic 🪩

PR's Tumblrdome
KIROKAZE
almost home
Mike Driver
Jules of Nature

if i look back, i am lost
macklin celebrini has autism
sheepfilms
Not today Justin
Alisa U Zemlji Chuda
Monterey Bay Aquarium
seen from Indonesia

seen from Dominican Republic

seen from Malaysia
seen from Kenya

seen from Italy
seen from Dominican Republic
seen from France
seen from Ukraine
seen from United States
seen from United Kingdom

seen from Malaysia

seen from Argentina

seen from Colombia

seen from Canada
seen from Kenya
seen from Chile

seen from Colombia
seen from United States
seen from South Korea
seen from Türkiye
@virtualdistortion
The nice people from In a Nutshell – Kurzgesagt explain what light is.
XKCD and Minute Physics explain how to go to space, using only the 1000 most used words in the English language.
It’s Red, White and Blue stars month!
This week’s entry: Life of a star Part 2
http://www.schoolsobservatory.org.uk/astro/stars/lifecycle
The wonderful and terrifying implications of computers that can learn.
In the movie “Ex Machina” (which is really great BTW) this code can briefly be seen:
#BlueBook code decryption
import sys def sieve(n): x = [1] * n x[1] = 0 for i in range(2,n/2): j = 2 * i while j < n: x[j]=0 j = j+i return x def prime(n,x): i = 1 j = 1 while j <= n: if x[i] == 1: j = j + 1 i = i + 1 return i - 1 x=sieve(10000) code = [1206,301,384,5] key =[1,1,2,2,] sys.stdout.write(“”.join(chr(i) for i in [73,83,66,78,32,61,32])) for i in range (0,4): sys.stdout.write(str(prime(code[i],x)-key[i]))
Which when you run with python2.7 you get the following:
ISBN = 9780199226559
Which is Embodiment and the inner life: Cognition and Consciousness in the Space of Possible Minds Pretty neat easter egg!
jgc says: “There’s a related thread on reddit about this.”
What’s the Difference Between Petrol & Diesel? - Bang Goes The The Theory
Jem Stansfield highlights the differences between petrol and diesel in an explosive way.
By: Brit Lab.
Physics paper sets record with more than 5,000 authors!
Detector teams at the Large Hadron Collider collaborated for a more precise estimate of the size of the Higgs boson. Click to read more.
SpaceX has released an incredible video showing how it plans to land the largest rocket in the world.
Details of the Omega Nebula image credit: European Southern Observatory
Yitang Zhang bided his time teaching calculus. Then he solved a hundred-and-fifty-year-old math problem.
I really enjoyed this article from The New Yorker about Yitang Zhang, the professor who published “Bounded gaps between primes” last year to wide mathematic acclaim.
Heads up stargazers! December 13 is the peak of the Geminid Meteor Shower. About one meteor trail per minute may be expected, appearing to radiate from a direction in the sky near the star Castor in the constellation Gemini.
Many experienced skywatchers would say the Geminids of December is the best annual meteor shower rather than the better-known Perseids of August. The shower shows substantial activity for about one or two days before maximum and one day after maximum, with as many as 60 to 120 “Gems” seen under “ideal” conditions: a wide-open view of a dark sky, far away from any light pollution.
You needn’t worry about getting hit by a Geminid meteor; they are tiny bits of cosmic dust and grit and all are consumed by way of friction in our upper atmosphere dozens of miles above our heads. In case of the Geminids, the only “danger” is getting coated by frost and falling asleep.
Read more about what you can find in the winter sky this month.
Image via NASA
Neil Degrasse Tyson: Is Gravity Made Of Particles? Is That The Right Question?
A fan wants to know if gravity is a particle or a side effect of the multi-dimensional geometry of space, or both? And is that even the right question? The answer takes astrophysicist Neil deGrasse Tyson into more philosophical territory than expected, and it doesn’t stop there. As Neil tells co-host Leighann Lord, “Allow there to be a spectrum in all you see.”
This “Behind the Scenes” video was shot during the recording of our episode, “Cosmic Queries: Gravity.” You can listen to the full podcast here: http://www.startalkradio.net/show/cosmic-queries-gravity/
By: StarTalk Radio.
FOR THOSE WHO DON'T LIKE TO TALK ON THE PHONE BUT WANT TO HELP KEEP THE INTERNET AWESOME
Go to http://www.fcc.gov/comments
Click on 14-28
Comment “I want internet service providers classified as common carriers.”
Done!
Please reblog for people who have phone-related phobias or anxieties.
Be sure to hit “confirm” to send your comment.
The sine and cosine functions for the circle, as every student should see them.
(
Edit: the animation is also available, without watermark, at higher resolution and slower frame rate at Wikimedia Commons.)
HAPPY PI DAY! To celebrate, here’s this long-due animation of the usual trigonometric functions, sine and cosine, geometrically defined in terms of the unit circle.
I know this animation is a bit of the same as several others of my previous animations , but this is THE version that I should have done ages ago, if not done first of all.
This is what the sine and cosine functions, the ones you are taught, really are in terms of the unit circle.
First, we have the unit circle (with radius = 1) in green, placed at the origin at the bottom right.
In the middle of this circle, in yellow, is represented the angle theta (θ), that we’re going to plug in our trigonometric functions. This angle is the amount of counter-clockwise rotation around the circle starting from the right, on the x-axis, as you can see. An exact copy of this little angle is shown at the top right, visually helping us define what θ is.
At this angle, and starting at the origin, we trace a (faint) green line outwards. This line intersects the unit circle at a single point, which is the green point you see spinning around at a constant rate as the angle θ changes, also at a constant rate.
Now, we take the vertical position of this point and project it straight (along the faint red line) onto the graph on the left of the circle. This gets us the red point. The y-coordinate of this red point (the same as the y-coordinate of the green point) is the value of the sine function evaluated at the angle θ, that is:
y coordinate of green point = sin θ
As the angle θ changes, we can see the red point moves up and down, tracing the red graph. This is the graph for the sine function. The faint vertical lines you see passing to the left are marking every quadrant along the circle, that is, at every angle of 90° or π/2 radians. Notice how the sine curve goes from 1, to zero, to -1, then back to zero, at exactly these lines. This is reflecting the fact sin(0) = 0, sin(π/2) =1, sin(π) = 0 and sin(3π/ 2) = -1
Now, we do a similar thing with the x-coordinate of the green point. However, since the x-coordinate is tilted from the usual way we plot graphs (where y = f(x), with y vertical and x horizontal), we have to “untilt” it in order to repeat the process above in the same orientation. This was represented by that “bend” you see on the top right.
So, the green point is projected upwards (along the faint blue line) and this “bent” projection ends up in the top graph’s rightmost edge, at the blue point. The y-coordinate of this blue point (which, as you can see due to our “bend”, is the same as the x-coordinate of the green point) is the value of the cosine function evaluated at the angle θ, that is:
x coordinate of green point = cos θ
The blue curve traced by this point, as it moves up and down with changing θ, is the the graph of the cosine function. Notice again how it behaves at it crosses every quadrant, reflecting the fact cos(0) = 1, cos(π/2) = 0, cos(π) = -1 and cos(3π/2) = 0.
And there you go. That’s all there is to it. That’s what sine and cosine are. Simple, huh?
Now, while the concept itself is pretty simple, a lot of people get confused about what the sine and cosine functions actually represent, because visualizations such as this are not presented to them when they are first taught trigonometry.
A lot of teachers, and plenty of school books, fail to mention any of this in detail, as I tried to do here, instead throwing a bunch of formulas in front of students. But the geometric intuition, as presented here, is much simpler to grasp, much more useful in general, and will stick to you for life once you get it. The formulas and important values for sine and cosine don’t need to be memorized anymore, because now you should understand what these values should be, given the underlying logic of things. And that’s what math is all about: making sense of things so they are plainly evident to anyone.
In my most popular post to date (over 360 thousand notes as of now, holy crap!), I saw a lot of people commenting that seeing the top graph, which is the sine function for the circle, made all that trigonometry stuff click.
I was baffled. People were angry that no teacher has ever showed anything like that to them before. That’s crazy! At this age where computers are everywhere, this sort of thing should be in every classroom, and be seen by every student.
So, in order to do justice to the unit circle and these immensely important trigonometric functions, and in order to fill an obvious pedagogical hole in math classrooms and textbooks everywhere, I decided to finally make this animation. No fancy or crazy alternative takes on the sine and cosine this time, just the good ol’ pair of trigonometric functions we all should understand and love.
Happy Pi Day, everyone!
Which is more likely: that NASA broke the laws of physics, or that an early experiment on propellant-free microwave thrust technology has a measurement flaw?
Cosmic magnifying glass: http://1.usa.gov/1nldheK Dinosaurs: http://bit.ly/1s1AlXG Smoking: http://bit.ly/1shcOj2 Space engine: http://bit.ly/WPLCgY
Giant penguin: http://bit.ly/UK6xjO Stem cells: http://bit.ly/UK6rbU Cheshire cat: http://bit.ly/UUo3BN Transparent mice: http://bit.ly/1pR0wdn
How Big Is Our Solar System?: