Numerical Analysis
Numerical Analysis
10th Edition
ISBN: 9781305253667
Author: Richard L. Burden, J. Douglas Faires, Annette M. Burden
Publisher: Cengage Learning
bartleby

Videos

Textbook Question
Book Icon
Chapter 4.7, Problem 4ES

Repeat Exercise 2 with n = 3.

2. Approximate the following integrals using Gaussian quadrature with n = 2 and compare your results to the exact values of the integrals.

  1. a. 0 π / 4 e 3 x sin 2 x   d x
  2. b. 1 1.6 2 x x 2 4   d x
  3. c. 3 3.5 x x 2 4   d x
  4. d. 0 π / 4 ( cos x ) 2   d x
Blurred answer
Students have asked these similar questions
26. A certain system can experience three different types of defects. Let A;(i = 1,2,3) denote the event that the sys- tem has a defect of type i. Suppose thatP(A1) = .12 P(A) = .07 P(A) = .05P(A, U A2) = .13P(A, U A3) = .14P(A2 U A3) = .10P(A, A2 A3) = .011Rshelfa. What is the probability that the system does not havea type 1 defect?b. What is the probability that the system has both type 1 and type 2 defects?c. What is the probability that the system has both type 1 and type 2 defects but not a type 3 defect? d. What is the probability that the system has at most two of these defects?
Calculs Insights πT | cos x |³ dx 59 2
2. Consider the ODE u' = ƒ (u) = u² + r where r is a parameter that can take the values r = −1, −0.5, -0.1, 0.1. For each value of r: (a) Sketch ƒ(u) = u² + r and determine the equilibrium points. (b) Draw the phase line. (d) Determine the stability of the equilibrium points. (d) Plot the direction field and some sample solutions,i.e., u(t) (e) Describe how location of the equilibrium points and their stability change as you increase the parameter r. (f) Using the matlab program phaseline.m generate a solution for each value of r and the initial condition u(0) = 0.9. Print and turn in your result for r = −1. Do not forget to add a figure caption. (g) In the matlab program phaseline.m set the initial condition to u(0) = 1.1 and simulate the ode over the time interval t = [0, 10] for different values of r. What happens? Why? You do not need to turn in a plot for (g), just describe what happens.

Chapter 4 Solutions

Numerical Analysis

