Skip to content
Merged
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
6 changes: 3 additions & 3 deletions source/calculus/source/06-AI/07.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,13 @@
<task>
<statement>
<p>
Draw and label a horizontal rectangle across the middle of the plate of width <m> l_i</m>
and height <m> x_i</m>. What is the area <m>A_i</m> of this rectangle?
Draw and label a thin, horizontal rectangle across the middle of the plate of width <m> l_i</m>
and height <m> \Delta x_i</m>. What is the area <m>A_i</m> of this rectangle?
</p>
</statement>
<answer>
<p>
<m>A_i=l_ix_i</m>
<m>A_i=l_i\Delta x_i</m>
</p>
</answer>
</task>
Expand Down