
Locate the first positive root of
Where x is in radians. Use four iterations of the secant method with initial guesses of (a)
(a)

To calculate: Thefirst positive root of the function
Answer to Problem 7P
Solution:
The first positive root of the function
Explanation of Solution
Given Information:
The function,
Formula used:
The iterative equation of secant method is,
And, formula for approximate error is,
Calculation:
Consider the function,
For
Therefore, the approximate error is,
Use
Therefore, the approximate error is,
Use
Therefore, the approximate error is,
Use
Therefore, the approximate error is,
Similarly, all the iteration can be summarized as below,
0 | 3 | |
1 | ||
2 | ||
3 | ||
4 |
Hence, the first positive root is
(b)

To calculate: The first positive root of the function
Answer to Problem 7P
Solution:
The first positive root of the function
Explanation of Solution
Given Information:
The function,
Formula used:
The iterative equation of secant method is,
And, formula for approximate error is,
Calculation:
Consider the function,
For
Therefore, the approximate error is,
Use
Therefore, the approximate error is,
Use
Therefore, the approximate error is,
Use
Therefore, the approximate error is,
Similarly, all the iteration can be summarized as below,
0 | 2.5 | |
1 | ||
2 | ||
3 | ||
4 |
Hence, the first positive root is
(c)

To calculate: The first positive root of the function
Answer to Problem 7P
Solution:
The first positive root of the function
Explanation of Solution
Given Information:
The function,
Formula used:
The iterative equation of secant method is,
And, formula for approximate error is,
Calculation:
Consider the function,
For
Therefore, the approximate error is,
Use
Therefore, the approximate error is,
Use
Therefore, the approximate error is,
Use
Therefore, the approximate error is,
Similarly, all the iteration can be summarized as below,
0 | ||
1 | 16.76% | |
2 | ||
3 | ||
4 |
Hence, the first positive root is
(d)

