Differential Equations with Boundary-Value Problems (MindTap Course List)
Differential Equations with Boundary-Value Problems (MindTap Course List)
9th Edition
ISBN: 9781305965799
Author: Dennis G. Zill
Publisher: Cengage Learning
bartleby

Concept explainers

bartleby

Videos

Question
Book Icon
Chapter 12, Problem 11RE
To determine

The solution of the boundary value problem under given boundary conditions.

Blurred answer
Students have asked these similar questions
12.42 The steady-state distribution of temperature on a heated plate can be modeled by the Laplace equation, 0= FT T + 200°C 25°C 25°C T22 0°C T₁ T21 200°C FIGURE P12.42 75°C 75°C 00°C If the plate is represented by a series of nodes (Fig. P12.42), cen- tered finite-divided differences can be substituted for the second derivatives, which results in a system of linear algebraic equations. Use the Gauss-Seidel method to solve for the temperatures of the nodes in Fig. P12.42.
9.22 Develop, debug, and test a program in either a high-level language or a macro language of your choice to solve a system of equations with Gauss-Jordan elimination without partial pivoting. Base the program on the pseudocode from Fig. 9.10. Test the program using the same system as in Prob. 9.18. Compute the total number of flops in your algorithm to verify Eq. 9.37. FIGURE 9.10 Pseudocode to implement the Gauss-Jordan algorithm with- out partial pivoting. SUB GaussJordan(aug, m, n, x) DOFOR k = 1, m d = aug(k, k) DOFOR j = 1, n aug(k, j) = aug(k, j)/d END DO DOFOR 1 = 1, m IF 1 % K THEN d = aug(i, k) DOFOR j = k, n aug(1, j) END DO aug(1, j) - d*aug(k, j) END IF END DO END DO DOFOR k = 1, m x(k) = aug(k, n) END DO END GaussJordan
11.9 Recall from Prob. 10.8, that the following system of equations is designed to determine concentrations (the e's in g/m³) in a series of coupled reactors as a function of amount of mass input to each reactor (the right-hand sides are in g/day): 15c3cc33300 -3c18c26c3 = 1200 -4c₁₂+12c3 = 2400 Solve this problem with the Gauss-Seidel method to & = 5%.

Chapter 12 Solutions

Differential Equations with Boundary-Value Problems (MindTap Course List)

Ch. 12.1 - In Problems 116 use separation of variables to...Ch. 12.1 - In Problems 116 use separation of variables to...Ch. 12.1 - In Problems 116 use separation of variables to...Ch. 12.1 - In Problems 116 use separation of variables to...Ch. 12.1 - In Problems 116 use separation of variables to...Ch. 12.1 - In Problems 116 use separation of variables to...Ch. 12.1 - In Problems 1726 classify the given partial...Ch. 12.1 - Prob. 18ECh. 12.1 - In Problems 1726 classify the given partial...Ch. 12.1 - Prob. 20ECh. 12.1 - In Problems 1726 classify the given partial...Ch. 12.1 - Prob. 22ECh. 12.1 - Prob. 23ECh. 12.1 - Prob. 24ECh. 12.1 - Prob. 25ECh. 12.1 - Prob. 26ECh. 12.1 - In Problems 27 and 28 show that the given partial...Ch. 12.1 - In Problems 27 and 28 show that the given partial...Ch. 12.1 - Verify that each of the products u = XY in (3),...Ch. 12.1 - Prob. 30ECh. 12.1 - Prob. 31ECh. 12.1 - Prob. 32ECh. 12.2 - In Problems 16 a rod of length L coincides with...Ch. 12.2 - In Problems 16 a rod of length L coincides with...Ch. 12.2 - In Problems 16 a rod of length L coincides with...Ch. 12.2 - In Problems 16 a rod of length L coincides with...Ch. 12.2 - In Problems 16 a rod of length L coincides with...Ch. 12.2 - In Problems 16 a rod of length L coincides with...Ch. 12.2 - In Problems 710 a string of length L coincides...Ch. 12.2 - In Problems 710 a string of length L coincides...Ch. 12.2 - In Problems 710 a string of length L coincides...Ch. 12.2 - Prob. 10ECh. 12.2 - In Problems 11 and 12 set up the boundary-value...Ch. 12.2 - In Problems 11 and 12 set up the boundary-value...Ch. 12.3 - In Problems 1 and 2 solve the heat equation (1)...Ch. 12.3 - In Problems 1 and 2 solve the heat equation (1)...Ch. 12.3 - Find the temperature u(x, t) in a rod of length L...Ch. 12.3 - Solve Problem 3 if L = 2 and f(x)={x,0x10,1x2.Ch. 12.3 - Suppose heat is lost from the lateral surface of a...Ch. 12.3 - Solve Problem 5 if the ends x = 0 and x = L are...Ch. 12.3 - A thin wire coinciding with the x-axis on the...Ch. 12.3 - Find the temperature u(x, t) for the...Ch. 12.4 - In Problems 16 solve the wave equation (1) subject...Ch. 12.4 - In Problems 16 solve the wave equation (1) subject...Ch. 12.4 - In Problems 16 solve the wave equation (1) subject...Ch. 12.4 - In Problems 16 solve the wave equation (1) subject...Ch. 12.4 - In Problems 16 solve the wave equation (1) subject...Ch. 12.4 - In Problems 16 solve the wave equation (1) subject...Ch. 12.4 - In Problems 710 a string is tied to the x-axis at...Ch. 12.4 - In Problems 710 a string is tied to the x-axis at...Ch. 12.4 - In Problems 710 a string is tied to the x-axis at...Ch. 12.4 - In Problems 710 a string is tied to the x-axis at...Ch. 12.4 - Prob. 11ECh. 12.4 - A model for the motion of a vibrating string whose...Ch. 12.4 - Prob. 13ECh. 12.4 - Prob. 14ECh. 12.4 - Prob. 15ECh. 12.4 - Prob. 16ECh. 12.4 - The transverse displacement u(x, t) of a vibrating...Ch. 12.4 - Prob. 19ECh. 12.4 - The vertical displacement u(x, t) of an infinitely...Ch. 12.4 - Prob. 21ECh. 12.4 - Prob. 22ECh. 12.4 - Prob. 23ECh. 12.4 - Prob. 24ECh. 12.5 - In Problems 110 solve Laplaces equation (1) for a...Ch. 12.5 - In Problems 1–10 solve Laplace’s equation (1) for...Ch. 12.5 - In Problems 110 solve Laplaces equation (1) for a...Ch. 12.5 - In Problems 110 solve Laplaces equation (1) for a...Ch. 12.5 - In Problems 110 solve Laplaces equation (1) for a...Ch. 12.5 - In Problems 110 solve Laplaces equation (1) for a...Ch. 12.5 - In Problems 110 solve Laplaces equation (1) for a...Ch. 12.5 - In Problems 1–10 solve Laplace’s equation (1) for...Ch. 12.5 - In Problems 110 solve Laplaces equation (1) for a...Ch. 12.5 - Prob. 10ECh. 12.5 - In Problems 11 and 12 solve Laplaces equation (1)...Ch. 12.5 - In Problems 11 and 12 solve Laplaces equation (1)...Ch. 12.5 - Prob. 13ECh. 12.5 - Prob. 14ECh. 12.5 - In Problems 15 and 16 use the superposition...Ch. 12.5 - In Problems 15 and 16 use the superposition...Ch. 12.5 - Prob. 18ECh. 12.5 - Solve the Neumann problem for a rectangle:...Ch. 12.5 - Prob. 20ECh. 12.6 - In Problems 1-12 proceed as in Example 1 to solve...Ch. 12.6 - In Problems 1-12 proceed as in Example 1 to solve...Ch. 12.6 - Prob. 3ECh. 12.6 - In Problems 1-12 proceed as in Example 1 to solve...Ch. 12.6 - In Problems 1-12 proceed as in Example 1 to solve...Ch. 12.6 - Prob. 6ECh. 12.6 - Prob. 7ECh. 12.6 - Prob. 8ECh. 12.6 - In Problems 1-12 proceed as in Example 1 to solve...Ch. 12.6 - In Problems 1-12 proceed as in Example 1 to solve...Ch. 12.6 - Prob. 11ECh. 12.6 - Prob. 12ECh. 12.6 - Prob. 13ECh. 12.6 - In Problems 13-16 proceed as in Example 2 to solve...Ch. 12.6 - Prob. 15ECh. 12.6 - In Problems 13-16 proceed as in Example 2 to solve...Ch. 12.6 - Prob. 17ECh. 12.6 - Prob. 18ECh. 12.6 - Prob. 19ECh. 12.6 - Prob. 20ECh. 12.7 - In Example 1 find the temperature u(x, t) when the...Ch. 12.7 - Prob. 2ECh. 12.7 - Find the steady-state temperature for a...Ch. 12.7 - Prob. 4ECh. 12.7 - Prob. 5ECh. 12.7 - Prob. 6ECh. 12.7 - Prob. 7ECh. 12.7 - Prob. 8ECh. 12.7 - Prob. 9ECh. 12.7 - Prob. 10ECh. 12.8 - In Problems 1 and 2 solve the heat equation (1)...Ch. 12.8 - Prob. 2ECh. 12.8 - Prob. 3ECh. 12.8 - In Problems 3 and 4 solve the wave equation (2)...Ch. 12.8 - Prob. 5ECh. 12.8 - Prob. 6ECh. 12 - Use separation of variables to find product...Ch. 12 - Use separation of variables to find product...Ch. 12 - Find a steady-state solution (x) of the...Ch. 12 - Give a physical interpretation for the boundary...Ch. 12 - At t = 0 a string of unit length is stretched on...Ch. 12 - Prob. 6RECh. 12 - Find the steady-state temperature u(x, y) in the...Ch. 12 - Find the steady-state temperature u(x, y) in the...Ch. 12 - Prob. 9RECh. 12 - Find the temperature u(x, t) in the infinite plate...Ch. 12 - Prob. 11RECh. 12 - Solve the boundary-value problem 2ux2+sinx=ut, 0 ...Ch. 12 - Prob. 13RECh. 12 - The concentration c(x, t) of a substance that both...Ch. 12 - Prob. 15RECh. 12 - Solve Laplaces equation for a rectangular plate...Ch. 12 - Prob. 17RECh. 12 - Prob. 18RECh. 12 - Prob. 19RECh. 12 - If the four edges of the rectangular plate in...
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
01 - What Is A Differential Equation in Calculus? Learn to Solve Ordinary Differential Equations.; Author: Math and Science;https://www.youtube.com/watch?v=K80YEHQpx9g;License: Standard YouTube License, CC-BY
Higher Order Differential Equation with constant coefficient (GATE) (Part 1) l GATE 2018; Author: GATE Lectures by Dishank;https://www.youtube.com/watch?v=ODxP7BbqAjA;License: Standard YouTube License, CC-BY
Solution of Differential Equations and Initial Value Problems; Author: Jefril Amboy;https://www.youtube.com/watch?v=Q68sk7XS-dc;License: Standard YouTube License, CC-BY