SlideShare a Scribd company logo
1 of 14
Solution for Laplace Equation
πœ•2𝑒
πœ•π‘₯2 +
πœ•2𝑒
πœ•π‘¦2 = 0 ----------(12)
Consider a rectangular region 𝑅 for which 𝑒(π‘₯, 𝑦) is known at the boundary. Divide this region into
a network of square mesh of side β„Ž (assuming that an exact division of 𝑅 is possible.
Figure-2. Figure-3.
Replacing the derivatives in (12) by their difference approximations, we have
1
β„Ž2
𝑒𝑖+1,𝑗 βˆ’ 2𝑒𝑖,𝑗 + π‘’π‘–βˆ’1,𝑗 +
1
β„Ž2
𝑒𝑖,𝑗+1 βˆ’ 2𝑒𝑖,𝑗 + 𝑒𝑖,π‘—βˆ’1 = 0
Or 𝑒𝑖,𝑗 =
1
4
𝑒𝑖+1,𝑗 + π‘’π‘–βˆ’1,𝑗 + 𝑒𝑖,𝑗+1 + 𝑒𝑖,π‘—βˆ’1 ----------(13)
This shows that the value of 𝑒 at any interior mesh point is the average of its values at four
neighboring points to the left, right, above and below. Equation (13) is called standard 5-point
formula as shown in figure-2.
Sometimes a formula similar to this is used which is given by,
𝑒𝑖,𝑗 =
1
4
(π‘’π‘–βˆ’1,𝑗+1 + 𝑒𝑖+1,π‘—βˆ’1 + 𝑒𝑖+1,𝑗+1 + π‘’π‘–βˆ’1,π‘—βˆ’1) ----------(14)
Which shows that the value of 𝑒 at any interior mesh point is the average of its values at four
neighboring diagonal mesh points. Equation (14) is also called the diagonal 5-point formula as
shown in figure-3. Although this is less accurate than the standard 5-point formula, it is used in
getting a good approximation for the starting values at the mesh points.
By applying 5-point formula at each interior mesh point, we arrive at linear equations in the nodal
values 𝑒𝑖,𝑗. These equations can be solved by Jacobi’s iterative method or Gauss-Seidal iterative
method. The iterative methods are repeated till the difference between two consecutive iterates become
negligible.
1. Jacobi’s method: Denoting the π‘›π‘‘β„Ž iterative value of 𝑒𝑖,𝑗 by 𝑒𝑖,𝑗
𝑛
, the iterative formula to solve is,
𝑒𝑖,𝑗
(𝑛+1)
=
1
4
𝑒𝑖+1,𝑗
(𝑛)
+ π‘’π‘–βˆ’1,𝑗
(𝑛)
+ 𝑒𝑖,𝑗+1
(𝑛)
+ 𝑒𝑖,π‘—βˆ’1
(𝑛)
----------(15)
It gives improved values of 𝑒𝑖,𝑗 at the interior mesh points.
1. Gauss-Seidal method or Leibmann’s method: In this method, the iteration formula is,
𝑒𝑖,𝑗
(𝑛+1)
=
1
4
𝑒𝑖+1,𝑗
(𝑛)
+ π‘’π‘–βˆ’1,𝑗
(𝑛+1)
+ 𝑒𝑖,𝑗+1
(𝑛+1)
+ 𝑒𝑖,π‘—βˆ’1
(𝑛)
----------(16)
This utilizes the latest iterative values available and evaluates the mesh points symmetrically from
left to right along successive rows.
Note:
 The accuracy of the calculations depends on the mesh-size i.e. smaller the 𝒉, better the
accuracy. But if 𝒉 is too small, it increases the computations.
 The error in solving Laplace and Poisson’s equations by finite-difference method is of the
order 𝒐 π’‰πŸ .
Solution: Solution is symmetric about principal
diagonal as shown in figure. Using 5-point formula at
each of the unknown mesh points, we have,
4π‘Ž = 𝑏 + 𝑑 + 2
4𝑏 = 2π‘Ž + 4
4𝑑 = 2π‘Ž
Solving for unknowns,
π‘Ž = 𝑐 = 1; 𝑏 = 1.5; 𝑑 = 0.5
Solved examples:
1. Solve
ππŸπ’–
ππ’™πŸ +
ππŸπ’–
ππ’šπŸ = 𝟎, with 𝒉 =
𝟏
πŸ‘
, 𝒖 𝒙, 𝟏 = 𝒖 𝟎, π’š = 𝟎, 𝟎 < 𝒙, π’š < 𝟏 and also 𝒖 𝒙, 𝟎 = πŸ— 𝒙 βˆ’ π’™πŸ
,
𝒖 𝟏, π’š = πŸ— π’š βˆ’ π’šπŸ .
2. Solve
ππŸπ’–
ππ’™πŸ +
ππŸπ’–
ππ’šπŸ = 𝟎, with 𝒉 =
𝟏
πŸ’
, 𝒖 𝒙, 𝟎 = 𝒖 𝒙, 𝟏 = 𝟎, 𝟎 < 𝒙, π’š < 𝟏 and also 𝒖 𝟎, π’š =
𝟏𝟎𝟎, 𝒖 𝟏, π’š = 𝟎 using Leibmann’s method.
Solution: With reference to the figure, we have equations
in 6 unknowns.
4π‘Ž = 100 + 𝑏 + 𝑑
4𝑏 = π‘Ž + 𝑒 + 𝑐
4𝑐 = 𝑏 + 𝑓
4𝑑 = 100 + 2π‘Ž + 𝑒
4𝑒 = 2𝑏 + 𝑑 + 𝑓
4𝑓 = 2𝑐 + 𝑒
Solving using Leibmann’s method or Gauss seidal
method(3 iterations),
π‘Ž 𝑏 𝑐 𝑑 𝑒 𝑓
0 0 0 0 0 0
25 6.25 1.5625 37.5 12.5 0.78125
35.9375 12.5 3.3203 46.09375 17.96875 6.1523 and so on.
Exercise problems:
1. Solve Laplace equation π›πŸ
𝒖 = 𝟎, 𝟎 < 𝒙, π’š < 𝟐, with 𝒉 =
𝟏
𝟐
, 𝒖 𝒙, 𝟎 = 𝟎, 𝒖 𝒙, 𝟐 = πŸ”,
𝒖 𝟎, π’š = 𝟏, 𝒖 𝟐, π’š = 𝟏.
2. Solve π›πŸπ’– = 𝟎, 𝒙 < 𝟏, π’š < 𝟏, 𝒉 =
𝟏
𝟐
. Also, 𝒖 ±𝟏, π’š = π’šπŸ, 𝒖 𝒙, ±𝟏 = π’™πŸ.
3. Solve π›πŸ
𝒖 = 𝟎, 𝟎 < 𝒙, π’š < πŸ’, with 𝒉 = 𝟏,𝒖 𝒙, 𝟎 = π’™πŸ
+ πŸπ’™, 𝒖 𝟎, π’š = βˆ’πŸπ’š βˆ’ π’šπŸ
, 𝒖 πŸ’, π’š =
πŸπŸ’ βˆ’ π’šπŸ βˆ’ πŸπ’š, 𝒖 𝒙, πŸ’ = π’™πŸ + πŸπ’™ βˆ’ πŸπŸ’.
(Hint: Negative symmetry to be considered. Number of variables reduces to six.)
Poisson Equation
The Poisson equation is an elliptic partial differential equation that frequently
emerges when modeling electromagnetic systems. However, like many other partial
differential equations, exact solutions are difficult to obtain for complex
geometries. This motivates the use of numerical methods in order to provide
accurate results for real-world systems. One very simple algorithm is the Finite-
Difference Method (FDM), which works by replacing the continuous derivative
operators with approximate finite differences. Although the Finite-Difference
Method is one of the oldest methods ever devised, comprehensive information is
difficult to find compiled in a single reference.
β€’ Poisson differential equation is
πœ•2𝑒
πœ•π‘₯2 +
πœ•2𝑒
πœ•π‘¦2 = 𝑓 π‘₯, 𝑦 ---------- (1)
β€’ Its method of solution is similar to that of Laplace equation. Here the
standard 5-point formula takes the form,
π‘’π‘–βˆ’1,𝑗 + 𝑒𝑖+1,𝑗 + 𝑒𝑖,𝑗+1 + 𝑒𝑖,π‘—βˆ’1 βˆ’ 4𝑒𝑖,𝑗 = β„Ž2𝑓(π‘–β„Ž, π‘—β„Ž) ---------- (2)
By applying formula (2) at each interior mesh point, we arrive at linear
equations in the nodal values 𝑒𝑖,𝑗. These equations can be solved by
Gauss-Seidal iterative method. The iterative methods are repeated till the
difference between two consecutive iterates become negligible.
Examples:
1) With 𝒉 = 𝟏, solve
ππŸπ’–
ππ’™πŸ +
ππŸπ’–
ππ’šπŸ = βˆ’πŸπŸŽ π’™πŸ
+ π’šπŸ
+ 𝟏𝟎 , 𝟎 < 𝒙, π’š < πŸ‘ and
𝒖 = 𝟎 on the boundary.
Solution: x 0 1 2 3
y 0 1 2 3
By five point formula,
𝑒1 =
1
4
𝑒2 + 𝑒3 + 150 βˆ’βˆ’βˆ’βˆ’ βˆ’ 1
𝑒2 =
1
4
𝑒1 + 𝑒4 + 180 βˆ’βˆ’βˆ’βˆ’ βˆ’(2)
𝑒3=
1
4
𝑒1 + 𝑒4 + 120 βˆ’βˆ’βˆ’βˆ’ βˆ’ 3
𝑒4 =
1
4
𝑒2 + 𝑒3 + 150 βˆ’βˆ’βˆ’βˆ’ βˆ’(4)
From equation (1) and (4), 𝑒1 = 𝑒4.
Hence equations becomes
4𝑒1 βˆ’ 𝑒2 βˆ’ 𝑒3 = 150, 4𝑒2 βˆ’ 2𝑒1 = 180, 4𝑒3 βˆ’ 2𝑒1 = 120.
By solving these equations we get,
𝑒1 = 𝑒4 = 75, 𝑒2 = 82.5, 𝑒3 = 67.5.
2) Solve π›πŸπ’– = βˆ’πŸ–πŸπ’™π’š, 𝟎 < 𝒙, π’š < 𝟏, 𝒉 =
𝟏
πŸ‘
. Also, 𝒖 𝟎, π’š = 𝒖 𝒙, 𝟎 = 𝟎,
𝒖 𝟏, π’š = 𝒖 𝒙, 𝟏 = 𝟏𝟎𝟎.
Solution:
x 0 1/3 2/3 1
y 0 1/3 2/3 1
By standard five point formula,
𝑒1 =
1
4
𝑒2 + 𝑒3 + 102 βˆ’βˆ’βˆ’βˆ’ βˆ’(1)
𝑒2 =
1
4
𝑒1 + 𝑒4 + 204 βˆ’βˆ’βˆ’βˆ’ βˆ’(2)
𝑒3=
1
4
𝑒1 + 𝑒4 + 1 βˆ’βˆ’βˆ’βˆ’ βˆ’ 3
𝑒4 =
1
4
𝑒2 + 𝑒3 + 102 βˆ’βˆ’βˆ’βˆ’ βˆ’(4)
From equation (1) and (4), 𝑒1 = 𝑒4.
Hence equations are:
4𝑒1 βˆ’ 𝑒2 βˆ’ 𝑒3 = 102, 2𝑒1 βˆ’ 4𝑒2 = βˆ’204, 2𝑒1 βˆ’ 4𝑒3 = βˆ’1
Solving theses equations, we get 𝑒1 = 𝑒4 = 51, 𝑒2 = 76, 𝑒3 = 26.
β€’ Exercise problems:
1) Solve 𝛻2𝑒 = βˆ’1, π‘₯ < 2, 𝑦 < 2, β„Ž = 1.
Also, 𝑒 βˆ’2, 𝑦 = 𝑒 π‘₯, 2 =𝑒 2, 𝑦 = 𝑒 π‘₯, βˆ’2 = 0.
2) Solve 𝛻2𝑒 = βˆ’1, π‘₯ < 2, 𝑦 < 2, β„Ž = 1.
Also, 𝑒 βˆ’2, 𝑦 = 𝑒 π‘₯, 2 =𝑒 2, 𝑦 = 𝑒 π‘₯, βˆ’2 = 0.
3) Solve 𝛻2𝑒 = βˆ’1, π‘₯ < 1, 𝑦 < 1, β„Ž =
1
2
. Also, 𝑒 Β±1, 𝑦 = 𝑒 π‘₯, Β±1 = 0.

