SlideShare uma empresa Scribd logo
1 de 37
Baixar para ler offline
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Weighted Residual Methods
Mohammad Tawfik
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Objectives
• In this section we will be introduced to the
general classification of approximate
methods
• Special attention will be paid for the
weighted residual method
• Derivation of a system of linear equations
to approximate the solution of an ODE will
be presented using different techniques
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Classification of Approximate
Solutions of D.E.’s
• Discrete Coordinate Method
– Finite difference Methods
– Stepwise integration methods
• Euler method
• Runge-Kutta methods
• Etc…
• Distributed Coordinate Method
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Distributed Coordinate Methods
• Weighted Residual Methods
– Interior Residual
• Collocation
• Galrekin
• Finite Element
– Boundary Residual
• Boundary Element Method
• Stationary Functional Methods
– Reyligh-Ritz methods
– Finite Element method
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Basic Concepts
• A linear differential equation may be written in the form:
    xgxfL 
• Where L(.) is a linear differential operator.
• An approximate solution maybe of the form:
   

n
i
ii xaxf
1

Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Basic Concepts
• Applying the differential operator on the approximate
solution, you get:
        
     0
1
1












xgxLa
xgxaLxgxfL
n
i
ii
n
i
ii


      xRxgxLa
n
i
ii 1

Residue
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Handling the Residue
• The weighted residual methods are all
based on minimizing the value of the
residue.
• Since the residue can not be zero over the
whole domain, different techniques were
introduced.
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
General Weighted Residual
Method
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Objective of WRM
• As any other numerical method, the
objective is to obtain of algebraic
equations, that, when solved, produce a
result with an acceptable accuracy.
• If we are seeking the values of ai that
would reduce the Residue (R(x)) allover
the domain, we may integrate the residue
over the domain and evaluate it!
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Evaluating the Residue
      xRxgxLa
n
i
ii 1

            xRxgxLaxLaxLa nn   ...2211
n unknown variables
       0
1






   Domain
n
i
ii
Domain
dxxgxLadxxR 
One equation!!!
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Using Weighting Functions
• If you can select n different weighting
functions, you will produce n equations!
• You will end up with n equations in n
variables.
           0
1






   Domain
n
i
iij
Domain
j dxxgxLaxwdxxRxw 
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Collocation Method
• The idea behind the collocation method is
similar to that behind the buttons of your
shirt!
• Assume a solution, then force the residue
to be zero at the collocation points
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Collocation Method
  0jxR
 
     0
1



j
n
i
jii
j
xFxLa
xR

Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Example Problem
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
The bar tensile problem
 
0/
00
'
02
2





dxdulx
ux
sBC
xF
x
u
EA
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Bar application
  02
2



xF
x
u
EA
   

n
i
ii xaxu
1

     xRxF
dx
xd
aEA
n
i
i
i 1
2
2

Applying the collocation method
    0
1
2
2

j
n
i
ji
i xF
dx
xd
aEA

Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
In Matrix Form
 
 
 








































nnnnnn
n
n
xF
xF
xF
a
a
a
kkk
kkk
kkk

2
1
2
1
21
22212
12111
...
...
...
Solve the above system for the “generalized
coordinates” ai to get the solution for u(x)
 
jxx
i
ij
dx
xd
EAk

 2
2

Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Notes on the trial functions
• They should be at least twice
differentiable!
• They should satisfy all boundary
conditions!
• Those are called the “Admissibility
Conditions”.
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Using Admissible Functions
• For a constant forcing function, F(x)=f
• The strain at the free end of the bar should
be zero (slope of displacement is zero).
We may use:
  






l
x
Sinx
2


Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Using the function into the DE:
• Since we only have one term in the series,
we will select one collocation point!
• The midpoint is a reasonable choice!
 













l
x
Sin
l
EA
dx
xd
EA
22
2
2
2

   faSin
l
EA 




















 1
2
42

Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Solving:
• Then, the approximate
solution for this problem is:
• Which gives the maximum
displacement to be:
• And maximum strain to be:
    EA
