1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Nadusha1986 [10]
2 years ago
12

1) Use Newton's method with the specified initial approximation x1 to find x3, the third approximation to the root of the given

equation.
2 x − x2 + 1 = 0, x1 = 2
What is x3 =?
2) Use Newton's method to find all solutions of the equation correct to six decimal places.
x + 4 = x^2 - x
What is X =?
3) Use Newton's method to find all solutions of the equation correct to six decimal places.
5 cos(x) = x + 1
What is X =?
4) A graphing calculator is recommended.
Use Newton's method to find all solutions of the equation correct to eight decimal places. Start by drawing a graph to find initial approximations.
5A) Use Newton's method to find the critical numbers of the function
f(x) = x6 ? x4 + 3x3 ? 4x
What is X =?
B) Find the absolute minimum value of f correct to four decimal places.

Mathematics
1 answer:
neonofarm [45]2 years ago
3 0

Answer:

Check below, please

Step-by-step explanation:

Hello!

1) In the Newton Method, we'll stop our approximations till the value gets repeated. Like this

x_{1}=2\\x_{2}=2-\frac{f(2)}{f'(2)}=2.5\\x_{3}=2.5-\frac{f(2.5)}{f'(2.5)}\approx 2.4166\\x_{4}=2.4166-\frac{f(2.4166)}{f'(2.4166)}\approx 2.41421\\x_{5}=2.41421-\frac{f(2.41421)}{f'(2.41421)}\approx \mathbf{2.41421}

2)  Looking at the graph, let's pick -1.2 and 3.2 as our approximations since it is a quadratic function. Passing through theses points -1.2 and 3.2 there are tangent lines that can be traced, which are the starting point to get to the roots.

We can rewrite it as: x^2-2x-4=0

x_{1}=-1.1\\x_{2}=-1.1-\frac{f(-1.1)}{f'(-1.1)}=-1.24047\\x_{3}=-1.24047-\frac{f(1.24047)}{f'(1.24047)}\approx -1.23607\\x_{4}=-1.23607-\frac{f(-1.23607)}{f'(-1.23607)}\approx -1.23606\\x_{5}=-1.23606-\frac{f(-1.23606)}{f'(-1.23606)}\approx \mathbf{-1.23606}

As for

x_{1}=3.2\\x_{2}=3.2-\frac{f(3.2)}{f'(3.2)}=3.23636\\x_{3}=3.23636-\frac{f(3.23636)}{f'(3.23636)}\approx 3.23606\\x_{4}=3.23606-\frac{f(3.23606)}{f'(3.23606)}\approx \mathbf{3.23606}\\

3) Rewriting and calculating its derivative. Remember to do it, in radians.

5\cos(x)-x-1=0 \:and f'(x)=-5\sin(x)-1

x_{1}=1\\x_{2}=1-\frac{f(1)}{f'(1)}=1.13471\\x_{3}=1.13471-\frac{f(1.13471)}{f'(1.13471)}\approx 1.13060\\x_{4}=1.13060-\frac{f(1.13060)}{f'(1.13060)}\approx 1.13059\\x_{5}= 1.13059-\frac{f( 1.13059)}{f'( 1.13059)}\approx \mathbf{ 1.13059}

For the second root, let's try -1.5

