Quadratic approximations
a. Let Q(x) = b₀ + b₁(x − a) + b₂(x − a)² be a quadratic approximation to f(x) at x = a with these properties:
i. Q(a) = f(a)
ii. Q′(a) = f′(a)
iii. Q″(a) = f″(a).
Determine the coefficients b₀, b₁, and b₂.
Quadratic approximations
a. Let Q(x) = b₀ + b₁(x − a) + b₂(x − a)² be a quadratic approximation to f(x) at x = a with these properties:
i. Q(a) = f(a)
ii. Q′(a) = f′(a)
iii. Q″(a) = f″(a).
Determine the coefficients b₀, b₁, and b₂.
Quadratic approximations
b. Find the quadratic approximation to f(x) = 1/(1 − x) at x = 0.
Quadratic approximations
d. Find the quadratic approximation to g(x) = 1/x at x = 1. Graph g and its quadratic approximation together. Comment on what you see
Quadratic approximations
[Technology Exercise] e. Find the quadratic approximation to h(x) = √(1 + x) at x = 0. Graph h and its quadratic approximation together. Comment on what you see.
Quadratic approximations
[Technology Exercise] c. Graph f(x) = 1/(1 − x) and its quadratic approximation at x = 0. Then zoom in on the two graphs at the point (0,1). Comment on what you see.
Root Finding
2. Use Newton's method to estimate the one real solution of x^3 +3x + 1 = 0. Start with x_0 = 0 and then find x_2.
Root Finding
5. Use Newton's method to find the positive fourth root of 2 by solving the equation x^4 -2 = 0. Start with x_0 = 1 and find x_2.
Roots (Zeros)
Show that the functions in Exercises 19–26 have exactly one zero in the given interval.
g(t) = 1/(1 − t) + √(1 + t) − 3.1, (−1, 1)
Finding Functions from Derivatives
Suppose that f(0) = 5 and that f'(x) = 2 for all x. Must f(x) = 2x + 5 for all x? Give reasons for your answer.
Derivatives in Differential Form
In Exercises 17–28, find dy.
y = (2√x)/(3(1 + √x))
Derivatives in Differential Form
In Exercises 17–28, find dy.
xy² − 4x³/² − y = 0
Derivatives in Differential Form
In Exercises 17–28, find dy.
y = cos(x²)
[Technology Exercises] When solving Exercises 14–30, you may need to use appropriate technology (such as a calculator or a computer).
27. Converging to different zeros Use Newton's method to find the zeros of f(x)=4x^4-4x^2 using the given starting values.
c. x_0 = 0.8 and x_0 = 2, lying in (√2/2, ∞)
[Technology Exercises] When solving Exercises 14–30, you may need to use appropriate technology (such as a calculator or a computer).
26. Factoring a quartic Find the approximate values of r_1 through r_4 in the factorization
8x^4-14x^3-9x^2+11x-1=8(x-r_1)(x-r_2)(x-r_3)(x-r_4)
Dependence on Initial Point
8. Using the function shown in the figure, and, for each initial estimate x_0, determine graphically what happens to the sequence of Newton’s method approximations
c. x_0=2