07-Tarea Programada
07-Tarea Programada
Numerical Analysis
1. Surface. To estimate the surface area and volume of a wine barrel, the diame-
ter of the barrel is measured at different points along the barrel. The surface
area, S, and volume, V , can be determined by
Z L Z L
S = 2π rdz and V =π r2 dz
0 0
Use the data given in the table to determine the volume and surface area of
the barrel.
(a) Use the composite trapezoidal method. (b) Use the composite Simpson’s
1/3 method. (c) Use the composite Simpson’s 1/8 method.
2. Surface. To estimate the surface area and volume of a wine bottle, the radius
of the bottle is measured at different heights. The surface area, S, and volume,
V , can be determined by:
Z L Z L
S = 2π rdz andV = π r2 dz
0 0
z(cm) 0 2 4 6 8 10 12 14 16 18
r(cm) 10.0 11.0 11.9 12.4 13.0 13.5 13.8 14.1 13.6 12.1
z(cm) 20 22 24 26 28 30 32 34 36 -
r(cm) 8.9 4.7 4.1 3.5 3.0 2.4 1.9 1.2 1.0 -
(a) Use the composite trapezoidal method. (b) Use the composite Simpson’s
1/3 method. (c) Use the composite Simpson’s 1/8 method.
3. Head Severity. The Head Severity Index (HSI) measures the risk of head
injury in a car crash. It is calculated by:
Z t
HSI = [a(t)]5/2 dt
0
t(ms) 0 5 10 15 20 25 30 35 40 45 50 55 60
2
a(m/s ) 0 3 8 20 33 42 40 48 60 12 8 4 3
5. Growth Rate. The growth rate of a certain tree (in feet) is given by
2 2
y= + e−t /2
t+2
where t is time (in years). Find the total growth from t = 1 to t = 7 by using
n = 12 with the following methods: (a) the trapezoidal rule. (b) Simpson’s
rule.
Find the total amount of milk consumed from 7 to 182 days for a calf. Source:
Animal Production.
(a) The area under this curve between x = −1 and x = 1 represents the
probability that a normal random variable is within 1 standard deviation of
the mean. Find this probability. (b) Find the area under this curve between
x = −2 and x = 2, which represents the probability that a normal random
variables is within 2 standard deviations of the mean. (c) Find the probability
that a normal random variables is within in standard deviations of the mean.
hora ≥ 2:00 pm 40 45 50 55 60
Velocı́metro(mph) 40.5 42.8 37.8 39.5 37.4
Use la regla de Simpson 1/3 para estimar la distancia total recorrida por los
estudiantes durante la hora en cuestión.
9. Rendimiento cardı́aco Por lo general, cuando se mide el rendimiento cardı́aco
los médicos no tienen una fórmula especı́fica C(t), para calcular la concentra-
ción de colorante que pasa por el corazón de un paciente. En lugar de esto,
se usan métodos de análisis de datos. Suponga que 5 mg de colorante se in-
yectaron a cierto paciente en una vena cerca del corazón y que se tomaron
mediciones cada 5 segundos en un periodo de 30 segundo, obteniéndose los
siguientes datos.
t(s) 0 5 10 15 20 25 30
C(t) mg/L 0 10.8 36.5 35.6 15.2 12.4 8.2
Z 30
Usar la regla de Simpson para estimar la integral C(t)dt. Con base en este
0
resultado. Cuál es el rendimiento cardı́aco aproximado del paciente?.
10. Utilidad neta. El primer dı́a de cada mes, el gerente de una pequeña com-
pañı́a estima el porcentaje al que espera aumenten las utilidades durante ese
mes. Los resultados se citan en el siguiente Tabla para los primeros 6 meses
0
del año. En la Tabla P (t) es el porcentaje de crecimiento de las utilidades,
en miles de dólares por mes, esperados durante el t − esimo mes (t = 1 para
Enero, t = 6 para Junio). Use esta información junto con la regla de los tra-
pecios para estimar la utilidad total obtenida por la compañı́a durante este
periodo de 6 meses (Enero a Junio).
t(meses) 1 2 3 4 5 6
0
%
2 U tilidad P (t) 0.65 0.43 0.72 0.81 1.02 0.97
12. Numerical integration. Estimate the surface area of the golf it green using
the Trapezoid rule and Simpson’s rule.
15. 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.
Horizontal spacing = 1 f t.
20. Lake. 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
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
23. Integration. An approximate map of the state of Ohio is shown in the figure.
For determining the area of the state, the map is divided into two parts (one
above and one below the x − axis). Determine the area of the state by nume-
rically integrating the two areas. For each part, make a list of the border as
a function of x. Start with x = 0 and use increments of 10 mi, such that the
last point is x = 230 mi. Once the tabulated dada is available, determine the
integrals once with the composite trapezoidal method.
Determine the length of the pretzel. For the integration use Simpson method
with n = 10.
27. Simpson. Use the Simpson method to approximate the value of the integral
Z π
1 1
cos2 ( x). sin4 ( x)dx
0 2 2