// 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 Telephone's Crowning Moment: Bell Demonstrates his Device to Queen Victoria

Updated: Jul 21, 2023

#21 Science in History

14 January 1878


Today in 1878, Alexander Graham Bell, the inventor of the telephone, demonstrated his invention to Queen Victoria at her Isle of Wight estate.

The telephone terminal from Osborne Cottage


Bell had been granted a patent for the telephone in 1876. In 1877, he was in England ostensibly on his honeymoon, but he also demonstrated his device to engineers and give lectures to scientists.


Queen Victoria requested a demonstration, so Bell took a train and then a ferry across the Solent to the Isle of Wight. He set up a line between Osborne Cottage and Osborne House then gave the Queen a lecture and a chance to use the device. Victoria was impressed enough to order a private line to be installed between her residence at Osborne House and Buckingham Palace in London.


"After dinner we went to the Council Room & saw the Telephone. A Professor Bell explained the whole process, which is most extraordinary…"


Queen Victoria's Journal Entry


The invention was the result of years of experimentation and research, working tirelessly to perfect the device. He was inspired by his work with the deaf, and he wanted to create a device that would allow them to communicate more easily.


Alexander Graham Bell's telephone changed the way people communicate. The telephone allowed for instant communication – a major advantage over the mail service. The demonstration of the telephone to Queen Victoria marked the beginning of a new era of instant communication, and it helped to establish the telephone as a vital tool for business and personal communication.









3 views0 comments
bottom of page