fl
EA
fl
SinlEA
f
a
2
2
2
21 57.0
24
42


  






l
x
Sin
EA
fl
xu
2
57.0
2

   5.057.0
2
 exact
EA
fl
lu
   0.19.00  exact
EA
lf
ux
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
The Subdomain Method
• The idea behind the
subdomain method is
to force the integral
of the residue to be
equal to zero on a
subinterval of the
domain
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
The Subdomain Method
  0
1

j
j
x
x
dxxR
     0
11
1
  


j
j
j
j
x
x
n
i
x
x
ii dxxgdxxLa 
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Bar application
  02
2



xF
x
u
EA
   

n
i
ii xaxu
1

     xRxF
dx
xd
aEA
n
i
i
i 1
2
2

Applying the subdomain method
    



11
1
2
2 j
j
j
j
x
x
n
i
x
x
i
i dxxFdx
dx
xd
aEA

Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
In Matrix Form
     


















 11
2
2 j
j
j
j
x
x
i
x
x
i
dxxFadx
dx
xd
EA

Solve the above system for the “generalized
coordinates” ai to get the solution for u(x)
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Using Admissible Functions
• For a constant forcing function, F(x)=f
• The strain at the free end of the bar should
be zero (slope of displacement is zero).
We may use:
  






l
x
Sinx
2


Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Using the function into the DE:
• Since we only have one term in the series,
we will select one subdomain!
 













l
x
Sin
l
EA
dx
xd
EA
22
2
2
2

 




























ll
fdxadx
l
x
Sin
l
EA
0
1
0
2
22

Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Solving:
• Then, the approximate
solution for this problem is:
• Which gives the maximum
displacement to be:
• And maximum strain to be:
  EA
fl
EA
fl
lEA
fl
a
22
1 637.0
2
2


  






l
x
Sin
EA
fl
xu
2
637.0
2

   5.0637.0
2
 exact
EA
fl
lu
   0.10.10  exact
EA
lf
ux
   fla
l
x
Cos
l
EA
l



























1
0
22

Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
The Galerkin Method
• Galerkin suggested that the residue
should be multiplied by a weighting
function that is a part of the suggested
solution then the integration is performed
over the whole domain!!!
• Actually, it turned out to be a VERY
GOOD idea
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
The Galerkin Method
    0Domain
j dxxxR 
         0
1
   Domain
j
n
i Domain
iji dxxgxdxxLxa 
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Bar application
  02
2



xF
x
u
EA
   

n
i
ii xaxu
1

     xRxF
dx
xd
aEA
n
i
i
i 1
2
2

Applying Galerkin method
         
 Domain
j
n
i Domain
i
ji dxxFxdx
dx
xd
xaEA 


1
2
2
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
In Matrix Form
         

















 Domain
ji
Domain
i
j dxxFxadx
dx
xd
xEA 

 2
2
Solve the above system for the “generalized
coordinates” ai to get the solution for u(x)
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Same conditions on the functions
are applied
• They should be at least twice
differentiable!
• They should satisfy all boundary
conditions!
• Let’s use the same function as in the
collocation method:
  






l
x
Sinx
2


Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Substituting with the approximate
solution:
         
 Domain
j
n
i Domain
i
ji dxxFxdx
dx
xd
xaEA 


1
2
2




























l
l
fdx
l
x
Sin
dx
l
x
Sin
l
x
Sina
l
EA
0
0
1
2
2
222



 ll
a
l
EA
2
22
1
2







EA
fll
EA
f
a
2
3
2
1 52.0
16


Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Substituting with the approximate
solution: (Int. by Parts)
         
 Domain
j
n
i Domain
i
ji dxxFxdx
dx
xd
xaEA 


1
2
2

 ll
a
l
EA
2
22
1
2







EA
fll
EA
f
a
2
3
2
1 52.0
16


   
       



Domain
ij
l
i
j
Domain
i
j
dx
dx
xd
dx
xd
dx
xd
x
dx
dx
xd
x




