Below is a tentative list of homework problems for Math 150. In general, HW is due at the start of each class, and we will typically cover on the order of one section a day. All problems are worth 10 points; I will drop whatever assignment helps your HW average the most. Homework solutions are available here.
HOMEWORK: Homework problems listed below; suggested problems collected together at the end. Note dates MAY change (original dates are from 2018)
HW #3 problems: Section 11.2: Question 1: The corollary on page 830 states two
vectors are perpendicular if and only if their dot product is zero. Find a
non-zero vector, say u, that is perpendicular to <1,1,1>. (Extra
credit: find another vector perpendicular to <1,1,1> and the vector u
that you just found. This extra credit should be written right after this
problem, or as part of this problem.) Question 2: Consider a triangle with sides of length 4,
5 and 6. Which two sides surround the largest angle, and what is the cosine of
that angle? Section 11.3: Question 3: Find the determinant of the 2x2 matrix
\(\left(\begin{array}{cc}1 & 2 \\
3 & 4 \end{array}\right)\); in other
words, we filled in the entries with the numbers 1, 2, 3 and 4 in that order,
row by row. Similarly, find the determinant of the 3x3 matrix \(\left(\begin{array}{ccc}
1 & 2 & 3 \\
4 & 5 & 6 \\
7 & 8 & 9
\end{array}\right)\); in other words, we
fill in the numbers by 1, 2, 3, 4, 5, 6, 7, 8, 9. (Extra credit: find a nice
formula for the determinant of the n x n matrix where the entries are \(1, 2,
\dots, n^2\) filled as above, and prove your claim. This extra credit should
be turned in on a separate sheet of paper.) Question 4: Find
the area of the parallelogram with vertices (0,0), (2,4), (1,6), (3,10).
FOR FUN -- DO NOT SUBMIT:
Here is a great website with 10 excellent commencement speeches.
It's worth the time reading these; I
particularly liked the one by Uslan (on
how it's not enough to just have a good idea, but how to get noticed).
Due Wednesday, March 3:
Read: 11.8, 12.1, 12.2.
Video of the week: light cycle scene from Tron (the original).
Pictures of the week: lines and art.
HW #4 problems: Section 11.3: Page 842: #1, #5, #11, #12. Section 11.4: Page 849: #1, #2, #3, #22.
There is a video to watch of an introductory lecture I gave (http://www.youtube.com/watch?v=g1oj7CIqGM8), and a template (http://web.williams.edu/Mathematics/sjmiller/public_html/math/LaTexMathematica/MathematicaIntroVer6.nb). There are more links to these on my handouts page http://web.williams.edu/Mathematics/sjmiller/public_html/math/handouts/latex.htm, For a detailed description of Mathematica see the solutions to HW 5, http://web.williams.edu/Mathematics/sjmiller/public_html/150/hwsolns/HWSolns_Math150_Sp2014.pdf .
BONUS LECTURE: Programming: Sec 1: https://youtu.be/2xmH6w7xdyo Sec 2: https://youtu.be/2xmH6w7xdyo
Due Monday, March 22:
Due
Wednesday March 24:
Due Friday, March 26:
Reading: Read 13.1, 13.2
Homework #13: Due Mon Mar 29: Question 1: Use Newton's Method to find a rational number that estimates the square-root of 5 correctly to at least 4 decimal places. Question 2: Let \(w(r,s,t) = f(u(r,s,t), v(r,s,t))\) with \(f(u,v) = u^2 + v^2, u(r,s,t) = t \cos(rs)\) and \(v(r,s,t) = t \sin(rs)\). Find the partial derivatives of \(w\) with respect to \(r\), \(s\) and \(t\) both by direct substitution (which is very nice here!) and by the chain rule. Question 3: Write \((1/2, \sqrt{3}/2)\) in polar coordinates. Question 4: Find the tangent plane to \(z = f(x,y)\) with \(f(x,y) = x^2 y + \sqrt{x+y}\) at \((1,3)\), and approximate the function at \((.9,1.2)\). General comments: These problems are all done the same way. Let's say we have functions of three variables, \(x,y,z\). Find the function to maximize \(f\), the constraint function \(g\), and then solve \(\nabla f(x,y,z) = \lambda \nabla g(x,y,z)\) and \(g(x,y,z) = c\). Explicitly, solve \(\frac{\partial f}{\partial x}(x,y,z) = \lambda \frac{\partial g}{\partial x}(x,y,z)\), \(\frac{\partial f}{\partial y}(x,y,z) = \lambda \frac{\partial g}{\partial y}(x,y,z)\), \(\frac{\partial f}{\partial z}(x,y,z) = \lambda \frac{\partial g}{\partial z}(x,y,z)\), and \(g(x,y,z) = c\). For example, if we want to maximize \(xy^2z^3\) subject to \(x+y+z = 4\), then \(f(x,y,z) = xy^2z^3\) and \(g(x,y,z) = x+y+z = 4\). The hardest part is the algebra to solve the system of equations. Remember to be on the lookout for dividing by zero. That is never allowed, and thus you need to deal with those cases separately. Specifically, if the quantity you want to divide by can be zero, you have to consider as a separate case what happens when it is zero, and as another case what happens when it is not zero. Page 981: Question 1: Find the maximum and minimum values, if any, of \(f(x,y)=2x+y\) subject to the constraint \(x^2+y^2=1\). Page 981: Question 14: Find the maximum and minimum values, if any, of \(f(x,y,z)=x^2+y^2+z^2\) subject to the constraint \(x^4+y^4+z^4=3\).
Due Monday, March 29:
Read 13.1, 13.2.
For additional reading on some of the background and related material, see the following links. If you're interested in a math major, I strongly urge you to read these.
Homework #14: Due Wed Mar 31: Page 981: Question 19: Find the point on the line \(3x+4y=100\) that is closest to the origin. Use Lagrange multipliers to minimize the SQUARE of the distance. Page 981: Question 35: Find the point or points of the surface \(z=xy+5\) closest to the origin. Page 981: Question 51: Find the point on the parabola \(y= (x-1)^2\) that is closest to the origin. Note: after some algebra you'll get that \(x\) satisfies \(2(x-1)^3+x=0\) (depending on how you do the algebra it may look slightly different). You may use a calculator, computer program, ... to numerically approximate the solution.
Due Wednesday, March 31:
Exam in class.... Bring in Problem #1 (to be done closed book at home)
Due Monday, April 5:
Read 13.3, 13.4. We will not cover 13.5 or 13.6 (though we will of course discuss triple integrals).
Sixteenth day lecture: http://youtu.be/G9d9lcYevnM (April 9, 2014: Iterated integrals, changing order)
Video of the week: Coin Sorting. (We talked about this when doing the proof of the Fundamental Theorem of Calculus -- you can integrate by adding as you go, or by grouping by value).
Play with Mathematica (or go online to http://www.wolframalpha.com/).
Handout with correctly worked example from Monday's class on vertically/horizontally simple region
Here are some more problems (with solutions) in setting up double integrals.
Homework #16: Due Wednesday, April 7: Page 1011: Question 4: Evaluate \(\int_0^2 \int_{y/2}^1 (x+y) dxdy\). Page 1012: Question 11: Evaluate \(\int_0^1 \int_0^{x^3} \exp(y/x)dydx\). Additional Problem: Let \(f(x)=x^3-4x^2+ \cos(2x^3)+ \sin(x+1701)\). Find a finite \(B\) such that \(|f'(x)| \leq B\) for all \(x\) in \([2,3]\). Page 1011: #13: Evaluate the iterated integral \(\int_0^3 \int_0^y \sqrt{y^2 + 16}\ dx\ dy. \). Page 1011: #25: Sketch the region of integration for the integral \(\int_{-2}^2 \int_{x^2}^4 x^2y\ dy\ dx. \) Reverse the order of integration and evaluate the integral. Page 1011: #30: Sketch the region of integration for the integral \(\int_{0}^1 \int_{y}^1 \exp(-x^2)\ dx\ dy. \). Reverse the order of integration and evaluate the integral. Additional Problem: Give an example of a region in the plane that is neither horizontally simple nor vertically simple.
Read multivariable calculus (Cain and Herod) and my lecture notes.
Homework #19: Due Friday April 16: THIS ASSIGNMENT IS ENTIRELY EXTRA CREDIT! IT INVOLVES YOU WATCHING THE VIDEO AND DOING THESE PROBLEMS. IT IS OPTIONAL. Page 1071: Solve for \(x\) and \(y\) in terms of \(u\) and \(v\), and compute the Jacobian \(\partial(x,y)/\partial(u,v)\) with \(u = x - 2y, v = 3x + y\). Page 1071: #3: Solve for \(x\) and \(y\) in terms of \(u\) and \(v\), and compute the Jacobian \(\partial(x,y)/\partial(u,v)\) with \(u = xy, v = y/x\).
NO CLASS DUE TO MIDTERM 3 - Exam due at the start of Friday's class
Due Monday, May 3: Review Class: These videos will also be the review videos for Friday May 12
Green's Theorem in a Day: https://youtu.be/Iq-Og1GAtOQ
Watch: Green's Theorem in a Day: https://youtu.be/Iq-Og1GAtOQ
DATES FROM HERE ON HAVE NOT BEEN UPDATED.
The following are almost surely the assignments, but the dates will change as these are from 2011.
Suggested Problems and Extra Credit Problems for Math 105: The suggested problems are not to be turned in, but are for your own personal edification or for additional practice, though of course I and the TAs are happy to chat about these (or any) problems. If you submit an extra credit problem, please clearly mark that it is an extra credit problem.