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 Integrals4h 44m
- 9. Graphical Applications of Integrals2h 27m
- 10. Physics Applications of Integrals 2h 22m
4. Applications of Derivatives
Differentials
Problem 4.8.43`
Textbook Question
{Use of Tech} Newton’s method and curve sketching Use Newton’s method to find approximate answers to the following questions.
Where is the first local minimum of f(x) = (cos x)/x on the interval (0,∞) located?

1
Step 1: Understand Newton's Method. Newton's method is an iterative numerical technique used to find approximate roots of a real-valued function. The formula for Newton's method is: <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><msub><mi>x</mi><mrow><mi>n</mi><mo>+</mo><mn>1</mn></mrow></msub><mo>=</mo><msub><mi>x</mi><mi>n</mi></msub><mo>-</mo><frac><mrow><mi>f</mi><mo>(</mo><msub><mi>x</mi><mi>n</mi></msub><mo>)</mo></mrow><mrow><mi>f</mi><mo>'</mo><mo>(</mo><msub><mi>x</mi><mi>n</mi></msub><mo>)</mo></mrow></frac></mrow></math>.
Step 2: Find the derivative of the function f(x) = (cos x)/x. Use the quotient rule for derivatives, which states: <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mo>(</mo><frac><mi>u</mi><mi>v</mi></frac><mo>)</mo><mo>'</mo><mo>=</mo><frac><mrow><mi>u</mi><mo>'</mo><mi>v</mi><mo>-</mo><mi>u</mi><mi>v</mi><mo>'</mo></mrow><msup><mi>v</mi><mn>2</mn></msup></frac></mrow></math>, where u = cos x and v = x.
Step 3: Apply the quotient rule to find f'(x). Calculate u' = -sin x and v' = 1, then substitute into the quotient rule formula: <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>f</mi><mo>'</mo><mo>(</mo><mi>x</mi><mo>)</mo><mo>=</mo><frac><mrow><mo>(</mo><mo>-</mo><mi>sin</mi><mi>x</mi><mo>)</mo><mi>x</mi><mo>-</mo><mi>cos</mi><mi>x</mi><mo>(</mo><mn>1</mn><mo>)</mo></mrow><msup><mi>x</mi><mn>2</mn></msup></frac></mrow></math>.
Step 4: Choose an initial guess x₀ for the location of the first local minimum. Since the function is defined on the interval (0,∞), a reasonable starting point might be slightly greater than 0, such as x₀ = 0.1.
Step 5: Implement Newton's method iteratively using the formula from Step 1. Substitute f(x) and f'(x) into the formula, and update xₙ until the change between iterations is sufficiently small, indicating convergence to the local minimum.

This video solution was recommended by our tutors as helpful for the problem above
Video duration:
8mPlay a video:
Was this helpful?
Key Concepts
Here are the essential concepts you must grasp in order to answer the question correctly.
Newton's Method
Newton's Method is an iterative numerical technique used to find approximate solutions to equations. It starts with an initial guess and refines it using the formula x_{n+1} = x_n - f(x_n)/f'(x_n), where f is the function and f' is its derivative. This method is particularly useful for finding roots of functions, and it converges quickly under suitable conditions.
Recommended video:
Evaluating Composed Functions
Local Minimum
A local minimum of a function is a point where the function value is lower than that of its immediate neighbors. Mathematically, this occurs where the first derivative of the function is zero (f'(x) = 0) and the second derivative is positive (f''(x) > 0). Identifying local minima is crucial in optimization problems and helps in understanding the behavior of functions.
Recommended video:
The Second Derivative Test: Finding Local Extrema
Curve Sketching
Curve sketching involves analyzing a function's behavior to create a visual representation of its graph. This includes determining key features such as intercepts, asymptotes, intervals of increase and decrease, and local extrema. By studying the first and second derivatives, one can gain insights into the function's shape and critical points, aiding in the overall understanding of its properties.
Recommended video:
Summary of Curve Sketching