The explanation of the result obtained by the secant method of the function
Answer to Problem 7P
Solution:
For the initial guesses
For the initial guesses
For the initial guesses
Explanation of Solution
Given Information:
The function,
Consider the function,
From part (a), the result obtained with the initial guesses
0 | 3 | |
1 | ||
2 | ||
3 | ||
4 |
Use MATLAB to draw the graph of the function as below,
Code:
function f = g(x)
% f is assigned a value of function f(x).
f=sin(x)+cos(1+(x^2))-1;
%function is defined.
end
Output:
The graph obtained is,
From the graph, it is observed that the first iteration gives a negative value due to the improper choice of initial guess.
From part (b), the result obtained with the initial guesses
0 | 2.5 | |
1 | ||
2 | ||
3 | ||
4 |
Use MATLAB to draw the graph of the function as below,
Code:
function f = g(x)
% f is assigned a value of function f(x).
f=sin(x)+cos(1+(x^2))-1;
%function is defined.
end
Output:
The graph obtained is,
From the graph, it is observed that the root is converges towards the second positive root with these initial guesses instead of first positive root.
From part (c), the result obtained with the initial guesses
0 | ||
1 | 16.76% | |
2 | ||
3 | ||
4 |
Use MATLAB to draw the graph of the function as below,
Code:
function f = g(x)
% f is assigned a value of function f(x).
f=sin(x)+cos(1+(x^2))-1;
%function is defined.
Output:
The graph obtained is,
From the graph, it is observed that the root is converges towards the first positive root with these initial guesses rapidly. Hence, these guesses are the proper selection to locate the first positive root by secant method.
Want to see more full solutions like this?
Chapter 6 Solutions
Numerical Methods for Engineers
Additional Math Textbook Solutions
College Algebra Essentials (5th Edition)
Thinking Mathematically (6th Edition)
Elementary Statistics ( 3rd International Edition ) Isbn:9781260092561
Elementary Statistics: A Step By Step Approach
University Calculus: Early Transcendentals (4th Edition)
- 3. A spreadsheet consists of cells indexed by a row and a column. Each cell contains either a value or a formula that depends on the values of other cells. (a) Describe a graph, digraph, or network that models an arbitrary spreadsheet and allows you to answer the remaining parts of this question. (b) Explain, by referring to the graph, digraph, or network, when it is possible to change the value of cell x without changing the value of cell y. (c) Explain, by referring to the graph, digraph, or network, when it is possible to calculate the values of all cells in the spreadsheet. Consider the following spreadsheet with 5 rows, 7 columns, and 35 cells. For exam- ple, cell el contains a value, whereas cell al contains a formula that depends on the values cells el and 95. a b с d e f g 1 el+g5 al-c5 110 al+cl 180 f5-el c1+c2 2 al+bl a2+c4 240 a2+c2 120 f5-e2 e3+e5 3 a2+b2 a3-c3 100 a3+c1 200 f5-e3 f1+f2 4 a3+b3 a4+c2 220 a4+c2 100 f5-e4 f3+f4 5 a4+b4 a5-c1 130 a5+c5 120 g3+g4 gl+g2 (d) Can…arrow_forwardSolution: Solution: 7.2 2x²+5x-3. Diagram: till sh one The Steps the same technique as in 4 and 5) above to factor the following Show all the Steps. "Diagram, (2) 03) But (be Wha x+2 3arrow_forwardQ/ solving Laplace equation on Rectangular Rejon a xx+uyy = o u (x, 0) = u(x,2) = 0 u (o,y) = y (1,y) = 27arrow_forward
- Q / solving ha place equation a x x + u y y = 0 u (x, 0)=0 u ( x, 2) = 10 u (o,y) = 4 (119)=0 и on Rectangular Rejonarrow_forwardConjecture Let x and y be integers. If x is even and y is odd, then xy is even. Try some examples. Does the conjecture seem to be true or false?arrow_forwardSOLVE ONLY FOR (L) (M) AND (O)arrow_forward
- File Preview A gardener has ten different potted plants, and they are spraying the plants with doses of Tertizers. Plants can receive zero or more doses in a session. In the following, we count each possible number of doses the ten plants can receive (the order of spraying in a session does not matter). (a) How many ways are there if there were twelve total doses of a single type of fertilizer? (b) How many ways are there if there are six total doses of a single type of fertilizer, each plant receives no more than one dose? (c) How many ways are there if is was one dose of each of six types of fertilizers? (d) How many ways are there if there are four doses of fertilizer #1 and eight doses of fertilizer #2? (e) How many ways are there if there are four doses of fertilizer #1 and eight doses of fertilizer #2, and each plant receives no more than one dose of fertilizer #1? (f) How many ways are there to do two sessions of spraying, where each plant receives at most two doses total?arrow_forwarda) x(t) = rect(t − 3) b) x(t) = −3t rect(t) . c) x(t) = 2te 3u1(t) d) x(t) = e−2|t| 2. Sketch the magnitude and phase spectrum for the four signals in Problem (1).arrow_forwardG(x) = dt 1+√t (x > 0). Find G' (9)arrow_forward
- What is the area of this figure? 7 mi 3 mi 8 mi 5 mi 2 mi 6 mi 3 mi 9 miarrow_forwardQ/ Solving Laplace equation on a Rectangular Rejon uxxuyy = o u(x, 0) = f(x) исх, 6) = д(х) b) u Co,y) = u(a,y) = =0arrow_forwardQ/solve the heat equation initial-boundary-value problem- u+= 2uxx 4 (x10) = x+\ u (o,t) = ux (4,t) = 0arrow_forward
- Algebra & Trigonometry with Analytic GeometryAlgebraISBN:9781133382119Author:SwokowskiPublisher:CengageTrigonometry (MindTap Course List)TrigonometryISBN:9781337278461Author:Ron LarsonPublisher:Cengage LearningCollege Algebra (MindTap Course List)AlgebraISBN:9781305652231Author:R. David Gustafson, Jeff HughesPublisher:Cengage Learning
- Functions and Change: A Modeling Approach to Coll...AlgebraISBN:9781337111348Author:Bruce Crauder, Benny Evans, Alan NoellPublisher:Cengage LearningAlgebra and Trigonometry (MindTap Course List)AlgebraISBN:9781305071742Author:James Stewart, Lothar Redlin, Saleem WatsonPublisher:Cengage Learning




