next up previous

Spring '98 403L Final Exam Solutions

1. A population of bacteria is growing exponentially. At noon today there were 1,000. At 2 PM there were 1,500 bacteria.

a) How many bacteria will there be t hours after noon?

b) How many bacteria will there be at noon tomorrow?

c) At what time will there be 10,000 bacteria?

Exponential growth implies tex2html_wrap_inline80 for some constant k. Since y(0)=1000 and y(2)=1500, we have tex2html_wrap_inline88 , so tex2html_wrap_inline90 . So a) tex2html_wrap_inline92 . b) Tomorrow at noon there will be tex2html_wrap_inline94 bacteria. c) tex2html_wrap_inline96 , so tex2html_wrap_inline98 , so tex2html_wrap_inline100 , so tex2html_wrap_inline102. (TYPO! That should be 11.36, not 5.68) 0.36 hours is 21 minutes, so we will have 10,000 bacteria at 11:21 PM.

2. Consider the function tex2html_wrap_inline104 .

a) Which of the following points are critical points: (1,-1), (1,0), (1,1), and (0,0)?

b) Of the above, classify which critical points are local maxima, which are local minima, and which are saddle points.

a) Compute the first partial derivatives. tex2html_wrap_inline110 , tex2html_wrap_inline112 . Plugging in the different points shows that (0,0) and (1,-1) are critical points and the others aren't.

b) Compute the second partials: tex2html_wrap_inline116 , tex2html_wrap_inline118 , tex2html_wrap_inline120 . At (0,0) we have tex2html_wrap_inline122 and tex2html_wrap_inline124 , so it's a local min. At (1,-1) we have tex2html_wrap_inline128 and tex2html_wrap_inline130 , so it's a saddle point.

3. Evaluate the double integral of the function f(x,y)=24xy over the region between the line y=x and the parabola tex2html_wrap_inline136 . [Hint: you can slice either vertically or horizontally, but one approach is a bit easier than the other].

Slicing horizontally we have tex2html_wrap_inline138

Slicing vertically we have tex2html_wrap_inline140

4. Consider the function tex2html_wrap_inline142 .

a) Find the 2nd order Taylor polynomial for f(x) around x=0.

b) Use this polynomial to approximate f(-0.1).

c) Use this polynomial to approximate tex2html_wrap_inline150 .

a) tex2html_wrap_inline152 , tex2html_wrap_inline154 , so f(0)=1, f'(0)=1 and f''(0)=-1, so our 2nd-order Taylor polynomial is tex2html_wrap_inline162 . b) tex2html_wrap_inline164 . c) tex2html_wrap_inline166 .

5. Use Newton's method to find the point (x,y) where the curves tex2html_wrap_inline170 and tex2html_wrap_inline172 intersect. Your answer should be correct to at least 5 decimal places.

tex2html_wrap_inline174 , tex2html_wrap_inline176 . Take initial guess tex2html_wrap_inline178 . Then tex2html_wrap_inline180 , tex2html_wrap_inline182 , so tex2html_wrap_inline184 . tex2html_wrap_inline186 , tex2html_wrap_inline188 , so tex2html_wrap_inline190 . tex2html_wrap_inline192 , tex2html_wrap_inline194 , so tex2html_wrap_inline196 . tex2html_wrap_inline198 is about tex2html_wrap_inline200 , so tex2html_wrap_inline202 is close enough. Taking tex2html_wrap_inline204 , our point is (0.636039, 1.529385).

6. a) Evaluate tex2html_wrap_inline208 exactly.

b) Approximate this integral numerically using Simpson's rule with tex2html_wrap_inline210 . Express your result to at least four decimal places.

a) Integrating by parts gives tex2html_wrap_inline212 .

b) Evaluate f(1), f(1.5), etc. up to f(3). Then our integral is approximately tex2html_wrap_inline220 . Remarkably close!

7. a) A certain baseball player has a 0.300 chance of getting a hit every time he comes to bat. Assuming he bats 500 times this season, write down the exact probability that he has 160 or more hits this season. You can express your answer as a sum - you need not attempt to evaluate the sum numerically.

b) Estimate this probability numerically using the normal distribution (see attached table).

a) This is binomial with p=0.3 and n=500. The exact probability is

tex2html_wrap_inline226 .

b) The mean is tex2html_wrap_inline228 , the variance is np(1-p)=105, so tex2html_wrap_inline232 . Setting tex2html_wrap_inline234 , we have tex2html_wrap_inline236 , or about a 17.6% chance.

8. Until 1964, dimes (and quarters and half-dollars) were made of silver. There are a few of these old silver coins still in circulation - about one in a thousand dimes is silver. Assuming you handle 5 dimes every day, what is the probability of your encountering 2 or more silver dimes in the next year? (For the record, I was handed a silver dime at Burger King last month, and my daughter found a silver half-dollar on the ground earlier this year.)

This is Poisson with tex2html_wrap_inline238 . tex2html_wrap_inline240 .

9. A continuous random variable is described by the probability density function

displaymath242

where C is a constant.

a) Find the constant C that makes f(x) into a legal probability density function.

b) Find the probability that 2 < X < 3.

c) Find the mean and standard deviation of X.

a) C=3, so that tex2html_wrap_inline256 . b) tex2html_wrap_inline258 . c) tex2html_wrap_inline260 . tex2html_wrap_inline262 . Var= tex2html_wrap_inline264 , so tex2html_wrap_inline266 .

10. For the system of linear equations:

eqnarray59

a) Write down the augmented matrix.

displaymath268

b) Apply row operations to put this matrix in reduced form.

displaymath270

c) Find all solutions to the system of linear equations.

tex2html_wrap_inline272 , tex2html_wrap_inline274 , tex2html_wrap_inline276 , tex2html_wrap_inline278 , and t is any real number.

11. Maximize tex2html_wrap_inline282 subject to the constraints:

eqnarray63

You may recognize this as a practice homework problem. Max P=260 at tex2html_wrap_inline286 and tex2html_wrap_inline288 .

12. Express the following situation as a linear programming problem. That is, a) set up the inequalities, b) choose slack variables, and c) write down the matrix of the initial system. You do not have to actually solve the resulting system:

``An investor has at most $100,000 to invest in government bonds, mutual funds and money market funds. The average yields for these investments are 8%, 13% and 15%, respectively. To avoid undue risk, the total amount invested in mutual and money market funds cannot exceed the amound invested in government bonds. How should the money be invested to maximize expected return?''

Let tex2html_wrap_inline290 , tex2html_wrap_inline292 and tex2html_wrap_inline294 be the amounts invested in the bonds, mutual funds and money market funds. We want to maximize tex2html_wrap_inline296 subject to tex2html_wrap_inline298 , tex2html_wrap_inline300 and tex2html_wrap_inline302 . Define the slack variables tex2html_wrap_inline304 and tex2html_wrap_inline306 such that tex2html_wrap_inline308 and tex2html_wrap_inline310 , and we now also have tex2html_wrap_inline312 . Our initial matrix is

displaymath314




next up previous

Lorenzo Sadun
Wed Dec 2 11:06:51 CST 1998