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
vichka [17]
2 years ago
10

3 determine the highest real root of f (x) = x3− 6x2 + 11x − 6.1: (a) graphically. (b) using the newton-raphson method (three it

erations, xi = 3.5). (c) using the secant method (three iterations, xi−1 = 2.5 and xi = 3.5). (d) using the modified secant method (three iterations, xi = 3.5, δ = 0.01). (e) determine all the roots with matlab.

Mathematics
1 answer:
Juliette [100K]2 years ago
6 0

(a) See the first attachment for a graph. This graphing calculator displays roots to 3 decimal places. (The third attachment shows a different graphing calculator and 10 significant digits.)

(b) In the table of the first attachment, the column headed by g(x) gives iterations of Newton's Method. (For Newton's method, it is convenient to let the calculator's derivative function compute the derivative f'(x) of the function f(x). We have defined g(x) = x - f(x)/f'(x).) The result of the 3rd iteration is ...

... x ≈ 3.0473167

(c) The function h(x₁, x₂) computes iterations using the secant method. The results for three iterations of that method are shown below the table in the attachment. The result of the 3rd iteration is ...

... x ≈ 3.2291234

(d) The function h(x, x+0.01) computes the modified secant method as required by the problem statement. The result of the 3rd iteration is ...

... x ≈ 3.0477377

(e) Using <em>Mathematica</em>, the roots are found to be as shown in the second attachment. The highest root is about ...

... x ≈ 3.0466805180

_____

<em>Comment on these methods</em>

Newton's method can have convergence problems if the starting point is not sufficiently close to the root. A graphing calculator that gives a 3-digit approximation (or better) can help avoid this issue. For the calculator used here, the output of "g(x)" is computed even as the input is typed, so one can simply copy the function output to the input to get a 12-significant digit approximation of the root as fast as you can type it.

The "modified" secant method is a variation of the secant method that does not require two values of the function to start with. Instead, it uses a value of x that is "close" to the one given. For our purpose here, we can use the same h(x1, x2) for both methods, with a different x2 for the modified method.

We have defined h(x1, x2) = x1 - f(x1)(f(x1)-f(x2))/(x1 -x2).

You might be interested in
What is the greatest fraction you can make using the digits 4, 7, and 9?
wel

Answer:

  (7^9)/4 = 40,353,607/4

Step-by-step explanation:

Assuming each digit is used once and exponentiation is allowed, the largest numerator and smallest denominator will result in the largest fraction.

__

If other functions, such as factorial are allowed, then there might need to be a limit on the number of times they are applied. For example,

  (7!)^(9!)/4 has about 1 million digits

something like ...

  ((7!)^(9!))!/4 has many more digits than that

and you can keep piling on the factorial symbols to any desired depth.

6 0
3 years ago
The University of Washington claims that it graduates 85% of its basketball players. An NCAA investigation about the graduation
Nonamiya [84]

Probabilities are used to determine the chances of events

The given parameters are:

  • Sample size: n = 20
  • Proportion: p = 85%

<h3>(a) What is the probability that 11 out of the 20 would graduate? </h3>

Using the binomial probability formula, we have:

P(X = x) = ^nC_x p^x(1 - p)^{n -x}

So, the equation becomes

P(x = 11) = ^{20}C_{11} \times (85\%)^{11} \times (1 - 85\%)^{20 -11}    

This gives

P(x = 11) = 167960 \times (0.85)^{11} \times 0.15^{9}

P(x = 11) = 0.0011

Express as percentage

P(x = 11) = 0.11\%

Hence, the probability that 11 out of the 20 would graduate is 0.11%

<h3>(b) To what extent do you think the university’s claim is true?</h3>

The probability 0.11% is less than 50%.

Hence, the extent that the university’s claim is true is very low

<h3>(c) What is the probability that all  20 would graduate? </h3>

Using the binomial probability formula, we have:

P(X = x) = ^nC_x p^x(1 - p)^{n -x}

So, the equation becomes

P(x = 20) = ^{20}C_{20} \times (85\%)^{20} \times (1 - 85\%)^{20 -20}    

This gives

P(x = 20) = 1 \times (0.85)^{20} \times (0.15\%)^0

P(x = 20) = 0.0388

Express as percentage

P(x = 20) = 3.88\%

Hence, the probability that all 20 would graduate is 3.88%

<h3>(d) The mean and the standard deviation</h3>

The mean is calculated as:

\mu = np

So, we have:

\mu = 20 \times 85\%

\mu = 17

The standard deviation is calculated as:

\sigma = np(1 - p)

So, we have:

\sigma = 20 \times 85\% \times (1 - 85\%)

\sigma = 20 \times 0.85 \times 0.15

\sigma = 2.55

Hence, the mean and the standard deviation are 17 and 2.55, respectively.

Read more about probabilities at:

brainly.com/question/15246027

8 0
2 years ago
Write two equivalent expressions for each radical expression using product law of radicals. One of you expressions should simpli
Lana71 [14]

The way to solve radicals include:

  • Determine the prime factors of the number under the root.
  • Write the prime factors in groups.
  • Simplify any multiplication and exponents.
  • Simplify the radical until no further simplification can be done.

<h3>How to illustrate the information?</h3>

It should be noted that your information is incomplete. Therefore, an overview will be given.

When the radical symbol is used to denote any root other than a square root, there will be a superscript number in the 'V'-shaped part of the symbol.

For example, 3√(8) means to find the cube root of 8

Learn more about radical on:

brainly.com/question/8952483

#SPJ1

3 0
1 year ago
Find the slope between the following points: (-5,2) and (3,9)
Kay [80]

Answer:

M=7/8

Step-by-step explanation:

The equation used to solve this is yz-y1/x2-x1.

This applied to the problem would look like 9-2/3--5

Simplified this would be, 7/8 as your slope

4 0
3 years ago
Help with question 24. Please provide explanation! Big points
DerKrebs [107]

Answer:

4/3

Step-by-step explanation:

-3y + 4x = -6

-3y = -6 -4y

slove for Y

y = -6/-3 -4/-3 x

Y = -2 +4/3x

Y = 4/3 x -2

Y = 4/3 x -2

so slope or gradient is coefficient of x

4/3 is gradient.

6 0
3 years ago
Read 2 more answers
Other questions:
  • One grocery store sells 8 pounds of bananas for $3.12. Another grocery store sells 9 pounds of bananas for $3.06.
    10·2 answers
  • Carlita purchased 8 1/2 pints of ice cream for a party. If each guest will be served exactly 1/2 pint of ice cream, what is the
    9·1 answer
  • 9l9-8xl=2x+3 check for extraneous solutions
    9·2 answers
  • The diameter of a circle is <br> 6units.<br> What is the radius of the circle?
    12·2 answers
  • What is the value of x from the angles
    10·1 answer
  • Janie has $180. She spends 50% of her money on a new pair of ice skates. How much does she spend on ice skates?
    8·2 answers
  • The following two triangles are similar. Solve for x, please show all your work!!
    6·1 answer
  • What is 4 - 2x = 10?
    13·2 answers
  • Given that m || n, explain how you know that 1 and 6 are supplementary
    13·1 answer
  • Question 9 of 10
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!