Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

Use Newton’s method to find the coordinates of the inflection point of the curve \(y = {x^2}\,sinx,\,\,\,0 \le x \le \pi \) , correct to six decimal places.

Short Answer

Expert verified

The coordinates of the inflection point of the curve are \(\left( {1.519855,\,\,2.306964} \right)\)

Step by step solution

01

Newton’s formula for nth approximation of root

\({x_{n + 1}} = {x_n} - \frac{{f\left( {{x_n}} \right)}}{{f'\left( {{x_n}} \right)}}\)

02

Finding the coordinates of the infection point

Let, \(f\left( x \right) = y = {x^2}\,sinx,\,\,\,0 \le x \le \pi \)

To find a derivative differentiating equation with respect to x.

\(\begin{aligned}{l}f'\left( x \right) &= \frac{d}{{dx}}\left( {{x^2}\,sinx} \right)\\f'\left( x \right) &= 2x\,sinx + {x^2}cosx\end{aligned}\)

Differentiating again:

\(\begin{aligned}{l}f''\left( x \right) &= \frac{d}{{dx}}\left( {2x\,sinx + {x^2}cosx} \right)\\f''\left( x \right) &= 2\sin x + 2x\cos x + \left( {2x\cos x + {x^2}\left( { - \sin x} \right)} \right)\\f''\left( x \right) &= 4x\cos x + \left( {2 - {x^2}} \right)\sin x\end{aligned}\)

Since we are finding the inflation point of\(f\left( x \right)\), which are zeros of the\(f''\left( x \right)\)

Therefore, for finding the inflection point of\(f\left( x \right)\)we need to find the roots of\(f''\left( x \right)\)using Newton’s method.

\(f''\left( x \right) = 4x\cos x + \left( {2 - {x^2}} \right)\sin x\)

\(\begin{aligned}{l}f'''\left( x \right) &= \frac{d}{{dx}}\left( {4x\cos x + \left( {2 - {x^2}} \right)\sin x} \right)\\f'''\left( x \right) &= 4\cos x + 4x\left( { - \sin x} \right) + \left( { - 2x\sin x + \left( {2 - {x^2}} \right)} \right)\\f'''\left( x \right) &= \left( {6 - {x^2}} \right)\cos x - 6x\sin x\end{aligned}\)

Newton’s formula:

\({x_{n + 1}} = {x_n} - \frac{{f\left( {{x_n}} \right)}}{{f'\left( {{x_n}} \right)}}\)

Since we are finding the roots of\(f''\left( x \right)\).

Therefore, the formula will be:

\({x_{n + 1}} = {x_n} - \frac{{f''\left( {{x_n}} \right)}}{{f'''\left( {{x_n}} \right)}}\)

The graph for \(f\left( x \right)\)and \(f''\left( x \right)\) is given below:

From the graph, we can conclude that \(f''\left( x \right)\)has only one root in the interval\(\,0 \le x \le \pi \)which is close to 1.5,

Therefore, taking the initial approximation\({x_1} = 1.5\)

From Newton’s formula

\(\begin{aligned}{l}{x_2} &= {x_1} - \frac{{f''\left( {{x_1}} \right)}}{{f'''\left( {{x_1}} \right)}}\\{x_2} &= 1.5 - \frac{{f''\left( {1.5} \right)}}{{f'''\left( {1.5} \right)}}\\{x_2} &= 1.52009247\end{aligned}\)

Similarly,

\(\begin{aligned}{l}{x_4} &= 1.51985533 - \frac{{f''\left( {1.51985533} \right)}}{{f'''\left( {1.51985533} \right)}}\\{x_4} &= 1.51985530\end{aligned}\)

Since the first 6 digits are not changing so, no need for further calculations.

The root of \(f''\left( x \right)\)is\(x = 1.519855\).

For finding the value of function substituting\(x = 1.519855\)in \(f\left( x \right)\).

Hence, the inflection point of the curve is \(\left( {1.519855,\,\,2.306964} \right)\).

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

Find the absolute maximum and absolute minimum values of on the given interval.

45. \(f(t) = 2\cos t + \sin 2t\), \(\left( {0,\;\frac{\pi }{2}} \right)\)

The family of bell-shaped curves

\(y = \frac{1}{{\sigma \sqrt {2\pi } }}{e^{\frac{{ - {{(x - \mu )}^2}}}{{2{\sigma ^2}}}}}\)

occurs in probability and statistics, where it is called the normal density function. The constant \(\mu \) is called the mean and the positive constant \(\sigma \) is called the standard deviation. For simplicity, let’s scale the function so as to remove the factor \(1/\left( {\sigma \sqrt {2\pi } } \right)\) and let’s analyze the special case where \(\mu = 0\). So we study the function

\(f\left( x \right) = {e^{ - {x^2}/\left( {2{\sigma ^2}} \right)}}\)

(a) Find the asymptote, maximum value, and inflection points of \(f\).

(b) What role does \(\sigma \) play in the shape of the curve?

(c) Illustrate by graphing four members of this family on the same screen.

9–12 ■ Verify that the function satisfies the hypotheses of the Mean Value Theorem on the given interval. Then find all numbers that satisfy the conclusion of the Mean Value Theorem.

12. \(f(x) = \frac{1}{x}\) , \((1\,,\;3)\)

A cone-shaped drinking cup is made from a circular piece of paper of radius \(R\) by cutting out a sector and joining the edges \(CA\) and \(CB\). Find the maximum capacity of such a cup.

A fence 8 ft tall runs parallel to a tall building at a distance of 4 ft from the building. What is the length of the shortest ladder that will reach from the ground over the fence to the wall of the building?

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free