Methods of solution. 2.1 Introduction

Size: px
Start display at page:

Download "Methods of solution. 2.1 Introduction"

Transcription

1 .1 Introduction The numerical solution of non-linear problems is quite different from linear problems. The solution can not be obtained with a single step but by a superposition of linear solutions. Because the stiffness changes during the loading, a linear solution will in general not satisfy equilibrium and this means that it will not lie on the equilibrium path. In a non-linear analysis it is also not guaranteed that a correct solution can be obtained and in some cases different equilibrium paths are possible. The main problem here is that usually the loading is specified and the displacement computed (load control). In some cases the specified loading may be near or greater than the ultimate load that the structure can sustain. If the laod is near the ultimate load, finding the equilibrium state is difficult, if it is above the ultimate load the no equilibrium state exists. There are a number of solution methods that can be used, among them the incremental solution, the classical Newton-Raphson methods and the arc length method. Newton's method was first published in 1685 in A Treatise of Algebra both Historical and Practical by John Wallis. In 1690, Joseph Raphson published a simplified description in Analysis aequationum universalis. Raphson viewed Newton's method purely as an algebraic method and restricted its use to polynomials, but he describes the method in terms of the successive approximations instead of the more complicated sequence of polynomials used by Newton. Finally, in 1740, Thomas Simpson described Newton's method as an iterative method for solving general nonlinear equations. The solution methods will be explained on the examples given in the previous chapter, where analytical solutions were obtained via displacement control. -1

2 Incremental solution. Incremental solution In the incremental solution we divide the load into increments is also known as a load factor and apply a repeated solution of ΔP λp where λ 1 Δw K T ΔP The method is explained in the flow chart in Fig..1 for the geometrically non-linear problem in (Problem 1) and the material non-linear problem in 1.5 (problem ). Compute initial stiffness Initialise displacement,load Equations: Problem 1 Problem K z L L -- w 0 0 P 0 0 K L Divide Load into load steps P nλp DO i0,n Apply load increment ΔP λp Solve for displ. increment 1 Δw K i ΔP w Accumulate displacements i + 1 w i + Δw Accumulate Load P i + 1 P i + ΔP Compute N or σ zw 1 + i w 1 i+ 1 N i 1 L σ Ai, 1 + E w i L if σ Ai, + 1 σ YA σ A, i+ 1 σ YA i+ 1 Equilibrium check P i + 1 N z+ w i kw L i P i + 1 A ( σ A + σ B ) Update stiffness + + K ( zw i+ 1 + w i+ 1 ) k L K i 1 L 3 N i 1 if σ i+ 1 σ YA L K i 1 Fig..1 Flow chart and equations for the incremental method The equilibrium check is optional. -

3 Incremental solution..1 Numerical solution of problem 1 Here we divide the total load of 100 N into 10 increments. Therefore the load factor λ is 0,1 and ΔP 0, N Assuming k1,35 for the moment the initial stiffness is K z L L -- + k 3, 35 The first value of w is computed by 1 10 w 1 Δw K 0 ΔP , 98mm 335, The corresponding axial force is N ( zw L 1 + w 1 ) 560, 5N The tangent stiffness for the second load step is K 1 L 3 N z L L ( zw 1 + w 1 ) k L K 1 35, 045, 0, 58N, mm PN ( ) Incremental solution 30 0 exact solution 10 wmm ( ) Fig.. Incremental solution of the problem 1-3

4 Incremental solution We see that the stiffness is reduced due to the geometric non-linear effects. The next increment in displacement is computed by 1 Δw K 1 ΔP and the total displacement after the second step is The normal force in the bar is computed by 387mm, w w 1 + Δw 6, 85mm N 5( , 5) 1187, 5N If we substitute this into the equilibrium equation z+ w P N kw L 17, 84 0N which is not equal to the applied load. This means that equilibrium conditions are not fulfilled and that the computed point does not lie on the equilibrium path. If we continue applying increments this drift from the equilibrium path will become more pronounced as show in Fig.... PN ( ) 10 5 wmm ( ) 1,5 5 37,5 50 Fig..3 Incremental solution of problem 1 (k0) The problem gets worse if k is zero. In this case the initial stiffness is K z L L -- N mm -4

5 Incremental solution The first increment of displacement is computed as w Δw K 0 ΔP mm The corresponding axial force is N 1 900N The tangent stiffness for the second load step is K 1 0, 7 0, 36 0, 9N mm and the second increment of displacement is computed as 1 10 Δw K 1 ΔP , 10, 8mm with the accumulated displacement w w 1 + Δw 15, 8mm The corresponding axial force is N 1 z L -- w w L L 165N The tangent stiffnes for the third load step is K 1, 73 0, 866 0, 59 which is negative. We will discuss the implication of this in more detail later. We see that with this method no reasonable solution can be reached for this case... Problem : In this example with the two bars and E 10 4 N, A5mm, L1000mm, σ YA 10N/mm, σ YB 0N/mm we apply a load of 50 N in steps, therefore the load factor is 0,5 and ΔP 15N. The initial stiffness is K N/mm L -5

6 Newton-Raphson method The first value of w is computed by 1 15 w 1 Δw K 0 ΔP mm, 100 The stress in the bar A is σ A σ B E w , 5N/mm > 10N mm L which is greater than allowable for bar A. To satisfy the yield condition the stress in bar A has to be reduced to σ A 10N ( mm ). If we check the equilibrium we find that it is not fulfilled: 15 5( , 5) 1, 5 0 The iteration is graphically depicted in Fig..4. P(N) w(mm) Fig..4 Incremental solution of problem It can be seen that the incremental solution procedure is not suitable. The main problem is that at the end of the increment the satisfaction of equilibrium conditions is not guaranteed..3 Newton-Raphson method In the classical Newton-Raphson method we introduce an additional step into the process that checks the equilibrium condition and restores equilibrium by applying the out-of-equilibrium force to the system. The method is explained in the flow chart in Fig..5 and on the problem 1 with k0. The increment of load is reduced to

7 Newton-Raphson method DO i0, Number of iterations Equilibrium check δr i z + w i P i N i L yes converged? no Update stiffness K i 1 Compute increment in displacement δw i K i δr1 Accumulate displacements w i+ 1 w i + δw i Fig..5 Flow chart of Newton-Raphson solution Step 1: Compute the first increment of displacement and the corresponding axial force in the bar Step : Check equilibrium, compute the residual force with P 1 7 : Here the symbol δ is used for iteration increments. Step 3: Compute updated stiffness 1 7 w 1 K 0 ΔP -- 3, 5mm N 1 700N z + w 1 δr 1 P 1 N , 0 0, 98N 1 L K 1 0, 5 0, 8 1, N mm Step 4: Apply residual force to the system and compute correction to displacement δw 1 K 1 098, 1 δr , 816mm 1, -7

