Does life exist somewhere outside Earth? What about intelligent life?
Author
Earth & Space Science
Unit 2Time: 2 Days
👽 Are We Alone in the Universe? 👽
8 The Anchor Phenomenon
8.1 🌌 4.5 Billion Years of Cosmic Patience
4.5 billion years passed and 5 mass extinctions occurred before intelligent life evolved on Earth. So far, we’ve found zero evidence of life anywhere else. Are we alone?
The Numbers:
🌟 There are roughly 200 billion trillion (\(2 \times 10^{23}\)) stars in the observable universe
🪐 Most stars have planets — that’s potentially trillions of planets
🦠 Life appeared on Earth relatively quickly (~500 million years after formation)
🧠 But intelligent life took 4.5 billion years — and required 5 mass extinctions
📡 Despite decades of searching (SETI), we’ve detected zero signals from other civilizations
8.1.1 The Fermi Paradox
If the universe is so vast and old, and life appeared relatively quickly on Earth… where is everybody?
timeline = [ {event:"Earth forms",time:-4500,duration:0,color:"#e74c3c",y:0}, {event:"First life (bacteria)",time:-3800,duration:0,color:"#2ecc71",y:1}, {event:"Oxygen rises",time:-2400,duration:0,color:"#3498db",y:2}, {event:"First complex cells",time:-2000,duration:0,color:"#9b59b6",y:3}, {event:"Cambrian Explosion",time:-540,duration:0,color:"#f39c12",y:4}, {event:"First land animals",time:-430,duration:0,color:"#e67e22",y:5}, {event:"Dinosaur extinction",time:-66,duration:0,color:"#e74c3c",y:6}, {event:"Modern humans",time:-0.3,duration:0,color:"#00cec9",y:7}]Plot.plot({title:"Timeline of Life on Earth (millions of years ago)",subtitle:"Intelligent life is the product of 4.5 billion years of evolution",width:700,height:350,marginLeft:160,x: {label:"Millions of years ago",reverse:true,grid:true},y: {label:null},marks: [ Plot.dot(timeline, {x: d =>-d.time,y:"event",fill:"color",r:8,tip:true}), Plot.text(timeline, {x: d =>-d.time,y:"event",text: d =>`${Math.abs(d.time)} Mya`,dx:15,fontSize:10,fontWeight:"bold" }), Plot.ruleX([0], {stroke:"#00cec9",strokeWidth:2,strokeDasharray:"5,5"}) ]})
🧠 If Earth’s 4.5-billion-year history were compressed into a single 24-hour day, modern humans wouldn’t appear until the last 0.2 seconds before midnight. Life is ancient. Intelligence is brand new.
8.1.2 📝 Your Initial Ideas
Do you think life exists somewhere outside Earth? What about intelligent life? Why or why not?
If life does exist elsewhere, why haven’t we detected it yet? List at least 3 possible explanations.
What conditions on Earth do you think were necessary for life to evolve? Make a list.
Write at least 3 questions for the Driving Question Board.
8.1.3 🎯 Performance Task Preview
By the end of this unit, you’ll use your findings to develop an explanation for why it took 4.5 billion years for modern humans to emerge, then argue whether life or intelligent life exists somewhere outside Earth — and why we haven’t made contact.
8.1.4 📋 Driving Question Board Starters
Why are there so many craters on the Moon but not on Earth?
How did asteroid impacts affect the evolution of life?
How did Earth’s atmosphere change over time, and how did life cause those changes?
Where did all the matter in the universe come from?
---title: "Unit 2: Opening — Are We Alone?"subtitle: "Does life exist somewhere outside Earth? What about intelligent life?"author: "Earth & Space Science"format: html: toc: false toc-depth: 3 number-sections: true code-fold: trueexecute: echo: true warning: false---```{=html}<style>@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@700&family=Inter:wght@400;600;800&display=swap');.engage-box { background: linear-gradient(135deg, #00cec9 0%, #6c5ce7 100%); color: white; padding: 25px; margin: 20px 0; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 206, 201, 0.3); }.engage-box h2 { font-family: 'Space Grotesk', sans-serif; font-size: 2em; margin-top: 0; }.pe-badge { display: inline-block; background: linear-gradient(135deg, #00cec9 0%, #6c5ce7 100%); color: white; padding: 8px 16px; border-radius: 20px; font-size: 13px; font-weight: 800; margin: 5px; box-shadow: 0 4px 15px rgba(0, 206, 201, 0.4); text-transform: uppercase; letter-spacing: 1px; }.big-question { font-family: 'Space Grotesk', sans-serif; font-size: 2.5em; font-weight: 800; background: linear-gradient(135deg, #00cec9 0%, #6c5ce7 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin: 30px 0 20px 0; text-align: center; animation: slideIn 0.8s ease-out; }.key-idea { background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%); padding: 20px; margin: 20px 0; border-radius: 12px; border-left: 8px solid #ff6b6b; font-size: 1.1em; }.student-task { background: #fff3e0; border-left: 5px solid #ff9800; padding: 20px; margin: 15px 0; border-radius: 0 10px 10px 0; }.mind-blown { background: linear-gradient(135deg, #00cec9 0%, #6c5ce7 100%); color: white; padding: 20px; margin: 20px 0; border-radius: 15px; font-size: 1.3em; font-weight: 700; text-align: center; box-shadow: 0 10px 25px rgba(0, 206, 201, 0.4); }.check-understanding { background: linear-gradient(to right, #00cec9, #6c5ce7); color: white; padding: 20px; margin: 20px 0; border-radius: 12px; border-left: 6px solid #fff; }@keyframes slideIn { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }h1 { font-family: 'Space Grotesk', sans-serif !important; font-weight: 800 !important; font-size: 2.8em !important; margin-top: 40px !important; }h2 { font-family: 'Space Grotesk', sans-serif !important; font-weight: 700 !important; color: #00cec9 !important; }</style>```<span class="pe-badge">Unit 2</span> <span class="pe-badge">Time: 2 Days</span><div class="big-question">👽 Are We Alone in the Universe? 👽</div># The Anchor Phenomenon::: {.engage-box}## 🌌 4.5 Billion Years of Cosmic Patience<div style="font-size: 1.3em; font-weight: 700; text-align: center; margin: 20px 0; text-shadow: 2px 2px 4px rgba(0,0,0,0.3);">4.5 billion years passed and 5 mass extinctions occurred before intelligent life evolved on Earth. So far, we've found zero evidence of life anywhere else. Are we alone?</div>**The Numbers:**- 🌟 There are roughly **200 billion trillion** ($2 \times 10^{23}$) stars in the observable universe- 🪐 Most stars have planets — that's potentially **trillions** of planets- 🦠 Life appeared on Earth relatively quickly (~500 million years after formation)- 🧠 But intelligent life took **4.5 billion years** — and required 5 mass extinctions- 📡 Despite decades of searching (SETI), we've detected **zero signals** from other civilizations### The Fermi ParadoxIf the universe is so vast and old, and life appeared relatively quickly on Earth… **where is everybody?**:::```{ojs}//| echo: falsePlot = require("@observablehq/plot")d3 = require("d3@7")``````{ojs}//| echo: falsetimeline = [ {event: "Earth forms", time: -4500, duration: 0, color: "#e74c3c", y: 0}, {event: "First life (bacteria)", time: -3800, duration: 0, color: "#2ecc71", y: 1}, {event: "Oxygen rises", time: -2400, duration: 0, color: "#3498db", y: 2}, {event: "First complex cells", time: -2000, duration: 0, color: "#9b59b6", y: 3}, {event: "Cambrian Explosion", time: -540, duration: 0, color: "#f39c12", y: 4}, {event: "First land animals", time: -430, duration: 0, color: "#e67e22", y: 5}, {event: "Dinosaur extinction", time: -66, duration: 0, color: "#e74c3c", y: 6}, {event: "Modern humans", time: -0.3, duration: 0, color: "#00cec9", y: 7}]Plot.plot({ title: "Timeline of Life on Earth (millions of years ago)", subtitle: "Intelligent life is the product of 4.5 billion years of evolution", width: 700, height: 350, marginLeft: 160, x: {label: "Millions of years ago", reverse: true, grid: true}, y: {label: null}, marks: [ Plot.dot(timeline, { x: d => -d.time, y: "event", fill: "color", r: 8 , tip: true}), Plot.text(timeline, { x: d => -d.time, y: "event", text: d => `${Math.abs(d.time)} Mya`, dx: 15, fontSize: 10, fontWeight: "bold" }), Plot.ruleX([0], {stroke: "#00cec9", strokeWidth: 2, strokeDasharray: "5,5"}) ]})```<div class="mind-blown">🧠 If Earth's 4.5-billion-year history were compressed into a single 24-hour day, modern humans wouldn't appear until the last 0.2 seconds before midnight. Life is ancient. Intelligence is brand new.</div>::: {.student-task}### 📝 Your Initial Ideas1. Do you think life exists somewhere outside Earth? What about **intelligent** life? Why or why not?2. If life does exist elsewhere, why haven't we detected it yet? List at least 3 possible explanations.3. What conditions on Earth do you think were necessary for life to evolve? Make a list.4. Write at least **3 questions** for the Driving Question Board.:::::: {.key-idea}### 🎯 Performance Task PreviewBy the end of this unit, you'll use your findings to **develop an explanation for why it took 4.5 billion years for modern humans to emerge,** then **argue whether life or intelligent life exists somewhere outside Earth** — and why we haven't made contact.:::::: {.check-understanding}### 📋 Driving Question Board Starters- Why are there so many craters on the Moon but not on Earth?- How did asteroid impacts affect the evolution of life?- How did Earth's atmosphere change over time, and how did life cause those changes?- Where did all the matter in the universe come from?- Will a major asteroid ever hit Earth again?:::