0
2
2
Zero!
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
What did we gain?
• The functions are required to be less
differentiable
• Not all boundary conditions need to be
satisfied
• The matrix became symmetric!
Weighted Residual Methods
Mohammad Tawfik
#WikiCourses
http://WikiCourses.WikiSpaces.com
Summary
• We may solve differential equations using a
series of functions with different weights.
• When those functions are used, Residue
appears in the differential equation
• The weights of the functions may be determined
to minimize the residue by different techniques
• One very important technique is the Galerkin
method.

Mais conteúdo relacionado

Mais procurados

Finite Element Analysis - UNIT-3
Finite Element Analysis - UNIT-3Finite Element Analysis - UNIT-3
Finite Element Analysis - UNIT-3propaul
 
Non linear analysis
Non linear analysisNon linear analysis
Non linear analysisYuva Raj
 
General steps of finite element analysis
General steps of finite element analysisGeneral steps of finite element analysis
General steps of finite element analysisSasi Kumar
 
ME6603 - FINITE ELEMENT ANALYSIS UNIT - V NOTES AND QUESTION BANK
ME6603 - FINITE ELEMENT ANALYSIS UNIT - V NOTES AND QUESTION BANKME6603 - FINITE ELEMENT ANALYSIS UNIT - V NOTES AND QUESTION BANK
ME6603 - FINITE ELEMENT ANALYSIS UNIT - V NOTES AND QUESTION BANKASHOK KUMAR RAJENDRAN
 
Introduction to finite element analysis
Introduction to finite element analysisIntroduction to finite element analysis
Introduction to finite element analysisTarun Gehlot
 
ME6603 - FINITE ELEMENT ANALYSIS UNIT - II NOTES AND QUESTION BANK
ME6603 - FINITE ELEMENT ANALYSIS UNIT - II NOTES AND QUESTION BANKME6603 - FINITE ELEMENT ANALYSIS UNIT - II NOTES AND QUESTION BANK
ME6603 - FINITE ELEMENT ANALYSIS UNIT - II NOTES AND QUESTION BANKASHOK KUMAR RAJENDRAN
 
FEM and it's applications
FEM and it's applicationsFEM and it's applications
FEM and it's applicationsChetan Mahatme
 
Finite Element Analysis of Truss Structures
Finite Element Analysis of Truss StructuresFinite Element Analysis of Truss Structures
Finite Element Analysis of Truss StructuresMahdi Damghani
 
Introduction to finite element method
Introduction to finite element methodIntroduction to finite element method
Introduction to finite element methodshahzaib601980
 
Failure Theories - Static Loads
Failure Theories - Static LoadsFailure Theories - Static Loads
Failure Theories - Static LoadsShubham Thakur
 
Me2353 finite-element-analysis-lecture-notes
Me2353 finite-element-analysis-lecture-notesMe2353 finite-element-analysis-lecture-notes
Me2353 finite-element-analysis-lecture-notesAmit Ghongade
 
Introduction to FEM
Introduction to FEMIntroduction to FEM
Introduction to FEMmezkurra
 
Finite Element Analysis - UNIT-4
Finite Element Analysis - UNIT-4Finite Element Analysis - UNIT-4
Finite Element Analysis - UNIT-4propaul
 
Finite Element Analysis - UNIT-5
Finite Element Analysis - UNIT-5Finite Element Analysis - UNIT-5
Finite Element Analysis - UNIT-5propaul
 

Mais procurados (20)

Finite Element Analysis - UNIT-3
Finite Element Analysis - UNIT-3Finite Element Analysis - UNIT-3
Finite Element Analysis - UNIT-3
 
Non linear analysis
Non linear analysisNon linear analysis
Non linear analysis
 
Galerkin method
Galerkin methodGalerkin method
Galerkin method
 
General steps of finite element analysis
General steps of finite element analysisGeneral steps of finite element analysis
General steps of finite element analysis
 
ME6603 - FINITE ELEMENT ANALYSIS UNIT - V NOTES AND QUESTION BANK
ME6603 - FINITE ELEMENT ANALYSIS UNIT - V NOTES AND QUESTION BANKME6603 - FINITE ELEMENT ANALYSIS UNIT - V NOTES AND QUESTION BANK
ME6603 - FINITE ELEMENT ANALYSIS UNIT - V NOTES AND QUESTION BANK
 