8 Newton-Raphson method Step 5: Update displacement w 35, 0816, 4, 316mm and compute the corresponding axial force in the bar N 788N Repeat step : Compute residual force δr 7 + 6, 5 0, 48N Repeat step 3: K 0, 63 0, 315 1, 055N mm Repeat Step 4: 1 048, δw K δr , 45mm 1, 055 Step 5: Update displacement w 3 4, 316 0, 45 4, 766mm and compute the corresponding axial force in the bar N 3 86N Repeat step : Compute residual force δr , 97 0, 03N The solution process is represented graphically in Fig..6 and should be repeated until a convergence criterion is satisfied. The term convergence means that the exact solution can be obtained after an infinite number of iterations and that the residual force decreases at each iteration. Convergence and the rate of convergence of the method depends on the problem and is not guaranteed. In general, if the load is near the ultimate load then convergence is slow and if it is above the ultimate load then no convergence can be achieved. We will present an example later. A measure of convergence, e, could be the ratio of the residual force at the ith iteration to the residual force at the first iteration, i.e. the criterion for convergence is δr i < e R δr 1-8

9 Newton-Raphson method where e R is some specified value. 10 PN ( ) 7 ΔR ΔR 1 ΔR 3 w( mm) 4 8 Fig..6 Graphical representation of the Newton-Raphson method When the load is near to the ultimate load this criterion may not be appropriate. For the example above the ratio of the residual forces is 0.03 after iterations, but as can be seen in the graph, there is still a non-negligible increase in the displacement for the last step. Another criterion that can be applied is the ratio of the displacement increment for the ith iteration to the one for the first iteration. δw i < e w δw 1 which for this example is 0.5 after iterations. After obtaining the solution for a load of -7N the load can be incremented further. Assuming ΔP 3N we first calculate the tangent stiffness K T 1, 03 0, 34 0, 63N mm and then the first estimate of the incremental displacement 1 3 Δw K T ΔP , 76mm 063, -9

10 Newton-Raphson method The first estimate of the total displacement is w w 1 + Δw 4, 76 4, 76 9, 5mm and the corresponding axial force in the bar is The residual force is: 1541N δr , 54 0, 46N The updated stiffness is K 1, 3 0, 61 0, 16N mm with this the increment of the displacement is computed as 1 046, δw K ΔR ,, 87mm and the next estimate of the total displacement is w 95, 87, 1, 39mm with the corresponding axial force in the bar 1864N and the updated stiffness is K 1, 49 0, 63 0, 1N mm We see that the stiffness becomes negative because we are on the downward leg of the equilibrium curve. As mentioned earlier, a negative stiffness is a paradox and in a problem with more than one degree of freedom would result in an indefinite (or negative definite) stiffness matrix where no meaningful inverse can be determined. It is obvious that this occurs here because the Newton-Raphson method attempts to follow the curve and a solution for a load level of -10N does not exist on the first part of the equilibrium curve. The next solution that exists for this load level is on the upward curve. The method proposed here would not be able to reach this equilibrium point and if one would continue, then the iterations will diverge or converge to a wrong solution. Indeed, this is typical of non-linear problems and adds another complexity to the simulation. In the next section we propose an alternative method that avoids the problem of a negative stiffness. -10

11 Modified Newton-Raphson.4 Modified Newton-Raphson The only change with respect to the classical Newton-Raphson is that instead of using an updated stiffness the stiffness is kept constant. We can either use the linear stiffness or the updated stiffness of the load step at the beginning of the iterations. We show how the previous example can be solved and we also see that the amount of numerical work is decreased for each iteration as a few steps (re-computation of the stiffness) may be left out. Translated to multiple degree of freedom systems this becomes more significant as a frequent inversion of the stiffness matrix is avoided. In the following we will recompute the example with the modified Newton-Raphson method using the linear stiffness. Here we apply the load of -10N in one step and seek an equilibrium solution, which can be successfully obtained. Compute the first estimate of displacement 1 10 w 1 K 0 ΔP mm The corresponding axial force in the bar is The residual force is 900N δr ,, 8N PN ( ) 10 5 wmm ( ) 1,5 5 37,5 50 Fig..7 Graphical representation of the modified Newton-Raphson method The first correction of the displacement is 1 8, δw 1 K 0 ΔR , 4mm -11

12 Arc length method and the total displacement after 1 iteration w 1 5 1, As can be seen in Fig..7 this continues for a while until finally an equilibrium condition is reached. We observe that the number of iterations is large but also that unlike the previous example, the equilibrium condition will be reached..5 Arc length method As we have seen, the solution methods discussed so far have difficulties when the load is near to or larger than the ultimate load. In the latter case no solution exists for a given load level and therefore the load must be reduced. Let us re-write the equilibrium equation in a different way Rwλ (, ) λp+ P int 0 where λ is the load factor introduced earlier, P is the external applied load and P int is the internal load. The main essence of the arc length method is therefore that the load factor is no longer constant but becomes a variable. The main idea is to find the intersection of an arc with radius Δl (a specified arc length) with the equilibrium curve, which is obtained using Pythagora s theorem (see Fig..8): Δl Δw + ( ΔλψP) The parameter ψ is required because the load contribution depends on the scaling between load and displacement (i.e. the scale factor between the horizontal and vertical axes). This can be rewritten as a Δw + ( ΔλψP) Δl 0 Using a Taylor series expansion we can write for the equilibrium equation: δr( wλ, ) R R δw + δλ 0 w λ with R w R K T, λ P The Taylor expansion of the equation for a is δa Δwδw + Δλ( ψp) δλ 0-1

13 Arc length method After substitution of δr R n R o, δa a n a o where the subscripts n and o mean new and old value, we obtain a system of equations. R o a o K T P Δw, Δλ( ψp) δw δλ which can be solved for the change in displacement δλ. P δw and change in load factor δλ 1 R o ΔλP Δλ 1 P Δl Δw δw 1 w Fig..8 Explanation of the arc length method We start the iteration with applying an increment of condition we determine the residual and compute R o ΔλP. Using the equilibrium a 0 Δw + Δλ ψ P Δl With these values the first increment of displacement δw 1 δλ 1 can be obtained. and of the load factor This is repeated until the residual becomes sufficiently small. The process is graphically represented in Fig

