Skip to content

Answers to 4.1 Geometry of Definite Integrals (IN1) except 4.1. 9 #755

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 32 additions & 2 deletions source/calculus/source/04-IN/01.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
<li><p>3</p></li>
<li><p>4</p></li>
</ol>
<answer>
<p>
A
</p>
</answer>
</activity>


Expand All @@ -42,6 +47,11 @@
<li><p>3</p></li>
<li><p>4</p></li>
</ol>
<answer>
<p>
B
</p>
</answer>
</activity>

<activity>
Expand All @@ -53,6 +63,11 @@
<li><p>3</p></li>
<li><p>4</p></li>
</ol>
<answer>
<p>
C
</p>
</answer>
</activity>


Expand All @@ -65,6 +80,11 @@
<li><p><m>3\pi</m></p></li>
<li><p><m>4\pi</m></p></li>
</ol>
<answer>
<p>
B
</p>
</answer>
</activity>

<definition>
Expand All @@ -89,7 +109,11 @@
</ol>
</p>
</statement>

<answer>
<li><p><m>-\frac{45}{2}</m></p></li>
<li><p><m>-4 \, \pi</m></p></li>
<li><p><m>-24</m></p></li>
</answer>
</activity>
<!-- <answer>
<p>
Expand Down Expand Up @@ -137,9 +161,15 @@
<task> <p> Find <m>\int_{3}^{6} g(t) \, dt</m></p></task>
<task> <p> Find <m>\int_{0}^{10} g(t) \, dt</m></p></task>
<task> <p> Suppose that <m>g(t)</m> gives the velocity in fps at time <m>t</m> (in seconds) of a particle moving in the vertical direction. A positive velocity indicates that the particle is moving up, a negative velocity indicates that the particle is moving down. If the particle started at a height of 3ft, at what height would it been after 3 seconds? After 6 seconds? After 10 seconds? At what time does the particle reach the highest point in this time interval?</p></task>

<answer>
<p>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This part did not take my answers.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to structure it like

<task>
  <statement>
  Task goes here
  </statement>
  <answer>
    Answer goes here
  </answer>
</task>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can have something like

<task>
   Task goes here
</task>

And PreTeXt helps you out and makes everything into the statement of the task. However, you cannot also have a <hint> or an <answer> when you do that. You must use a <statement> if you want to show an <answer>.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually I think you need at least <task><p>words</p></task>. But unless the task is very short, I usually go ahead and use <task><statement><p>words</p></statement.</task>.

</p>
</answer>
</activity>


</subsection>
<subsection>
<title>Videos</title>
Expand Down