More Related Content

Similar to lecture-3 laplce and poisson.pptx .

Lesson 3: Problem Set 4
Lesson 3: Problem Set 4Lesson 3: Problem Set 4
Lesson 3: Problem Set 4Kevin Johnson
Β 
Solution of equations and eigenvalue problems
Solution of equations and eigenvalue problemsSolution of equations and eigenvalue problems
Solution of equations and eigenvalue problemsSanthanam Krishnan
Β 
Computational Method for Engineers: Solving a system of Linear Equations
Computational Method for Engineers: Solving a system of Linear EquationsComputational Method for Engineers: Solving a system of Linear Equations
Computational Method for Engineers: Solving a system of Linear EquationsBektu Dida
Β 
Newton Cotes Integration Method, Open Newton Cotes, Closed Newton Cotes Gauss...
Newton Cotes Integration Method, Open Newton Cotes, Closed Newton Cotes Gauss...Newton Cotes Integration Method, Open Newton Cotes, Closed Newton Cotes Gauss...
Newton Cotes Integration Method, Open Newton Cotes, Closed Newton Cotes Gauss...HadiaZahid2
Β 
Analytic Geometry Period 1
Analytic Geometry Period 1Analytic Geometry Period 1
Analytic Geometry Period 1ingroy
Β 
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets Vladimir Godovalov
Β 
Lecture 2.1 Echelon method
Lecture 2.1 Echelon methodLecture 2.1 Echelon method
Lecture 2.1 Echelon methodTaoufik Ben Jabeur
Β 
Lecture 2.1 Echelon method
Lecture 2.1 Echelon methodLecture 2.1 Echelon method
Lecture 2.1 Echelon methodTaoufik Ben Jabeur
Β 
Sistempertidaksamaanduavariabel2122
Sistempertidaksamaanduavariabel2122Sistempertidaksamaanduavariabel2122
Sistempertidaksamaanduavariabel2122Franxisca Kurniawati
Β 
Learning group em - 20171025 - copy
Learning group   em - 20171025 - copyLearning group   em - 20171025 - copy
Learning group em - 20171025 - copyShuai Zhang
Β 
Optimum Engineering Design - Day 2b. Classical Optimization methods
Optimum Engineering Design - Day 2b. Classical Optimization methodsOptimum Engineering Design - Day 2b. Classical Optimization methods
Optimum Engineering Design - Day 2b. Classical Optimization methodsSantiagoGarridoBulln
Β 
MATHS - Linear equation in two variable (Class - X) Maharashtra Board
MATHS - Linear equation in two variable (Class - X) Maharashtra BoardMATHS - Linear equation in two variable (Class - X) Maharashtra Board
MATHS - Linear equation in two variable (Class - X) Maharashtra BoardPooja M
Β 

