EBK NUMERICAL ANALYSIS
10th Edition
ISBN: 9780100546301
Author: BURDEN
Publisher: YUZU
expand_more
expand_more
format_list_bulleted
Textbook Question
Chapter 2.2, Problem 16ES
Use a fixed-point iteration method to determine a solution accurate to within 10−4 for x = tan x, for x in [4, 5].
Expert Solution & Answer

Want to see the full answer?
Check out a sample textbook solution
Students have asked these similar questions
Problem 11 (a) A tank is discharging water through an orifice at a depth of T
meter below the surface of the water whose area is A m². The
following are the values of a for the corresponding values of A:
A 1.257 1.390
x 1.50 1.65
1.520 1.650 1.809 1.962 2.123 2.295 2.462|2.650
1.80 1.95 2.10 2.25 2.40 2.55 2.70
2.85
Using the formula
-3.0
(0.018)T =
dx.
calculate T, the time in seconds for the level of the water to drop
from 3.0 m to 1.5 m above the orifice.
(b) The velocity of a train which starts from rest is given by the fol-
lowing table, the time being reckoned in minutes from the start
and the speed in km/hour:
| † (minutes) |2|4 6 8 10 12
14 16 18 20
v (km/hr) 16 28.8 40 46.4 51.2 32.0 17.6 8 3.2 0
Estimate approximately the total distance ran in 20 minutes.
-
Let n = 7, let p = 23 and let S be the set of least positive residues mod p of the first (p − 1)/2
multiple of n, i.e.
n mod p, 2n mod p, ...,
p-1
2
-n mod p.
Let T be the subset of S consisting of those residues which exceed p/2.
Find the set T, and hence compute the Legendre symbol (7|23).
23
32
how come?
The first 11 multiples of 7 reduced mod 23 are
7, 14, 21, 5, 12, 19, 3, 10, 17, 1, 8.
The set T is the subset of these residues exceeding
So T = {12, 14, 17, 19, 21}.
By Gauss' lemma (Apostol Theorem 9.6),
(7|23) = (−1)|T| = (−1)5 = −1.
Let n = 7, let p = 23 and let S be the set of least positive residues mod p of the first (p-1)/2
multiple of n, i.e.
n mod p, 2n mod p, ...,
2
p-1
-n mod p.
Let T be the subset of S consisting of those residues which exceed p/2.
Find the set T, and hence compute the Legendre symbol (7|23).
The first 11 multiples of 7 reduced mod 23 are
7, 14, 21, 5, 12, 19, 3, 10, 17, 1, 8.
23
The set T is the subset of these residues exceeding
2°
So T = {12, 14, 17, 19, 21}.
By Gauss' lemma (Apostol Theorem 9.6),
(7|23) = (−1)|T| = (−1)5 = −1.
how come?
Chapter 2 Solutions
EBK NUMERICAL ANALYSIS
Ch. 2.1 - Use the Bisection method to find p3 for f(x)=xcosx...Ch. 2.1 - Let f(x) = 3(x +1)(x 12)(x 1) = 0. Use the...Ch. 2.1 - Use the Bisection method to find solutions...Ch. 2.1 - Use the Bisection method to find solutions...Ch. 2.1 - Use the Bisection method to find solutions...Ch. 2.1 - Prob. 7ESCh. 2.1 - Prob. 8ESCh. 2.1 - Prob. 9ESCh. 2.1 - Prob. 10ESCh. 2.1 - Prob. 11ES
Ch. 2.1 - Let f(x) = (x + 2)(x + 1)x(x 1)3(x 2). To which...Ch. 2.1 - Find an approximation to 253 correct to within 104...Ch. 2.1 - Find an approximation to 3 correct to within 104...Ch. 2.1 - A trough of length L has a cross section in the...Ch. 2.1 - Use Theorem 2.1 to find a bound for the number of...Ch. 2.1 - Prob. 18ESCh. 2.1 - Prob. 19ESCh. 2.1 - Let f(x) = (x 1)10, p = 1, and pn = 1 + 1/n. Show...Ch. 2.1 - The function defined by f(x) = sin x has zeros at...Ch. 2.1 - Prob. 1DQCh. 2.1 - Prob. 2DQCh. 2.1 - Is the Bisection method sensitive to the starting...Ch. 2.2 - Use algebraic manipulation to show that each of...Ch. 2.2 - a. Perform four iterations, if possible, on each...Ch. 2.2 - Let f(x) = x3 2x + 1. To solve f(x) = 0, the...Ch. 2.2 - Let f(x) = x4 + 3x2 2. To solve f(x) = 0, the...Ch. 2.2 - The following four methods are proposed to compute...Ch. 2.2 - Prob. 6ESCh. 2.2 - Prob. 7ESCh. 2.2 - Prob. 8ESCh. 2.2 - Use Theorem 2.3 to show that g(x) = + 0.5...Ch. 2.2 - Use Theorem 2.3 to show that g(x) = 2x has a...Ch. 2.2 - Use a fixed-point iteration method to find an...Ch. 2.2 - Use a fixed-point iteration method to determine a...Ch. 2.2 - Use a fixed-point iteration method to determine a...Ch. 2.2 - Prob. 20ESCh. 2.2 - Prob. 21ESCh. 2.2 - a. Show that Theorem 2.3 is true if the inequality...Ch. 2.2 - a. Use Theorem 2.4 to show that the sequence...Ch. 2.2 - Prob. 24ESCh. 2.2 - Prob. 25ESCh. 2.2 - Suppose that g is continuously differentiable on...Ch. 2.3 - Let f(x) = x2 6 and p0 = 1. Use Newtons method to...Ch. 2.3 - Let f(x) = x3 cos x and p0 = 1. Use Newtons...Ch. 2.3 - Let f(x) = x2 6. With p0 = 3 and p1 = 2, find p3....Ch. 2.3 - Let f(x) = x3 cos x. With p0 = 1 and p1 = 0, find...Ch. 2.3 - Prob. 11ESCh. 2.3 - Prob. 12ESCh. 2.3 - The fourth-degree polynomial...Ch. 2.3 - Prob. 14ESCh. 2.3 - Prob. 15ESCh. 2.3 - Prob. 16ESCh. 2.3 - Prob. 22ESCh. 2.3 - Prob. 23ESCh. 2.3 - Prob. 24ESCh. 2.3 - Prob. 25ESCh. 2.3 - Prob. 27ESCh. 2.3 - A drug administered to a patient produces a...Ch. 2.3 - Prob. 30ESCh. 2.3 - Prob. 32ESCh. 2.3 - Prob. 1DQCh. 2.3 - Prob. 2DQCh. 2.3 - Prob. 3DQCh. 2.3 - Prob. 4DQCh. 2.4 - Prob. 6ESCh. 2.4 - a. Show that for any positive integer k, the...Ch. 2.4 - Prob. 8ESCh. 2.4 - a. Construct a sequence that converges to 0 of...Ch. 2.4 - Prob. 10ESCh. 2.4 - Prob. 11ESCh. 2.4 - Prob. 12ESCh. 2.4 - Prob. 13ESCh. 2.4 - Prob. 14ESCh. 2.4 - Prob. 1DQCh. 2.4 - Prob. 2DQCh. 2.4 - Prob. 4DQCh. 2.5 - Let g(x) = cos(x 1) and p0(0) = 2. Use...Ch. 2.5 - Prob. 4ESCh. 2.5 - Prob. 5ESCh. 2.5 - Prob. 6ESCh. 2.5 - Use Steffensens method to find, to an accuracy of...Ch. 2.5 - Prob. 8ESCh. 2.5 - Prob. 9ESCh. 2.5 - Use Steffensens method with p0 = 3 to compute an...Ch. 2.5 - Use Steffensens method to approximate the...Ch. 2.5 - Prob. 12ESCh. 2.5 - Prob. 13ESCh. 2.5 - Prob. 14ES
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, subject and related others by exploring similar questions and additional content below.Similar questions
- Shading a Venn diagram with 3 sets: Unions, intersections, and... The Venn diagram shows sets A, B, C, and the universal set U. Shade (CUA)' n B on the Venn diagram. U Explanation Check A- B Q Search 田arrow_forward3. A different 7-Eleven has a bank of slurpee fountain heads. Their available flavors are as follows: Mountain Dew, Mountain Dew Code Red, Grape, Pepsi and Mountain Dew Livewire. You fill five different cups full with each type of flavor. How many different ways can you arrange the cups in a line if exactly two Mountain Dew flavors are next to each other? 3.2.1arrow_forwardBusinessarrow_forward
- Please explain how come of X2(n).arrow_forwardNo chatgpt pls will upvotearrow_forwardFind all solutions of the polynomial congruence x²+4x+1 = 0 (mod 143). (The solutions of the congruence x² + 4x+1=0 (mod 11) are x = 3,4 (mod 11) and the solutions of the congruence x² +4x+1 = 0 (mod 13) are x = 2,7 (mod 13).)arrow_forward
- https://www.hawkeslearning.com/Statistics/dbs2/datasets.htmlarrow_forwardDetermine whether each function is an injection and determine whether each is a surjection.The notation Z_(n) refers to the set {0,1,2,...,n-1}. For example, Z_(4)={0,1,2,3}. f: Z_(6) -> Z_(6) defined by f(x)=x^(2)+4(mod6). g: Z_(5) -> Z_(5) defined by g(x)=x^(2)-11(mod5). h: Z*Z -> Z defined by h(x,y)=x+2y. j: R-{3} -> R defined by j(x)=(4x)/(x-3).arrow_forwardDetermine whether each function is an injection and determine whether each is a surjection.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Functions and Change: A Modeling Approach to Coll...AlgebraISBN:9781337111348Author:Bruce Crauder, Benny Evans, Alan NoellPublisher:Cengage LearningAlgebra & Trigonometry with Analytic GeometryAlgebraISBN:9781133382119Author:SwokowskiPublisher:Cengage
- Trigonometry (MindTap Course List)TrigonometryISBN:9781337278461Author:Ron LarsonPublisher:Cengage LearningLinear Algebra: A Modern IntroductionAlgebraISBN:9781285463247Author:David PoolePublisher:Cengage Learning

Functions and Change: A Modeling Approach to Coll...
Algebra
ISBN:9781337111348
Author:Bruce Crauder, Benny Evans, Alan Noell
Publisher:Cengage Learning

Algebra & Trigonometry with Analytic Geometry
Algebra
ISBN:9781133382119
Author:Swokowski
Publisher:Cengage


Trigonometry (MindTap Course List)
Trigonometry
ISBN:9781337278461
Author:Ron Larson
Publisher:Cengage Learning

Linear Algebra: A Modern Introduction
Algebra
ISBN:9781285463247
Author:David Poole
Publisher:Cengage Learning
Graph Theory: Euler Paths and Euler Circuits; Author: Mathispower4u;https://www.youtube.com/watch?v=5M-m62qTR-s;License: Standard YouTube License, CC-BY
WALK,TRIAL,CIRCUIT,PATH,CYCLE IN GRAPH THEORY; Author: DIVVELA SRINIVASA RAO;https://www.youtube.com/watch?v=iYVltZtnAik;License: Standard YouTube License, CC-BY