KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/drsuper/CalculusMechanics/adventure_15_activity_2_solution.html
<!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 – Solution</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;}

    .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;
    }

    @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_student.html"><button class="secondary">🧩 Activity 2</button></a>
    
  </div>

  <div class="card">
    <h1>🧠 Adventure 15 – Activity 2 Solution</h1>
    <p class="small"><b>Pattern finding across the Solar System</b></p>
    <p>This page gives concise teacher-facing answers to the Activity 2 questions.</p>
  </div>

  <div class="card">
    <div class="planetary-split">
      <div class="planetary-left">
        <h2>📊 Planetary Data Charts and Tables</h2>
        <p>
          Use these charts together with the table to explain the big Solar System patterns:
          orbital speed decreases with distance, while orbit size and orbital period increase.
        </p>
        <p>
          The last two questions connect these visual patterns to Kepler’s third law and the
          formulas for orbital speed and orbital period.
        </p>

        <h2>✅ Suggested Answers</h2>
        <p><b>1.</b> As distance from the Sun increases, orbital speed decreases. Planets farther away move more slowly because the Sun’s gravitational pull is weaker at larger distances.</p>
        <p><b>2.</b> As distance from the Sun increases, orbit size increases and orbital period increases strongly. Outer planets travel much longer paths and take much longer to complete one orbit.</p>
        <p><b>3.</b> Period <b>T</b> is approximately proportional to <b>r^(3/2)</b>. Equivalently, <b>T²</b> is proportional to <b>r³</b>.</p>
        <p><b>4.</b> Since <b>v = √(GM/r)</b> and <b>T = 2πr / v</b>, substituting gives <b>T = 2π √(r³ / GM)</b>. Squaring both sides gives <b>T² = (4π² / GM) r³</b>.</p>
        <p><b>5.</b> Possible observations: inner planets are close together and move quickly; outer planets are far apart and move slowly; a small increase in orbital radius produces a much larger increase in orbital period.</p>
      </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 &amp; Spark – Powered by ChatGPT</div>
</div>
</body>
</html>

Anon7 - 2021