Cs Research
Cs Research
CASE STUDY
& Other Requirements
SUBMITTED BY:
DE VEYRA, JOHN ANTHONY B.
BSCE - III
SUBMITTED TO:
ENGR./ENP. IRISMAY T. JUMAWAN, PH.D.
JANUARY 2025
ENM 331 A - NUMERICALS METHODS AND ANALYSIS
MWF (5:30-7:30 PM)
CASE STUDY
& Other Requirements
SUBMITTED BY:
CASIL, KAYE P.
BSCE - III
SUBMITTED TO:
ENGR./ENP. IRISMAY T. JUMAWAN, PH.D.
JANUARY 2025
APPENDICES
TABLE OF CONTENTS
Study # Submitted #
I Analysis of a Statically 01-10-25 11-29-24 1
Determinate Truss I
Determinate Truss II
III Number of Cement for each 01-10-25 11-29-24 13
Mixtures of Concrete
IV Number of Transistors, 01-10-25 11-29-24 15
Chips to be Manufactured
V Circle 01-10-25 11-29-24 17
Determinate Truss 3
VIII Electrical Components 01-10-25 11-29-24 38
Section Pipe
XI Maximum Deflection of a 01-10-25 01-06-25 46
Uniform Beam
XII Slope of a Simply-Supported 01-10-25 01-06-25 49
Beam
APPENDICES
A. Numerical Differentiation
B. Numerical Integration
1. Euler 64
2. Trapezoidal 68
3. Simpson 72
4. Gaussian Quadrature 75
1. Shooting Method 94
REFERENCES 103
I. CASE STUDY 1: ANALYSIS OF A STATICALLY DETERMINATE
TRUSS I
∑F x = 0 ∑F x = 0 ∑F x = 0
∑F y = 0 ∑F y = 0 ∑F y = 0
[ F F F H V V − √❑❑ ]
1 2 3 2 2 3
PIVOT
m32 = 0
m42 = 0
Eliminate F2: m52 = 1
m62 = 0
[ F F F H V V − √❑❑ ]
1 2 3 2 2 3
PIVOT
Eliminate F3: m43 = -1/4
[ F F F H V V − √❑❑ ]
1 2 3 2 2 3
m53 = 0
m63 = -3/ 4
[ F F F H V V − √❑❑ ]
1 2 3 2 2 3
[ F F F H V V − √❑❑ ]
1 2 3 2 2 3
PIVOT
m54 = 0
m64 = 0
Back Substitution:
V3 = 750 lb ↑ F2 + 1/2F3 + H2 = 0
F2 +1/2(866.025) + (0) = 0
F2 = 433.013 ( T )
V2 = 250 lb ↑
-√ 3/2F1 + 1/2F3 = 0
H2 = 0 -√ 3/2F1 + 1/2(866.025) = 0
F1 = - 499.999 lb
F3 = 866.025 lb ( C )
I.
11.18) An electronics company produces transistors, resistors, and computer chips. Each
transistor requires four units of copper, one unit of zinc, and two units of glass. Each
resistor requires three, three, and one units of the three materials, respectively, and each
computer chip requires two, one, and three units of these materials, respectively. Putting
this information into table form, we get:
Component Copper Zinc Glass
Transistors 4 1 2
Resistors 3 3 1
Computer Chips 2 1 3
Supplies of these materials vary from week to week, so the company needs to determine a
different production run each week. For example, one week the total amounts of
materials available are 960 units of copper, 510 units of zinc, and 610 units of glass. Set
up the system of equations modeling the production run, and use Excel, MATLAB, or
Mathcad, to solve for the number of transistors, resistors, and computer chips to be
manufactured this week.
Matrix Form
A X B
[ ][ ] [ ]
4 3 2 x1 960
1 3 1 x 2 = 510
2 1 3 x3 610
Augmented Matrix
PIVOT
m32 = -2/9
[ x1 x 2 x 3 4 3 2 0 9/4 1 /2 0 0 19/9∨B 960270 190 ]
Equation 1:
19/9x3 = 190 4x1 + 3x2 + 2x3 = 960
x3 = 90 4(120) + 3(100) + 2(90) = 960
960 = 960
Therefore, there should be 120 transistors, 100 resistors, and 90 computer chips
production in the company.
VIII. CASE STUDY 8 : ELECTRICAL COMPONENTS
If totals of 3.89, 0.095, and 0.282 kg of metal, plastic, and rubber, respectively, are
available each day, how many components can be produced per day?
Convert kg to g :
Matrix Form
AX = B
Augmented Matrix
2/45x3 = 32/9
x3 = 80
x1 = 90
Checking:
Equation 1:
15x1 + 17x2 + 19x3 = 3890
15(90) + 17(60) + 19(80) = 3890
3890 = 3890
Equation 2:
Equation 3:
Therefore, there should be 90 pieces for component 1, 60 pieces for component 2, and 80
pieces for component 3 that can be produced per day.