Table of contents
- 0. Functions7h 52m
- Introduction to Functions16m
- Piecewise Functions10m
- Properties of Functions9m
- Common Functions1h 8m
- Transformations5m
- Combining Functions27m
- Exponent rules32m
- Exponential Functions28m
- Logarithmic Functions24m
- Properties of Logarithms34m
- Exponential & Logarithmic Equations35m
- Introduction to Trigonometric Functions38m
- Graphs of Trigonometric Functions44m
- Trigonometric Identities47m
- Inverse Trigonometric Functions48m
- 1. Limits and Continuity2h 2m
- 2. Intro to Derivatives1h 33m
- 3. Techniques of Differentiation3h 18m
- 4. Applications of Derivatives2h 38m
- 5. Graphical Applications of Derivatives6h 2m
- 6. Derivatives of Inverse, Exponential, & Logarithmic Functions2h 37m
- 7. Antiderivatives & Indefinite Integrals1h 26m
- 8. Definite Integrals3h 25m
4. Applications of Derivatives
Differentials
Problem 4.8.21
Textbook Question
{Use of Tech} Finding all roots Use Newton’s method to find all the roots of the following functions. Use preliminary analysis and graphing to determine good initial approximations.
f(x) = cos 2x - x² + 2x

1
Step 1: Begin by performing a preliminary analysis of the function f(x) = \cos(2x) - x^2 + 2x. Consider the behavior of each term: \cos(2x) oscillates between -1 and 1, -x^2 is a downward-opening parabola, and 2x is a linear term. This will help in understanding the general shape of the function.
Step 2: Graph the function f(x) = \cos(2x) - x^2 + 2x using a graphing calculator or software. Look for points where the graph crosses the x-axis, as these are the approximate locations of the roots. Identify these x-values as initial guesses for Newton's method.
Step 3: Recall Newton's method formula: x_{n+1} = x_n - \frac{f(x_n)}{f'(x_n)}. To apply this, first find the derivative of the function: f'(x) = -2\sin(2x) - 2x + 2.
Step 4: Use the initial approximations from the graph to start the iterative process. For each initial guess x_0, compute the next approximation using the formula: x_1 = x_0 - \frac{f(x_0)}{f'(x_0)}. Repeat this process until the values converge to a stable root.
Step 5: Verify the roots found by substituting them back into the original function f(x) to ensure that they are indeed roots (i.e., f(x) is approximately zero). If necessary, refine the initial guesses and repeat the process to find all distinct roots.
Recommended similar problem, with video answer:

This video solution was recommended by our tutors as helpful for the problem above
Video duration:
12mPlay a video:
Was this helpful?