



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Engineering problem sets covering topics in recursive binary search algorithms, fluid dynamics, and signals and systems. The problem set includes tasks such as defining and implementing recursive binary search algorithms, analyzing their complexity, calculating fluid velocities and forces, and finding inverse laplace transforms. Students are required to submit hard copies and electronic copies of their solutions.
Typology: Exercises
1 / 7
This page cannot be seen from the preview
Don't miss anything!




The problems in this problem set cover lectures C11 and C
a. Define a recursive binary search algorithm.
b. Implement your algorithm as an Ada95 program.
c. What is the recurrence equation that represents the computation time of your algorithm?
d. What is the Big-O complexity of your algorithm? Show all the steps in the computation based on your algorithm.
Turn in a hard copy of your algorithm, recurrence equation, and Big-O analysis, and code listing, and an electronic copy of your code.
Show all the steps in the computation of the Big-O complexity.
Note: the code for heap_sort, build_heap and heapify was shown in lecture C11 and has been distributed via email.
Unified Engineering II Spring 2004
Problem S10 (Signals and Systems)
This problem provides lots of practice using partial fraction expansions to determine inverse Laplace transforms. Please use the coverup method — it really is superior to other methods, and more reliable. Also, please check your answer, that is, verify that your expansion really is equivalent to the G(s) given.
For each of the following Laplace transforms, find the inverse Laplace transform.
3 s^2 + 3s − 10
6 s^2 + 26s + 26
4 s^2 + 11s + 9
, Re[s] > − 1
4 s^3 + 11s^2 + 5s + 2
s^3 + 3s^2 + 9s + 12
Unified Engineering II Spring 2004
Problem S11 (Signals and Systems)
Consider an aircraft flying in cruise at 250 knots, so that
v 0 = 129 m/s
Assume that the aircraft has lifttodrag ratio
L 0 = 15 D 0
Then the transfer function from changes in thrust to changes in altitude is
2 g 1 G(s) = (1) mv 0 s (s^2 + 2ζωns + ω^2 n)
where the natural frequency of the phugoid mode is
g ωn =
v 0
the damping ratio is
1 ζ = √ (3) 2(L 0 /D 0 )
and g = 9.82 m/s is the acceleration due to gravity. The transfer function can be normalized by the constant factor 2 g mv 0 , so that
¯^1 G(s) = (4) s (s^2 + 2ζωns + ω^2 n)
is the normalized transfer function, corresponding to normalized input
2 g u(t) = δT mv 0
+ (^) G(s)
r(t) e(t) u(t) h(t) k
Unified Engineering II Spring 2004
Problem S12 (Signals and Systems)
For each signal below, find the bilateral Laplace transform (including the region of convergence) by directly evaluating the Laplace transform integral. If the signal does not have a transform, say so.