|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/drsuper/CalculusMechanics/ |
Upload File : |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Adventure 15 Activity 2 – Student</title>
<style>
body{
font-size:18px;
font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
margin:0;
padding:0;
background:#f5f5fb;
color:#222;
}
.wrap{
padding:12px 18px 18px;
max-width:none;
margin:0;
}
h1{margin:0.2rem 0 0.25rem;font-size:2.1rem;}
h2{margin-top:0.2rem;margin-bottom:0.55rem;font-size:1.55rem;}
h3{margin-top:1rem;margin-bottom:0.45rem;font-size:1.15rem;}
p{margin:0.4rem 0 0.8rem;line-height:1.62;}
a{color:#1f4ed8;text-decoration:none;}
a:hover{text-decoration:underline;}
.card{
border:1px solid #dde3ff;
background:#f6f7ff;
border-radius:14px;
padding:1rem 1rem 0.95rem;
margin-top:12px;
}
button {
background: #e9f0ff;
border: 2px solid #6b8cff;
border-radius: 0;
padding: 10px 18px;
font-size: 1rem;
cursor: pointer;
box-shadow: 0 3px 0 #4f6fe6;
transition: all 0.12s ease;
}
button:hover { background: #f3f7ff; }
button:active { background: #cddcff; box-shadow: 0 1px 0 #4f6fe6; transform: translateY(2px); }
button.checked {
background: #dff5e1;
border-color: #3a9b3a;
box-shadow: inset 0 2px 4px rgba(0,0,0,0.15);
}
button.sampled {
background: #fff3d9;
border-color: #d9a441;
box-shadow: inset 0 2px 4px rgba(0,0,0,0.15);
}
.footer{
margin-top:2.2rem;
font-size:0.9rem;
color:#777;
text-align:left;
border-top:1px solid #eee;
padding-top:0.8rem;
}
.small{font-size:0.95rem;color:#555;}
ul{margin:0.35rem 0 0.7rem 1.2rem;padding:0;}
li{margin:0.25rem 0;}
.formula{
font-family: "Courier New", monospace;
background:#fff;
border:1px solid #d9dff5;
padding:10px 12px;
display:inline-block;
margin:6px 0;
}
table{
width:100%;
border-collapse:collapse;
margin:12px 0 10px;
background:#fff;
}
th, td{
border:1px solid #999;
padding:8px 8px;
text-align:center;
vertical-align:middle;
}
th{
background:#eceffd;
font-weight:700;
}
input.answer{
width:110px;
padding:6px 8px;
font-size:16px;
border:1px solid #999;
background:#fffef8;
box-sizing:border-box;
}
.check-area{
margin-top:12px;
display:flex;
flex-wrap:wrap;
gap:12px;
align-items:center;
}
.result{
font-weight:700;
}
.img-placeholder{
border:2px dashed #9aa4d6;
background:#fff;
padding:22px 16px;
text-align:center;
margin:12px 0;
}
.planetary-split{
display:flex;
gap:18px;
align-items:flex-start;
}
.planetary-left{
width:25%;
flex:0 0 25%;
box-sizing:border-box;
}
.planetary-right{
width:75%;
flex:0 0 75%;
box-sizing:border-box;
}
.planetary-right img{
width:100%;
height:auto;
display:block;
margin-bottom:18px;
border:1px solid #b7bfdc;
background:#fff;
}
.planetary-right img:last-child{
margin-bottom:0;
}
.answer-line{
width:100%;
border-bottom:1px solid #333;
margin:14px 0 22px;
}
.answer-box{
width:100%;
height:120px;
border:1px solid #999;
border-radius:8px;
padding:10px;
font-size:18px;
box-sizing:border-box;
background:#fff;
resize:vertical;
margin:10px 0 20px;
}
.answer-box-large{
height:200px;
}
@media (max-width: 980px){
.planetary-split{
display:block;
}
.planetary-left,
.planetary-right{
width:100%;
}
.planetary-right{
margin-top:18px;
}
}
</style>
</head>
<body>
<div class="wrap">
<div class="nav-row">
<a href="index.html"><button>🧭 Hub</button></a>
<a href="adventure_15_home.html"><button class="secondary">🏠 Home</button></a>
<a href="adventure_15_activity_2_solution.html"><button class="secondary">🧠 Solution 2</button></a>
</div>
<div class="card">
<h1>🧩 Adventure 15 – Activity 2</h1>
<p class="small"><b>Look for patterns across the Solar System</b></p>
<p>Use the full planetary charts and data tables to answer the questions below. You will make observations about orbital speed, orbit size, and orbital period as distance from the Sun increases.</p>
</div>
<div class="card">
<div class="planetary-split">
<div class="planetary-left">
<h2>📊 Planetary Data Charts and Tables</h2>
<p>
Study the table and graphs carefully. As the planets get farther from the Sun,
compare how distance, orbit size, speed, and period change.
</p>
<p>
Use both the charts and the data table to spot patterns before answering the
questions below.
</p>
<h2>🔥 Questions</h2>
<p><b>1.</b> As distance from the Sun increases, what happens to orbital speed? Explain.</p>
<textarea class="answer-box"></textarea>
<p><b>2.</b> As distance from the Sun increases, what happens to all the other variables? Explain.</p>
<textarea class="answer-box"></textarea>
<p><b>3.</b> What is the relationship between period <b>T</b> and the variable <b>r^(3/2)</b>?</p>
<textarea class="answer-box"></textarea>
<p><b>4.</b> Using the formulas for <b>v</b> and <b>T</b>, can you explain the relation in question 3?</p>
<textarea class="answer-box"></textarea>
<p><b>5.</b> What other interesting relations or facts do you find in these data and charts?</p>
<textarea class="answer-box answer-box-large"></textarea>
</div>
<div class="planetary-right">
<img src="images/adventure_15_chart.png" alt="Planetary data main chart">
<img src="images/adventure_15_chart_2.png" alt="Planetary data secondary charts">
</div>
</div>
</div>
<div class="footer">Created by Dr. Super & Spark – Powered by ChatGPT</div>
</div>
</body>
</html>