Documents Found!
As seen in
Less Work, Better Grades
Join
Course Hero
Access
best resources
Ace
your classes
Ace your courses with Course Hero!
|
|
|
Study Smarter, Score Higher
Here are the top 5 related documents
...Solutions to Midterm 1 12:00 Section
You must show all your work. The number of points earned on each problem will depend upon how well you have justified your solution. 1. Find the limit.
lim
t
ln t 3t t , + 8, 2t 6t 5 t + 5
lim
t
ln t 3t t ,...
...Solutions to Midterm 1 1:30 Section
You must show all your work. The number of points earned on each problem will depend upon how well you have justified your solution. 1. Find the limit.
lim
t
t 1 ln t 2t , 3, t + 2 5t t +3
lim
t
t 1 ln t 2...
...Solutions to Midterm 1 1:30 Section
1. Show that the equation x 2 + y 2 + z 2 = 8 x + 6 z 24 represents a sphere, and find its radius and center point. Describe the intersection with each of the coordinate planes. 2 x + y 2 + z 2 = 8 x + 6 z 24
x 2...
...You must show all your work. The number of points earned on each problem will be determined by how well you have justified your work.
1. Reduce the equation to one of standard form and classify the surface. (Use the table on page 836.) x 2 6x z 2 ...
Document Content (unformatted)
Course Hero has millions of student submitted documents similar to the one
below including study guides, homework solutions, papers, exam answer keys and textbook solutions.
Z Dr. s Math151 Handout #4.6 [Applied Optimization] By Doron Zeilberger Problem Type 4.6.1 : A farmer wants to fence an area of A square units and then divide it into n + 1 parts by placing n parallel fences parallel to one of the sides of the rectangle. How would he do as to minimize the cost of the fence? Example Problem 4.6.1: A farmer wants to fence an area of 5000 square feet and then divide it into 3 parts by placing 2 parallel fences parallel to one of the sides of the rectangle. How would he do as to minimize the cost of the fence? Steps 1. Give names to the variables of the problems, Example 1. In this case, since we have to decide about a rectangle, let s call the side parallel to the interior fences x and the other side y. 2. Write down the constraint, and translate it into mathematics. xy = A. Express y in terms of x. 2. xy = 5000. y = 5000/x. 3. Find an expression for the goal function, in this kind of problem, the length of fencing is 2x + 2y + nx. 3. Find an expression for the goal function. Goal: 2x + 2y + 2x = 4x + 2y. 1 4. Using step 1, express the goal function in terms of x alone, call it f (x). f (x) = (2 + n)x + 2A x . 4. f (x) = 4x + 10000 x . 5. Using calculus, minimize f (x) by taking its derivative and setting it equal to zero. 5. f (x) = (4x+10000x 1 ) = 4 10000x 2 = 4 f (x) = 0 when x2 = 2500 so x = 50, and y = 5000/50 = 100. Ans.: The dimension of the rectangle should be 50 100. The total length of fencing is then 400 feet. 10000 x2 Problem Type 4.6.2 : Find the point on the ellipse ax2 + by 2 = c that are furthest from the point (p, q). Example Problem 4.6.2: Find the point on the ellipse x2 + 4y 2 = 4 that is furthest from the point (0, 1). Steps 1. Write down the formula for the distance square from a general point (x, y) and the designated point. This is your goal function. Example 1. Goal: (x 0)2 + (y 1)2 = x2 + y 2 2y + 1. 2. The constraint is the equation of the ellipse. Take one of the variables (whatever is convenient) as the main variable. 2. x2 +4y 2 = 4 means that x2 = 4 4y 2 . It is more convenient to take y as the main variable, so Goal: f (y) = 4 4y 2 + y 2 2y + 1 = 5 2y 3y 2 . 2 3. Find the maximum of f (y), by taking its derivative and setting equal to 0. 3. df /dy = 2 6y = 0, this means y = 1/3, and x2 = 4 4/9 = 32/9 and x = 4 2/3. Ans.: The farthest points are ( 4 2/3, 1/3) Problem Type 4.6.3 : A cylinder can (with or w/o the top) is made to contain V cm3 of liquid. Find the dimensions that will minimize the cost of the metal to make the can. [Variations on this problem have two kinds of metal, one for the bottom, and another for the round side, with di erent prices per unit area, and you have to minimize the cost] Example Problem 4.6.3: A cylinder can without the top is made to contain V cm3 of liquid. Find the dimensions that minimize will the cost of the metal to make the can. Steps 1. Decide who are the variables? Example 1. The variables are the radius, r, and the height h. 2. Write down the constraint, and express one of the variables in terms of the other. 2. The volume is xed at V . The formula for the volume of the cylinder is r2 h. constraint: r2 h = V . Hence h = V /( r2 ). 3 3. Your goal is to minimize the amount of metal. The area of the metal consists of two parts: 1) the bottom 2) the sides. 3. The area of the bottom is r2 , the area of the side is 2 rh (if you cut it and roll it at, you would have a rectangle with sides 2 r and h). goal: r2 + 2 rh, and in terms of r alone, using step 2, f (r) = r2 + 2V r 1 4. Use calculus to minimize the goal function. 4. f (r) = ( r2 + 2V r 1 ) = 2 r 2V r 2 this is zero when r = (V / )1/3 . By step 2, h = V /( (V / )2/3 ) = (V / )1/3 . Ans.: Both radius and height should be equal to (V / )1/3 . A problem from a previous Final (Spring 2008, #7 (12 points)) In the right triangle ABC, the right angle is at C and the legs are |AC| = 4 and |BC| = 12. A rectangle is to be placed inside the triangle, with one corner at C and the opposite corner on the hypotenuse. What are the dimensions of such a rectangle which has largest area? Solution: First, draw a picture. It is most convenient to put the point C at the origin C = (0, 0), the point A on the x-axis, A = (4, 0), and the point B on the y-axis, B = (0, 12). Now we need to nd the equation of the hypotenuse. It is the line joining (0, 12) and (4, 0). Its slope is m = (0 12)/(4 0) = 3, so by the famous equation (y y0 ) = m(x x0 ) we get y 0 = 3(x 4) that simpli es to y = 12 3x This is your constraint. The goal function is the area that equals xy. Using the above constraint, we have that the area, let s call if f (x) is given by f (x) = x(12 3x) = 12x 3x2 . 4 . So far it was all geometry and algebra. Now it is time to do calculus. We need to nd for what value of x is f (x) maximal. Obviously x is between 0 and 4. Computing f (x) we get f (x) = 12 6x. Setting it equal to 0 12 6x = 0 and solving we get that x equals 2. The endpoints are 0 and 4, so the nalists are {0, 2, 4} and plugging-it in f (x) we get f (0) = 0, f (2) = 12, f (4) = 0. So the absolute maximum value happens to be 12, and it takes place at x = 2. Finally we need the corresponding y. Plugging-it into y = 12 3x, we get y = 12 3 2 = 6. Ans.: The dimensions of such a rectangle which has largest area is 2 6. Comment: Some problems also ask you what is the maximal area? . In that case you would also say, and the maximum are is 12 . But in this problem they didn t ask it, so don t bother. In other problems they only ask for the maximum area, in that case just say the maximal area is 12 . 5
Find millions of documents here - Study Guides, Homework Solutions, Papers, Exam Answer Keys and more.
Course Hero has millions of course related materials that will enable you to learn better,
faster and get an A in all your courses.
Below is a small sample set of documents:
Below is a small sample set of documents:
Rutgers >> CALC >> 1 (Fall, 2008)
Dr. Zs Math151 Handout #4.7 [LHspitals Rule] o By Doron Zeilberger Problem Type 4.7.1 : Given certain limits of certain functions, f (x), g(x), . . . at a designated point x = a, determine whether the limits (at that very same point x = a) of the quo...
Rutgers >> CALC >> 1 (Fall, 2008)
Dr. Zs Math151 Handout #4.8 [Newtons Method] By Doron Zeilberger Problem Type 4.8.1 : Use Newtons method with the specied initial approximation x1 to nd x3 , the third approximation to the root of the given equation. (Give your answer to four decimal...
Rutgers >> CALC >> 1 (Fall, 2008)
Dr. Zs Math151 Handout #4.9 [Antiderivatives] By Doron Zeilberger Problem Type 4.9.1 : Find the most general antiderivative of the function f (x). Example Problem 4.9.1: Find the most general antiderivative of the function f (x) = 5ex + 8 sec2 x. Ste...
Rutgers >> CALC >> 1 (Fall, 2008)
Dr. Zs Math151 Handout #5.1 [The Denite Integral] By Doron Zeilberger Problem Type 5.1.1 : Use the denition of the integral b n f (x)dx = lim a n f (xi )x i=1 (where x = (b a)/n and xi = a + ix). to evaluate the integral b f (x)dx a Example Pr...
Rutgers >> CALC >> 1 (Fall, 2008)
Dr. Zs Math151 Handout #5.2 Problem Type 5.2.1: Draw a graph of the signed area represented by the integral b f (x) dx a and compute it using geometry. Example Problem 5.2.1: Draw a graph of the signed area represented by the integral 1 (3x + 4) d...
Rutgers >> CALC >> 1 (Fall, 2008)
Dr. Zs Math151 Handout #5.3 [The Fundamental Theorem of Calculus, Part I] By Doron Zeilberger Problem Type 5.3.1 : Evaluate the (denite) integral b f (V ar)d V ar a Example Problem 5.3.1: Evaluate the (denite) integral 1 (u5 u3 + u2 )d u 1 Steps...
Rutgers >> CALC >> 1 (Fall, 2008)
Dr. Zs Math151 Handout #5.4 [The Fundamental Theorem of Calculus, Part II] By Doron Zeilberger Problem Type 5.4.1 : Dierentiate V ariable1 f (V ariable1 ) = N umber Expression(V ariable2 )d V ariable2 . Example Problem 5.4.1: Use the Fundamental ...
Rutgers >> CALC >> 1 (Fall, 2008)
Dr. Zs Math151 Handout #5.6 [The Substitution Rule] By Doron Zeilberger Problem Type 5.6.1 : Evaluate the indenite integral COM P LICAT ED(V ar) dV ar . Example Problem 5.6.1: Evaluate ex 1 + ex dx . Steps 1. Try to nd a good u. Usually whats insi...
Rutgers >> CALC >> 1 (Fall, 2008)
QUIZ for Sept. 4, 2008 NAME: (print!) Section: E-MAIL ADDRESS: (print!) 1. What are: (a) sin 0 (b) cos 0 (c) ln 1 . 2. What is the equation of the line joining (1, 1) and (2, 3)? 3. If f (x) = 1 x+1 , what is the inverse function f 1 (x)?. ...
Rutgers >> CALC >> 1 (Fall, 2008)
Solutions to QUIZ for Sept. 4, 2008 1. What are: (a) sin 0 Sol. to 1. (a) sin 0 = 0 (b) cos 0 = 1 (c) ln 1 = 0. Common Mistakes: Everyone got (a) and (b) right, but quite a few people messed up (c). Common wrong answers were 1 and e. It is true that ...
Rutgers >> CALC >> 1 (Fall, 2008)
QUIZ for Monday, Sept. 8, 2008 NAME: (print!) Section: E-MAIL ADDRESS: (print!) 1. : (a) Draw the function x + 2, 7, f (x) = 2x + 2, 5, 3x 2, if if if if if x < 1; x = 1; 1 < x < 2; x = 2; x > 2. (b) What are: x1 lim f (x) = x1+ li...
Rutgers >> CALC >> 1 (Fall, 2008)
Solution to the QUIZ for Monday, Sept. 8, 2008 1. : (a) Draw the function x + 2, 7, f (x) = 2x + 2, 5, 3x 2, if if if if if x < 1; x = 1; 1 < x < 2; x = 2; x > 2. Solution. I am too lazy to use a graphing program to plot it, but let me tel...
Rutgers >> CALC >> 1 (Fall, 2008)
QUIZ for Sept. 11, 2008 NAME: (print!) Section: E-MAIL ADDRESS: (print!) 1. Assuming that lim f (x) = 1 , lim g(x) = 2 , lim h(x) = 1 , x2 x2 x2 evaluate the limit x2 lim 4f (x) 2g(x) + 3h(x) 2. For what value of the constant c is the func...
Rutgers >> CALC >> 1 (Fall, 2008)
Solutions to the QUIZ of Sept. 11, 2008 1. Assuming that x2 lim f (x) = 1 , x2 lim g(x) = 2 , x2 lim h(x) = 1 , evaluate the limit x2 lim 4f (x) 2g(x) + 3h(x) Sol. to 1. x2 lim 4f (x) 2g(x) + 3h(x) = lim 4f (x) + lim 2g(x) + lim 3h(x) x...
Rutgers >> CALC >> 1 (Fall, 2008)
QUIZ for Sept. 15, 2008 NAME: (print!) Section: E-MAIL ADDRESS: (print!) 1. Evaluate the limit if it exists: x2 lim 2x + 5 3 x2 2. Evaluate x0 lim sin 10x 5x . ...
Rutgers >> CALC >> 1 (Fall, 2008)
Solutions to the QUIZ for Sept. 15, 2008 1. Evaluate the limit if it exists: x2 lim 2x + 5 3 x2 Solution: First plug-in x = 2 and see what happens. You get 0/0. So this is indeterminate, and we must simplify. The conjugate of 2x + 5 3 is 2x ...
Rutgers >> CALC >> 1 (Fall, 2008)
QUIZ for Sept. 18, 2008 NAME: (print!) Section: E-MAIL ADDRESS: (print!) 1. Exlain why x4 + x 3 has a real root in the open interval 1 < x < 2. 2. Prove rigorously that x1 lim 2x + 1 = 3 . ...
Rutgers >> CALC >> 1 (Fall, 2008)
Solutions to the QUIZ of Sept. 18, 2008 1. Explain why x4 + x 3 has a real root in the open interval 1 < x < 2. Solution: We are going to use the Intermediate Value Theorem (IVT). 1) f (x) is continuous (since it is a polynomial). 2) Plugging-in at ...
Rutgers >> CALC >> 1 (Fall, 2008)
QUIZ for Sept. 22, 2008 NAME: (print!) Section: E-MAIL ADDRESS: (print!) 1. Compute f (2), if f (x) = x2 using the limit denition. , 2. Compute f (x) from the limit denition (no credit for other methods!), where f (x) = 1 x+1 . ...
Rutgers >> CALC >> 1 (Fall, 2008)
Solutions to the QUIZ for Sept. 22, 2008 1. Compute f (2), if f (x) = x2 using the limit denition. Solution to 1: Recall the denition f (a) = lim In this problem a = 2, f (x) = x2 . So f (2) = lim (2 + h)2 22 22 + 2 2 h + h 2 4 4 + 4h + h2 4 = l...
Rutgers >> CALC >> 1 (Fall, 2008)
QUIZ for Sept. 25, 2008 NAME: (print!) Section: E-MAIL ADDRESS: (print!) 1. Dierentiate y= s+2 s2 1 . 2. A particle moves according to a law of motion s = t2 4t + 8, t > 0, where t is measured in seconds and s is measured in feet. (a) Find t...
Rutgers >> CALC >> 1 (Fall, 2008)
Solutions to the QUIZ for Sept. 25, 2008 1. Dierentiate y= Sol. to 1: By the quotient rule s+2 s2 1 . dy (s2 1)(s + 2) (s + 2)(s2 1) (s2 1) 1 (s + 2)(2s) = = ds (s2 1)2 (s2 1)2 Using algebra, this equals s2 1 2s2 4s s2 4s 1 s2 + 4s ...
Rutgers >> CALC >> 1 (Fall, 2008)
QUIZ for Sept. 29, 2008 NAME: (print!) Section: E-MAIL ADDRESS: (print!) 1. Find the rst, second, and third derivatives of the function f (x) = x3 + 2x + 6ex . 2. Dierentiate y= 2 + sin x 1 + 2 cos x . ...
Rutgers >> CALC >> 1 (Fall, 2008)
...
Rutgers >> CALC >> 1 (Fall, 2008)
QUIZ for Oct. 2, 2008 NAME: (print!) Section: E-MAIL ADDRESS: (print!) 1. Use the rules of dierentiation to calculate f (x) (Do not simplify your answer). e x+1 f (x) = x e + 11 1 2. Find the equation of the tangent line at the point (1, 1) to t...
Rutgers >> CALC >> 1 (Fall, 2008)
Solutions to the QUIZ for Oct. 2, 2008 1. Use the rules of dierentiation to calculate f (x) (Do not simplify your answer). f (x) = e x+1 x + 11 e 1 Sol. 1: First use the quotient rule: (e x+1 ) (ex + 11) e x+1 (ex + 11) f (x) = (ex + 11)2 Since thi...
Rutgers >> CALC >> 1 (Fall, 2008)
QUIZ for Oct. 6, 2008 NAME: (print!) Section: E-MAIL ADDRESS: (print!) 1. Use rules of dierentiation to calculate f (x) (Do not simplify your answer). f (x) = sin1 x ln x 2. Use logarithmic dierentiation to nd the derivative of the function f (...
Rutgers >> CALC >> 1 (Fall, 2008)
Solutions to QUIZ for Oct. 6, 2008 1. Use rules of dierentiation to calculate f (x) (Do not simplify your answer). f (x) = sin1 x ln x Solution to 1. First use the product rule: f (x) = (sin1 x)1/2 ln x) = (sin1 x)1/2 ) ln x + (sin1 x)1/2 (ln x)...
Rutgers >> CALC >> 1 (Fall, 2008)
QUIZ for Oct. 16, 2008 NAME: (print!) Section: E-MAIL ADDRESS: (print!) 1. If three resistors with resistence R1 and R2 and R3 are connected in parallel, then the total resistance is given by 1 1 1 1 = + + . R R1 R2 R3 If R1 , R2 , R3 are increas...
Rutgers >> CALC >> 1 (Fall, 2008)
Solution to theQUIZ for Oct. 16, 2008 Question: If three resistors with resistence R1 and R2 and R3 are connected in parallel, then the total resistance is given by 1 1 1 1 = + + . R R1 R2 R3 If R1 , R2 , R3 are increasing at a rate of 1, 2, and 3 o...
Rutgers >> CALC >> 1 (Fall, 2008)
QUIZ for Oct. 20, 2008 NAME: (print!) Section: E-MAIL ADDRESS: (print!) 1. Let f (x) = to f (4). 4 + x. Using the linear approximation of f (x) at a = 5 compute an approximation 2. Use Newtons method with x1 = 2 to nd the second approximation ...
Rutgers >> CALC >> 1 (Fall, 2008)
...
Rutgers >> CALC >> 1 (Fall, 2008)
QUIZ for Oct. 23, 2008 NAME: (print!) Section: E-MAIL ADDRESS: (print!) 1. Find the absolute maximum and the absolute minimum of f (x) = x4 4x + 1 for 0 x 2. 2. Find the critical numbers of the function f (x) = 2x3 9x2 + 12x 2. ...
Rutgers >> CALC >> 1 (Fall, 2008)
Solutions to the QUIZ for Oct. 23, 2008 1. Find the absolute maximum and the absolute minimum of f (x) = x4 4x + 1 for 0 x 2. Solution of 1: f (x) = 4x3 4. Setting this to 0, we have to solve 4(x3 1) = 0 , i.e. x3 = 1, that gives x = 11/3 = 1....
Rutgers >> CALC >> 1 (Fall, 2008)
QUIZ for Oct. 27, 2008 NAME: (print!) Section: E-MAIL ADDRESS: (print!) 1. Suppose that f (x) is dierentiable everywhere and we know that f (2) = 1 and f (x) 2 for all x. a) What is the largest possible value for f (4) ? b) Show that f (x) has a...
Rutgers >> CALC >> 1 (Fall, 2008)
Solutions to the QUIZ for Oct. 27, 2008 1. Suppose that f (x) is dierentiable everywhere and we know that f (2) = 1 and f (x) 2 for all x. a) What is the largest possible value for f (4) ? b) Show that f (x) has a root in [2, 4]. Solution to 1a): By...
Rutgers >> CALC >> 1 (Fall, 2008)
QUIZ for Oct. 30, 2008 NAME: (print!) Section: E-MAIL ADDRESS: (print!) 1. Sketch the curve y = 2x3 9x2 + 12x 2 . 2. Sketch the curve y= x2 1 1 . ...
Rutgers >> CALC >> 1 (Fall, 2008)
Solutions to theQUIZ for Oct. 30, 2008 1. Sketch the curve y = 2x3 9x2 + 12x 2 . Solution: y = 6x2 18x + 12, y = 12x 18. To get the critical points (numbers), we solve y = 0, getting 6x2 18x + 12 = 0, which is the same as 6(x 1)(x 2) = 0 yiel...
Rutgers >> CALC >> 1 (Fall, 2008)
QUIZ for Nov. 3, 2008 NAME: (print!) Section: E-MAIL ADDRESS: (print!) 1. A farmer has 3000 meters of fence, and needs to make a rectangular animal-shed, with a partition in the middle, parallel to one of the sides, using the same fencing materia...
Rutgers >> CALC >> 1 (Fall, 2008)
Solutions to the QUIZ for Nov. 3, 2008 1. A farmer has 3000 meters of fence, and needs to make a rectangular animal-shed, with a partition in the middle, parallel to one of the sides, using the same fencing material. What are the dimensions of the r...
Rutgers >> CALC >> 1 (Fall, 2008)
QUIZ for Nov. 6, 2008 NAME: (print!) Section: E-MAIL ADDRESS: (print!) 1. Evaluate x2 3x + 1 x+ e2x x lim . 2. Evaluate ln x x x lim . ...
Rutgers >> CALC >> 1 (Fall, 2008)
Solutions to theQUIZ for Nov. 6, 2008 1. Evaluate x2 3x + 1 x+ e2x x lim . Solution of 1: We use LHpital twice: o x2 3x + 1 2x 3 2 = lim = lim 2x x 2x 1 x+ x+ 2e x+ 4e2x e lim Now is the time to plug-in, and we get: 2 1 2 = = =0 2x x+ 4e 4e...
Rutgers >> CALC >> 1 (Fall, 2008)
QUIZ for Nov. 10, 2008 NAME: (print!) Section: E-MAIL ADDRESS: (print!) d2 y dx2 dy dx (0) 1. Find y = y(x) if = 6x, = 0 and y(0) = 0. 2. Evaluate the following limit-Riemann sums by any method you like. n n lim i=1 3i n i n 2 1 n . ...
Rutgers >> CALC >> 1 (Fall, 2008)
Solutions to the QUIZ for Nov. 10, 2008 1. Find y = y(x) if d2 y dx2 = 6x, dy dx , dy dx (0) = 0 and y(0) = 0. Solution to 1: To get we take the anti-derivative of 6x: y (x) = 6x dx = 6x2 = 3x2 + C 2 . To nd C, we plug-in x = 0 and get, on the ...
Rutgers >> CALC >> 1 (Fall, 2008)
QUIZ for Nov. 13, 2008 NAME: (print!) Section: E-MAIL ADDRESS: (print!) 1. Find 10 100 x2 dx 10 . 2. Using graphic analysis, nd the denite integral 1 1 x5 dx x4 + 3x2 + 1 (You must justify your answer). ...
Rutgers >> CALC >> 1 (Fall, 2008)
Solutions to the QUIZ for Nov. 13, 2008 1. Find 10 100 x2 dx 10 . Solution to 1: By the area denition of the denite integral, this is the area under the curve y = 100 x2 , above the interval [10, 10]. But this is a semi-circle of radius 100 ...
Rutgers >> CALC >> 1 (Fall, 2008)
Solutions to the QUIZ for Nov. 17, 2008 1. Use the Linear Approximation to approximate 49.1. Solution to 1: We are supposed to use the formula L(x) = f (a) + f (a)(x a) , First, we have to decide on f (x). This is f (x) = 49 = 7 is nice, it is ...
Rutgers >> CALC >> 1 (Fall, 2008)
QUIZ for Nov. 24, 2008 NAME: (print!) Section: E-MAIL ADDRESS: (print!) 1. Compute ecos 2x sin 2x dx 2. Compute /4 sin4 2x cos 2x dx 0 ...
Rutgers >> CALC >> 1 (Fall, 2008)
Solutions to the QUIZ for Nov. 24, 2008 1. 1 4 1 1 3 x+ 3 + x x dx Sol. to 1: First, translate it into power notation: 4 3x1/2 + x3 + x1/2 dx 1 Now, integrate, piece-by-piece, using xn+1 +C . n+1 (except, for this kind of problems, you dont b...
Rutgers >> CALC >> 1 (Fall, 2008)
QUIZ for Nov. 25, 2008 NAME: (print!) Section: E-MAIL ADDRESS: (print!) 1. Compute : 3 0 x2 dx +9 . 2. Compute 2 5x dx 0 . ...
Rutgers >> CALC >> 1 (Fall, 2008)
Solutions to the QUIZ for Nov. 25, 2008 1. Compute ecos 2x sin 2x dx . Sol. to 1: The natural substitution is u = cos 2x (note: not u = 2x). Dierentiating, we get (by the chain rule) du = 2 sin 2x , dx So here is the dictionary u = cos 2x Performing...
Rutgers >> CALC >> 1 (Fall, 2008)
QUIZ for Dec. 1, 2008 NAME: (print!) Section: E-MAIL ADDRESS: (print!) 1. Find the area of the region enclosed between y = x2 2x and y = x 2. ...
Rutgers >> CALC >> 1 (Fall, 2008)
Solutions to the QUIZ for Dec. 1, 2008 1. Compute : 3 0 x2 dx +9 . Sol. to 1: We make the substitution x = 3u. Then dx = 3du and dont forger to translate the limits! When x = 0, u = 0, when x = 3, u = 1. We have: 3 0 1 0 dx = 2+9 x 1 0 3du = ...
Rutgers >> CALC >> 1 (Fall, 2008)
QUIZ for Dec. 4, 2008 NAME: (print!) Section: E-MAIL ADDRESS: (print!) 1. Find dy/dx by implicit dierentiation if x3 y + xy + xy 4 = 4x2 4 . ...
Rutgers >> CALC >> 1 (Fall, 2008)
Solutions to the QUIZ for Dec. 4, 2008 1. Find the area of the region enclosed between y = x2 2x and y = x 2. Sol. of 1: We rst nd the points of intersection by setting them equal to each other x2 2x = x 2 , means x2 3x + 2 = 0 Factoring, gives...
Rutgers >> CALC >> 1 (Fall, 2008)
QUIZ for Dec. 8, 2008 NAME: (print!) Section: E-MAIL ADDRESS: (print!) 1. Verify that the function f (x) = x4 + 1 satises the hypothesis of the Mean Value Theorem on the closed interval [0, 2]. Then nd all numbers c that satisfy the conclusion of...
Rutgers >> CALC >> 1 (Fall, 2008)
Solutions to the QUIZ for Dec. 8, 2008 1. Verify that the function f (x) = x4 + 1 satises the hypothesis of the Mean Value Theorem on the closed interval [0, 2]. Then nd all numbers c that satisfy the conclusion of the Mean Value Theorem. Sol. to 1...
Rutgers >> CALC >> 3 (Fall, 2008)
First Announcement INTEGERS CONFERENCE 2009 In Celebration of the 65th Birthdays of Mel Nathanson and Carl Pomerance October 14-17, 2009 University of West Georgia Carrollton, GA The Editors of Integers: Electronic Journal of Combinatorial Number ...
Rutgers >> MATH >> 251 (Fall, 2008)
fiEb`bcwbCrieb9g`bcuwcieh U a X r` U g h` va twr yw g S U yw ryw ` tW`r ` ` g r Uy U y U r` ` g XX` h QcefEgwctcbCuUkdkcwbqU$dr}cwg7!U e}b{w}7SbzUd9QnwdsUd`Qy h b` uvt Udi`7!(7rU q 0rg7c&urcb9obqluvtb` hgugbqUj cwgdEqwdUd~7vexcce0 Uw U a U...
Rutgers >> MATH >> 336 (Fall, 2008)
T genetically engineered cell he biotechnology indusstrains to enhance the yield of a try is expanding rapidly MICHAEL A. HENSON target product [3]. While most due to advances in industrial processes are based on understanding complex microbial cell...
Rutgers >> MATH >> 250 (Fall, 2008)
...
Rutgers >> MATH >> 250 (Fall, 2008)
...
Rutgers >> MATH >> 250 (Fall, 2008)
MATLAB Tutorial You need a small number of basic commands to start using MATLAB. This short tutorial describes those fundamental commands. You need to create vectors and matrices, to change them, and to operate with them. Those are all short high-lev...
Rutgers >> CALC >> 1 (Fall, 2008)
Dr. Zs Math151 Handout #2.1 [The Tangent and Velocity Problems] By Doron Zeilberger Problem Type 2.1.1 : The point P (a, f (a) lies on the curve y = f (x). (a) If Q is the point (x, f (x), use your calculator to nd the slope of the secant line P Q (c...
Rutgers >> CALC >> 1 (Fall, 2008)
Dr. Zs Math151 Handout # 2.2 [The Limit of a Function] By Doron Zeilberger Problem Type 2.2.1 : Given a graph of a function, nd the limits from the left, limit from the right, limit (if it exists), at various points, as well as some function values. ...
Rutgers >> CALC >> 1 (Fall, 2008)
Dr. Zs Math151 Handout # 2.3 [Calculating Limits Using the Limit Laws] By Doron Zeilberger Problem Type 2.3.1: Evaluate the limit if it exists: lim f (x) xa Example Problem 2.3.1 : Evaluate the limit if it exists: x2 + 5x + 4 x4 x2 + 3x 4 lim Ste...
Rutgers >> CALC >> 1 (Fall, 2008)
Dr. Zs Math151 Handout #2.4 [The Precise Denition of a Limit] By Doron Zeilberger Problem Type 2.4.1 : Use the given graph of f (x) to nd a number such that |f (x) f (a)| < whenever |x a| < . (A graph is given with dashed lines at x = a and y = f...
Rutgers >> CALC >> 1 (Fall, 2008)
Dr. Zs Math151 Handout #2.5 [Continuity] By Doron Zeilberger Problem Type 2.5.1 : Explain why the function is discontinuous at x = a: f (x) = Expression(x), if x = a; Number, if x = a. Example Problem 2.5.1: Explain why the function is discontinuous...
Rutgers >> CALC >> 1 (Fall, 2008)
Dr. Zs Math151 Handout #2.6 [Limits at Innity: Horizontal Asymptotes] By Doron Zeilberger Problem Type 2.6.1: Find T OP (x) x BOT T OM (x) lim where both T OP and BOT T OM are polynomials in x. Example Problem 2.6.1: x3 + 5x x 2x3 x2 + 4 lim , , St...
Rutgers >> CALC >> 1 (Fall, 2008)
Dr. Zs Math151 Handout #2.7 [Tangents, Velocities, and Other Rates of Change] By Doron Zeilberger Problem Type 2.7.1 : Find an equation for the tangent line to the curve at the given point. y = f (a), (a, f (a). Example Problem 2.7.1: Find an equatio...
What are you waiting for?