// StartMathJax Script window.MathJax = {loader: {load: [ 'input/asciimath', 'ui/lazy', 'output/chtml', 'ui/menu']} }; (function() { var script = document.createElement('script'); script.src = "https://cdn.jsdelivr.net/npm/mathjax@3/es5/startup.js"; script.async = true; document.head.appendChild(script); })(); ---------- (Different files) ---------- // UpdateTypeset Script config = { attributes: true, childList: true, subtree: true }; // Callback function to execute when mutations are observed callback = (mutationList, observer) => { for (mutation of mutationList) { if (mutation.type === 'childList') { console.log('A child node has been added or removed.'); MathJax.typeset(); } else if (mutation.type === 'attributes') { console.log(`The ${mutation.attributeName} attribute was modified.`); } } }; // Create an observer instance linked to the callback function observer = new MutationObserver(callback); document.onreadystatechange = () => { if (document.readyState === 'complete') { console.log("Loaded fully according to readyState") targetNode = document.getElementById('content-wrapper') console.log(targetNode) // Start observing the target node for configured mutations observer.observe(targetNode, config); } }
top of page

The Discovery of Superfluidity

Updated: Jul 21, 2023

#17 Science in History

08 January 1938


On this day in 1938, the journal Nature publishes two articles describing the superfluidity of liquid helium at a temperature near absolute zero.




A thin film creeps up the inside wall of the cup and down the outside.


The drop on the underside will fall into the reservoir of liquid helium below






This phenomenon was discovered, independently, by Pyotr Kapitsa in Moscow and by John Allen and Don Misener in Cambridge.


Superfluidity is a state in which a liquid can flow without friction, and it occurs when liquid helium is cooled just a few degrees below its boiling point of –269°C. Helium will remain liquid down to absolute zero (-273.15°C), the temperature at which, in theory, atoms stop moving. Helium atoms are so light and weakly attracted to each other that they never solidify – the atoms act as one and don’t collide with each other, which is why superfluid helium can flow without friction. A superfluid material can trickle through molecule-thin cracks, climb up and over the sides of a container, and remain still even when the container is set spinning. So, what can superfluid materials be used for?

  • A coolant for high-field magnets

  • Cooling materials to very low temperatures allows them to be studied in a unique state.

  • Creating ultra-precise sensors to detect gravitational waves

  • Applications in ultra-efficient engines and pumps.


Photo credit

Wikipedia. 2022. "Superfluidity." Wikimedia Foundation. Last modified December 8, 2022. https://en.wikipedia.org/wiki/Superfluidity. Original photograph by Alfred Leitner

 

As part of his quest to understand what one degree of temperature is, Ben Miller visits Oxford's

Clarendon Laboratory. Here scientists produce temperatures just a few degrees above absolute zero. Ben Miller explores the bizarre effects of these temperatures on helium.







bottom of page