Numerical Analysis
Numerical Analysis
3rd Edition
ISBN: 9780134696454
Author: Sauer, Tim
Publisher: Pearson,
bartleby

Concept explainers

bartleby

Videos

Textbook Question
Book Icon
Chapter 4.5, Problem 1E

The Gauss-Newton Method can be applied to find the point x ¯ , y ¯ for which the sum of the squared distances to the three circles is minimized. Using initial vector ( x 0 , y 0 ) = ( 0 , 0 ) , carry out the first step to find ( x 1 , y 1 )

(a) centers (0, 1), (1, 1), (0, 1) and all radii 1 (b) centers

(-1, 0), (1, 1), (1, -1) and all radii 1. (Computer Problem 1 asks for ( x ¯ , y ¯ )

).)

a.

Expert Solution
Check Mark
To determine

To find out the point x,y by gauss-newton method.

Answer to Problem 1E

  v=(22,0), and x1=x0+v=(22,0)

Explanation of Solution

Given information:

The given initial vector (x0,y0)=(0,0) and center (0,1),(1,1),(0,1),all radii 1 .

Calculation:

 Here, we find the point  x,y that minimizes the sum of the squared distances to the three circles. The distance to the ith circle is  ri=(xxi)2+(yyi)2Ri

where  (xi,yi)  is the center and Ri the radius.

Therefore

  Dr=[ x-x 1 S 1 y-y 1 S 1 x-x 2 S 2 y-y 2 S 2 x-x 3 S 3 y-y 3 S 3]=[0    -1-1 2-1 20     1]

where  Si=(xxi)2+(yyi)2 . To take a Gauss-Newton step, start with  x0=[0,0]  and compute

  DrTDr=[12  1212  52] and  DrTr=[1 2-11 2-1] Solving  DrTDrv=DrTr  yields  v=(22,0), and x1=x0+v=(22,0)

b.

Expert Solution
Check Mark
To determine

To find out the point x,y by gauss-newton method.

Answer to Problem 1E

  v=(122,0) and x1=x0+v=(122,0) .

Explanation of Solution

Given information:

The given initial vector (x0,y0)=(0,0) and center (1,0),(1,1),(1,1),all radii 1 .

Calculation:

 Here, we find the point  x,y that minimizes the sum of the squared distances to the three circles. The distance to the ith circle is  ri=(xxi)2+(yyi)2Ri

where  (xi,yi)  is the center and Ri the radius.

Therefore

  Dr=[ x-x 1 S 1 y-y 1 S 1 x-x 2 S 2 y-y 2 S 2 x-x 3 S 3 y-y 3 S 3]=[0    -1-1 2     -1 2-1 2     -1 2]

