SlideShare a Scribd company logo
MATHEMATICAL MODELING AND ENGINEERING PROBLEM SOLVING<br />Figure depicts the various ways in which an average man gains and loses water in one day. One liter in ingested as food, and the body metabolically produces 0.3L. In breathing air, the exchange is 0.05L while inhaling, and 0.4L while exhaling over a one-day period. The body will also lose 0.2, 1.4, 0.2, and 0.35L through sweat, urine, feces, and through the skin, respectively. In order to maintain steady-state condition, how much water must be drunk per day?<br />FecesAirUrineSkinSweat<br />Food<br />Drink<br />Metabolism<br />For free-falling parachutist with linear drag, assume a first jumper is 70kg and has a drag coefficient of 12kg/s. If a second jumper has a drag coefficient of 15kg/s and a mass of 75kg, how long will it take him to reach the same velocity the first jumper reached in 10s?<br />The amount of a uniformly distributed radioactive contaminant contained in a closed reactor is measured by its concentration c (Becquerel/liter of Bq/L). The contaminant decreases at a decay rate proportional to its concentration-that is <br />Decay rate = -kc<br />where k is a constant with units of day-1. Therefore, a mass balance for the reactor can be written as<br />dcdt = -kc<br />change in mass= decreaseby decay<br />Use Euler’s method to solve this equation from t=0 to 1d with k=0.2d-1. Employ a step size of Δt=0.1. The concentration at t=0 is 10Bq/L.<br />Plot the solution on a semilog graph (i.e., ln c versus t) and determine the slope. Interpret your results.<br />Newton’s law of cooling says that the temperature of a body changes at a rate proportional to the difference between its temperature and that of the surrounding medium (the ambient temperature), <br />dTdt= -k(T-Ta) <br />Where T= the temperature of the body (°C), t= time (min), k= the proportionality constant (per minute), and Ta= the ambient temperature (°C).  Suppose that a cup of coffee originally has a temperature of 68°C. Use Euler’s method to compute the temperature from t = 0 to 10 min using a step size of 1min if Ta=21°C and k=0.017/min.<br />Suppose that a spherical droplet of liquid evaporates at a rate that is proportional to its surface area<br />dVdt = -kA<br />Where the volume (mm3), t = time (h), k= the evaporation rate (mm/hr), and A= surface area (mm2). Use Euler’s method to compute the volume of the droplet from t = 0 to 10min using step size of 0.25min. Assume that k = 0.1mm/min and that the droplet initially has a radius of 3mm. Assess the validity of your results by determining the radius of your final computed volume and verifying that is consistent with the evaporation rate.<br />A storage tank contains a liquid at depth y where y=0 when the tank is half full. Liquid is withdrawn at a constant flow rate Q to meet demands. The contents are resupplied at a sinusoidal rate 3Qsin2(t).<br />d(Ay)dx=3Qsin3t- Q<br />change involume=inflow- (outflow)<br />Or, since the surface area A is constant<br />dydx=3QAQsin2t- QA<br />Use Euler’s method to solve for the depth y from t = 0 to 10d with a step size of 0.5d. The parameter values are A = 1200 m2 and Q = 500 m3/d. Assume that the initial condition is y = 0.<br />Approximations and Round-off errors<br />Convert the following base-2 numbers to base-10: (a) 101101, (b) 101.101, and (c) 0.01101.<br />Evaluate e-5 using two approaches<br />e-x=1-x+x22-x33!+…<br />and<br />e-x=1e-x=11+x+x22-x33!+…<br />And compare with the true value of  6.737947x10-3. Use 20 terms to evaluate each and compute true and approximate relative errors as terms are added.<br />(a) Evaluate the polynomial<br />Y=x3-7x2+8x-0.35<br />At x=1.37. Use 3-digit arithmetic with chopping. Evaluate the percent relative error.<br />(b) Repeat (a) but express y as<br />y=((x-7)x +8)x - 0.35<br />Evaluate the error and compare with part (a)<br />Determine the number of terms necessary to approximate cos x to 8 significant figures using the Maclaurin series approximation<br />cosx=1-x22+x44!-x66!+x88!-…<br />Calculate the approximation using a value of x = 0.3π. Write a program to determine your result.<br />How can the machine epsilon be employed to formulate a stopping criterion εs for your programs? Provide an example.<br />The infinite series<br />fn=i=1n1/i4<br />Converge on a value of f(n) = π4/90 as n approaches infinity. Write a program in single precision to calculate f(n) for n= 10 000 by computing the sum from i=1 to 10 000. Then repeat the calculation but in reverse order-that is, from              i = 10 000 to 1 using increments of -1. In each case, compute the true percent relative error. Explain the results.<br />Truncation Errors and the Taylor Series<br />Use zero- trhough third-order Taylor series expansions to predict f(3) for<br />f(x) = 25x3 – x2 + 7x – 88<br />using a base point at x = 1. Compute the true percent relative error εT for each approximation. Discuss the meaning of the results.<br />Use forward and backward difference approximations of O(h2) to estimate the first derivate of the function examined in before exercise. Perform the evaluation at x=2 using steps sizes of h=0.25 and 0.125. Compare your estimates with the true of the second derivative. <br />Evaluate and interpret the condition numbers for<br />F(x) = |x-1|+1         for x = 1.00001<br />F(x) = e-x for x = 10<br />F(x) = x2+1-xfor x = 200<br />F(x) = e-x-1/x for x = 0.001<br />A missile leaves the ground with an initial velocity Vo forming an angle Φo with the vertical as shown in figure. The maximum desired altitude is αR where R is the radius of the earth. The laws of mechanics can be used to show that<br />sinΦo=1+α1-α1+α vevo2<br />Where ve = the escape velocity of the missile. It is desired to fire the missile and reach the design maximum altitude within an accuracy of +/- 2%. Determine the range of values for Φo if ve/vo = 2 and α=0.25<br />Φo<br />vo<br />R <br />Consider the function f(x) =x3–2x+4 on the interval [-2,2] with h=0.25. Use the forward, backward, and centered finite difference approximations for the first and second derivates so as to graphically illustrate which approximations along with the theoretical, and do the same for the second derivative as well.<br />
Problems
Problems