x_{1}=-1.5\\x_{2}=-1.5-\frac{f(-1.5)}{f'(-1.5)}=-1.71409\\x_{3}=-1.71409-\frac{f(-1.71409)}{f'(-1.71409)}\approx -1.71410\\x_{4}=-1.71410-\frac{f(-1.71410)}{f'(-1.71410)}\approx \mathbf{-1.71410}\\

For x=-3.9, last root.

x_{1}=-3.9\\x_{2}=-3.9-\frac{f(-3.9)}{f'(-3.9)}=-4.06438\\x_{3}=-4.06438-\frac{f(-4.06438)}{f'(-4.06438)}\approx -4.05507\\x_{4}=-4.05507-\frac{f(-4.05507)}{f'(-4.05507)}\approx \mathbf{-4.05507}\\

5) In this case, let's make a little adjustment on the Newton formula to find critical numbers. Remember their relation with 1st and 2nd derivatives.

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

f(x)=x^6-x^4+3x^3-2x

\mathbf{f'(x)=6x^5-4x^3+9x^2-2}

\mathbf{f''(x)=30x^4-12x^2+18x}

For -1.2

x_{1}=-1.2\\x_{2}=-1.2-\frac{f'(-1.2)}{f''(-1.2)}=-1.32611\\x_{3}=-1.32611-\frac{f'(-1.32611)}{f''(-1.32611)}\approx -1.29575\\x_{4}=-1.29575-\frac{f'(-1.29575)}{f''(-4.05507)}\approx -1.29325\\x_{5}= -1.29325-\frac{f'( -1.29325)}{f''( -1.29325)}\approx  -1.29322\\x_{6}= -1.29322-\frac{f'( -1.29322)}{f''( -1.29322)}\approx  \mathbf{-1.29322}\\

For x=0.4

x_{1}=0.4\\x_{2}=0.4\frac{f'(0.4)}{f''(0.4)}=0.52476\\x_{3}=0.52476-\frac{f'(0.52476)}{f''(0.52476)}\approx 0.50823\\x_{4}=0.50823-\frac{f'(0.50823)}{f''(0.50823)}\approx 0.50785\\x_{5}= 0.50785-\frac{f'(0.50785)}{f''(0.50785)}\approx  \mathbf{0.50785}\\

and for x=-0.4

x_{1}=-0.4\\x_{2}=-0.4\frac{f'(-0.4)}{f''(-0.4)}=-0.44375\\x_{3}=-0.44375-\frac{f'(-0.44375)}{f''(-0.44375)}\approx -0.44173\\x_{4}=-0.44173-\frac{f'(-0.44173)}{f''(-0.44173)}\approx \mathbf{-0.44173}\\

These roots (in bold) are the critical numbers

You might be interested in
Solve 5y'' + 3y' – 2y = 0, y(0) = 0, y'(0) = 2.8 y(t) = 0 Preview
mario62 [17]

Answer:  The required solution is

y(t)=-\dfrac{7}{3}e^{-t}+\dfrac{7}{3}e^{\frac{1}{5}t}.

Step-by-step explanation:   We are given to solve the following differential equation :

5y^{\prime\prime}+3y^\prime-2y=0,~~~~~~~y(0)=0,~~y^\prime(0)=2.8~~~~~~~~~~~~~~~~~~~~~~~~(i)

Let us consider that

y=e^{mt} be an auxiliary solution of equation (i).

Then, we have

y^prime=me^{mt},~~~~~y^{\prime\prime}=m^2e^{mt}.

Substituting these values in equation (i), we get

5m^2e^{mt}+3me^{mt}-2e^{mt}=0\\\\\Rightarrow (5m^2+3y-2)e^{mt}=0\\\\\Rightarrow 5m^2+3m-2=0~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[\textup{since }e^{mt}\neq0]\\\\\Rightarrow 5m^2+5m-2m-2=0\\\\\Rightarrow 5m(m+1)-2(m+1)=0\\\\\Rightarrow (m+1)(5m-1)=0\\\\\Rightarrow m+1=0,~~~~~5m-1=0\\\\\Rightarrow m=-1,~\dfrac{1}{5}.

So, the general solution of the given equation is

y(t)=Ae^{-t}+Be^{\frac{1}{5}t}.

Differentiating with respect to t, we get

y^\prime(t)=-Ae^{-t}+\dfrac{B}{5}e^{\frac{1}{5}t}.

According to the given conditions, we have

y(0)=0\\\\\Rightarrow A+B=0\\\\\Rightarrow B=-A~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~(ii)

and

y^\prime(0)=2.8\\\\\Rightarrow -A+\dfrac{B}{5}=2.8\\\\\Rightarrow -5A+B=14\\\\\Rightarrow -5A-A=14~~~~~~~~~~~~~~~~~~~~~~~~~~~[\textup{Uisng equation (ii)}]\\\\\Rightarrow -6A=14\\\\\Rightarrow A=-\dfrac{14}{6}\\\\\Rightarrow A=-\dfrac{7}{3}.

From equation (ii), we get

B=\dfrac{7}{3}.

Thus, the required solution is

y(t)=-\dfrac{7}{3}e^{-t}+\dfrac{7}{3}e^{\frac{1}{5}t}.

7 0
3 years ago
which of these which of these is most likely to to describe the change received from a cash purchase? A.whole number B.negative
poizon [28]
Rational number: Whole number isn't likely, negative integer isn't change, rational number is most likely, irrational number is not possible for cash change.
7 0
3 years ago
I will give brainiest but plzz help fast
Lena [83]

Answer:

Hi there!

The correct answer to this question is: The <u>surface area</u> of the prism is 456 cm^2. The <u>volume</u> of the prism is 408 cm^2

8 0
3 years ago
Please help
Ipatiy [6.2K]

Answer:

cos (theta) = √21/5

Step-by-step explanation:

sin (theta) = 2/5

(sin (theta))^2 = 4/25

4/25 + (cos (theta))^2 = 1

(cos (theta))^2 = 1 - 4/25 = 21/25

cos (theta) = √21/5

4 0
3 years ago
Alisha asked 120 students what kind of pet they like the most. Exactly 45% of the students said they liked dogs best. What was t
qwelly [4]
The answer would be 54 students liked dogs the best.
6 0
3 years ago
Other questions:
  • What is the depth of the Indian Ocean rounded to the nearest thousand
    14·1 answer
  • Find the volume of the cone in terms of pie.
    8·2 answers
  • Math. Please Help No work needed
    12·1 answer
  • Which of the following equations best represents the regression line for the data given in the table below?
    10·1 answer
  • Brainliest
    14·2 answers
  • What is the sum of the measures of the angles of this 9-sided polygon?
    5·2 answers
  • Name a pair of vertical angles
    13·2 answers
  • at a meeting ,everyone shakes hands exactly once with every other person . if there are 55 handshakes . then what Is the number
    14·1 answer
  • Ami has a mass of 72 kg.
    5·1 answer
  • Hello, I need help. Just answers
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!