Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Image: ubuntu2204
Linear and Quadratic Approximation Assignment
Question 1
[2 points] We are going to use linear approximation to estimate values of the 4/3 power function.
[Hint: Don't forget parentheses in x^(4/3)]
Part a
Use linear approximation to estimate and give the percent error (Hint: follow Example 2).
[Note: , so use for your point of tangency.]
Part b
Use linear approximation to estimate and give the percent error.
[Use the same tangent line as part a.]
Part c
Since our approximation is based on , we expect the error to be larger at than it is at . Check that your error is larger for part a (Type Yes or No).
Question 2
[2 points] Use linear approximation to estimate and give the percent error.
[Note: is close to , and , so use for your point of tangency.]
Question 3
[2 points] Consider a function such that and . Estimate using a tangent line.
Hint: Since you do not know , you can't copy and paste from Example 2. However, you have enough numbers to define one tangent line.
In general, a tangent line looks like . Put the given numbers in the appropriate spots to define a line at .
Then see what happens at by computing .
Question 4
[2 points] Use quadratic approximation to estimate and find the percent error (Hint: follow Example 4).
[Use the same point of tangency as Question 1.]
The percent error should be much smaller than the percent error from Question 1, Part a.
Question 5
[2 points] Use quadratic approximation to estimate and find the percent error.
[Use the same point of tangency as Question 2.]
The percent error should be much smaller than the percent error from Question 2.