14 References The method just described was initially introduced by Riks in The problem with this approach is that the symmetric property of the stiffness matrix is destroyed and that it is sometimes difficult to determine a value for ψ. Therefore many variants of this method were introduced the most notable ones by Ramm (1981) and Al-Rasby (1991)..6 References Al-Rasby, S. N. (1991). Solution techniques in nonlinear structural analysis. Computers and Structures, 40(4): Ramm, E. (1981) Strategies for tracing the non-linear response near limit points. In: Nonlinear Finite Element Analysis in Structural Mechanics, Springer, New York. Riks, E. (1979). An incremental approach to the solution of snapping and buckling problems. International Journal of Solids and Structures, 15: Tjalling J. Ypma, Historical development of the Newton-Raphson method, SIAM Review 37 (4), , Exercises.7.1 Incremental solution of problem 1 Using MATLAB or similar complete the incremental analysis for k1,35 and k0 and plot the results. Use different increments of the load and comment on the results obtained..7. Incremental solution of problem Using MATLAB or similar to complete the incremental analysis of problem and plot the results. Use different increments of the load and comment on the results obtained..7.3 Newton-Raphson solution of problem 1 Complete the Newton-Raphson analysis for problem 1 and for k0; plot the results. Use different increments of the load and comment on the results obtained. -14

15 Exercises.7.4 Newton-Raphson solution of problem Complete the Newton-Raphson analysis for problem and plot the results. Use different increments of the load and comment on the results obtained..7.5 Modified Newton-Raphson solution of problem 1 Complete the modified Newton-Raphson analysis for problem 1 and for k0; plot the results. Use different increments of the load and comment on the results obtained..7.6 Modified Newton-Raphson solution of problem Complete the modified Newton-Raphson analysis for problem and plot the results. Use different increments of the load and comment on the results obtained..7.7 Arc length method of problem 1 Apply the arc length method to problem 1 with k0. -15

Direct calculation of critical points in parameter sensitive systems

Direct calculation of critical points in parameter sensitive systems Direct calculation of critical points in parameter sensitive systems Behrang Moghaddasie a, Ilinca Stanciulescu b, a Department of Civil Engineering, Ferdowsi University of Mashhad, P.O. Box 91775-1111,

More information

1 Nonlinear deformation

1 Nonlinear deformation NONLINEAR TRUSS 1 Nonlinear deformation When deformation and/or rotation of the truss are large, various strains and stresses can be defined and related by material laws. The material behavior can be expected

More information

Course in. Geometric nonlinearity. Nonlinear FEM. Computational Mechanics, AAU, Esbjerg

Course in. Geometric nonlinearity. Nonlinear FEM. Computational Mechanics, AAU, Esbjerg Course in Nonlinear FEM Geometric nonlinearity Nonlinear FEM Outline Lecture 1 Introduction Lecture 2 Geometric nonlinearity Lecture 3 Material nonlinearity Lecture 4 Material nonlinearity it continued

More information

GEO E1050 Finite Element Method Autumn Lecture. 9. Nonlinear Finite Element Method & Summary

GEO E1050 Finite Element Method Autumn Lecture. 9. Nonlinear Finite Element Method & Summary GEO E1050 Finite Element Method Autumn 2016 Lecture. 9. Nonlinear Finite Element Method & Summary To learn today The lecture should give you overview of how non-linear problems in Finite Element Method

More information

ENGN2340 Final Project: Implementation of a Euler-Bernuolli Beam Element Michael Monn

ENGN2340 Final Project: Implementation of a Euler-Bernuolli Beam Element Michael Monn ENGN234 Final Project: Implementation of a Euler-Bernuolli Beam Element Michael Monn 12/11/13 Problem Definition and Shape Functions Although there exist many analytical solutions to the Euler-Bernuolli

More information

UNCONVENTIONAL FINITE ELEMENT MODELS FOR NONLINEAR ANALYSIS OF BEAMS AND PLATES

UNCONVENTIONAL FINITE ELEMENT MODELS FOR NONLINEAR ANALYSIS OF BEAMS AND PLATES UNCONVENTIONAL FINITE ELEMENT MODELS FOR NONLINEAR ANALYSIS OF BEAMS AND PLATES A Thesis by WOORAM KIM Submitted to the Office of Graduate Studies of Texas A&M University in partial fulfillment of the

More information

Non-Linear Finite Element Methods in Solid Mechanics Attilio Frangi, Politecnico di Milano, February 17, 2017, Lesson 5

Non-Linear Finite Element Methods in Solid Mechanics Attilio Frangi, Politecnico di Milano, February 17, 2017, Lesson 5 Non-Linear Finite Element Methods in Solid Mechanics Attilio Frangi, attilio.frangi@polimi.it Politecnico di Milano, February 17, 2017, Lesson 5 1 Politecnico di Milano, February 17, 2017, Lesson 5 2 Outline

More information

AP Calculus BC Scope & Sequence

AP Calculus BC Scope & Sequence AP Calculus BC Scope & Sequence Grading Period Unit Title Learning Targets Throughout the School Year First Grading Period *Apply mathematics to problems in everyday life *Use a problem-solving model that

More information

NEWTON-RAPHSON ITERATION

NEWTON-RAPHSON ITERATION NEWTON-RAPHSON ITERATION Newton-Raphson iteration is a numerical technique used for finding approximations to the real roots of the equation where n denotes the f ( φ ) = 0 φ φ = n+ 1 n given in the form

More information

The coordinates of the vertex of the corresponding parabola are p, q. If a > 0, the parabola opens upward. If a < 0, the parabola opens downward.

The coordinates of the vertex of the corresponding parabola are p, q. If a > 0, the parabola opens upward. If a < 0, the parabola opens downward. Mathematics 10 Page 1 of 8 Quadratic Relations in Vertex Form The expression y ax p q defines a quadratic relation in form. The coordinates of the of the corresponding parabola are p, q. If a > 0, the

More information

Pseudo-Force Incremental Methods

Pseudo-Force Incremental Methods . 19 Pseudo-Force Incremental Methods 19 1 Chapter 19: PSEUDO-FORCE INCREMENTAL METHODS 19 2 TABLE OF CONTENTS Page 19.1. Pseudo Force Formulation 19 3 19.2. Computing the Reference Stiffness and Internal

More information

Solution of Algebric & Transcendental Equations

Solution of Algebric & Transcendental Equations Page15 Solution of Algebric & Transcendental Equations Contents: o Introduction o Evaluation of Polynomials by Horner s Method o Methods of solving non linear equations o Bracketing Methods o Bisection

More information

Non-linear and time-dependent material models in Mentat & MARC. Tutorial with Background and Exercises