Similar to lecture-3 laplce and poisson.pptx . (20)

Term paper
Term paperTerm paper
Term paper
Β 
Four Point Gauss Quadrature Runge – Kuta Method Of Order 8 For Ordinary Diffe...
Four Point Gauss Quadrature Runge – Kuta Method Of Order 8 For Ordinary Diffe...Four Point Gauss Quadrature Runge – Kuta Method Of Order 8 For Ordinary Diffe...
Four Point Gauss Quadrature Runge – Kuta Method Of Order 8 For Ordinary Diffe...
Β 
Lesson 3: Problem Set 4
Lesson 3: Problem Set 4Lesson 3: Problem Set 4
Lesson 3: Problem Set 4
Β 
Solution of equations and eigenvalue problems
Solution of equations and eigenvalue problemsSolution of equations and eigenvalue problems
Solution of equations and eigenvalue problems
Β 
CALCULUS 2.pptx
CALCULUS 2.pptxCALCULUS 2.pptx
CALCULUS 2.pptx
Β 
Computational Method for Engineers: Solving a system of Linear Equations
Computational Method for Engineers: Solving a system of Linear EquationsComputational Method for Engineers: Solving a system of Linear Equations
Computational Method for Engineers: Solving a system of Linear Equations
Β 
Tema 8
Tema 8Tema 8
Tema 8
Β 
Newton Cotes Integration Method, Open Newton Cotes, Closed Newton Cotes Gauss...
Newton Cotes Integration Method, Open Newton Cotes, Closed Newton Cotes Gauss...Newton Cotes Integration Method, Open Newton Cotes, Closed Newton Cotes Gauss...
Newton Cotes Integration Method, Open Newton Cotes, Closed Newton Cotes Gauss...
Β 
Analytic Geometry Period 1
Analytic Geometry Period 1Analytic Geometry Period 1
Analytic Geometry Period 1
Β 
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Β 
Lecture 2.1 Echelon method
Lecture 2.1 Echelon methodLecture 2.1 Echelon method
Lecture 2.1 Echelon method
Β 
Lecture 2.1 Echelon method
Lecture 2.1 Echelon methodLecture 2.1 Echelon method
Lecture 2.1 Echelon method
Β 
Mqm em
Mqm emMqm em
Mqm em
Β 
Sistempertidaksamaanduavariabel2122
Sistempertidaksamaanduavariabel2122Sistempertidaksamaanduavariabel2122
Sistempertidaksamaanduavariabel2122
Β 
Learning group em - 20171025 - copy
Learning group   em - 20171025 - copyLearning group   em - 20171025 - copy
Learning group em - 20171025 - copy
Β 
.Chapter7&8.
.Chapter7&8..Chapter7&8.
.Chapter7&8.
Β 
Lca10 0505
Lca10 0505Lca10 0505
Lca10 0505
Β 
A0280106
A0280106A0280106
A0280106
Β 
Optimum Engineering Design - Day 2b. Classical Optimization methods
Optimum Engineering Design - Day 2b. Classical Optimization methodsOptimum Engineering Design - Day 2b. Classical Optimization methods
Optimum Engineering Design - Day 2b. Classical Optimization methods
Β 
MATHS - Linear equation in two variable (Class - X) Maharashtra Board
MATHS - Linear equation in two variable (Class - X) Maharashtra BoardMATHS - Linear equation in two variable (Class - X) Maharashtra Board
MATHS - Linear equation in two variable (Class - X) Maharashtra Board
Β 