Introduction to finite element analysis
Introduction to finite element analysisIntroduction to finite element analysis
Introduction to finite element analysis
 
ME6603 - FINITE ELEMENT ANALYSIS
ME6603 - FINITE ELEMENT ANALYSIS ME6603 - FINITE ELEMENT ANALYSIS
ME6603 - FINITE ELEMENT ANALYSIS
 
ME6603 - FINITE ELEMENT ANALYSIS UNIT - II NOTES AND QUESTION BANK
ME6603 - FINITE ELEMENT ANALYSIS UNIT - II NOTES AND QUESTION BANKME6603 - FINITE ELEMENT ANALYSIS UNIT - II NOTES AND QUESTION BANK
ME6603 - FINITE ELEMENT ANALYSIS UNIT - II NOTES AND QUESTION BANK
 
FEM
FEMFEM
FEM
 
FEM and it's applications
FEM and it's applicationsFEM and it's applications
FEM and it's applications
 
Finite Element Analysis of Truss Structures
Finite Element Analysis of Truss StructuresFinite Element Analysis of Truss Structures
Finite Element Analysis of Truss Structures
 
Introduction to FEA
Introduction to FEAIntroduction to FEA
Introduction to FEA
 
FEM: Bars and Trusses
FEM: Bars and TrussesFEM: Bars and Trusses
FEM: Bars and Trusses
 
Introduction to finite element method
Introduction to finite element methodIntroduction to finite element method
Introduction to finite element method
 
Failure Theories - Static Loads
Failure Theories - Static LoadsFailure Theories - Static Loads
Failure Theories - Static Loads
 
Me2353 finite-element-analysis-lecture-notes
Me2353 finite-element-analysis-lecture-notesMe2353 finite-element-analysis-lecture-notes
Me2353 finite-element-analysis-lecture-notes
 
Introduction to FEM
Introduction to FEMIntroduction to FEM
Introduction to FEM
 
Finite Element Analysis - UNIT-4
Finite Element Analysis - UNIT-4Finite Element Analysis - UNIT-4
Finite Element Analysis - UNIT-4
 
5. stress function
5.  stress function5.  stress function
5. stress function
 
Finite Element Analysis - UNIT-5
Finite Element Analysis - UNIT-5Finite Element Analysis - UNIT-5
Finite Element Analysis - UNIT-5
 

Semelhante a FEM: Introduction and Weighted Residual Methods

Multiple Degree of Freedom (MDOF) Systems
Multiple Degree of Freedom (MDOF) SystemsMultiple Degree of Freedom (MDOF) Systems
Multiple Degree of Freedom (MDOF) SystemsMohammad Tawfik
 
Roots of Nonlinear Equations - Open Methods
Roots of Nonlinear Equations - Open MethodsRoots of Nonlinear Equations - Open Methods
Roots of Nonlinear Equations - Open MethodsMohammad Tawfik
 
System of Initial Value Problems
System of Initial Value ProblemsSystem of Initial Value Problems
System of Initial Value ProblemsMohammad Tawfik
 
Word2vec in Theory Practice with TensorFlow
Word2vec in Theory Practice with TensorFlowWord2vec in Theory Practice with TensorFlow
Word2vec in Theory Practice with TensorFlowBruno Gonçalves
 
FEM: Stationary Functional Approach
FEM: Stationary Functional ApproachFEM: Stationary Functional Approach
FEM: Stationary Functional ApproachMohammad Tawfik
 
Boundary Value Problems - Finite Difference
Boundary Value Problems - Finite DifferenceBoundary Value Problems - Finite Difference
Boundary Value Problems - Finite DifferenceMohammad Tawfik
 
Bounded Model Checking
Bounded Model CheckingBounded Model Checking
Bounded Model CheckingIlham Amezzane
 
super vector machines algorithms using deep
super vector machines algorithms using deepsuper vector machines algorithms using deep
super vector machines algorithms using deepKNaveenKumarECE
 
