Uploaded by Ivan Velasco

Mach.Prob1

advertisement
NUMNERICAL SOLUTIONS TO CE PROBLEMS
MATH-15
MACHINE PROBLEM 1
NAME:
STUDENT NUMBER:
General Guidelines:
This Machine problem for numerical methods in civil engineering is an individual task—no
collaboration is allowed. The exam consists of a significant machine problem focused on numerical
methods. Adhere to programming guidelines, ensuring well-commented and efficient code.
Plagiarism is strictly prohibited, and any form of copying or collaboration will result in a zero for
this machine problem. Submit your work on time, as late submissions won't be accepted without
valid reasons. Evaluation will consider correctness, efficiency, adherence to guidelines, and code
clarity.
1 (one) representative from the block will compile the files and post it the via google drive or submit
it to me directly through USB.
Deadline will be one (1) week after the posting of this paper.
Use this format in naming your file.
C_Surname_FirstName_3Y
(for block c)
D_Surname_FirstName_3Y
(for block d)
Instructions:
Create a program to solve the given problems.
1. The Maximum Moment of a two wheel moving loads is given by the equation.
(PL-Psd)2
4PL
where P = larger axle load, Ps = smaller axle load, d = the distance between the two-axle load and
L = the length of the structural support system or most commonly as beam and girders.
Mmax =
A two wheeled truck is traveling across a 10-meter span of bridge. Determine the smaller axle load
of the system having a Max moment of 150 kn, m and larger axle load of 70 kn. The distance
between the axle loads is 5 m.
Solve by using the following methods. (Excel)
Incremental search method to locate the lower and upper bound values of the root (start from
zero with increments of 2).
b. Bisection method (use the values obtain from the incremental search method as your lower and
upper bound values).
c. Regula Falsi method (use the values obtain from the incremental search method as your lower
and upper bound values).
a.
Solve by using the following methods. (C++)
d. You can use either bisection or regula falsi in your code.
PREPARED BY: ENGR. JUDE B. SANTILLAN
As pressure and stress bear down on me, I find
joy in your commands.
Psalm 119:143
NUMNERICAL SOLUTIONS TO CE PROBLEMS
MATH-15
MACHINE PROBLEM 1
2. In transition curve the length of spiral is given by the following formula
Ls = V3
RC
where Ls is the length of spiral, V = the design speed, R as radius of simple curve and C as rate of change
of centripetal acceleration.
The length of spiral of a single carriageway is 89 m. The radius of the simple curve is 450 m. Assume the
that the rate of change of the centripetal acceleration is 0.32 m/s 3 Determine the design speed of the
carriageway.
Solve by using the following methods. (Excel)
a.
Incremental search method to locate the lower and upper bound values of the root (start from zero
with increments of 2).
b. Bisection method (use the values obtain from the incremental search method as your lower and
upper bound values).
c. Regula Falsi method (use the values obtain from the incremental search method as your lower and
upper bound values).
Solve by using the following methods. (C++)
d. You can use either bisection or regula falsi in your code.
PREPARED BY: ENGR. JUDE B. SANTILLAN
As pressure and stress bear down on me, I find
joy in your commands.
Psalm 119:143
Download