More from happycocoman

gas turbine cycles.pptx .
gas turbine cycles.pptx                    .gas turbine cycles.pptx                    .
gas turbine cycles.pptx .happycocoman
Β 
RECIPROCATING_AIR_COMPRESSOR.ppt .
RECIPROCATING_AIR_COMPRESSOR.ppt         .RECIPROCATING_AIR_COMPRESSOR.ppt         .
RECIPROCATING_AIR_COMPRESSOR.ppt .happycocoman
Β 
SURFACE TEXTURE 2022.pptx .
SURFACE TEXTURE 2022.pptx                  .SURFACE TEXTURE 2022.pptx                  .
SURFACE TEXTURE 2022.pptx .happycocoman
Β 
Numericals on Raciprocating air compressor.ppt
Numericals on  Raciprocating air compressor.pptNumericals on  Raciprocating air compressor.ppt
Numericals on Raciprocating air compressor.ppthappycocoman
Β 
Vapor_power cycles KM.pptx ..
Vapor_power cycles KM.pptx            ..Vapor_power cycles KM.pptx            ..
Vapor_power cycles KM.pptx ..happycocoman
Β 
Vapor power cycles by Anupama.pptx .
Vapor power cycles by Anupama.pptx     .Vapor power cycles by Anupama.pptx     .
Vapor power cycles by Anupama.pptx .happycocoman
Β 
Performance and Testing of Internal Combustion Engines.ppt
Performance and Testing of Internal Combustion Engines.pptPerformance and Testing of Internal Combustion Engines.ppt
Performance and Testing of Internal Combustion Engines.ppthappycocoman
Β 
ICenginesNumericals (1).pptx .
ICenginesNumericals (1).pptx             .ICenginesNumericals (1).pptx             .
ICenginesNumericals (1).pptx .happycocoman
Β 
Air standard cycles_PPT KM1.pptx .
Air standard cycles_PPT KM1.pptx          .Air standard cycles_PPT KM1.pptx          .
Air standard cycles_PPT KM1.pptx .happycocoman
Β 
Pressure Measurement ppt.pptx .
Pressure Measurement ppt.pptx               .Pressure Measurement ppt.pptx               .
Pressure Measurement ppt.pptx .happycocoman
Β 
Measurements & Measurement .Systems.pptx
Measurements & Measurement .Systems.pptxMeasurements & Measurement .Systems.pptx
Measurements & Measurement .Systems.pptxhappycocoman
Β 
Strain Measurement (NEW).pptx .
Strain Measurement (NEW).pptx               .Strain Measurement (NEW).pptx               .
Strain Measurement (NEW).pptx .happycocoman
Β 
Force and torque measurements.pptx .
Force and torque measurements.pptx      .Force and torque measurements.pptx      .
Force and torque measurements.pptx .happycocoman
Β 
FLOW(NEW).pptx .
FLOW(NEW).pptx                          .FLOW(NEW).pptx                          .
FLOW(NEW).pptx .happycocoman
Β 
Chapter 11 - SCREW THREADS sllides.pdf .
Chapter 11 - SCREW THREADS sllides.pdf       .Chapter 11 - SCREW THREADS sllides.pdf       .
Chapter 11 - SCREW THREADS sllides.pdf .happycocoman
Β 
Measurement of form errors.pptx .
Measurement of form errors.pptx            .Measurement of form errors.pptx            .
Measurement of form errors.pptx .happycocoman
Β 
9. Surface Texture - PPT.pdf .
9. Surface Texture - PPT.pdf               .9. Surface Texture - PPT.pdf               .
9. Surface Texture - PPT.pdf .happycocoman
Β 
10. Screw Threads - PPT.pdf .
10. Screw Threads - PPT.pdf                    .10. Screw Threads - PPT.pdf                    .
10. Screw Threads - PPT.pdf .happycocoman
Β 
Measurement of Form errors complete slides.pdf
Measurement of Form errors complete slides.pdfMeasurement of Form errors complete slides.pdf
Measurement of Form errors complete slides.pdfhappycocoman
Β 
Limits Fits and Tolerances ppt.pdf .
Limits Fits and Tolerances ppt.pdf     .Limits Fits and Tolerances ppt.pdf     .
Limits Fits and Tolerances ppt.pdf .happycocoman
Β 

