Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

We will focus on the 1D bar . Develop a MATLAB program to solve: (EAu;x ) ;x +q(L - x) = 0 u(0) = u

We will focus on the 1D bar . Develop a MATLAB program to solve:

(EAu;x ) ;x +q(L - x) = 0

u(0) = u

EAu;x (L) = P

1. Compute the FEM matrix equations for the 1D bar study,

i.e., find K and P using you element stifness and loads develop. This will require an appropriate Gauss Quadrature rule.

2. Using the values

EA = 1

q = 1

u = 0

P = 1

L = 1

Do the following for 1,2,4 and 8 element discretizations(use even node spacing):

(a) Solve the linear equations for the nodal displacements

(b) Plot the solution

3. Repeat Part 2 using the values

EA = cos(x/2L)

q =1/2

u = 1

P = 2

L = 5

4. Select several non-uniform meshes to solve the following problem:

(EAu;x ) ;x +q(x) = 0

u(0) = 0:15

u(L) = 0:1

EA = 10x

q(x) = -exp(-x/L)

L = 8

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions