Skip to content

Commit

Permalink
Addressing #558 by putting sample problem in example environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbunn3 committed Jan 16, 2025
1 parent a609f1b commit bf31ac1
Showing 1 changed file with 38 additions and 37 deletions.
75 changes: 38 additions & 37 deletions source/calculus/source/09-PS/05.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -313,46 +313,47 @@

<subsection>
<title>Sample Problem</title>
<introduction>
<p>
Here you are tasked with approximating the value of <m>\cos(1)</m>.
</p>
</introduction>
<task>
<statement>
<p>
Calculate the 4th degree Taylor polynomial for <m>f(x)=\cos x</m> centered at <m>\pi</m>,
then use it to approximate the value of <m>\cos(1)</m> to three decimal places.
</p>
</statement>
</task>

<task>
<statement>
<p>
Apply Taylor's Theorem to find an upper bound for the error in this approximation.
</p>
</statement>
</task>
<example>
<introduction>
<p>
Here you are tasked with approximating the value of <m>\cos(1)</m>.
</p>
</introduction>
<task>
<statement>
<p>
Calculate the 4th degree Taylor polynomial for <m>f(x)=\cos x</m> centered at <m>\pi</m>,
then use it to approximate the value of <m>\cos(1)</m> to three decimal places.
</p>
</statement>
</task>

<task>
<statement>
<p>
Use technology to calculate <m>|R_4(1)|</m>. Is the error within the upper bound found
in part (b)?
</p>
</statement>
</task>
<task>
<statement>
<p>
Apply Taylor's Theorem to find an upper bound for the error in this approximation.
</p>
</statement>
</task>

<task>
<statement>
<p>
Explain whether the approximation error <m>|R_{k}(1)|</m> increases or decreases as
<m>k\rightarrow\infty</m>.
</p>
</statement>
</task>
<task>
<statement>
<p>
Use technology to calculate <m>|R_4(1)|</m>. Is the error within the upper bound found
in part (b)?
</p>
</statement>
</task>

<task>
<statement>
<p>
Explain whether the approximation error <m>|R_{k}(1)|</m> increases or decreases as
<m>k\rightarrow\infty</m>.
</p>
</statement>
</task>
</example>

</subsection>

Expand Down

0 comments on commit bf31ac1

Please sign in to comment.