Non-linear and time-dependent material models in Mentat & MARC. Tutorial with Background and Exercises Non-linear and time-dependent material models in Mentat & MARC Tutorial with Background and Exercises Eindhoven University of Technology Department of Mechanical Engineering Piet Schreurs July 7, 2009

More information

Optimization of nonlinear trusses using a displacement-based approach

Optimization of nonlinear trusses using a displacement-based approach Struct Multidisc Optim 23, 214 221 Springer-Verlag 2002 Digital Object Identifier (DOI) 10.1007/s00158-002-0179-1 Optimization of nonlinear trusses using a displacement-based approach S. Missoum, Z. Gürdal

More information

Chapter 2 Basis for Indeterminate Structures

Chapter 2 Basis for Indeterminate Structures Chapter - Basis for the Analysis of Indeterminate Structures.1 Introduction... 3.1.1 Background... 3.1. Basis of Structural Analysis... 4. Small Displacements... 6..1 Introduction... 6.. Derivation...

More information

15 Nonlinear Equations and Zero-Finders

15 Nonlinear Equations and Zero-Finders 15 Nonlinear Equations and Zero-Finders This lecture describes several methods for the solution of nonlinear equations. In particular, we will discuss the computation of zeros of nonlinear functions f(x).

More information

Adaptive Analysis of Bifurcation Points of Shell Structures

Adaptive Analysis of Bifurcation Points of Shell Structures First published in: Adaptive Analysis of Bifurcation Points of Shell Structures E. Ewert and K. Schweizerhof Institut für Mechanik, Universität Karlsruhe (TH), Kaiserstraße 12, D-76131 Karlsruhe, Germany

More information

GEOMETRIC NONLINEAR ANALYSIS

GEOMETRIC NONLINEAR ANALYSIS GEOMETRIC NONLINEAR ANALYSIS The approach for solving problems with geometric nonlinearity is presented. The ESAComp solution relies on Elmer open-source computational tool [1] for multiphysics problems.

More information

Quintic beam closed form matrices (revised 2/21, 2/23/12) General elastic beam with an elastic foundation

Quintic beam closed form matrices (revised 2/21, 2/23/12) General elastic beam with an elastic foundation General elastic beam with an elastic foundation Figure 1 shows a beam-column on an elastic foundation. The beam is connected to a continuous series of foundation springs. The other end of the foundation

More information

Chapter 2 Finite Element Formulations

Chapter 2 Finite Element Formulations Chapter 2 Finite Element Formulations The governing equations for problems solved by the finite element method are typically formulated by partial differential equations in their original form. These are

More information

Newton-Raphson Type Methods

Newton-Raphson Type Methods Int. J. Open Problems Compt. Math., Vol. 5, No. 2, June 2012 ISSN 1998-6262; Copyright c ICSRS Publication, 2012 www.i-csrs.org Newton-Raphson Type Methods Mircea I. Cîrnu Department of Mathematics, Faculty

More information

Chapter 6: Cross-Sectional Properties of Structural Members

Chapter 6: Cross-Sectional Properties of Structural Members Chapter 6: Cross-Sectional Properties of Structural Members Introduction Beam design requires the knowledge of the following. Material strengths (allowable stresses) Critical shear and moment values Cross

More information

Indeterminate Analysis Force Method 1

Indeterminate Analysis Force Method 1 Indeterminate Analysis Force Method 1 The force (flexibility) method expresses the relationships between displacements and forces that exist in a structure. Primary objective of the force method is to

More information

Spring 2015, Math 111 Lab 8: Newton s Method

Spring 2015, Math 111 Lab 8: Newton s Method Spring 2015, Math 111 Lab 8: William and Mary April 7, 2015 Spring 2015, Math 111 Lab 8: Historical Outline Intuition Learning Objectives Today, we will be looking at applications of. Learning Objectives:

More information

UNIVERSITA DI PISA. Dipartimento di Ingegneria Civile ed Industriale Corso di Laurea in Ingegneria Aerospaziale. Tesi di Laurea Magistrale

UNIVERSITA DI PISA. Dipartimento di Ingegneria Civile ed Industriale Corso di Laurea in Ingegneria Aerospaziale. Tesi di Laurea Magistrale UNIVERSITA DI PISA Dipartimento di Ingegneria Civile ed Industriale Corso di Laurea in Ingegneria Aerospaziale Tesi di Laurea Magistrale NONLINEAR AEROELASTIC ANALYSIS OF HIGHLY DEFORMABLE JOINED-WING

More information

BAR ELEMENT WITH VARIATION OF CROSS-SECTION FOR GEOMETRIC NON-LINEAR ANALYSIS

BAR ELEMENT WITH VARIATION OF CROSS-SECTION FOR GEOMETRIC NON-LINEAR ANALYSIS Journal of Computational and Applied Mechanics, Vol.., No. 1., (2005), pp. 83 94 BAR ELEMENT WITH VARIATION OF CROSS-SECTION FOR GEOMETRIC NON-LINEAR ANALYSIS Vladimír Kutiš and Justín Murín Department

More information

Nonlinear analysis in ADINA Structures

Nonlinear analysis in ADINA Structures Nonlinear analysis in ADINA Structures Theodore Sussman, Ph.D. ADINA R&D, Inc, 2016 1 Topics presented Types of nonlinearities Materially nonlinear only Geometrically nonlinear analysis Deformation-dependent

More information

Numerical simulation of the coil spring and investigation the impact of tension and compression to the spring natural frequencies

Numerical simulation of the coil spring and investigation the impact of tension and compression to the spring natural frequencies Numerical simulation of the coil spring and investigation the impact of tension and compression to the spring natural frequencies F. D. Sorokin 1, Zhou Su 2 Bauman Moscow State Technical University, Moscow,

More information

A NOTE ON RELATIONSHIP BETWEEN FIXED-POLE AND MOVING-POLE APPROACHES IN STATIC AND DYNAMIC ANALYSIS OF NON-LINEAR SPATIAL BEAM STRUCTURES

A NOTE ON RELATIONSHIP BETWEEN FIXED-POLE AND MOVING-POLE APPROACHES IN STATIC AND DYNAMIC ANALYSIS OF NON-LINEAR SPATIAL BEAM STRUCTURES European Congress on Computational Methods in Applied Sciences and Engineering (ECCOMAS 212) J. Eberhardsteiner et.al. (eds.) Vienna, Austria, September 1-14, 212 A NOTE ON RELATIONSHIP BETWEEN FIXED-POLE

More information

CS 450 Numerical Analysis. Chapter 5: Nonlinear Equations