More Related Content

PDF
Fox solution
PDF
Ch30 ssm
PPT
Lesson 17 work done by a spring and pump final (1)
PDF
Capítulo 1 - Mecânica dos Fluidos
PDF
Mit2 092 f09_lec11
DOCX
Practice Problems - Dimensional Analysis Blank
PDF
Introduction To Environmental Engineering 4th Edition Davis Solutions Manual
PDF
Solution for Introduction to Environment Engineering and Science 3rd edition ...
Fox solution
Ch30 ssm
Lesson 17 work done by a spring and pump final (1)
Capítulo 1 - Mecânica dos Fluidos
Mit2 092 f09_lec11
Practice Problems - Dimensional Analysis Blank
Introduction To Environmental Engineering 4th Edition Davis Solutions Manual
Solution for Introduction to Environment Engineering and Science 3rd edition ...

What's hot (18)

PPTX
Chem 2 - Chemical Kinetics V: The Second-Order Integrated Rate Law
PPT
AP Chemistry Chapter 15 Sample Exercises
PDF
Practica física II Estática de fluidos
PPT
Chemistry ICE Box Equilibrium Problems
PPTX
Ap calc warmup 9.4.14
PDF
Solution 3 i ph o 37
PPTX
Qa mixture alligation
PPT
Lecture17
PDF
Ch 6- fugacidad mezcla
DOC
PDF
Assignment #4 questions and solutions-2013
PDF
Rhodes solutions-ch4
PPT
Ch5 z5e gases
PDF
PPT
Enthalpy diagrams
PPT
1 ch4 lesson 4 calculations 10_11_
PDF
Solution manual for water resources engineering 3rd edition - david a. chin
PPT
Discussion on rate of reaction =for quiz 1 and 2
Chem 2 - Chemical Kinetics V: The Second-Order Integrated Rate Law
AP Chemistry Chapter 15 Sample Exercises
Practica física II Estática de fluidos
Chemistry ICE Box Equilibrium Problems
Ap calc warmup 9.4.14
Solution 3 i ph o 37
Qa mixture alligation
Lecture17
Ch 6- fugacidad mezcla
Assignment #4 questions and solutions-2013
Rhodes solutions-ch4
Ch5 z5e gases
Enthalpy diagrams
1 ch4 lesson 4 calculations 10_11_
Solution manual for water resources engineering 3rd edition - david a. chin
Discussion on rate of reaction =for quiz 1 and 2
Ad

Similar to Problems (20)

