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_7_activity_solution.html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <title>Adventure 7 — Solutions</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <!-- ✅ ADD CALCULATOR CSS HERE -->
  <link rel="stylesheet" href="images/calc-popup.css">
  <style>
    body {
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      margin: 0; padding: 0;
      background: #f5f5fb; color: #222;
    }
    .page{
      width:100%;
      box-sizing:border-box;
      padding:1.8rem 5vw 3rem;
      background:#fff;
      max-width:none;
      margin:0 auto;
    }
    h1{margin:0.2rem 0 0.25rem; font-size:2rem;}
    .subtitle{color:#555; margin:0 0 1.2rem; line-height:1.45;}
    h2{margin-top:1.4rem; margin-bottom:0.4rem; font-size:1.25rem;}
    p{margin:0.35rem 0 0.7rem; line-height:1.55;}
    ul{margin-top:0.3rem; padding-left:1.2rem;}
    li{margin:0.25rem 0;}
    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:0.7rem;}
    code{background:#fff; border:1px solid #d9def5; padding:2px 6px; border-radius:8px;}
    .footer{margin-top:2.2rem; font-size:0.9rem; color:#777; text-align:left; border-top:1px solid #eee; padding-top:0.8rem;}
    .two-col{
      display:grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 2rem;
      align-items:start;
      clear:both;
    }
    .right-col{ text-align:center; }
    .charts-stack img{
      width: 115%;
      height:auto;
      border-radius:12px;
      border:1px solid #dde3ff;
      display:block;
      margin: 0 auto 1rem;
    }
    .chart-sticky{ position: sticky; top: 1rem; }
    @media (max-width: 900px){
      .two-col{ grid-template-columns:1fr; }
      .chart-sticky{ position: static; }
      .charts-stack img{ width:100%; }
    }
    input[type="text"], input[type="number"]{
      width:100%;
      max-width:260px;
      padding:0.35rem 0.45rem;
      font-size:0.95rem;
      border-radius:8px;
      border:1px solid #c3cade;
      margin-top:0.25rem;
      box-sizing:border-box;
    }
    textarea{
      width:100%;
      max-width:640px;
      padding:0.45rem 0.55rem;
      font-size:0.95rem;
      border-radius:10px;
      border:1px solid #c3cade;
      margin-top:0.25rem;
      box-sizing:border-box;
      line-height:1.45;
    }
    .row-grid{
      display:grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1rem 1.4rem;
      margin-top:0.6rem;
      clear:both;
    }
    @media (max-width: 900px){
      .row-grid{ grid-template-columns:1fr; }
    }
      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;
}

/* Hover */
button:hover {
  background: #f3f7ff;
}

/* Pressed */
button:active {
  background: #cddcff;
  box-shadow: 0 1px 0 #4f6fe6;
  transform: translateY(2px);
}

/* Optional: "checked" feeling after click */
  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);
      }
</style>
</head>
<body>
  <div class="page">
    <div style="display:flex; flex-wrap:wrap; gap:12px; margin-bottom:0.8rem;">
      <a href="index.html"><button style="font-size:16px; padding:12px 16px;">🧭 Hub</button></a>
      <a href="adventure_7_home.html"><button style="font-size:16px; padding:12px 16px;">🏠 Home</button></a>
      <a href="adventure_7_activity_student.html"><button style="font-size:16px; padding:12px 16px;">✏️ Activity</button></a>
    </div>

    <h1>✅ Adventure 7 — Solutions</h1>
    <div class="subtitle">
      Filled tables and sample explanations. Use these to check your work.
    </div>

    <div class="two-col">
      <div class="left-col">
        <h2>1) Velocity estimates and chart values</h2>
        <ul>
          <li><b>t=5:</b> slope ≈ 3.3 km/s, chart 3.9 km/s → 3900 m/s</li>
          <li><b>t=30:</b> slope ≈ 7.9 km/s, chart 7.8 km/s → 7800 m/s</li>
          <li><b>t=58:</b> slope ≈ 10 km/s, chart 11 km/s → 11000 m/s</li>
        </ul>

        <h2>2) Acceleration (slope of velocity)</h2>
        <ul>
          <li><b>t=5:</b> 13 m/s² (matches chart)</li>
          <li><b>t=30:</b> 0 m/s² (matches chart)</li>
          <li><b>t=58:</b> 5.66 m/s² (matches chart)</li>
        </ul>

        <h2>3) Mass from m(t)</h2>
        <ul>
          <li><b>m(5)=</b> 50,000 − 2,000·5 = 40,000 kg</li>
          <li><b>m(30)=</b> 30,000 kg</li>
          <li><b>m(58)=</b> 30,000 − 600(58−55) = 27,000 kg</li>
        </ul>

        <h2>4) Mass change m′(t)</h2>
        <ul>
          <li><b>t=5:</b> m′ = −2000 kg/min = 33.3 kg/s</li>
          <li><b>t=30:</b> m′ = 0</li>
          <li><b>t=58:</b> m′ = −600 kg/min = 10 kg/s</li>
        </ul>

        <h2>5) Force</h2>
        <ul>
          <li><b>t=5:</b> m·a = 520,000 N; v·m′ = 129,870 N; F ≈ 390,130 N</li>
          <li><b>t=30:</b> F ≈ 0</li>
          <li><b>t=58:</b> m·a = 152,820 N; v·m′ = 110,000 N; F ≈ 42,820 N</li>
        </ul>

        <h2>Interpretation (sample answers)</h2>
        <ul>
          <li><b>Force is largest at launch</b> because acceleration and fuel burn are both large.</li>
          <li><b>Force is near zero while coasting</b> because a≈0 and m′=0.</li>
          <li><b>Force increases near 58 min</b> because the rocket starts another burn (escape burn).</li>
        </ul>

        <h2>(***) Why acceleration can be exact but velocity slope is not</h2>
        <p>
          The velocity curve is piecewise linear, so its slope (acceleration) is constant on each stage, making rise/run exact.
          The distance curve is curved, so rise/run gives an average slope over an interval, not the instantaneous slope.
        </p>

        <h2>What makes the rocket go forward?</h2>
        <p>Fuel is ejected backward; the reaction pushes the rocket forward (and the rocket becomes lighter as it burns fuel).</p>
      </div>

      <div class="right-col chart-sticky">
        <div class="charts-stack">
          <img src="images/adventure_7_chart_1.png" alt="Rocket Distance–Velocity–Acceleration charts">
          <img src="images/adventure_7_chart_2.png" alt="Rocket Mass–Momentum–Force charts">
        </div>
      </div>
    </div>

    <div class="footer">Dr. Super &amp; Spark — Powered by ChatGPT</div>
  </div>
   <script src="images/calc-popup.js"></script>  
</body>
</html>

Anon7 - 2021