More from happycocoman (20)

gas turbine cycles.pptx .
gas turbine cycles.pptx                    .gas turbine cycles.pptx                    .
gas turbine cycles.pptx .
Β 
RECIPROCATING_AIR_COMPRESSOR.ppt .
RECIPROCATING_AIR_COMPRESSOR.ppt         .RECIPROCATING_AIR_COMPRESSOR.ppt         .
RECIPROCATING_AIR_COMPRESSOR.ppt .
Β 
SURFACE TEXTURE 2022.pptx .
SURFACE TEXTURE 2022.pptx                  .SURFACE TEXTURE 2022.pptx                  .
SURFACE TEXTURE 2022.pptx .
Β 
Numericals on Raciprocating air compressor.ppt
Numericals on  Raciprocating air compressor.pptNumericals on  Raciprocating air compressor.ppt
Numericals on Raciprocating air compressor.ppt
Β 
Vapor_power cycles KM.pptx ..
Vapor_power cycles KM.pptx            ..Vapor_power cycles KM.pptx            ..
Vapor_power cycles KM.pptx ..
Β 
Vapor power cycles by Anupama.pptx .
Vapor power cycles by Anupama.pptx     .Vapor power cycles by Anupama.pptx     .
Vapor power cycles by Anupama.pptx .
Β 
Performance and Testing of Internal Combustion Engines.ppt
Performance and Testing of Internal Combustion Engines.pptPerformance and Testing of Internal Combustion Engines.ppt
Performance and Testing of Internal Combustion Engines.ppt
Β 
ICenginesNumericals (1).pptx .
ICenginesNumericals (1).pptx             .ICenginesNumericals (1).pptx             .
ICenginesNumericals (1).pptx .
Β 
Air standard cycles_PPT KM1.pptx .
Air standard cycles_PPT KM1.pptx          .Air standard cycles_PPT KM1.pptx          .
Air standard cycles_PPT KM1.pptx .
Β 
Pressure Measurement ppt.pptx .
Pressure Measurement ppt.pptx               .Pressure Measurement ppt.pptx               .
Pressure Measurement ppt.pptx .
Β 
Measurements & Measurement .Systems.pptx
Measurements & Measurement .Systems.pptxMeasurements & Measurement .Systems.pptx
Measurements & Measurement .Systems.pptx
Β 
Strain Measurement (NEW).pptx .
Strain Measurement (NEW).pptx               .Strain Measurement (NEW).pptx               .
Strain Measurement (NEW).pptx .
Β 
Force and torque measurements.pptx .
Force and torque measurements.pptx      .Force and torque measurements.pptx      .
Force and torque measurements.pptx .
Β 
FLOW(NEW).pptx .
FLOW(NEW).pptx                          .FLOW(NEW).pptx                          .
FLOW(NEW).pptx .
Β 
Chapter 11 - SCREW THREADS sllides.pdf .
Chapter 11 - SCREW THREADS sllides.pdf       .Chapter 11 - SCREW THREADS sllides.pdf       .
Chapter 11 - SCREW THREADS sllides.pdf .
Β 
Measurement of form errors.pptx .
Measurement of form errors.pptx            .Measurement of form errors.pptx            .
Measurement of form errors.pptx .
Β 
9. Surface Texture - PPT.pdf .
9. Surface Texture - PPT.pdf               .9. Surface Texture - PPT.pdf               .
9. Surface Texture - PPT.pdf .
Β 
10. Screw Threads - PPT.pdf .
10. Screw Threads - PPT.pdf                    .10. Screw Threads - PPT.pdf                    .
10. Screw Threads - PPT.pdf .
Β 
Measurement of Form errors complete slides.pdf
Measurement of Form errors complete slides.pdfMeasurement of Form errors complete slides.pdf
Measurement of Form errors complete slides.pdf
Β 
Limits Fits and Tolerances ppt.pdf .
Limits Fits and Tolerances ppt.pdf     .Limits Fits and Tolerances ppt.pdf     .
Limits Fits and Tolerances ppt.pdf .
Β 