PPT
Rates of change_updated
PPT
Diff. call lessons
PDF
Engineering Vibration 4th Edition Inman Solutions Manual
PDF
Engineering Vibration 4th Edition Inman Solutions Manual
PDF
Solucionário Introdução à mecânica dos Fluidos - Chapter 01
PDF
Solutions fox
PDF
UGC NET Model questions Engineering science
PPT
Semi-Classical Transport Theory.ppt
PPT
Higher Differential Equation
PDF
PDF
185817220 7e chapter5sm-final-newfrank-white-fluid-mechanics-7th-ed-ch-5-solu...
PDF
Application of Differential Equation
PPTX
APPLICATION OF HIGHER ORDER DIFFERENTIAL EQUATIONS
PDF
Sect5 4
PDF
Engineering Vibration 4th Edition Inman Solutions Manual
PDF
Anomalous Diffusion Through Homopolar Membrane: One-Dimensional Model_ Crimso...
DOCX
FEEDBACK REPORT for control system .docx
DOCX
390 Guided Projects Guided Project 31 Cooling cof.docx
DOCX
390 Guided Projects Guided Project 31 Cooling cof.docx
PDF
The tau-leap method for simulating stochastic kinetic models
Rates of change_updated
Diff. call lessons
Engineering Vibration 4th Edition Inman Solutions Manual
Engineering Vibration 4th Edition Inman Solutions Manual
Solucionário Introdução à mecânica dos Fluidos - Chapter 01
Solutions fox
UGC NET Model questions Engineering science
Semi-Classical Transport Theory.ppt
Higher Differential Equation
185817220 7e chapter5sm-final-newfrank-white-fluid-mechanics-7th-ed-ch-5-solu...
Application of Differential Equation
APPLICATION OF HIGHER ORDER DIFFERENTIAL EQUATIONS
Sect5 4
Engineering Vibration 4th Edition Inman Solutions Manual
Anomalous Diffusion Through Homopolar Membrane: One-Dimensional Model_ Crimso...
FEEDBACK REPORT for control system .docx
390 Guided Projects Guided Project 31 Cooling cof.docx
390 Guided Projects Guided Project 31 Cooling cof.docx
The tau-leap method for simulating stochastic kinetic models
Ad

More from Marcela Carrillo (13)

DOCX
Problems 2
XLSX
Punto fijo
XLSX
Metodos abiertos
XLSX
Metodo de biseccion
XLS
Plantilla metodos
DOCX
PPTX
Presentación1
DOCX
Taller de refuerzo
DOCX
Taller respuestas o1
DOCX
Ejercicios en clase_resuelto
DOCX
Summary of Matrixes (Spanish Version)
PDF
Chapra english
PPTX
Direct Methods For The Solution Of Systems Of
Problems 2
Punto fijo
Metodos abiertos
Metodo de biseccion
Plantilla metodos
Presentación1
Taller de refuerzo
Taller respuestas o1
Ejercicios en clase_resuelto
Summary of Matrixes (Spanish Version)
Chapra english
Direct Methods For The Solution Of Systems Of