Bp150513(compiler)
Bp150513(compiler)Bp150513(compiler)
Bp150513(compiler)indhu mathi
 
Distributed algorithms for big data @ GeeCon
Distributed algorithms for big data @ GeeConDistributed algorithms for big data @ GeeCon
Distributed algorithms for big data @ GeeConDuyhai Doan
 

Semelhante a FEM: Introduction and Weighted Residual Methods (20)

13 weightedresidual
13 weightedresidual13 weightedresidual
13 weightedresidual
 
Multiple Degree of Freedom (MDOF) Systems
Multiple Degree of Freedom (MDOF) SystemsMultiple Degree of Freedom (MDOF) Systems
Multiple Degree of Freedom (MDOF) Systems
 
Roots of Nonlinear Equations - Open Methods
Roots of Nonlinear Equations - Open MethodsRoots of Nonlinear Equations - Open Methods
Roots of Nonlinear Equations - Open Methods
 
System of Initial Value Problems
System of Initial Value ProblemsSystem of Initial Value Problems
System of Initial Value Problems
 
Numerical Integration
Numerical IntegrationNumerical Integration
Numerical Integration
 
Word2vec in Theory Practice with TensorFlow
Word2vec in Theory Practice with TensorFlowWord2vec in Theory Practice with TensorFlow
Word2vec in Theory Practice with TensorFlow
 
FEM: Element Equations
FEM: Element EquationsFEM: Element Equations
FEM: Element Equations
 
FEM: Stationary Functional Approach
FEM: Stationary Functional ApproachFEM: Stationary Functional Approach
FEM: Stationary Functional Approach
 
september4.ppt
september4.pptseptember4.ppt
september4.ppt
 
03 multipledof
03 multipledof03 multipledof
03 multipledof
 
Boundary Value Problems - Finite Difference
Boundary Value Problems - Finite DifferenceBoundary Value Problems - Finite Difference
Boundary Value Problems - Finite Difference
 
Bracketing Methods
Bracketing MethodsBracketing Methods
Bracketing Methods
 
Bounded Model Checking
Bounded Model CheckingBounded Model Checking
Bounded Model Checking
 
Word2vec and Friends
Word2vec and FriendsWord2vec and Friends
Word2vec and Friends
 
super vector machines algorithms using deep
super vector machines algorithms using deepsuper vector machines algorithms using deep
super vector machines algorithms using deep
 
Interpolation Methods
Interpolation MethodsInterpolation Methods
Interpolation Methods
 
Bp150513(compiler)
Bp150513(compiler)Bp150513(compiler)
Bp150513(compiler)
 
FEM: 2-D Problems
FEM: 2-D ProblemsFEM: 2-D Problems
FEM: 2-D Problems
 
Greedy Algorithms with examples' b-18298
Greedy Algorithms with examples'  b-18298Greedy Algorithms with examples'  b-18298
Greedy Algorithms with examples' b-18298
 
Distributed algorithms for big data @ GeeCon
Distributed algorithms for big data @ GeeConDistributed algorithms for big data @ GeeCon
Distributed algorithms for big data @ GeeCon
 

Mais de Mohammad Tawfik

Supply Chain Management for Engineers - INDE073
Supply Chain Management for Engineers - INDE073Supply Chain Management for Engineers - INDE073
Supply Chain Management for Engineers - INDE073Mohammad Tawfik
 
Supply Chain Management 01 - Introduction
Supply Chain Management 01 - IntroductionSupply Chain Management 01 - Introduction
Supply Chain Management 01 - IntroductionMohammad Tawfik
 
Supply Chain Management 02 - Logistics
Supply Chain Management 02 - LogisticsSupply Chain Management 02 - Logistics
Supply Chain Management 02 - LogisticsMohammad Tawfik
 
Supply Chain Management 03 - Inventory Management
Supply Chain Management 03 - Inventory ManagementSupply Chain Management 03 - Inventory Management
Supply Chain Management 03 - Inventory ManagementMohammad Tawfik
 