Recently uploaded

APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
Β 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
Β 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
Β 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
Β 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
Β 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
Β 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
Β 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
Β 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
Β 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
Β 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
Β 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
Β 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
Β 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
Β 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
Β 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
Β 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
Β 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
Β 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
Β 

Recently uploaded (20)

Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
Β 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
Β 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
Β 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
Β 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
Β 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
Β 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Β 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
Β 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Β 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
Β 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Β 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
Β 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
Β 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
Β 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
Β 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Β 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Β 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Β 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Β 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
Β 

lecture-3 laplce and poisson.pptx .

  • 1. Solution for Laplace Equation πœ•2𝑒 πœ•π‘₯2 + πœ•2𝑒 πœ•π‘¦2 = 0 ----------(12) Consider a rectangular region 𝑅 for which 𝑒(π‘₯, 𝑦) is known at the boundary. Divide this region into a network of square mesh of side β„Ž (assuming that an exact division of 𝑅 is possible. Figure-2. Figure-3.
  • 2. Replacing the derivatives in (12) by their difference approximations, we have 1 β„Ž2 𝑒𝑖+1,𝑗 βˆ’ 2𝑒𝑖,𝑗 + π‘’π‘–βˆ’1,𝑗 + 1 β„Ž2 𝑒𝑖,𝑗+1 βˆ’ 2𝑒𝑖,𝑗 + 𝑒𝑖,π‘—βˆ’1 = 0 Or 𝑒𝑖,𝑗 = 1 4 𝑒𝑖+1,𝑗 + π‘’π‘–βˆ’1,𝑗 + 𝑒𝑖,𝑗+1 + 𝑒𝑖,π‘—βˆ’1 ----------(13) This shows that the value of 𝑒 at any interior mesh point is the average of its values at four neighboring points to the left, right, above and below. Equation (13) is called standard 5-point formula as shown in figure-2.
  • 3. Sometimes a formula similar to this is used which is given by, 𝑒𝑖,𝑗 = 1 4 (π‘’π‘–βˆ’1,𝑗+1 + 𝑒𝑖+1,π‘—βˆ’1 + 𝑒𝑖+1,𝑗+1 + π‘’π‘–βˆ’1,π‘—βˆ’1) ----------(14) Which shows that the value of 𝑒 at any interior mesh point is the average of its values at four neighboring diagonal mesh points. Equation (14) is also called the diagonal 5-point formula as shown in figure-3. Although this is less accurate than the standard 5-point formula, it is used in getting a good approximation for the starting values at the mesh points.
  • 4. By applying 5-point formula at each interior mesh point, we arrive at linear equations in the nodal values 𝑒𝑖,𝑗. These equations can be solved by Jacobi’s iterative method or Gauss-Seidal iterative method. The iterative methods are repeated till the difference between two consecutive iterates become negligible. 1. Jacobi’s method: Denoting the π‘›π‘‘β„Ž iterative value of 𝑒𝑖,𝑗 by 𝑒𝑖,𝑗 𝑛 , the iterative formula to solve is, 𝑒𝑖,𝑗 (𝑛+1) = 1 4 𝑒𝑖+1,𝑗 (𝑛) + π‘’π‘–βˆ’1,𝑗 (𝑛) + 𝑒𝑖,𝑗+1 (𝑛) + 𝑒𝑖,π‘—βˆ’1 (𝑛) ----------(15) It gives improved values of 𝑒𝑖,𝑗 at the interior mesh points. 1. Gauss-Seidal method or Leibmann’s method: In this method, the iteration formula is, 𝑒𝑖,𝑗 (𝑛+1) = 1 4 𝑒𝑖+1,𝑗 (𝑛) + π‘’π‘–βˆ’1,𝑗 (𝑛+1) + 𝑒𝑖,𝑗+1 (𝑛+1) + 𝑒𝑖,π‘—βˆ’1 (𝑛) ----------(16) This utilizes the latest iterative values available and evaluates the mesh points symmetrically from left to right along successive rows.
  • 5. Note:  The accuracy of the calculations depends on the mesh-size i.e. smaller the 𝒉, better the accuracy. But if 𝒉 is too small, it increases the computations.  The error in solving Laplace and Poisson’s equations by finite-difference method is of the order 𝒐 π’‰πŸ .
  • 6. Solution: Solution is symmetric about principal diagonal as shown in figure. Using 5-point formula at each of the unknown mesh points, we have, 4π‘Ž = 𝑏 + 𝑑 + 2 4𝑏 = 2π‘Ž + 4 4𝑑 = 2π‘Ž Solving for unknowns, π‘Ž = 𝑐 = 1; 𝑏 = 1.5; 𝑑 = 0.5 Solved examples: 1. Solve ππŸπ’– ππ’™πŸ + ππŸπ’– ππ’šπŸ = 𝟎, with 𝒉 = 𝟏 πŸ‘ , 𝒖 𝒙, 𝟏 = 𝒖 𝟎, π’š = 𝟎, 𝟎 < 𝒙, π’š < 𝟏 and also 𝒖 𝒙, 𝟎 = πŸ— 𝒙 βˆ’ π’™πŸ , 𝒖 𝟏, π’š = πŸ— π’š βˆ’ π’šπŸ .
  • 7. 2. Solve ππŸπ’– ππ’™πŸ + ππŸπ’– ππ’šπŸ = 𝟎, with 𝒉 = 𝟏 πŸ’ , 𝒖 𝒙, 𝟎 = 𝒖 𝒙, 𝟏 = 𝟎, 𝟎 < 𝒙, π’š < 𝟏 and also 𝒖 𝟎, π’š = 𝟏𝟎𝟎, 𝒖 𝟏, π’š = 𝟎 using Leibmann’s method. Solution: With reference to the figure, we have equations in 6 unknowns. 4π‘Ž = 100 + 𝑏 + 𝑑 4𝑏 = π‘Ž + 𝑒 + 𝑐 4𝑐 = 𝑏 + 𝑓 4𝑑 = 100 + 2π‘Ž + 𝑒 4𝑒 = 2𝑏 + 𝑑 + 𝑓 4𝑓 = 2𝑐 + 𝑒 Solving using Leibmann’s method or Gauss seidal method(3 iterations), π‘Ž 𝑏 𝑐 𝑑 𝑒 𝑓 0 0 0 0 0 0 25 6.25 1.5625 37.5 12.5 0.78125 35.9375 12.5 3.3203 46.09375 17.96875 6.1523 and so on.
  • 8. Exercise problems: 1. Solve Laplace equation π›πŸ 𝒖 = 𝟎, 𝟎 < 𝒙, π’š < 𝟐, with 𝒉 = 𝟏 𝟐 , 𝒖 𝒙, 𝟎 = 𝟎, 𝒖 𝒙, 𝟐 = πŸ”, 𝒖 𝟎, π’š = 𝟏, 𝒖 𝟐, π’š = 𝟏. 2. Solve π›πŸπ’– = 𝟎, 𝒙 < 𝟏, π’š < 𝟏, 𝒉 = 𝟏 𝟐 . Also, 𝒖 ±𝟏, π’š = π’šπŸ, 𝒖 𝒙, ±𝟏 = π’™πŸ. 3. Solve π›πŸ 𝒖 = 𝟎, 𝟎 < 𝒙, π’š < πŸ’, with 𝒉 = 𝟏,𝒖 𝒙, 𝟎 = π’™πŸ + πŸπ’™, 𝒖 𝟎, π’š = βˆ’πŸπ’š βˆ’ π’šπŸ , 𝒖 πŸ’, π’š = πŸπŸ’ βˆ’ π’šπŸ βˆ’ πŸπ’š, 𝒖 𝒙, πŸ’ = π’™πŸ + πŸπ’™ βˆ’ πŸπŸ’. (Hint: Negative symmetry to be considered. Number of variables reduces to six.)
  • 9. Poisson Equation The Poisson equation is an elliptic partial differential equation that frequently emerges when modeling electromagnetic systems. However, like many other partial differential equations, exact solutions are difficult to obtain for complex geometries. This motivates the use of numerical methods in order to provide accurate results for real-world systems. One very simple algorithm is the Finite- Difference Method (FDM), which works by replacing the continuous derivative operators with approximate finite differences. Although the Finite-Difference Method is one of the oldest methods ever devised, comprehensive information is difficult to find compiled in a single reference.
  • 10. β€’ Poisson differential equation is πœ•2𝑒 πœ•π‘₯2 + πœ•2𝑒 πœ•π‘¦2 = 𝑓 π‘₯, 𝑦 ---------- (1) β€’ Its method of solution is similar to that of Laplace equation. Here the standard 5-point formula takes the form, π‘’π‘–βˆ’1,𝑗 + 𝑒𝑖+1,𝑗 + 𝑒𝑖,𝑗+1 + 𝑒𝑖,π‘—βˆ’1 βˆ’ 4𝑒𝑖,𝑗 = β„Ž2𝑓(π‘–β„Ž, π‘—β„Ž) ---------- (2) By applying formula (2) at each interior mesh point, we arrive at linear equations in the nodal values 𝑒𝑖,𝑗. These equations can be solved by Gauss-Seidal iterative method. The iterative methods are repeated till the difference between two consecutive iterates become negligible.
  • 11. Examples: 1) With 𝒉 = 𝟏, solve ππŸπ’– ππ’™πŸ + ππŸπ’– ππ’šπŸ = βˆ’πŸπŸŽ π’™πŸ + π’šπŸ + 𝟏𝟎 , 𝟎 < 𝒙, π’š < πŸ‘ and 𝒖 = 𝟎 on the boundary. Solution: x 0 1 2 3 y 0 1 2 3 By five point formula, 𝑒1 = 1 4 𝑒2 + 𝑒3 + 150 βˆ’βˆ’βˆ’βˆ’ βˆ’ 1 𝑒2 = 1 4 𝑒1 + 𝑒4 + 180 βˆ’βˆ’βˆ’βˆ’ βˆ’(2) 𝑒3= 1 4 𝑒1 + 𝑒4 + 120 βˆ’βˆ’βˆ’βˆ’ βˆ’ 3 𝑒4 = 1 4 𝑒2 + 𝑒3 + 150 βˆ’βˆ’βˆ’βˆ’ βˆ’(4)
  • 12. From equation (1) and (4), 𝑒1 = 𝑒4. Hence equations becomes 4𝑒1 βˆ’ 𝑒2 βˆ’ 𝑒3 = 150, 4𝑒2 βˆ’ 2𝑒1 = 180, 4𝑒3 βˆ’ 2𝑒1 = 120. By solving these equations we get, 𝑒1 = 𝑒4 = 75, 𝑒2 = 82.5, 𝑒3 = 67.5.
  • 13. 2) Solve π›πŸπ’– = βˆ’πŸ–πŸπ’™π’š, 𝟎 < 𝒙, π’š < 𝟏, 𝒉 = 𝟏 πŸ‘ . Also, 𝒖 𝟎, π’š = 𝒖 𝒙, 𝟎 = 𝟎, 𝒖 𝟏, π’š = 𝒖 𝒙, 𝟏 = 𝟏𝟎𝟎. Solution: x 0 1/3 2/3 1 y 0 1/3 2/3 1 By standard five point formula, 𝑒1 = 1 4 𝑒2 + 𝑒3 + 102 βˆ’βˆ’βˆ’βˆ’ βˆ’(1) 𝑒2 = 1 4 𝑒1 + 𝑒4 + 204 βˆ’βˆ’βˆ’βˆ’ βˆ’(2) 𝑒3= 1 4 𝑒1 + 𝑒4 + 1 βˆ’βˆ’βˆ’βˆ’ βˆ’ 3 𝑒4 = 1 4 𝑒2 + 𝑒3 + 102 βˆ’βˆ’βˆ’βˆ’ βˆ’(4)
  • 14. From equation (1) and (4), 𝑒1 = 𝑒4. Hence equations are: 4𝑒1 βˆ’ 𝑒2 βˆ’ 𝑒3 = 102, 2𝑒1 βˆ’ 4𝑒2 = βˆ’204, 2𝑒1 βˆ’ 4𝑒3 = βˆ’1 Solving theses equations, we get 𝑒1 = 𝑒4 = 51, 𝑒2 = 76, 𝑒3 = 26. β€’ Exercise problems: 1) Solve 𝛻2𝑒 = βˆ’1, π‘₯ < 2, 𝑦 < 2, β„Ž = 1. Also, 𝑒 βˆ’2, 𝑦 = 𝑒 π‘₯, 2 =𝑒 2, 𝑦 = 𝑒 π‘₯, βˆ’2 = 0. 2) Solve 𝛻2𝑒 = βˆ’1, π‘₯ < 2, 𝑦 < 2, β„Ž = 1. Also, 𝑒 βˆ’2, 𝑦 = 𝑒 π‘₯, 2 =𝑒 2, 𝑦 = 𝑒 π‘₯, βˆ’2 = 0. 3) Solve 𝛻2𝑒 = βˆ’1, π‘₯ < 1, 𝑦 < 1, β„Ž = 1 2 . Also, 𝑒 Β±1, 𝑦 = 𝑒 π‘₯, Β±1 = 0.