Update Activity 8-6-2 answers and solutions#453
Open
Tanaquil18 wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes some things with the answers and solutions to the activity that appears as 8.6.3.
In part a, since the activity is using a Taylor polynomial to approximate the value of e^2, it seems kind of circular to use e^2 as the M in the Lagrange Error Bound. I adjusted the answer and solution to use 3^2 instead.
In part b, I think the use of 12, 11, and 10 in various places without saying why was confusing. I made them all 11, and then the discussion can be had about why we actually don't have a term with x^11 in it. Alternatively, we could say something about that explicitly and then use T_10 throughout.
In part c, the answer wasn't showing at all due to nested m tags, but it was incorrect anyway, so I fixed the answer and also the solution. Part of the issue was that the activity statement gives the general expression of the nth derivative, but we need to use the (n+1)st derivative in the Lagrange Error Bound and so shift the terms up. Maybe consider whether or not to edit the activity statement to give the (n+1)st derivative formula in the first place?