CS 450 Numerical Analysis. Chapter 5: Nonlinear Equations Lecture slides based on the textbook Scientific Computing: An Introductory Survey by Michael T. Heath, copyright c 2018 by the Society for Industrial and Applied Mathematics. http://www.siam.org/books/cl80

More information

Stress analysis of a stepped bar

Stress analysis of a stepped bar Stress analysis of a stepped bar Problem Find the stresses induced in the axially loaded stepped bar shown in Figure. The bar has cross-sectional areas of A ) and A ) over the lengths l ) and l ), respectively.

More information

Vectors a vector is a quantity that has both a magnitude (size) and a direction

Vectors a vector is a quantity that has both a magnitude (size) and a direction Vectors In physics, a vector is a quantity that has both a magnitude (size) and a direction. Familiar examples of vectors include velocity, force, and electric field. For any applications beyond one dimension,

More information

Lecture Notes to Accompany. Scientific Computing An Introductory Survey. by Michael T. Heath. Chapter 5. Nonlinear Equations

Lecture Notes to Accompany. Scientific Computing An Introductory Survey. by Michael T. Heath. Chapter 5. Nonlinear Equations Lecture Notes to Accompany Scientific Computing An Introductory Survey Second Edition by Michael T Heath Chapter 5 Nonlinear Equations Copyright c 2001 Reproduction permitted only for noncommercial, educational

More information

8.5 Taylor Polynomials and Taylor Series

8.5 Taylor Polynomials and Taylor Series 8.5. TAYLOR POLYNOMIALS AND TAYLOR SERIES 50 8.5 Taylor Polynomials and Taylor Series Motivating Questions In this section, we strive to understand the ideas generated by the following important questions:

More information

x 2 x n r n J(x + t(x x ))(x x )dt. For warming-up we start with methods for solving a single equation of one variable.

x 2 x n r n J(x + t(x x ))(x x )dt. For warming-up we start with methods for solving a single equation of one variable. Maria Cameron 1. Fixed point methods for solving nonlinear equations We address the problem of solving an equation of the form (1) r(x) = 0, where F (x) : R n R n is a vector-function. Eq. (1) can be written

More information

Outline. Scientific Computing: An Introductory Survey. Nonlinear Equations. Nonlinear Equations. Examples: Nonlinear Equations

Outline. Scientific Computing: An Introductory Survey. Nonlinear Equations. Nonlinear Equations. Examples: Nonlinear Equations Methods for Systems of Methods for Systems of Outline Scientific Computing: An Introductory Survey Chapter 5 1 Prof. Michael T. Heath Department of Computer Science University of Illinois at Urbana-Champaign

More information

AP Calculus BC Syllabus

AP Calculus BC Syllabus AP Calculus BC Syllabus Course Overview and Philosophy This course is designed to be the equivalent of a college-level course in single variable calculus. The primary textbook is Calculus, 7 th edition,

More information

Scientific Computing: An Introductory Survey

Scientific Computing: An Introductory Survey Scientific Computing: An Introductory Survey Chapter 5 Nonlinear Equations Prof. Michael T. Heath Department of Computer Science University of Illinois at Urbana-Champaign Copyright c 2002. Reproduction

More information

Lab Exercise #3: Torsion

Lab Exercise #3: Torsion Lab Exercise #3: Pre-lab assignment: Yes No Goals: 1. To evaluate the equations of angular displacement, shear stress, and shear strain for a shaft undergoing torsional stress. Principles: testing of round

More information

MODELING OF CONCRETE MATERIALS AND STRUCTURES. Kaspar Willam. Class Meeting #5: Integration of Constitutive Equations

MODELING OF CONCRETE MATERIALS AND STRUCTURES. Kaspar Willam. Class Meeting #5: Integration of Constitutive Equations MODELING OF CONCRETE MATERIALS AND STRUCTURES Kaspar Willam University of Colorado at Boulder Class Meeting #5: Integration of Constitutive Equations Structural Equilibrium: Incremental Tangent Stiffness

More information

Newton Method: General Control and Variants

Newton Method: General Control and Variants 23 Newton Method: General Control and Variants 23 1 Chapter 23: NEWTON METHOD: GENERAL CONTROL AND VARIANTS TABLE OF CONTENTS Page 23.1 Introduction..................... 23 3 23.2 Newton Iteration as Dynamical

More information

. D CR Nomenclature D 1

. D CR Nomenclature D 1 . D CR Nomenclature D 1 Appendix D: CR NOMENCLATURE D 2 The notation used by different investigators working in CR formulations has not coalesced, since the topic is in flux. This Appendix identifies the

More information

Numerical Methods. King Saud University

Numerical Methods. King Saud University Numerical Methods King Saud University Aims In this lecture, we will... Introduce the topic of numerical methods Consider the Error analysis and sources of errors Introduction A numerical method which

More information

SKILL BUILDER TEN. Graphs of Linear Equations with Two Variables. If x = 2 then y = = = 7 and (2, 7) is a solution.

SKILL BUILDER TEN. Graphs of Linear Equations with Two Variables. If x = 2 then y = = = 7 and (2, 7) is a solution. SKILL BUILDER TEN Graphs of Linear Equations with Two Variables A first degree equation is called a linear equation, since its graph is a straight line. In a linear equation, each term is a constant or

More information

Module 9 : Infinite Series, Tests of Convergence, Absolute and Conditional Convergence, Taylor and Maclaurin Series

Module 9 : Infinite Series, Tests of Convergence, Absolute and Conditional Convergence, Taylor and Maclaurin Series Module 9 : Infinite Series, Tests of Convergence, Absolute and Conditional Convergence, Taylor and Maclaurin Series Lecture 27 : Series of functions [Section 271] Objectives In this section you will learn

More information

Lecture Notes: Geometric Considerations in Unconstrained Optimization

Lecture Notes: Geometric Considerations in Unconstrained Optimization Lecture Notes: Geometric Considerations in Unconstrained Optimization James T. Allison February 15, 2006 The primary objectives of this lecture on unconstrained optimization are to: Establish connections

More information

1 Introduction IPICSE-2016

1 Introduction IPICSE-2016 (06) DOI: 0.05/ matecconf/06860006 IPICSE-06 Numerical algorithm for solving of nonlinear problems of structural mechanics based on the continuation method in combination with the dynamic relaxation method

More information

Fairfield Public Schools

Fairfield Public Schools Mathematics Fairfield Public Schools AP Calculus BC AP Calculus BC BOE Approved 04/08/2014 1 AP CALCULUS BC Critical Areas of Focus Advanced Placement Calculus BC consists of a full year of college calculus.

