Unformatted Document Excerpt
Coursehero >>
United Kingdom >>
Goldsmiths >>
ECE 202
Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
October 6.079/6.975 2930, 2009.
S. Boyd & P. Parrilo
Midterm exam
This is a 24 hour take-home midterm exam. Please turn it in to Professor Pablo Parrilo, (Stata Center), on Friday October 30, at 5PM (or before). You may use any books, notes, or computer programs (e.g., Matlab, CVX), but you may not discuss the exam with anyone until October 31, after everyone has taken the exam. The only exception is that you can ask us for clarification, via email. Please address your emails to both professors and the TA. Please make a copy of your exam before handing it in. When a problem involves computation you must give all of the following: a clear discussion and justification of exactly what you did, the Matlab source code that produces the result, and the final numerical results or plots. Matlab files containing problem data are available on Stellar. All problems have equal weight. Some are easier than they might appear at first glance. Be sure to check your email and the course web site on Stellar often during the exam, just in case we need to send out an important announcement. And one technical comment. For problems that require you to work out a numerical solution, you are welcome to use a solution method that involves solving more than just a single convex optimization problem. (Of course, only when this is necessary.)
1
1. 2D filter design. A symmetric convolution kernel with support {-(N - 1), . . . , N - 1}2 is characterized by N 2 coefficients hkl , k, l = 1, . . . , N.
These coefficients will be our variables. The corresponding 2D frequency response
(Fourier transform) H : R2 R is given by
H(1 , 2) =
k,l=1,...,N
hkl cos((k - 1)1 ) cos((l - 1)2 ),
where 1 and 2 are the frequency variables. Evidently we only need to specify H over
the region [0, ]2 , although it is often plotted over the region [-, ]2 . (It won't matter
in this problem, but we should mention that the coefficients hkl above are not exactly
the same as the impulse response coefficients of the filter.)
We will design a 2D filter (i.e., find the coefficients hkl ) to satisfy H(0, 0) = 1 and to
minimize the maximum response R in the rejection region rej [0, ]2 ,
R= sup
(1 ,2 )rej
|H(1, 2 )|.
(a) Explain why this 2D filter design problem is convex. (b) Find the optimal filter for the specific case with N = 5 and
2 2 rej = {(1 , 2 ) [0, ]2 | 1 + 2 W 2 },
with W = /4. You can approximate R by sampling on a grid of frequency values. Define (p) = (p - 1)/M, p = 1, . . . , M.
(You can use M = 25.) We then replace the exact expression for R above with ^ R = max{|H( (p), (q) )| | p, q = 1, . . . , M, ( (p) , (q) ) rej }. ^ Give the optimal value of R. Plot the optimal frequency response using plot_2D_filt(h), available on the course web site, where h is the matrix containing the coefficients hkl .
2
2. Gini coefficient of inequality. Let x1 , . . . , xn be a set of nonnegative numbers with positive sum, which typically represent the wealth or income of n individuals in some group. The Lorentz curve is a plot of the fraction fi of total wealth held by the i poorest individuals, fi = (1/1T x)
i j=1
x(j) ,
i = 0, . . . , n,
versus i/n, where x(j) denotes the jth smallest of the numbers {x1 , . . . , xn }, and we take f0 = 0. The Lorentz curve starts at (0, 0) and ends at (1, 1). Interpreted as a continuous curve (as, say, n ) the Lorentz curve is convex and increasing, and lies on or below the straight line joining the endpoints. The curve coincides with this straight line, i.e., fi = (i/n), if and only if the wealth is distributed equally, i.e., the xi are all equal. The Gini coefficient is defined as twice the area between the straight line corresponding to uniform wealth distribution and the Lorentz curve: G(x) = (2/n)
n i=1
((i/n) - fi ).
The Gini coefficient is used as a measure of wealth or income inequality: It ranges between 0 (for equal distribution of wealth) and 1 - 1/n (when one individual holds all wealth). (a) Show that G is a quasiconvex function on x Rn \ {0}. + (b) Gini coefficient and marriage. Suppose that individuals i and j get married (i = j) and therefore pool wealth. This means that xi and xj are both replaced with (xi + xj )/2. What can you say about the change in Gini coefficient caused by this marriage?
3
3. Optimal trans-shipment of a commodity. We consider a single commodity, that can be bought or sold in n different locations or markets, at a (given) price pi at location i. Let ui denote the amount sold at location i, where we interpret ui < 0 as meaning that we buy an amount |ui| at location i. The gross revenue from buying and selling the commodity is pT u. At each location i there is a (given) maximum commodity availability ai (which limits how much we can buy there), and a maximum demand for the commodity di (which limits how much we can sell there). Thus, we must have -ai ui di. You can assume that ai and di are nonnegative. (They can be zero, however: di = 0 means that at location i, we can only buy the commodity; we cannot sell it.) We can ship the commodity between the locations, at a cost. Let Sij 0 denote the amount of commodity that we ship from location j to location i. (We can assume that Sii = 0.) The total shipping charge is
n i,j=1
Cij Sij = Tr(C T S),
where Cij are (given) nonnegative shipping rates. Our net profit, including shipping charges, is pT u - Tr(C T S). At location i the total amount shipped out to other locations is
amount received from other locations is
n Sij , so we must have j=1 ui =
n j=1
n
j=1 Sji ,
and the
Sij -
n j=1
Sji.
(In words: the amount of commodity sold at each location is the total amount shipped in to that location, minus the total amount shipped out from the location.) The problem is to choose u and S to maximize the net profit. (a) Suppose there are no shipping charges, i.e., C = 0. Describe a solution, i.e., an optimal u and S. You can assume the prices are in increasing order, i.e., p1 pn . You do not need to justify your answer. Hint. Buy the commodity where it is cheap, and sell it where it is expensive. (b) Solve the instance of the problem given in trans_ship_data.m. Examine the optimal u and S found, and make sure they make sense. (For example: do you buy the commodity at locations where it is cheap, and sell it at locations where it is expensive?) Give a brief informal interpretation of what it means if an entry of the optimal u is zero. Compare the optimal profit obtained to the optimal profit obtained with no shipping costs, as in part (a). (c) Consistent prices. We now remove the limits on buying and selling (i.e., we set all entries in a and d to +). In this case the optimal net profit is either +, 4
or (when 0 the solution is u = 0, S = 0). The first case is called an arbitrage opportunity in economics. In the second case we say the price vector p 0 is consistent, or arbitrage-free. The prices are consistent if no net profit can be made by buying and selling the commodity at different locations and shipping it among the locations. Show that the set of consistent price vectors is a polyhedron. Give the simplest description you can. How would you find the maximum possible consistent price difference between different locations? That is, how you compute the maximum value of |pi - pj | over all consistent price vectors, and all i = j? Find this value for the specific shipping cost data C given in trans_ship_data.m (i.e., ignoring the values of p, a, and d).
5
4. Flux balance analysis in systems biology. Flux balance analysis is based on a very simple model of the reactions going on in a cell, keeping track only of the gross rate of consumption and production of various chemical species within the cell. Based on the known stoichiometry of the reactions, and known upper bounds on some of the reaction rates, we can compute bounds on the other reaction rates, or cell growth, for example. We focus on m metabolites in a cell, labeled M1 , . . . , Mm . There are n reactions going on, labeled R1 , . . . , Rn , with nonnegative reaction rates v1 , . . . , vn . Each reaction has a (known) stoichiometry, which tells us the rate of consumption and production of the metabolites per unit of reaction rate. The stoichiometry data is given by the stoichiometry matrix S Rmn , defined as follows: Sij is the rate of production of Mi due to unit reaction rate vj = 1. Here we consider consumption of a metabolite as negative production; so Sij = -2, for example, means that reaction Rj causes metabolite Mi to be consumed at a rate 2vj . As an example, suppose reaction R1 has the form M1 M2 + 2M3 . The consumption rate of M1 , due to this reaction, is v1 ; the production rate of M2 is v1 ; and the pro duction rate of M3 is 2v1 . (The reaction R1 has no effect on metabolites M4 , . . . , Mm .) This corresponds to a first column of S of the form (-1, 1, 2, 0, . . . , 0). Reactions are also used to model flow of metabolites into and out of the cell. For example, suppose that reaction R2 corresponds to the flow of metabolite M1 into the cell, with v2 giving the flow rate. This corresponds to a second column of S of the form (1, 0, . . . , 0). The last reaction, Rn , corresponds to biomass creation, or cell growth, so the reaction rate vn is the cell growth rate. The last column of S gives the amounts of metabolites used or created per unit of cell growth rate. Since our reactions include metabolites entering or leaving the cell, as well as those converted to biomass within the cell, we have conservation of the metabolites, which can be expressed as Sv = 0. In addition, we are given upper limits on some of the max reaction rates, which we express as v v max , where we set vj = if no upper limit on reaction rate j is known. The goal is to find the maximum possible cell growth rate (i.e., largest possible value of vn ) consistent with the constraints Sv = 0, v 0, v v max .
The questions below pertain to the data found in fba_data.m. (a) Find the maximum possible cell growth rate G , as well as optimal Lagrange multipliers for the reaction rate limits. How sensitive is the maximum growth rate to the various reaction rate limits? (b) Essential genes and synthetic lethals. For simplicity, we'll assume that each re action is controlled by an associated gene, i.e., gene Gi controls reaction Ri . 6
Knocking out a set of genes associated with some reactions has the effect of set ting the reaction rates (or equivalently, the associated v max entries) to zero, which of course reduces the maximum possible growth rate. If the maximum growth rate becomes small enough or zero, it is reasonable to guess that knocking out the set of genes will kill the cell. An essential gene is one that when knocked out reduces the maximum growth rate below a given threshold Gmin . (Note that Gn is always an essential gene.) A synthetic lethal is a pair of non-essential genes that when knocked out reduces the maximum growth rate below the threshold. Find all essential genes and synthetic lethals for the given problem instance, using the threshold Gmin = 0.2G .
7
5. Radiation treatment planning. In radiation treatment, radiation is delivered to a pa tient, with the goal of killing or damaging the cells in a tumor, while carrying out minimal damage to other tissue. The radiation is delivered in beams, each of which has a known pattern; the level of each beam can be adjusted. (In most cases multiple beams are delivered at the same time, in one `shot', with the treatment organized as a sequence of `shots'.) We let bj denote the level of beam j, for j = 1, . . . , n. These must satisfy 0 bj B max , where B max is the maximum possible beam level. The exposure area is divided into m voxels, labeled i = 1, . . . , m. The dose di delivered to voxel i is linear in the beam levels, i.e., di = n Aij bj . Here A Rmn is a (known) matrix j=1 + that characterizes the beam patterns. We now describe a simple radiation treatment planning problem. A (known) subset of the voxels, T {1, . . . , m}, corresponds to the tumor or target region. We require that a minimum radiation dose D target be administered to each tumor voxel, i.e., di D target for i T . For all other voxels, we would like to have di D other , where D other is a desired maximum dose for non-target voxels. This is generally not feasible, so instead we settle for minimizing the penalty E=
iT
((di - D other )+ )2 ,
where ()+ denotes the nonnegative part. We can interpret E as the sum of the squares of the nontarget excess doses. (a) Show that the treatment planning problem is convex. The optimization variable is b Rn ; the problem data are B max , A, T , D target , and D other . (b) Solve the problem instance with data given in the file treatment_planning_data.m. Here we have split the matrix A into Atarget, which contains the rows correspond ing to the target voxels, and Aother, which contains the rows corresponding to other voxels. Give the optimal value. Plot the dose histogram for the target voxels, and also for the other voxels. Make a brief comment on what you see. Re mark. The beam pattern matrix in this problem instance is randomly generated, but similar results would be obtained with realistic data.
8
MIT OpenCourseWare http://ocw.mit.edu
6.079 / 6.975 Introduction to Convex Optimization
Fall 2009
For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.
Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more.
Course Hero has millions of course specific materials providing students with the best way to expand
their education.
Below is a small sample set of documents:
Goldsmiths - ECE - 202
6.079/6.975 December 1011, 2009.S. Boyd & P. ParriloFinal examThis is a 24 hour take-home final exam. Please turn it in to Professor Stephen Boyd, (Stata Center), on Friday December 11, at 5PM (or before). You may use any books, notes, or computer prog
Goldsmiths - ECE - 202
Convex Optimization - Boyd & Vandenberghe9. Numerical linear algebra background matrix structure and algorithm complexity solving linear equations with factored matrices LU, Cholesky, LDLT factorization block elimination and the matrix inversion lemma s
Goldsmiths - ECE - 202
Convex Optimization - Boyd & Vandenberghe8. Geometric problems extremal volume ellipsoids centering classification placement and facility location81Minimum volume ellipsoid around a setLwner-John ellipsoid of a set C: minimum volume ellipsoid E s.t.
Goldsmiths - ECE - 202
1-norm Methods for Convex-Cardinality Problems problems involving cardinality the 1-norm heuristic convex relaxation and convex envelope interpretations examples recent resultsProf. S. Boyd, EE364b, Stanford University1-norm heuristics for cardinality
Goldsmiths - ECE - 202
Convex optimization examples multi-period processor speed scheduling minimum time optimal control grasp force optimization optimal broadcast transmitter power allocation phased-array antenna beamforming optimal receiver location1Multi-period processor
Goldsmiths - ECE - 202
Filter design FIR filters Chebychev design linear phase filter design equalizer design filter magnitude specifications1FIR filtersfinite impulse response (FIR) filter:n-1 =0y(t) =h u(t - ),tZ (sequence) u : Z R is input signal (sequence) y : Z R
Goldsmiths - ECE - 202
Convex Optimization - Boyd & Vandenberghe7. Statistical estimation maximum likelihood estimation optimal detector design experiment design71Parametric distribution estimation distribution estimation problem: estimate probability density p(y) of a ran
Goldsmiths - ECE - 202
Convex Optimization - Boyd & Vandenberghe5. Duality Lagrange dual problem weak and strong duality geometric interpretation optimality conditions perturbation and sensitivity analysis examples generalized inequalities51Lagrangianstandard form problem
Goldsmiths - ECE - 202
Convex Optimization - Boyd & Vandenberghe4. Convex optimization problems optimization problem in standard form convex optimization problems quasiconvex optimization linear optimization quadratic optimization geometric programming generalized inequality
Goldsmiths - ECE - 202
Convex Optimization - Boyd & Vandenberghe3. Convex functions basic properties and examples operations that preserve convexity the conjugate function quasiconvex functions log-concave and log-convex functions convexity with respect to generalized inequal
Goldsmiths - ECE - 202
Convex Optimization - Boyd & Vandenberghe2. Convex sets affine and convex sets some important examples operations that preserve convexity generalized inequalities separating and supporting hyperplanes dual cones and generalized inequalities21Affine se
Strayer - ACCT - 401
Chapter 5 Homework Question 1 How does information from the balance sheet help users of the financial statements?By providing information on assets, liabilities and stockholders' equity, the balance sheet provides a basis for computing rates of return an
UCSD - PHYS 2D - 2D
PHYSICS 2D PROF. HIRSCHFINAL EXAMWINTER QUARTER 2011 MARCH 14th, 2011! ! !Formulas: Time dilation; Length contraction : "t = #"t'$ # "t p ; L = Lp /# ; c = 3 %10 8 m /s Lorentz transformation : x'= " (x # vt) ; y' = y ; z' = z ; t'= " (t # vx /c 2 ) ;
UCSD - PHYS 2D - 2D
1aFaraday's force law does not satisfy the principle that the laws of mechanics are the same in all inertial reference frames because it explicit depends on the velocity of the particle.1bA Lorentz transformation relates the space and time coordinates
UCSD - PHYS 2D - 2D
1aPlanck showed that his formula, which describes experimental data well, is obtained if the energy of electromagnetic radiation is not a continuum but takes on discrete allowed values, E = nhf , for integer n. The implication is that energy of light is
UCSD - PHYS 2D - 2D
1ade Broglie postulated that even a massive particle of energy E has wave-like property with frequency f = E/h, whereas Einstein postulated that light of frequency f is quantized (like particles) with energy E = hf .1bNewton's law requires a set of ini
UCSD - PHYS 2D - 2D
1aOne way to see this is to use the uncertainty principle. If the kinetic energy of the particle is zero, then p = 0, and x would have to be . But we know the particle is confined in a region of size L. So p > 0, and KE p2 /2m.1bBohrs correspondence pr
UCSD - PHYS 2D - 2D
1aTo determine whether a finite square well of depth U0 is "deep" or "shallow", U0 should be compared to 2 /2mL2 . I'll call this energy scale E for short. Notice that E roughly the energy of a particle in the ground state of the infinite square well. Wh
UCSD - PHYS 2D - 2D
1The /r2 term originates from the angular momentum of the electron moving through the Coulomb potential. Uef f diverges as r 0 because 1/r2 goes to zero faster than the Coulomb term. The boundary conditions on this wavefunction are that it must go to zer
UCSD - PHYS 2D - 2D
Relativity is the method for two people to agree on what they see if one person was moving. If you are traveling in a car, there is no sensation of motion at all if you are in the car. Relative to the car, you are not moving. When the car is moving at con
UCSD - PHYS 2D - 2D
Chapter 3.1-3.2 Blackbody radiation; Planck's theory Maxwell's theory predicted that the radiated waves would behave in every way like light. Blackbody radiation is the problem to predict the radiation intensity at a given wavelength emitted by a hot glow
UCSD - PHYS 2D - 2D
PHYSICS 2D PROF. HIRSCHQUIZ 1WINTER QUARTER 2011 JANUARY 14th, 2011 L = Lp / ; c = 3 10 8 m /s Formulas: Time dilation; Length contraction : t = t' t p ; Lorentz transformation : x'= (x - vt) 1 y' = y , z' = z = 1- v 2 /c 2 t'= (t - vx /c 2 ) Spacetim
UCSD - PHYS 2D - 2D
PHYSICS 2D PROF. HIRSCHQUIZ 2WINTER QUARTER 2011 JANUARY 28th, 2011! ! !Formulas: Time dilation; Length contraction : "t = #"t'$ # "t p ; L = Lp /# ; c = 3 %10 8 m /s Lorentz transformation : x'= " (x # vt) ; y' = y ; z' = z ; t'= " (t # vx /c 2 ) ; i
UCSD - PHYS 2D - 2D
PHYSICS 2D PROF. HIRSCHQUIZ 3WINTER QUARTER 2011 FEBRUARY 4th, 2011! ! !Formulas: Time dilation; Length contraction : "t = #"t'$ # "t p ; L = Lp /# ; c = 3 %10 8 m /s Lorentz transformation : x'= " (x # vt) ; y' = y ; z' = z ; t'= " (t # vx /c 2 ) ; i
UCSD - PHYS 2D - 2D
PHYSICS 2D PROF. HIRSCHQUIZ 4WINTER QUARTER 2011 FEBRUARY 18th, 2011! ! !Formulas: Time dilation; Length contraction : "t = #"t'$ # "t p ; L = Lp /# ; c = 3 %10 8 m /s Lorentz transformation : x'= " (x # vt) ; y' = y ; z' = z ; t'= " (t # vx /c 2 ) ;
UCSD - PHYS 2D - 2D
PHYSICS 2D PROF. HIRSCHQUIZ 5WINTER QUARTER 2011 MARCH 4th, 2011! ! !Formulas: Time dilation; Length contraction : "t = #"t'$ # "t p ; L = Lp /# ; c = 3 %10 8 m /s Lorentz transformation : x'= " (x # vt) ; y' = y ; z' = z ; t'= " (t # vx /c 2 ) ; inve
Al Akhawayn University - MATH - 1301
CHAPTER 1 Limits and Their PropertiesSection 1.1 Section 1.2 Section 1.3 Section 1.4 Section 1.5 A Preview of Calculus . . . . . . . . . . . . . . . . . . . 305 Finding Limits Graphically and Numerically . . . . . . . 305 Evaluating Limits Analytically .
Al Akhawayn University - MATH - 1301
324Chapter 1Limits and Their PropertiesReview Exercises for Chapter 12. Precalculus. L 4. 9 123128.25x fx lim f x0.1 0.358 0.20.01 0.3540.001 0.3540.001 0.3540.01 0.3530.1 0.34910.51x0 0.56. g x3x x 2(a) lim g x does not exist.x2
Al Akhawayn University - MATH - 1301
CHAPTER 1 Limits and Their PropertiesSection 1.1 Section 1.2 Section 1.3 Section 1.4 Section 1.5 A Preview of Calculus . . . . . . . . . . . . . . . . . . . . 27 Finding Limits Graphically and Numerically . . . . . . . . 27 Evaluating Limits Analytically
Al Akhawayn University - MATH - 1301
Review Exercises for Chapter 147Review Exercises for Chapter 11. Calculus required. Using a graphing utility, you can estimate the length to be 8.3. Or, the length is slightly longer than the distance between the two points, 8.25. 3.x fx lim f x0.1 0
Al Akhawayn University - MATH - 1301
CHAPTER 2 DifferentiationSection 2.1 Section 2.2 Section 2.3 Section 2.4 Section 2.5 Section 2.6 The Derivative and the Tangent Line Problem . . . 53 Basic Differentiation Rules and Rates of Change . 60 The Product and Quotient Rules and Higher-Order Der
Al Akhawayn University - MATH - 1301
CHAPTER 2 DifferentiationSection 2.1 Section 2.2 Section 2.3 Section 2.4 Section 2.5 Section 2.6 The Derivative and the Tangent Line Problem . . 330 Basic Differentiation Rules and Rates of Change 338 The Product and Quotient Rules and Higher-Order Deriv
Al Akhawayn University - MATH - 1301
92Chapter 2Differentiation51. x2y225; acceleration of the top of the ladder dx dt x dx dt d 2x dt 2 dy dt dy dt dx dtd 2y dt 2First derivative: 2x2y y0 0 dx dt y d 2y dt 2 dy dt dy dt d 2y dt 2 0 1 y x d 2x dt 2 dx dt2Second derivative: xdy dt
Al Akhawayn University - MATH - 1301
Review Exercises for Chapter 2367Review Exercises for Chapter 22. f xx x lim1 1 fx x x2 x xx x x fx 1x xx x 1 x x lim x x x x 1 1 x x x 1 x x x 1 2 1 1 1fxx0x0lim lim lim 4. f x fx 2 x limx0x x 1x 1x 1 x xx 1 1 x limx0x0x2 x x 1x 1 x xx0xx
Al Akhawayn University - MATH - 1301
CHAPTER 3 Applications of DifferentiationSection 3.1 Section 3.2 Section 3.3 Section 3.4 Section 3.5 Section 3.6 Section 3.7 Section 3.8 Section 3.9 Extrema on an Interval . . . . . . . . . . . . . . 103 . 107Rolles Theorem and the Mean Value TheoremIn
Al Akhawayn University - MATH - 1301
CHAPTER 3 Applications of DifferentiationSection 3.1 Section 3.2 Section 3.3 Section 3.4 Section 3.5 Section 3.6 Section 3.7 Section 3.8 Section 3.9 Extrema on an Interval . . . . . . . . . . . . . . 378 . 381Rolles Theorem and the Mean Value TheoremIn
Al Akhawayn University - MATH - 1301
Review Exercises for Chapter 3 v02 sin 2 32 2200 ft sec16343. r v045. Let f x fx xx, x fx100, dx f x dx 1 dx 2x0.6.changes from 10 to 11 dr 2200 16 10 d r 11 dr 2200 162 2x fx x 99.4 100cos 2 d180 10 Using a calculator: 180 99.41 2 1000.69.9
Al Akhawayn University - MATH - 1301
Review Exercises for Chapter 3 50. Let f x Then f 0.05 tan 0.05 y x dy dx f0 tan 0 f 0 dx sec2 0 0.05 0 1 0.05 . 56. False Let f x y and dy f x dx 1 3 21 3 . 2 fx x, x x 1, and x fx dx f4 3. Then f1 1 tan x, x 0, dx 0.05, f x sec2 x. 52. Propagated error
Al Akhawayn University - MATH - 1301
CHAPTER IntegrationSection 4.1 Section 4.2 Section 4.3 Section 4.4 Section 4.5 Section 4.64Antiderivatives and Indefinite Integration . . . . . . . . . 177 Area . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 182 Riemann Sums and Definite Int
Al Akhawayn University - MATH - 1301
CHAPTER IntegrationSection 4.1 Section 4.2 Section 4.3 Section 4.4 Section 4.5 Section 4.64Antiderivatives and Indefinite Integration . . . . . . . . . 450 Area . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 456 Riemann Sums and Definite Int
Al Akhawayn University - MATH - 1301
Review Exercises for Chapter 4209Review Exercises for Chapter 41.y3.f f2x2x1 dx23 x 312 x 2xCx5.x3 x21dxx1 dx x212 x 21 xC7.4x3 sin x dx2x23 cos xC9. f x fx When x y C y2x, 2x dx 1: 1 2 2 x21, 1 x2 C11.at vt v0a a dt 0 a
Al Akhawayn University - MATH - 1301
Review Exercises for Chapter 4483Review Exercises for Chapter 42.y4.fu du3x 3 dx3x2 dx 3x2 33x133 dx3x23Cf6.x32x2 x21dxx 12 x 22 2xx 1 x2dx C8.5 cos x2 sec2 x dx5 sin x2 tan xC10. f x fx6x1 6x 1 dx 3x 1212. 45 mph C
Al Akhawayn University - MATH - 1301
CHAPTER 5 Logarithmic, Exponential, and Other Transcendental FunctionsSection 5.1 Section 5.2 Section 5.3 Section 5.4 Section 5.5 Section 5.6 Section 5.7 Section 5.8 Section 5.9 The Natural Logarithmic Function: Differentiation . . . . 493 The Natural Lo
Al Akhawayn University - MATH - 1301
548Chapter 5Logarithmic, Exponential, and Other Transcendental FunctionsReview Exercises for Chapter 52. f x ln x 33 2 1 x 1 1 2 3 2 4 5 6 y4. ln x2x=31x1ln x21ln x1Horizontal shift 3 units to the right Vertical asymptote: x 36. 3 ln x2 ln
Al Akhawayn University - MATH - 1301
CHAPTER 5 Logarithmic, Exponential, and Other Transcendental FunctionsSection 5.1 Section 5.2 Section 5.3 Section 5.4 Section 5.5 Section 5.6 Section 5.7 Section 5.8 Section 5.9 The Natural Logarithmic Function: Differentiation . . . . 218 The Natural Lo
Al Akhawayn University - MATH - 1301
272Chapter 5Logarithmic, Exponential, and Other Transcendental Functions85. As k increases, the time required for the object to reach the ground increases. ex 2x87. y ycosh x ex 2 eex89.y cosh ycosh x 1 1 sinh y1xsinh xsinh y y y1 cosh2 y
Al Akhawayn University - MATH - 1301
PARTII CHAPTER 6 Applications of IntegrationSection 6.1 Section 6.2 Section 6.3 Section 6.4 Section 6.5 Section 6.6 Section 6.7 Area of a Region Between Two Curves . . . . . . . . . . 264 Volume: The Disk Method . . . . . . . . . . . . . . . . . 271 Vol
Al Akhawayn University - MATH - 1301
Review Exercises for Chapter 6 26. From Exercise 21: F 64 15 1 22299753.98 lb28. h y3y 5x 2 x 2 4y 5 2 4y 5 y330. h y 4 for x, you obtain y. Ly F 4y 5 y y 5 y y12 2 62.40y 7 16 24Solving y x Ly Fy27 16 7 16 y 16y2124y 12y2 dy y2 dy 213
Al Akhawayn University - MATH - 1301
CHAPTER 5 Logarithmic, Exponential, and Other Transcendental FunctionsSection 5.1 Section 5.2 Section 5.3 Section 5.4 Section 5.5 Section 5.6 Section 5.7 Section 5.8 Section 5.9 The Natural Logarithmic Function: Differentiation . . . . 218 The Natural Lo
Al Akhawayn University - MATH - 1301
PARTI CHAPTER 6 Applications of IntegrationSection 6.1 Section 6.2 Section 6.3 Section 6.4 Section 6.5 Section 6.6 Section 6.7 Area of a Region Between Two Curves . . . . . . . . . . .2Volume: The Disk Method . . . . . . . . . . . . . . . . . . 9 Volum
Al Akhawayn University - MATH - 1301
40Chapter 6Applications of IntegrationReview Exercises for Chapter 651. A1y1 dx x21 x5 14 513. A11 x2 11dxarctan x11(1, 1)45, ,2 3 44y21 25x(1, 0)(5, 0)21,1 211,1 (1, 0)1 2x1 (1, 0)125. A20x 12 x 2x3 dx 14 x
Al Akhawayn University - MATH - 1301
108Chapter 7 1, x0Integration Techniques, LHpitals Rule, and Improper Integrals83. For n I1x214dxblim1 2bx20142x dxblim1 1 6 x2 1b 3 01 . 6For n > 1, In0x2n x211n3dxblim2n dv 1 6 x2 xx2n 2 2 x2 1 x2bb n20n n 2n1 2
Al Akhawayn University - MATH - 1301
CHAPTER 7 Integration Techniques, LHpitals Rule, and Improper IntegralsSection 7.1 Section 7.2 Section 7.3 Section 7.4 Section 7.5 Section 7.6 Section 7.7 Section 7.8 Basic Integration Rules . . . . . . . . . . . . . . . . . . . 308 Integration by Parts
Al Akhawayn University - MATH - 1301
358Chapter 7 1 e 32 f x dx500.4Integration Techniques, LHpitals Rule, and Improper Integrals84. (a) f x90x70218(b) P 72 x < (c) 0.50.2525 0.5 0.2475 0.2525P 70 x 721.0These are the same answers because by symmetry, P 70 x < and P 70 x < P 7
Al Akhawayn University - MATH - 1301
CHAPTER 7 Integration Techniques, LHpitals Rule, and Improper IntegralsSection 7.1 Section 7.2 Section 7.3 Section 7.4 Section 7.5 Section 7.6 Section 7.7 Section 7.8 Basic Integration Rules Integration by Parts . . . . . . . . . . . . . . . . . . . 50.
Al Akhawayn University - MATH - 1301
108Chapter 7 1, x0Integration Techniques, LHpitals Rule, and Improper Integrals83. For n I1x214dxblim1 2bx20142x dxblim1 1 6 x2 1b 3 01 . 6For n > 1, In0x2n x211n3dxblim2n dv 1 6 x2 xx2n 2 2 x2 1 x2bb n20n n 2n1 2
Al Akhawayn University - MATH - 1301
CHAPTER Infinite SeriesSection 8.1 Section 8.2 Section 8.3 Section 8.4 Section 8.5 Section 8.6 Section 8.7 Section 8.8 Section 8.98Sequences . . . . . . . . . . . . . . . . . . . . . 369 Series and Convergence . . . . . . . . . . . . . . 373 The Integr
Al Akhawayn University - MATH - 1301
414 66. a2nChapter 8Infinite Series 68. Answers will vary.10 (odd coefficients are zero) 1 ,g 16270. y60 , v0 3x 3x 3x64, k32 1 16 32 x3 3 64 3 1 2 3 1 16 2 32 x 4 4 64 4 1 2 4232x 2 2 64 2 1 2 32 32n.22x 2 2 64 223x3 3 64 316n 224x 4 4 6
Al Akhawayn University - MATH - 1301
CHAPTER Infinite SeriesSection 8.1 Section 8.2 Section 8.3 Section 8.4 Section 8.5 Section 8.6 Section 8.7 Section 8.8 Section 8.98Sequences . . . . . . . . . . . . . . . . . . . . . 121 Series and Convergence . . . . . . . . . . . . . . 126 The Integr
Al Akhawayn University - MATH - 1301
R eview Exercises for Chapter 8167Review Exercises for Chapter 81. an 1 n! 3. an 2 : 6, 5, 4.67, . . . n Matches (a) 4 5. an 10 0.3n 1:10, 3, . . .Matches (d) n3 n27. an85n n29. limnn n21011. limn1Converges0 012The sequence seems t