Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

List No.

4
Mathematical Analysis II
Industrial Engineering

1. Distance and speed. Two medical students are traveling in a car that has
the odometer broken. To determine the distance they travel between 2:00 and
3:00 p.m, take the speedometer readings (mph) every 5 minutes.

hora ≥ 2:00 pm 0 5 10 15 20 25 30 35 40 45 50 55 60
Velocı́metro(mph) 45 48 37 39 55 60 60 55 67 58 45 49 51

Use Simpson’s Rule 1/3 to estimate the total distance traveled by the students
during the hour in question.

2. Cardiac . When measuring cardiac output, doctors do not have a specific for-
mula C(t) to calculate the concentration of dye that passes through a patient’s
heart. Instead, data analysis methods are used. Suppose that 5 mg of dye was
injected into a certain patient in a vein near the heart and that measurements
were taken every 5 seconds in a period of 30 seconds, obtaining the following
data.

t(s) 0 5 10 15 20 25 30
C(t) mg/L 0 10 36 35 15 12 8

Use Simpson’s rule to estimate the integral


Z 30
C(t)dt
0

Based on this result. Determine the patient’s approximate cardiac output.

3. Approximate integration. Estimate the surface area of the golf it green


using the Trapezoid rule and Simpson’s rule.

c
LL. Copyright All rights reserved 1
4. Volume of water in a swimming pool. A rectangular swimming pool is 30
f t wide and 50 f t long. The accompanying table shows the depth h(x) of the
water at 5 − f t intervals from one end of the pool to the other. Estimate the
volume of water in the pool using the Simpson 1/3 Rule with n = 10 applied
to the integral Z 50
V = 30.h(x)dx
0

Position(ft) x Depth(ft) h(x)


0 6.0
5 8.2
10 9.1
15 9.9
20 10.5
25 11.0
30 11.5
35 11.9
40 12.3
45 12.7
50 13.0

5. Distance traveled. The accompanying table shows time-to-speed data a


sports car accelerating from rest to 130 mph. How far had the car traveled
by time reached this speed?. Use trapezoids to estimate the area under the
velocity curve, but be careful: The time intervals vary in length.

c
LL. Copyright All rights reserved 2
Speed change Time(sec)
Zero to 30 mph 2.2
40 mph 3.2
50 mph 4.5
60 mph 5.9
70 mph 7.8
80 mph 10.2
90 mph 12.7
100 mph 16.0
110 mph 20.6
120 mph 26.2
130 mph 37.1

6. Wing design. The design of a new airplane requires a gasoline tank of cons-
tant cross-sectional area in each wing. A scale drawing of a cross-section here.
The tank must hold 5000 lb of gasoline, which has a density of 42 lb/f t3.
Estimate the length of the tank by Simpson’s Rule.
y0 = 1.5 f t, y1 = 1.6 f t, y2 = 1.8 f t, y3 = 1.9 f t, y4 = 2.0 f t, y5 = y6 = 2.1 f t
Horizontal spacing = 1 f t.

7. Oil consumption on Pathinder Island. A diesel generator runs conti-


nuously, consuming oil at a gradually increasing rate until it must be tem-
porarily shut down to have the filters replaced. Use the Trapezoidal rule to
estimate the amount of oil consumed by the generator during that week.

Day Oil consumption rate(liters/h)


Sun 0.019
Mon 0.020
Tue 0.021
Wed 0.023
Thu 0.025
Fri 0.028
Sat 0.031
Sun 0.035
c
LL. Copyright All rights reserved 3
8. M-File. The length (Elliptical integrals) of the ellipse

x2 y 2
+ =1
a2 b2
turns out to be Z π/2 p
Length = 4a 1 − e2 cos2 tdt
0

where e = a2 − b2 /a is the ellipse’s eccentricity. The integral in this formula,
called an elliptic integral, in non elementary except when e = 1 or e = 0. Use
the Trapezoidal rule and Simpson’s rule with n = 10 to estimate the length to
the ellipse when a = 1 and e = 1/2.