More information

AP Calculus BC. Course Description:

AP Calculus BC. Course Description: AP Calculus BC Course Description: The two fundamental problems of Calculus include: 1) finding the slope of the tangent to a curve, determined by the derivative, and 2) finding the area of a region under

More information

CHAPTER-II ROOTS OF EQUATIONS

CHAPTER-II ROOTS OF EQUATIONS CHAPTER-II ROOTS OF EQUATIONS 2.1 Introduction The roots or zeros of equations can be simply defined as the values of x that makes f(x) =0. There are many ways to solve for roots of equations. For some

More information

GENG2140, S2, 2012 Week 7: Curve fitting

GENG2140, S2, 2012 Week 7: Curve fitting GENG2140, S2, 2012 Week 7: Curve fitting Curve fitting is the process of constructing a curve, or mathematical function, f(x) that has the best fit to a series of data points Involves fitting lines and

More information

SHELL STRUCTURES. THEORY AND APPLICATIONS

SHELL STRUCTURES. THEORY AND APPLICATIONS The 5th Conference SHELL STRUCTURES. THEORY AND APPLICATIONS Janowice * 15-18 October MODERATE ROTATION THEORY FEM ANALYSIS OF LAMINATED ANISOTROPIC COMPOSITE PLATES AND SHELLS I. Kreja 1 ) and R. Schmidt

More information

PART I Lecture Notes on Numerical Solution of Root Finding Problems MATH 435

PART I Lecture Notes on Numerical Solution of Root Finding Problems MATH 435 PART I Lecture Notes on Numerical Solution of Root Finding Problems MATH 435 Professor Biswa Nath Datta Department of Mathematical Sciences Northern Illinois University DeKalb, IL. 60115 USA E mail: dattab@math.niu.edu

More information

AP Calculus BC Syllabus Course Overview

AP Calculus BC Syllabus Course Overview AP Calculus BC Syllabus Course Overview Textbook Anton, Bivens, and Davis. Calculus: Early Transcendentals, Combined version with Wiley PLUS. 9 th edition. Hoboken, NJ: John Wiley & Sons, Inc. 2009. Course

More information

Nonlinear Static - 1D Plasticity - Isotropic and Kinematic Hardening Walla Walla University

Nonlinear Static - 1D Plasticity - Isotropic and Kinematic Hardening Walla Walla University Nonlinear Static - 1D Plasticity - Isotropic and Kinematic Hardening Walla Walla University Professor Louie L. Yaw c Draft date January 18, 2017 Copyright is reserved. Individual copies may be made for

More information

Queens College, CUNY, Department of Computer Science Numerical Methods CSCI 361 / 761 Spring 2018 Instructor: Dr. Sateesh Mane.

Queens College, CUNY, Department of Computer Science Numerical Methods CSCI 361 / 761 Spring 2018 Instructor: Dr. Sateesh Mane. Queens College, CUNY, Department of Computer Science Numerical Methods CSCI 361 / 761 Spring 2018 Instructor: Dr. Sateesh Mane c Sateesh R. Mane 2018 3 Lecture 3 3.1 General remarks March 4, 2018 This

More information

Structural Damage Detection Using Time Windowing Technique from Measured Acceleration during Earthquake

Structural Damage Detection Using Time Windowing Technique from Measured Acceleration during Earthquake Structural Damage Detection Using Time Windowing Technique from Measured Acceleration during Earthquake Seung Keun Park and Hae Sung Lee ABSTRACT This paper presents a system identification (SI) scheme

More information

Definition 8.1 Two inequalities are equivalent if they have the same solution set. Add or Subtract the same value on both sides of the inequality.

Definition 8.1 Two inequalities are equivalent if they have the same solution set. Add or Subtract the same value on both sides of the inequality. 8 Inequalities Concepts: Equivalent Inequalities Linear and Nonlinear Inequalities Absolute Value Inequalities (Sections.6 and.) 8. Equivalent Inequalities Definition 8. Two inequalities are equivalent

More information

Solution of Nonlinear Equations: Graphical and Incremental Sea

Solution of Nonlinear Equations: Graphical and Incremental Sea Outlines Solution of Nonlinear Equations: Graphical and s September 2, 2004 Outlines Part I: Solution of Nonlinear Equations Solution of Nonlinear Equations Introduction General Form of the Problem Types

More information

A Novel and Precise Sixth-Order Method for Solving Nonlinear Equations

A Novel and Precise Sixth-Order Method for Solving Nonlinear Equations A Novel and Precise Sixth-Order Method for Solving Nonlinear Equations F. Soleymani Department of Mathematics, Islamic Azad University, Zahedan Branch, Zahedan, Iran E-mail: fazl_soley_bsb@yahoo.com; Tel:

More information

Introduction to Finite Element Method

Introduction to Finite Element Method Introduction to Finite Element Method Dr. Rakesh K Kapania Aerospace and Ocean Engineering Department Virginia Polytechnic Institute and State University, Blacksburg, VA AOE 524, Vehicle Structures Summer,

More information

cha1873x_p02.qxd 3/21/05 1:01 PM Page 104 PART TWO

cha1873x_p02.qxd 3/21/05 1:01 PM Page 104 PART TWO cha1873x_p02.qxd 3/21/05 1:01 PM Page 104 PART TWO ROOTS OF EQUATIONS PT2.1 MOTIVATION Years ago, you learned to use the quadratic formula x = b ± b 2 4ac 2a to solve f(x) = ax 2 + bx + c = 0 (PT2.1) (PT2.2)

More information

Virtual Work and Variational Principles

Virtual Work and Variational Principles Virtual Work and Principles Mathematically, the structural analysis problem is a boundary value problem (BVP). Forces, displacements, stresses, and strains are connected and computed within the framework

More information

On Nonlinear Buckling and Collapse Analysis using Riks Method

On Nonlinear Buckling and Collapse Analysis using Riks Method Visit the SIMULIA Resource Center for more customer examples. On Nonlinear Buckling and Collapse Analysis using Riks Method Mingxin Zhao, Ph.D. UOP, A Honeywell Company, 50 East Algonquin Road, Des Plaines,

More information

COSMOS: Making Robots and Making Robots Intelligent Lecture 3: Introduction to discrete-time dynamics

COSMOS: Making Robots and Making Robots Intelligent Lecture 3: Introduction to discrete-time dynamics COSMOS: Making Robots and Making Robots Intelligent Lecture 3: Introduction to discrete-time dynamics Jorge Cortés and William B. Dunbar June 3, 25 Abstract In this and the coming lecture, we will introduce

