// 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

Amelia Earhart's Autogiro Adventure

67 Science in History

18th December 1930

Earhart

There's flying, and then there's flying à la Amelia Earhart. On this day in 1930, Amelia, with her trademark blend of grace and grit, made history by being the first woman to pilot an autogyro solo. (An autogyro is the lovechild of an aeroplane and a helicopter – a quirky craft that prefers to hop into the air rather than sprint down a runway).


Amelia Earharty

On that crisp December day, Amelia wasn't just taking a jaunt across the skies; she was etching a line in the history books. Taking off from Pitcairn Field in Pennsylvania, Earhart lifted off in her PCA-2 autogyro with the kind of casual bravery that would make most daredevils blush. This wasn't just a flight; it was a statement, a soaring declaration of women's rising place in the world of aviation and beyond.


The following day, she was back at Pitcairn Field for more aerial escapades. This time, she took on the role of hostess, offering several trips to various passengers in the Autogyro. She flew back and forth, ferrying excited passengers until the evening shadows crept across the field.


Amelia's autogyro escapade was one of her many skyward conquests. She was the first woman to fly solo across the Atlantic, a treacherous journey she completed in 1932, earning her the Distinguished Flying Cross. She traversed the Pacific from Hawaii to California solo in 1935, and then she jauntily hopped from Los Angeles to Mexico City, and from Mexico City to Newark. Each flight wasn't just a notch on her belt but a step forward for women everywhere.


Earhart was more than an aviator; she was an educator, serving as a visiting faculty member at Purdue University, counselling on careers in aeronautics, and inspiring women to aim for the stars—both metaphorically and literally. She was a living, breathing example that the sky was not the limit; in fact, there were no limits.


In a twist of fate, her last mission was an attempt to become the first woman to fly around the globe. Although her 1937 disappearance over the Pacific remains one of history's great mysteries, her legacy is as clear. Amelia Earhart didn't just break records; she shattered societal expectations.


So today, as we remember her autogyro solo flight, we celebrate not just this quirky aerial feat, but the spirit of a woman who lived life on her terms, with the throttle full open and the horizon beckoning. Amelia Earhart remains an icon not merely of aviation but of the fearless pursuit of ambition.


 

I'm always eager to hear from you, so please feel free to leave your comments! Your feedback is much appreciated.



logo for sciteach


bottom of page