Problems

  • 1. MATHEMATICAL MODELING AND ENGINEERING PROBLEM SOLVING<br />Figure depicts the various ways in which an average man gains and loses water in one day. One liter in ingested as food, and the body metabolically produces 0.3L. In breathing air, the exchange is 0.05L while inhaling, and 0.4L while exhaling over a one-day period. The body will also lose 0.2, 1.4, 0.2, and 0.35L through sweat, urine, feces, and through the skin, respectively. In order to maintain steady-state condition, how much water must be drunk per day?<br />FecesAirUrineSkinSweat<br />Food<br />Drink<br />Metabolism<br />For free-falling parachutist with linear drag, assume a first jumper is 70kg and has a drag coefficient of 12kg/s. If a second jumper has a drag coefficient of 15kg/s and a mass of 75kg, how long will it take him to reach the same velocity the first jumper reached in 10s?<br />The amount of a uniformly distributed radioactive contaminant contained in a closed reactor is measured by its concentration c (Becquerel/liter of Bq/L). The contaminant decreases at a decay rate proportional to its concentration-that is <br />Decay rate = -kc<br />where k is a constant with units of day-1. Therefore, a mass balance for the reactor can be written as<br />dcdt = -kc<br />change in mass= decreaseby decay<br />Use Euler’s method to solve this equation from t=0 to 1d with k=0.2d-1. Employ a step size of Δt=0.1. The concentration at t=0 is 10Bq/L.<br />Plot the solution on a semilog graph (i.e., ln c versus t) and determine the slope. Interpret your results.<br />Newton’s law of cooling says that the temperature of a body changes at a rate proportional to the difference between its temperature and that of the surrounding medium (the ambient temperature), <br />dTdt= -k(T-Ta) <br />Where T= the temperature of the body (°C), t= time (min), k= the proportionality constant (per minute), and Ta= the ambient temperature (°C). Suppose that a cup of coffee originally has a temperature of 68°C. Use Euler’s method to compute the temperature from t = 0 to 10 min using a step size of 1min if Ta=21°C and k=0.017/min.<br />Suppose that a spherical droplet of liquid evaporates at a rate that is proportional to its surface area<br />dVdt = -kA<br />Where the volume (mm3), t = time (h), k= the evaporation rate (mm/hr), and A= surface area (mm2). Use Euler’s method to compute the volume of the droplet from t = 0 to 10min using step size of 0.25min. Assume that k = 0.1mm/min and that the droplet initially has a radius of 3mm. Assess the validity of your results by determining the radius of your final computed volume and verifying that is consistent with the evaporation rate.<br />A storage tank contains a liquid at depth y where y=0 when the tank is half full. Liquid is withdrawn at a constant flow rate Q to meet demands. The contents are resupplied at a sinusoidal rate 3Qsin2(t).<br />d(Ay)dx=3Qsin3t- Q<br />change involume=inflow- (outflow)<br />Or, since the surface area A is constant<br />dydx=3QAQsin2t- QA<br />Use Euler’s method to solve for the depth y from t = 0 to 10d with a step size of 0.5d. The parameter values are A = 1200 m2 and Q = 500 m3/d. Assume that the initial condition is y = 0.<br />Approximations and Round-off errors<br />Convert the following base-2 numbers to base-10: (a) 101101, (b) 101.101, and (c) 0.01101.<br />Evaluate e-5 using two approaches<br />e-x=1-x+x22-x33!+…<br />and<br />e-x=1e-x=11+x+x22-x33!+…<br />And compare with the true value of 6.737947x10-3. Use 20 terms to evaluate each and compute true and approximate relative errors as terms are added.<br />(a) Evaluate the polynomial<br />Y=x3-7x2+8x-0.35<br />At x=1.37. Use 3-digit arithmetic with chopping. Evaluate the percent relative error.<br />(b) Repeat (a) but express y as<br />y=((x-7)x +8)x - 0.35<br />Evaluate the error and compare with part (a)<br />Determine the number of terms necessary to approximate cos x to 8 significant figures using the Maclaurin series approximation<br />cosx=1-x22+x44!-x66!+x88!-…<br />Calculate the approximation using a value of x = 0.3π. Write a program to determine your result.<br />How can the machine epsilon be employed to formulate a stopping criterion εs for your programs? Provide an example.<br />The infinite series<br />fn=i=1n1/i4<br />Converge on a value of f(n) = π4/90 as n approaches infinity. Write a program in single precision to calculate f(n) for n= 10 000 by computing the sum from i=1 to 10 000. Then repeat the calculation but in reverse order-that is, from i = 10 000 to 1 using increments of -1. In each case, compute the true percent relative error. Explain the results.<br />Truncation Errors and the Taylor Series<br />Use zero- trhough third-order Taylor series expansions to predict f(3) for<br />f(x) = 25x3 – x2 + 7x – 88<br />using a base point at x = 1. Compute the true percent relative error εT for each approximation. Discuss the meaning of the results.<br />Use forward and backward difference approximations of O(h2) to estimate the first derivate of the function examined in before exercise. Perform the evaluation at x=2 using steps sizes of h=0.25 and 0.125. Compare your estimates with the true of the second derivative. <br />Evaluate and interpret the condition numbers for<br />F(x) = |x-1|+1 for x = 1.00001<br />F(x) = e-x for x = 10<br />F(x) = x2+1-xfor x = 200<br />F(x) = e-x-1/x for x = 0.001<br />A missile leaves the ground with an initial velocity Vo forming an angle Φo with the vertical as shown in figure. The maximum desired altitude is αR where R is the radius of the earth. The laws of mechanics can be used to show that<br />sinΦo=1+α1-α1+α vevo2<br />Where ve = the escape velocity of the missile. It is desired to fire the missile and reach the design maximum altitude within an accuracy of +/- 2%. Determine the range of values for Φo if ve/vo = 2 and α=0.25<br />Φo<br />vo<br />R <br />Consider the function f(x) =x3–2x+4 on the interval [-2,2] with h=0.25. Use the forward, backward, and centered finite difference approximations for the first and second derivates so as to graphically illustrate which approximations along with the theoretical, and do the same for the second derivative as well.<br />