9. M-File. The length of one arch of the curve y = sin x from t = 0 to t = π is


given by Z bp Z πp
′ 2
L= 1 + (y ) dx = 1 + cos2 xdx
a 0
Estimate L by Simpson’s rule with n = 8.

10. M-File. Apply the Trapezoid rule and Simpson’s rule to evaluate the following
definite integrals. To check your results you can evaluate the integral with a
computer program. For all cases take n = 50.
Z 2p Z π
a) 1 + x3dx c) cos x2dx
0 0
2 2
1
Z Z
2
b) √ dx d) ex dx
0 1 + x3 1

11. M-File. We want to determine the volume of a lake that has a depth of 3
meters and the dimensions of the length and width of the lake are given in the
Table. Use Simpson’s 1/3 rule to approximate the lake area.
Z 100
Area = h(x)dx
0

c
LL. Copyright All rights reserved 4
longitud (m) x ancho (m) h(x) longitud (m) x ancho (m) h(x)
0 6.0 55 14.8
5 8.2 60 15.6
10 9.1 65 18.4
15 9.9 70 17.5
20 10.5 75 15.6
25 11.0 80 14.8
30 11.5 85 12.6
35 11.9 90 10.8
40 12.3 95 9.4
45 12.7 100 8.4
50 13.0

12. M-File. Your metal fabrication company is bidding for a contract to make
sheets of corrugated iron roofing like the one shown here. The cross-sections
of the corrugated sheets are to conform to the curve

y = sin x, 0 ≤ x ≤ 20 in
20
If the roofing is to be stamped from flat sheets by a process that does nto
stretch the material, how wide should the original material be ?. To find out,
use numerical integration to approximate the length of the sine curve to six
decimal places.

13. M-File. Your engineering firm is bidding for the contract to construct the
tunnel shown here. The tunnel is 300 f t long and 50 f t wide at the base. The
cross section is shaped like one arch of the curve
πx
y = 25 cos
50
c
LL. Copyright All rights reserved 5
Upon completion, the tunnel’s inside surface (excluding the roadway) will be
treated with a waterproof sealer that costs 1.75 dollar per square foot to apply.
How much will it cost to apply the sealer? (Hill: Use numerical integration to
find the length of the cosine curve. )

14. M-File. Use the Simpson method to approximate the value of the integral
Z 5
1
2 + 0.5x + 2
dx
0 0.8x

15. M-File. Use the Simpson method to approximate the value of the integral
Z π
1 1
cos2( x). sin4 ( x)dx
0 2 2

16. Distance traveled by a decelerating airplane. A Boeing 737-200 airplane


of mass m = 97000kg lands at a speed of 93m/s and applies its thrust reversers
at t = 0. The force F that is applied to the airplane, as it decelerates, it given
by F = −5v 2 − 570000, where v is the airplane’s velocity. Using Newton’s
second law of motion and flow dynamics, the relationship between the velocity
and the position x of the airplane is
dv
mv = −5v 2 − 570000
dx
where x is the distance measured from the location af the jet at t = 0. De-
termine how far the airplane travels before its speed is reduced to 40 m/s by
using the composite trapezoidal method and composite Simpson method to
evaluate the integral resulting from the governing differential equation.

c
LL. Copyright All rights reserved 6
Solution: The limit of integration for v are from 93 m/s to 40 m/s.

40 93
970000v 970000v
Z Z
x=− dv = dv
93 5v 2 + 570000 40 5v 2 + 570000
17. Problems in science. (a) The centroid of the half-ellipse-shaped cross-
sectional area show is given by
Z 5 p
4
yc = y 9 − y 2 dy
25π −5

Calculate yc using Simpson rule.

(b) The moment of inercia, Ix , about the x − axis of the half-ellipse-shaped


cross-sectional area is given by

10 5 2 p
Z
yc = y 9 − y 2 dy
3 −5

Calculate yc using Simpson rule.

c
LL. Copyright All rights reserved 7

You might also like