Creative problem solving and decision making
Creative problem solving and decision makingCreative problem solving and decision making
Creative problem solving and decision makingMohammad Tawfik
 
Digital content for teaching introduction
Digital content for teaching introductionDigital content for teaching introduction
Digital content for teaching introductionMohammad Tawfik
 
Crisis Management Basics
Crisis Management BasicsCrisis Management Basics
Crisis Management BasicsMohammad Tawfik
 
Effective Delegation Skills
Effective Delegation SkillsEffective Delegation Skills
Effective Delegation SkillsMohammad Tawfik
 
Business Management - Marketing
Business Management - MarketingBusiness Management - Marketing
Business Management - MarketingMohammad Tawfik
 
Project Management (CAPM) - Integration
Project Management (CAPM) - IntegrationProject Management (CAPM) - Integration
Project Management (CAPM) - IntegrationMohammad Tawfik
 
Project Management (CAPM) - The Framework
Project Management (CAPM) - The FrameworkProject Management (CAPM) - The Framework
Project Management (CAPM) - The FrameworkMohammad Tawfik
 
Project Management (CAPM) - Introduction
Project Management (CAPM) - IntroductionProject Management (CAPM) - Introduction
Project Management (CAPM) - IntroductionMohammad Tawfik
 
Introduction to Wind Energy
Introduction to Wind EnergyIntroduction to Wind Energy
Introduction to Wind EnergyMohammad Tawfik
 
Finite Element for Trusses in 2-D
Finite Element for Trusses in 2-DFinite Element for Trusses in 2-D
Finite Element for Trusses in 2-DMohammad Tawfik
 

Mais de Mohammad Tawfik (20)

Supply Chain Management for Engineers - INDE073
Supply Chain Management for Engineers - INDE073Supply Chain Management for Engineers - INDE073
Supply Chain Management for Engineers - INDE073
 
Supply Chain Management 01 - Introduction
Supply Chain Management 01 - IntroductionSupply Chain Management 01 - Introduction
Supply Chain Management 01 - Introduction
 
Supply Chain Management 02 - Logistics
Supply Chain Management 02 - LogisticsSupply Chain Management 02 - Logistics
Supply Chain Management 02 - Logistics
 
Supply Chain Management 03 - Inventory Management
Supply Chain Management 03 - Inventory ManagementSupply Chain Management 03 - Inventory Management
Supply Chain Management 03 - Inventory Management
 
Creative problem solving and decision making
Creative problem solving and decision makingCreative problem solving and decision making
Creative problem solving and decision making
 
Digital content for teaching introduction
Digital content for teaching introductionDigital content for teaching introduction
Digital content for teaching introduction
 
Crisis Management Basics
Crisis Management BasicsCrisis Management Basics
Crisis Management Basics
 
DISC Personality Model
DISC Personality ModelDISC Personality Model
DISC Personality Model
 
Training of Trainers
Training of TrainersTraining of Trainers
Training of Trainers
 
Effective Delegation Skills
Effective Delegation SkillsEffective Delegation Skills
Effective Delegation Skills
 
Train The Trainer
Train The TrainerTrain The Trainer
Train The Trainer
 
Business Management - Marketing
Business Management - MarketingBusiness Management - Marketing
Business Management - Marketing
 
Stress Management
Stress ManagementStress Management
Stress Management
 
Project Management (CAPM) - Integration
Project Management (CAPM) - IntegrationProject Management (CAPM) - Integration
Project Management (CAPM) - Integration
 
Project Management (CAPM) - The Framework
Project Management (CAPM) - The FrameworkProject Management (CAPM) - The Framework
Project Management (CAPM) - The Framework
 
Project Management (CAPM) - Introduction
Project Management (CAPM) - IntroductionProject Management (CAPM) - Introduction
Project Management (CAPM) - Introduction
 
The Creative Individual
The Creative IndividualThe Creative Individual
The Creative Individual
 
Introduction to Wind Energy
Introduction to Wind EnergyIntroduction to Wind Energy
Introduction to Wind Energy
 