Ch. 4.1 - Use the following data and the knowledge that the...Ch. 4.1 - Prob. 14ESCh. 4.1 - Prob. 15ESCh. 4.1 - Prob. 16ESCh. 4.1 - Prob. 17ESCh. 4.1 - Prob. 18ESCh. 4.1 - Prob. 19ESCh. 4.1 - Prob. 20ESCh. 4.1 - Prob. 21ESCh. 4.1 - In a circuit with impressed voltage (t) and...Ch. 4.1 - In Exercise 9 of Section 3.4, data were given...Ch. 4.1 - Derive an O(h4) five-point formula to approximate...Ch. 4.1 - Use the formula derived in Exercise 24 and the...Ch. 4.1 - a. Analyze the round-off errors, as in Example 4,...Ch. 4.1 - Derive a method for approximating f (x0) whose...Ch. 4.1 - Consider the function e(h)=h+h26M, where M is a...Ch. 4.1 - Prob. 1DQCh. 4.1 - Prob. 2DQCh. 4.2 - Apply the extrapolation process described in...Ch. 4.2 - Add another line to the extrapolation table in...Ch. 4.2 - The following data give approximations to the...Ch. 4.2 - Prob. 6ESCh. 4.2 - Prob. 7ESCh. 4.2 - The forward-difference formula can be expressed as...Ch. 4.2 - Prob. 9ESCh. 4.2 - Prob. 10ESCh. 4.2 - Prob. 11ESCh. 4.2 - Prob. 12ESCh. 4.2 - Prob. 13ESCh. 4.3 - Approximate the following integrals using the...Ch. 4.3 - Approximate the following integrals using the...Ch. 4.3 - Find a bound for the error in Exercise 1 using the...Ch. 4.3 - Prob. 4ESCh. 4.3 - Repeat Exercise 1 using Simpsons rule. 1....Ch. 4.3 - Prob. 6ESCh. 4.3 - Prob. 7ESCh. 4.3 - Prob. 8ESCh. 4.3 - Prob. 9ESCh. 4.3 - Prob. 10ESCh. 4.3 - Prob. 11ESCh. 4.3 - Prob. 12ESCh. 4.3 - The Trapezoidal rule applied to 02f(x)dx gives the...Ch. 4.3 - Prob. 14ESCh. 4.3 - Approximate the following integrals using formulas...Ch. 4.3 - Prob. 17ESCh. 4.3 - Suppose that the data of Exercise 17 have...Ch. 4.3 - Prob. 19ESCh. 4.3 - Prob. 20ESCh. 4.3 - The quadrature formula...Ch. 4.3 - The quadrature formula...Ch. 4.3 - Find the constants c0, c1, and x1 so that the...Ch. 4.3 - Find the constants x0, x1, and c1 so that the...Ch. 4.3 - Prob. 25ESCh. 4.3 - Prob. 26ESCh. 4.3 - Prob. 27ESCh. 4.3 - Derive Simpsons Three-Eighths rule (the closed...Ch. 4.3 - Prob. 1DQCh. 4.3 - Prob. 2DQCh. 4.4 - Use the Composite Trapezoidal rule with the...Ch. 4.4 - Prob. 2ESCh. 4.4 - Use the Composite Simpsons rule to approximate the...Ch. 4.4 - Prob. 4ESCh. 4.4 - Prob. 5ESCh. 4.4 - Prob. 6ESCh. 4.4 - Prob. 7ESCh. 4.4 - Prob. 8ESCh. 4.4 - Prob. 9ESCh. 4.4 - Prob. 10ESCh. 4.4 - Determine the values of n and h required to...Ch. 4.4 - Repeat Exercise 11 for the integral 0x2cosxdx. 11....Ch. 4.4 - Determine the values of n and h required to...Ch. 4.4 - Repeat Exercise 13 for the integral 12xlnxdx. 13....Ch. 4.4 - Prob. 15ESCh. 4.4 - Prob. 17ESCh. 4.4 - A car laps a race track in 84 seconds. The speed...Ch. 4.4 - Prob. 19ESCh. 4.4 - Prob. 20ESCh. 4.4 - Prob. 21ESCh. 4.4 - Prob. 23ESCh. 4.4 - Prob. 24ESCh. 4.4 - Prob. 25ESCh. 4.4 - Prob. 26ESCh. 4.4 - Prob. 1DQCh. 4.4 - Prob. 2DQCh. 4.5 - Use Romberg integration to compute R3, 3 for the...Ch. 4.5 - Use Romberg integration to compute R3, 3 for the...Ch. 4.5 - Prob. 3ESCh. 4.5 - Prob. 4ESCh. 4.5 - Use the following data to approximate 15f(x)dx as...Ch. 4.5 - Prob. 9ESCh. 4.5 - Prob. 10ESCh. 4.5 - Prob. 11ESCh. 4.5 - Romberg integration for approximating 01f(x)dx...Ch. 4.5 - Prob. 15ESCh. 4.5 - Prob. 18ESCh. 4.5 - Prob. 19ESCh. 4.5 - Prob. 1DQCh. 4.5 - Prob. 4DQCh. 4.6 - Prob. 1ESCh. 4.6 - Prob. 2ESCh. 4.6 - Prob. 11ESCh. 4.6 - Prob. 12ESCh. 4.6 - Could Romberg integration replace Simpsons rule in...Ch. 4.7 - Approximate the following integrals using Gaussian...Ch. 4.7 - Approximate the following integrals using Gaussian...Ch. 4.7 - Repeat Exercise 1 with n = 3. 1. Approximate the...Ch. 4.7 - Repeat Exercise 2 with n = 3. 2. Approximate the...Ch. 4.7 - Repeat Exercise 1 with n = 4. 1. Approximate the...Ch. 4.7 - Repeat Exercise 2 with n = 4. 2. Approximate the...Ch. 4.7 - Repeat Exercise 1 with n = 5. 1. Approximate the...Ch. 4.7 - Repeat Exercise 2 with n = 5. 2. Approximate the...Ch. 4.7 - Describe the differences and similarities between...Ch. 4.7 - Prob. 2DQCh. 4.8 - Prob. 1DQCh. 4.8 - Prob. 2DQCh. 4.8 - Prob. 3DQCh. 4.8 - Prob. 4DQCh. 4.9 - Suppose a body of mass m is traveling vertically...Ch. 4.9 - The Laguerre polynomials {L0(x), L1(x) ...} form...Ch. 4.9 - Prob. 7ESCh. 4.9 - Prob. 8ESCh. 4.9 - Prob. 9ESCh. 4.9 - Prob. 1DQCh. 4.9 - Prob. 2DQ
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
College Algebra
Algebra
ISBN:9781337282291
Author:Ron Larson
Publisher:Cengage Learning
Text book image
Trigonometry (MindTap Course List)
Trigonometry
ISBN:9781337278461
Author:Ron Larson
Publisher:Cengage Learning
Text book image
Intermediate Algebra
Algebra
ISBN:9781285195728
Author:Jerome E. Kaufmann, Karen L. Schwitters
Publisher:Cengage Learning
Text book image
Algebra & Trigonometry with Analytic Geometry
Algebra
ISBN:9781133382119
Author:Swokowski
Publisher:Cengage
Text book image
Mathematics For Machine Technology
Advanced Math
ISBN:9781337798310
Author:Peterson, John.
Publisher:Cengage Learning,
Text book image
Functions and Change: A Modeling Approach to Coll...
Algebra
ISBN:9781337111348
Author:Bruce Crauder, Benny Evans, Alan Noell
Publisher:Cengage Learning
Fundamental Theorem of Calculus 1 | Geometric Idea + Chain Rule Example; Author: Dr. Trefor Bazett;https://www.youtube.com/watch?v=hAfpl8jLFOs;License: Standard YouTube License, CC-BY