Math Insight

Linear and quadratic Taylor polynomial problems

 

Problem 1

Let $f(x)$ be a function where $f(3)=1$, $f'(3)=5$, and $f''(3)=-4$.

  1. Calculate a linear approximation (i.e., tangent-line approximation) to $f(x)$ around the point $x=3$.
  2. Calculate a quadratic approximation to $f(x)$ around the point $x=3$.

Problem 2

Let $m(q)$ be a function where $m(-2)=-4$, $m'(-2)=0$, $m''(-2)=1$, and $m'''(-2)=5$.

  1. Calculate a linear approximation (i.e., tangent-line approximation) to $m(q)$ around the value $q=-2$.
  2. Calculate a quadratic approximation to $m(q)$ around the value $q=-2$.

Problem 3

For $g(z)=e^{2-3z}$, calculate a second order Taylor polynomial around the point $z=1$.

Problem 4

For $k(t)=t^4-t^2+t$, calculate a second order Taylor polynomial around $t=-2$.

Problem 5

In year 3012, the temperature on planet Cook is 15 degrees Celsius and increasing at a rate of 2 degrees Celsius per year.

  1. Define a function that gives the temperature of Cook in years after 3012. Be sure to define your notation, including the meaning of any variable for time. Write the above information as conditions on the value and derivative of your function.
  2. Given the above information, write a linear approximation (tangent line approximation) for your function and use it to predict the temperature of Cook in years 3062 and 3112 (i.e., in 50 and 100 years).
  3. Faced with this prospect of much higher temperatures, the population of Cook has decided to begin stringent new measures designed to slow or even reverse the increase in temperature. The claim is that the measures will cause the growth rate to decrease by 0.03 degrees Celsius/year each year. If the new measures are employed, what is the resulting condition on the second derivative of your above function?
  4. Given the information of the original rate of temperature increase plus the new information about the results of the new measures, write a quadratic taylor polynomial approximation for your function. Use it to predict the temperature of Cook in years 3062 and 3112 (i.e., in 50 and 100 years).

Problem 6

Ten kilometers east of a city, a river is 50 meters wide and increasing at a rate of 1 meter per kilometer as one moves further east. This rate of increase is itself increasing at a rate of 0.1 meters per kilometer every kilometer as one moves further east. Define a function that gives the width of the river as a function of distance east of the city. Be sure to define your notation. Write the above information as conditions on the value and derivatives of your function. Write a quadratic Taylor polynomial approximation for your function and use it to estimate the width of the river predict the width of the river 15 kilometers east of the city.

One you have worked on a few problems, you can compare your solutions to the ones we came up with.