More information

Optimization of space dome trusses considering snap-through buckling

Optimization of space dome trusses considering snap-through buckling Optimization of space dome trusses considering snap-through buckling Su-Deok SoW, Choon-Wook Park*, Moon-Myung Kang\ Seung-Deong Kim^ ^Department ofarchitectural Engineering, Kyungpook National University,

More information

Practice problems from old exams for math 132 William H. Meeks III

Practice problems from old exams for math 132 William H. Meeks III Practice problems from old exams for math 32 William H. Meeks III Disclaimer: Your instructor covers far more materials that we can possibly fit into a four/five questions exams. These practice tests are

More information

FEA CODE WITH MATLAB. Finite Element Analysis of an Arch ME 5657 FINITE ELEMENT METHOD. Submitted by: ALPAY BURAK DEMIRYUREK

FEA CODE WITH MATLAB. Finite Element Analysis of an Arch ME 5657 FINITE ELEMENT METHOD. Submitted by: ALPAY BURAK DEMIRYUREK FEA CODE WITH MATAB Finite Element Analysis of an Arch ME 5657 FINITE EEMENT METHOD Submitted by: APAY BURAK DEMIRYUREK This report summarizes the finite element analysis of an arch-beam with using matlab.

More information

The CR Formulation: BE Plane Beam

The CR Formulation: BE Plane Beam 6 The CR Formulation: BE Plane Beam 6 Chapter 6: THE CR FORMUATION: BE PANE BEAM TABE OF CONTENTS Page 6. Introduction..................... 6 4 6.2 CR Beam Kinematics................. 6 4 6.2. Coordinate

More information

Sborník vědeckých prací Vysoké školy báňské - Technické univerzity Ostrava číslo 1, rok 2014, ročník XIV, řada stavební článek č. 18.

Sborník vědeckých prací Vysoké školy báňské - Technické univerzity Ostrava číslo 1, rok 2014, ročník XIV, řada stavební článek č. 18. Sborník vědeckých prací Vysoké školy báňské - Technické univerzity Ostrava číslo, rok, ročník XIV, řada stavební článek č. 8 Martin PSOTNÝ NONLINER NLYSIS OF BUCKLING & POSTBUCKLING bstract The stability

More information

Finite Element Analysis of Compression of Thin, High Modulus, Cylindrical Shells with Low-Modulus Core

Finite Element Analysis of Compression of Thin, High Modulus, Cylindrical Shells with Low-Modulus Core Finite Element Analysis of Compression of Thin, High Modulus, Cylindrical Shells with Low-Modulus Core Robert S. Joseph Design Engineering Analysis Corporation, McMurray, PA ABSTRACT Long, cylindrical

More information

Chapter 2: Deflections of Structures

Chapter 2: Deflections of Structures Chapter 2: Deflections of Structures Fig. 4.1. (Fig. 2.1.) ASTU, Dept. of C Eng., Prepared by: Melkamu E. Page 1 (2.1) (4.1) (2.2) Fig.4.2 Fig.2.2 ASTU, Dept. of C Eng., Prepared by: Melkamu E. Page 2

More information

A marks are for accuracy and are not given unless the relevant M mark has been given (M0 A1 is impossible!).

A marks are for accuracy and are not given unless the relevant M mark has been given (M0 A1 is impossible!). NOTES 1) In the marking scheme there are three types of marks: M marks are for method A marks are for accuracy and are not given unless the relevant M mark has been given (M0 is impossible!). B marks are

More information

CAAM 335 Matrix Analysis Planar Trusses

CAAM 335 Matrix Analysis Planar Trusses CAAM 5 Matrix Analysis Planar Trusses September 1, 010 1 The Equations for the Truss We consider trusses with m bars and n nodes. Each node can be displaced in horizontal and vertical direction. If the

More information

Second Order Analysis In the previous classes we looked at a method that determines the load corresponding to a state of bifurcation equilibrium of a perfect frame by eigenvalye analysis The system was

More information

Structural Mechanics Column Behaviour

Structural Mechanics Column Behaviour Structural Mechanics Column Behaviour 008/9 Dr. Colin Caprani, 1 Contents 1. Introduction... 3 1.1 Background... 3 1. Stability of Equilibrium... 4. Buckling Solutions... 6.1 Introduction... 6. Pinned-Pinned

More information

Sect Polynomial and Rational Inequalities

Sect Polynomial and Rational Inequalities 158 Sect 10.2 - Polynomial and Rational Inequalities Concept #1 Solving Inequalities Graphically Definition A Quadratic Inequality is an inequality that can be written in one of the following forms: ax

More information

HUDSONVILLE HIGH SCHOOL COURSE FRAMEWORK

HUDSONVILLE HIGH SCHOOL COURSE FRAMEWORK HUDSONVILLE HIGH SCHOOL COURSE FRAMEWORK COURSE / SUBJECT A P C a l c u l u s ( B C ) KEY COURSE OBJECTIVES/ENDURING UNDERSTANDINGS OVERARCHING/ESSENTIAL SKILLS OR QUESTIONS Limits and Continuity Derivatives

More information

Review for Exam 2 Ben Wang and Mark Styczynski

Review for Exam 2 Ben Wang and Mark Styczynski Review for Exam Ben Wang and Mark Styczynski This is a rough approximation of what we went over in the review session. This is actually more detailed in portions than what we went over. Also, please note

More information

CALCULUS SALAS AND HILLE'S REVISED BY GARRET J. ETGEI ONE VARIABLE SEVENTH EDITION ' ' ' ' i! I! I! 11 ' ;' 1 ::: T.

CALCULUS SALAS AND HILLE'S REVISED BY GARRET J. ETGEI ONE VARIABLE SEVENTH EDITION ' ' ' ' i! I! I! 11 ' ;' 1 ::: T. ' ' ' ' i! I! I! 11 ' SALAS AND HILLE'S CALCULUS I ;' 1 1 ONE VARIABLE SEVENTH EDITION REVISED BY GARRET J. ETGEI y.-'' ' / ' ' ' / / // X / / / /-.-.,

More information

Non-linear least squares

Non-linear least squares Non-linear least squares Concept of non-linear least squares We have extensively studied linear least squares or linear regression. We see that there is a unique regression line that can be determined

More information

General elastic beam with an elastic foundation

General elastic beam with an elastic foundation General elastic beam with an elastic foundation Figure 1 shows a beam-column on an elastic foundation. The beam is connected to a continuous series of foundation springs. The other end of the foundation

More information

Nonlocal computational methods applied to composites structures