Finite Element for Trusses in 2-D
Finite Element for Trusses in 2-DFinite Element for Trusses in 2-D
Finite Element for Trusses in 2-D
 
Future of Drones ITW'16
Future of Drones ITW'16Future of Drones ITW'16
Future of Drones ITW'16
 

Último

FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxannathomasp01
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxPooja Bhuva
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...Nguyen Thanh Tu Collection
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 

Último (20)

FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 

FEM: Introduction and Weighted Residual Methods

  • 1. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Weighted Residual Methods Mohammad Tawfik
  • 2. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Objectives • In this section we will be introduced to the general classification of approximate methods • Special attention will be paid for the weighted residual method • Derivation of a system of linear equations to approximate the solution of an ODE will be presented using different techniques
  • 3. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Classification of Approximate Solutions of D.E.’s • Discrete Coordinate Method – Finite difference Methods – Stepwise integration methods • Euler method • Runge-Kutta methods • Etc… • Distributed Coordinate Method
  • 4. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Distributed Coordinate Methods • Weighted Residual Methods – Interior Residual • Collocation • Galrekin • Finite Element – Boundary Residual • Boundary Element Method • Stationary Functional Methods – Reyligh-Ritz methods – Finite Element method
  • 5. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Basic Concepts • A linear differential equation may be written in the form:     xgxfL  • Where L(.) is a linear differential operator. • An approximate solution maybe of the form:      n i ii xaxf 1 
  • 6. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Basic Concepts • Applying the differential operator on the approximate solution, you get:               0 1 1             xgxLa xgxaLxgxfL n i ii n i ii         xRxgxLa n i ii 1  Residue
  • 7. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Handling the Residue • The weighted residual methods are all based on minimizing the value of the residue. • Since the residue can not be zero over the whole domain, different techniques were introduced.
  • 8. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com General Weighted Residual Method
  • 9. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Objective of WRM • As any other numerical method, the objective is to obtain of algebraic equations, that, when solved, produce a result with an acceptable accuracy. • If we are seeking the values of ai that would reduce the Residue (R(x)) allover the domain, we may integrate the residue over the domain and evaluate it!
  • 10. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Evaluating the Residue       xRxgxLa n i ii 1              xRxgxLaxLaxLa nn   ...2211 n unknown variables        0 1          Domain n i ii Domain dxxgxLadxxR  One equation!!!
  • 11. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Using Weighting Functions • If you can select n different weighting functions, you will produce n equations! • You will end up with n equations in n variables.            0 1          Domain n i iij Domain j dxxgxLaxwdxxRxw 
  • 12. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Collocation Method • The idea behind the collocation method is similar to that behind the buttons of your shirt! • Assume a solution, then force the residue to be zero at the collocation points
  • 13. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Collocation Method   0jxR        0 1    j n i jii j xFxLa xR 
  • 14. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Example Problem
  • 15. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com The bar tensile problem   0/ 00 ' 02 2      dxdulx ux sBC xF x u EA
  • 16. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Bar application   02 2    xF x u EA      n i ii xaxu 1       xRxF dx xd aEA n i i i 1 2 2  Applying the collocation method     0 1 2 2  j n i ji i xF dx xd aEA 
  • 17. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com In Matrix Form                                               nnnnnn n n xF xF xF a a a kkk kkk kkk  2 1 2 1 21 22212 12111 ... ... ... Solve the above system for the “generalized coordinates” ai to get the solution for u(x)   jxx i ij dx xd EAk   2 2 
  • 18. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Notes on the trial functions • They should be at least twice differentiable! • They should satisfy all boundary conditions! • Those are called the “Admissibility Conditions”.
  • 19. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Using Admissible Functions • For a constant forcing function, F(x)=f • The strain at the free end of the bar should be zero (slope of displacement is zero). We may use:          l x Sinx 2  
  • 20. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Using the function into the DE: • Since we only have one term in the series, we will select one collocation point! • The midpoint is a reasonable choice!                l x Sin l EA dx xd EA 22 2 2 2     faSin l EA                       1 2 42 
  • 21. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Solving: • Then, the approximate solution for this problem is: • Which gives the maximum displacement to be: • And maximum strain to be:     EA fl EA fl SinlEA f a 2 2 2 21 57.0 24 42            l x Sin EA fl xu 2 57.0 2     5.057.0 2  exact EA fl lu    0.19.00  exact EA lf ux
  • 22. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com The Subdomain Method • The idea behind the subdomain method is to force the integral of the residue to be equal to zero on a subinterval of the domain
  • 23. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com The Subdomain Method   0 1  j j x x dxxR      0 11 1      j j j j x x n i x x ii dxxgdxxLa 
  • 24. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Bar application   02 2    xF x u EA      n i ii xaxu 1       xRxF dx xd aEA n i i i 1 2 2  Applying the subdomain method         11 1 2 2 j j j j x x n i x x i i dxxFdx dx xd aEA 
  • 25. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com In Matrix Form                          11 2 2 j j j j x x i x x i dxxFadx dx xd EA  Solve the above system for the “generalized coordinates” ai to get the solution for u(x)
  • 26. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Using Admissible Functions • For a constant forcing function, F(x)=f • The strain at the free end of the bar should be zero (slope of displacement is zero). We may use:          l x Sinx 2  
  • 27. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Using the function into the DE: • Since we only have one term in the series, we will select one subdomain!                l x Sin l EA dx xd EA 22 2 2 2                                ll fdxadx l x Sin l EA 0 1 0 2 22 
  • 28. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Solving: • Then, the approximate solution for this problem is: • Which gives the maximum displacement to be: • And maximum strain to be:   EA fl EA fl lEA fl a 22 1 637.0 2 2            l x Sin EA fl xu 2 637.0 2     5.0637.0 2  exact EA fl lu    0.10.10  exact EA lf ux    fla l x Cos l EA l                            1 0 22 
  • 29. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com The Galerkin Method • Galerkin suggested that the residue should be multiplied by a weighting function that is a part of the suggested solution then the integration is performed over the whole domain!!! • Actually, it turned out to be a VERY GOOD idea
  • 30. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com The Galerkin Method     0Domain j dxxxR           0 1    Domain j n i Domain iji dxxgxdxxLxa 
  • 31. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Bar application   02 2    xF x u EA      n i ii xaxu 1       xRxF dx xd aEA n i i i 1 2 2  Applying Galerkin method            Domain j n i Domain i ji dxxFxdx dx xd xaEA    1 2 2
  • 32. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com In Matrix Form                             Domain ji Domain i j dxxFxadx dx xd xEA    2 2 Solve the above system for the “generalized coordinates” ai to get the solution for u(x)
  • 33. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Same conditions on the functions are applied • They should be at least twice differentiable! • They should satisfy all boundary conditions! • Let’s use the same function as in the collocation method:          l x Sinx 2  
  • 34. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Substituting with the approximate solution:            Domain j n i Domain i ji dxxFxdx dx xd xaEA    1 2 2                             l l fdx l x Sin dx l x Sin l x Sina l EA 0 0 1 2 2 222     ll a l EA 2 22 1 2        EA fll EA f a 2 3 2 1 52.0 16  
  • 35. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Substituting with the approximate solution: (Int. by Parts)            Domain j n i Domain i ji dxxFxdx dx xd xaEA    1 2 2   ll a l EA 2 22 1 2        EA fll EA f a 2 3 2 1 52.0 16                  Domain ij l i j Domain i j dx dx xd dx xd dx xd x dx dx xd x     0 2 2 Zero!
  • 36. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com What did we gain? • The functions are required to be less differentiable • Not all boundary conditions need to be satisfied • The matrix became symmetric!
  • 37. Weighted Residual Methods Mohammad Tawfik #WikiCourses http://WikiCourses.WikiSpaces.com Summary • We may solve differential equations using a series of functions with different weights. • When those functions are used, Residue appears in the differential equation • The weights of the functions may be determined to minimize the residue by different techniques • One very important technique is the Galerkin method.