where  Si=(xxi)2+(yyi)2 . To take a Gauss-Newton step, start with  x0=[0,0]  and compute

  DrTDr=[2  00  1] and  DrTr=[2-1  0] Solving  DrTDrv=DrTr  yields  v=(122,0), and x1=x0+v=(122,0)

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
Prove that 1) | RxX (T) | << = (R₁ " + R$) 2) find Laplalse trans. of Normal dis: 3) Prove thy t /Rx (z) | < | Rx (0)\ 4) show that evary algebra is algebra or not.
= 5 37 A 4 8 0.5 06 9
For each of the time​ series, construct a line chart of the data and identify the characteristics of the time series​ (that is,​ random, stationary,​ trend, seasonal, or​ cyclical). Month    Number (Thousands)Dec 1991    65.60Jan 1992    71.60Feb 1992    78.80Mar 1992    111.60Apr 1992    107.60May 1992    115.20Jun 1992    117.80Jul 1992    106.20Aug 1992    109.90Sep 1992    106.00Oct 1992    111.80Nov 1992    84.50Dec 1992    78.60Jan 1993    70.50Feb 1993    74.60Mar 1993    95.50Apr 1993    117.80May 1993    120.90Jun 1993    128.50Jul 1993    115.30Aug 1993    121.80Sep 1993    118.50Oct 1993    123.30Nov 1993    102.30Dec 1993    98.70Jan 1994    76.20Feb 1994    83.50Mar 1994    134.30Apr 1994    137.60May 1994    148.80Jun 1994    136.40Jul 1994    127.80Aug 1994    139.80Sep 1994    130.10Oct 1994    130.60Nov 1994    113.40Dec 1994    98.50Jan 1995    84.50Feb 1995    81.60Mar 1995    103.80Apr 1995    116.90May 1995    130.50Jun 1995    123.40Jul 1995    129.10Aug 1995…

Chapter 4 Solutions

Numerical Analysis

Ch. 4.1 - Assume that the height of a model rocket is...Ch. 4.1 - Given data points...Ch. 4.1 - Form the normal equations, and compute the least...Ch. 4.1 - Prob. 2CPCh. 4.1 - Prob. 3CPCh. 4.1 - Prob. 4CPCh. 4.1 - 5. A company test-markets a new soft drink in 22...Ch. 4.1 - What is the slope of the parabola y=x2on[ 0,1 ] ?...Ch. 4.1 - Find the least squares (a) line (b) parabola...Ch. 4.1 - Let A be the 10n matrix formed by the first n...Ch. 4.1 - Prob. 9CPCh. 4.1 - The following data, collected by U.S. Bureau of...Ch. 4.2 - Fit data to the periodic model...Ch. 4.2 - Fit the data to the periodic models...Ch. 4.2 - Fit data to the exponential model by using...Ch. 4.2 - Prob. 4ECh. 4.2 - Fit data to the power law model by using...Ch. 4.2 - Prob. 6ECh. 4.2 - Fit the monthly data for Japan 2003 oil...Ch. 4.2 - Prob. 2CPCh. 4.2 - Prob. 3CPCh. 4.2 - Prob. 4CPCh. 4.2 - Prob. 5CPCh. 4.2 - Prob. 6CPCh. 4.2 - Prob. 7CPCh. 4.2 - The file scrippsy. txt, available from the...Ch. 4.2 - The file scrippsm.txt, available from the textbook...Ch. 4.3 - Apply classical Gram-Schmidt orthogonalization to...Ch. 4.3 - Apply classical Gram-Schmidt orthogonalization to...Ch. 4.3 - Apply modified Gram--Schmidt orthogonalization to...Ch. 4.3 - Apply modified Gram-Schmidt orthogonalization to...Ch. 4.3 - Prob. 5ECh. 4.3 - Prob. 6ECh. 4.3 - Prob. 7ECh. 4.3 - Find the QR factorization and use it to solve the...Ch. 4.3 - Prove that a square matrix is orthogonal if and...Ch. 4.3 - Prove that the product of two orthogonal mm...Ch. 4.3 - Show that the Gram-Schmidt orthogonalization of an...Ch. 4.3 - Show that the Householder reflector method for the...Ch. 4.3 - Let P be the matrix defined in (4.29). Show (a)...Ch. 4.3 - Prob. 14ECh. 4.3 - Prob. 15ECh. 4.3 - Write a MATLAB program that implements the...Ch. 4.3 - Apply the classical Gram-Schmidt, modified...Ch. 4.3 - Prob. 3CPCh. 4.3 - Write a MATLAB program that implements (a)...Ch. 4.3 - Prob. 5CPCh. 4.3 - Use the MATLAB QR factorization to find the least...Ch. 4.3 - Prob. 7CPCh. 4.3 - Let x1,...,x11be11 be evenly spaced points in...Ch. 4.4 - Solve Ax=b for the following A and b=[ 1,0,0 ]T,...Ch. 4.4 - Prob. 2ECh. 4.4 - Let A=[ 10a1301a23001 ]. Prove that for any x0 and...Ch. 4.4 - Prob. 4ECh. 4.4 - Prob. 1CPCh. 4.4 - Prob. 2CPCh. 4.4 - Prob. 3CPCh. 4.4 - Let A be the matrix from Computer Problem 3, but...Ch. 4.4 - Prob. 5CPCh. 4.5 - The Gauss-Newton Method can be applied to find the...Ch. 4.5 - Prob. 2ECh. 4.5 - Prove that the distance from a point (x,y) to a...Ch. 4.5 - Prob. 4ECh. 4.5 - Find the matrix Dr needed for the application of...Ch. 4.5 - Prob. 6ECh. 4.5 - Prob. 7ECh. 4.5 - Prob. 1CPCh. 4.5 - Prob. 2CPCh. 4.5 - Prob. 3CPCh. 4.5 - Prob. 4CPCh. 4.5 - Prob. 5CPCh. 4.5 - Prob. 6CPCh. 4.5 - Prob. 7CPCh. 4.5 - Prob. 8CPCh. 4.5 - Prob. 9CPCh. 4.5 - Prob. 10CPCh. 4.5 - Prob. 11CPCh. 4.5 - Prob. 1SACh. 4.5 - Prob. 2SACh. 4.5 - Prob. 3SACh. 4.5 - Prob. 4SACh. 4.5 - Now repeat Step 4 with a more tightly grouped set...Ch. 4.5 - Decide whether the GPS en-or and condition number...
Knowledge Booster
Background pattern image
Math
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
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Algebra & Trigonometry with Analytic Geometry
Algebra
ISBN:9781133382119
Author:Swokowski
Publisher:Cengage
Text book image
Algebra and Trigonometry (MindTap Course List)
Algebra
ISBN:9781305071742
Author:James Stewart, Lothar Redlin, Saleem Watson
Publisher:Cengage Learning
01 - What Is an Integral in Calculus? Learn Calculus Integration and how to Solve Integrals.; Author: Math and Science;https://www.youtube.com/watch?v=BHRWArTFgTs;License: Standard YouTube License, CC-BY