Nonlocal computational methods applied to composites structures Nonlocal computational methods applied to composites structures Norbert Germain, Frédéric Feyel, Jacques Besson To cite this version: Norbert Germain, Frédéric Feyel, Jacques Besson. Nonlocal computational

More information

MITOCW MITRES2_002S10nonlinear_lec05_300k-mp4

MITOCW MITRES2_002S10nonlinear_lec05_300k-mp4 MITOCW MITRES2_002S10nonlinear_lec05_300k-mp4 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources

More information

10.34: Numerical Methods Applied to Chemical Engineering. Lecture 7: Solutions of nonlinear equations Newton-Raphson method

10.34: Numerical Methods Applied to Chemical Engineering. Lecture 7: Solutions of nonlinear equations Newton-Raphson method 10.34: Numerical Methods Applied to Chemical Engineering Lecture 7: Solutions of nonlinear equations Newton-Raphson method 1 Recap Singular value decomposition Iterative solutions to linear equations 2

More information

Using Thermal Boundary Conditions in SOLIDWORKS Simulation to Simulate a Press Fit Connection

Using Thermal Boundary Conditions in SOLIDWORKS Simulation to Simulate a Press Fit Connection Using Thermal Boundary Conditions in SOLIDWORKS Simulation to Simulate a Press Fit Connection Simulating a press fit condition in SOLIDWORKS Simulation can be very challenging when there is a large amount

More information

Chapter 11 ORDINARY DIFFERENTIAL EQUATIONS

Chapter 11 ORDINARY DIFFERENTIAL EQUATIONS Chapter 11 ORDINARY DIFFERENTIAL EQUATIONS The general form of a first order differential equations is = f(x, y) with initial condition y(a) = y a We seek the solution y = y(x) for x > a This is shown

More information

NUMERICAL METHODS FOR SOLVING EQUATIONS

NUMERICAL METHODS FOR SOLVING EQUATIONS Mathematics Revision Guides Numerical Methods for Solving Equations Page of M.K. HOME TUITION Mathematics Revision Guides Level: AS / A Level AQA : C3 Edecel: C3 OCR: C3 NUMERICAL METHODS FOR SOLVING EQUATIONS

More information

ALGORITHM FOR NON-PROPORTIONAL LOADING IN SEQUENTIALLY LINEAR ANALYSIS

ALGORITHM FOR NON-PROPORTIONAL LOADING IN SEQUENTIALLY LINEAR ANALYSIS 9th International Conference on Fracture Mechanics of Concrete and Concrete Structures FraMCoS-9 Chenjie Yu, P.C.J. Hoogenboom and J.G. Rots DOI 10.21012/FC9.288 ALGORITHM FOR NON-PROPORTIONAL LOADING

More information

Members Subjected to Torsional Loads

Members Subjected to Torsional Loads Members Subjected to Torsional Loads Torsion of circular shafts Definition of Torsion: Consider a shaft rigidly clamped at one end and twisted at the other end by a torque T = F.d applied in a plane perpendicular

More information

Analysis of a portal steel frame subject to fire by use of a truss model

Analysis of a portal steel frame subject to fire by use of a truss model Analysis of a portal steel frame subject to fire by use of a truss model P. G. Papadopoulos & A. Mathiopoulou Department of Civil Engineering, Aristotle University of Thessaloniki, Greece Abstract A plane

More information

AP Calculus AB Syllabus

AP Calculus AB Syllabus AP Calculus AB Syllabus Course Overview and Philosophy This course is designed to be the equivalent of a college-level course in single variable calculus. The primary textbook is Calculus of a Single Variable,

More information

A dissipation-based arc-length method for robust simulation of brittle and ductile failure

A dissipation-based arc-length method for robust simulation of brittle and ductile failure INTERNATIONAL JOURNAL FOR NUMERICAL METHODS IN ENGINEERING Int. J. Numer. Meth. Engng (2008) Published online in Wiley InterScience (www.interscience.wiley.com)..2447 A dissipation-based arc-length method

More information

Sensitivity and Reliability Analysis of Nonlinear Frame Structures

Sensitivity and Reliability Analysis of Nonlinear Frame Structures Sensitivity and Reliability Analysis of Nonlinear Frame Structures Michael H. Scott Associate Professor School of Civil and Construction Engineering Applied Mathematics and Computation Seminar April 8,

More information

If we plot the position of a moving object at increasing time intervals, we get a position time graph. This is sometimes called a distance time graph.

If we plot the position of a moving object at increasing time intervals, we get a position time graph. This is sometimes called a distance time graph. Physics Lecture #2: Position Time Graphs If we plot the position of a moving object at increasing time intervals, we get a position time graph. This is sometimes called a distance time graph. Suppose a

More information

Calculus Honors Curriculum Guide Dunmore School District Dunmore, PA

Calculus Honors Curriculum Guide Dunmore School District Dunmore, PA Calculus Honors Dunmore School District Dunmore, PA Calculus Honors Prerequisite: Successful completion of Trigonometry/Pre-Calculus Honors Major topics include: limits, derivatives, integrals. Instruction

More information

Software Verification

Software Verification EXAMPLE 1-026 FRAME MOMENT AND SHEAR HINGES EXAMPLE DESCRIPTION This example uses a horizontal cantilever beam to test the moment and shear hinges in a static nonlinear analysis. The cantilever beam has

More information

Indefinite Integral. Day 1. What is Integration If the differential coefficient of a given function F(x) is given by f(x) then

Indefinite Integral. Day 1. What is Integration If the differential coefficient of a given function F(x) is given by f(x) then Chapter 1 Indefinite Integral Indefinite Integral Day 1 What is Integration If the differential coefficient of a given function F(x) is given by f(x) then The process of finding the anti derivative of

More information

AP Calculus Curriculum Guide Dunmore School District Dunmore, PA

AP Calculus Curriculum Guide Dunmore School District Dunmore, PA AP Calculus Dunmore School District Dunmore, PA AP Calculus Prerequisite: Successful completion of Trigonometry/Pre-Calculus Honors Advanced Placement Calculus is the highest level mathematics course offered

More information

D : SOLID MECHANICS. Q. 1 Q. 9 carry one mark each. Q.1 Find the force (in kn) in the member BH of the truss shown.

D : SOLID MECHANICS. Q. 1 Q. 9 carry one mark each. Q.1 Find the force (in kn) in the member BH of the truss shown. D : SOLID MECHANICS Q. 1 Q. 9 carry one mark each. Q.1 Find the force (in kn) in the member BH of the truss shown. Q.2 Consider the forces of magnitude F acting on the sides of the regular hexagon having

More information