Unformatted Document Excerpt
Coursehero >>
California >>
UCSD >>
MATH 171A
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.
Optimality Recap: conditions for LP
Math 171A: Linear Programming
Lecture 14 Farkas' Lemma and its Implications
Philip E. Gill
c 2011
LP
minimize
x
c Tx Ax b
subject to
with A an m n matrix, b an m-vector and c an n-vector. The vector x is a solution of LP if and only if : (a) Ax b (b) c = AT for some vector 0, where Aa is the active a a a constraint matrix at x Monday, February 7th, 2011
http://ccom.ucsd.edu/~peg/math171a
UCSD Center for Computational Mathematics
Slide 2/41, Monday, February 7th, 2011
x2
Example: minimize 2x1 + x2 subject to the constraints:
constraint #1: constraint #2: constraint #3:
x1 + x2 1 x2 0 x1 0
a1 c a3
Written in the form min c Tx subject 1 2 c= , A=0 1 1
to Ax b, we get 1 1 b=0 1 , 0 0
x
a2 a1 c
x
x1
UCSD Center for Computational Mathematics
Slide 3/41, Monday, February 7th, 2011
At the point x = with Aa = 1 1 1 0 , ba = 1 0 0 1 , the active set is A = {1, 3}
At the point x= with Aa = 1 0 1 1 , ba = 1 0 1 0 , the active set is A = {1, 2}
Solving for the Lagrange multipliers gives AT a = c a x is optimal. 1 1 1 0 a = 2 1 a = 1 1 0
Solving for the Lagrange multipliers gives AT a = c a 1 1 0 1 a = 2 1 a = 2 -1 0
x is not optimal.
UCSD Center for Computational Mathematics
Slide 5/41, Monday, February 7th, 2011
UCSD Center for Computational Mathematics
Slide 6/41, Monday, February 7th, 2011
Proof of Farkas' lemma
Proof: We have two statements that we must show are equivalent:
Result (Farkas' Lemma)
(A) c Tp 0 for all p such that Aa p 0 if and only if (B) c = AT for some 0 a a a
(A) (B)
c Tp 0 for all p such that AT p 0 a c = AT for some 0 a a a
We must show that (A) (B) and (B) (A)
UCSD Center for Computational Mathematics
Slide 7/41, Monday, February 7th, 2011
UCSD Center for Computational Mathematics
Slide 8/41, Monday, February 7th, 2011
Next we must show that (A) (B). It is "EASY" to show that (B) (A) If (B) holds, then c = Then, c p=
T
This is the same as showing that: 0. If (B) does not hold, then (A) does not hold. We must show that
AT a a
for some
a
(AT )Tp a a
=
( )T (Aa p) a
0 for all p with Aa p 0
(B) is not true (B) not true (A) not true
(A) is not true
c Tp 0 for all p with Aa p 0 (A) holds.
there is no 0 such that c = AT a a a c Tp < 0 for some p such that Aa p 0
UCSD Center for Computational Mathematics
Slide 9/41, Monday, February 7th, 2011
UCSD Center for Computational Mathematics
Slide 10/41, Monday, February 7th, 2011
We must show that there is no 0 such that c = AT a a a c Tp < 0 for some p such that Aa p 0 Two possibilities for there being no 0 with c = AT . a a a Case I: Case II: c does not lie in range(AT ) a c range(AT ), but c = AT with 0 a a a a Case I: c does not lie in range(AT ) a Every c Rn can be written uniquely as c = cR + cN with cR range(AT ) and cN null(Aa ) a
T The definition of cR and cN imply that cR cN = 0.
If c range(AT ), then a c = cR + cN with cN = 0
In both cases we construct a p such that c Tp < 0 and Aa p 0.
UCSD Center for Computational Mathematics
Slide 11/41, Monday, February 7th, 2011
UCSD Center for Computational Mathematics
Slide 12/41, Monday, February 7th, 2011
Define p = -cN . Then Aa p = -Aa cN = 0 since cN null(Aa ). c Tp = -c TcN = -(cR + cN )TcN
T T = -cR cN - cN cN
Case II: c range(AT ), but c = AT with 0 a a a a This is the "HARD" part of Farkas' lemma. However, it is "quite EASY" if we assume that the rows of Aa are linearly independent.
= -cN cN
T
= - cN
2
<0 Aa = with linearly independent rows.
p = -cN satisfies Aa p 0 and c Tp < 0. (A) does not hold.
UCSD Center for Computational Mathematics
Slide 13/41, Monday, February 7th, 2011
UCSD Center for Computational Mathematics
Slide 14/41, Monday, February 7th, 2011
Case II: c range(AT ), but c = AT with 0 a a a a In this case, exists, but ( )s < 0 for some index s. a a Let p be a solution of Aa p = es , where es is the unit vector 0 . . . 0 es = 1 row s 0 . . . 0 The equations Aa p = es are compatible (why?). Moreover, p is a feasible descent direction, as we now show: c Tp = (AT a )Tp = (T Aa )p = T (Aa p) = T es = (a )s < 0 a a a a Hence we have constructed a direction p such that c Tp < 0 and we are done! and Aa p ( = es ) 0
UCSD Center for Computational Mathematics
Slide 15/41, Monday, February 7th, 2011
UCSD Center for Computational Mathematics
Slide 16/41, Monday, February 7th, 2011
Implications of Farkas' Lemma
In the proof we defined a feasible descent direction p such that Aa p = es where s is an index such that ( )s < 0 a
The direction p satisfies:
Result (Farkas' Lemma)
(A) c Tp 0 for all p such that Aa p 0 if and only if (B) c = AT for some 0 a a a ajTp = 0 for j = s, with ajT the jth row of Aa
T 1 for j = s, with as the sth row of Aa
A x step + p keeps all active constraint residuals fixed at zero except the sth, which increases. i.e., x + p "stays on" all the active constraints and "moves off" of a constraint with a negative component of a .
UCSD Center for Computational Mathematics
Slide 17/41, Monday, February 7th, 2011
UCSD Center for Computational Mathematics
Slide 18/41, Monday, February 7th, 2011
x2 a1 c a3
At the point x= with Aa =
a2 a1 c
1 0
,
the active set is
A = {1, 2}
x
1 0
1 1
,
ba =
1 0
Solving for the Lagrange multipliers gives AT a = c a
x1
x
1 1
0 1
a =
2 1
a =
2 -1
UCSD Center for Computational Mathematics
Slide 20/41, Monday, February 7th, 2011
x2
a =
2 -1
s=2
We can construct a feasible descent direction p such that Aa p = e2 1 0 1 1 p= 0 1 p= -1 1
a2 p a1 c
Observe that
T a1 p = 0, T a2 p = 1,
c Tp = 2 1
-1 1
= -1
x1
p is a feasible descent direction.
we "move off" constraint #2, but "stay on" constraint #1.
UCSD Center for Computational Mathematics Slide 21/41, Monday, February 7th, 2011
Complications of degeneracy
Unfortunately, defining a feasible descent direction from Farkas' Lemma is known as a theorem of the alternative EITHER OR c = AT for some 0 a a a there is a p such that c Tp < 0 and Aa p 0 Aa p = es will not work if the active constraints are dependent, i.e., Aa = i.e., if Aa defines a degenerate vertex.
In this case, Aa p = es is incompatible and no p exists.
UCSD Center for Computational Mathematics
Slide 23/41, Monday, February 7th, 2011
UCSD Center for Computational Mathematics
Slide 24/41, Monday, February 7th, 2011
Example: minimize 2x1 + x2 subject to the constraints:
constraint #1: constraint #2: constraint #3: constraint #4:
x2
a4
x1 + x2 1 x2 0 x1 0 x1 + 2x2 1 to Ax b, we get 1 1 0 1 , b= 0 0 2 1
x
a2
Written in the form min
c Tx
c=
2 1
,
subject 1 0 A= 1 1
a1
c
x
x1
UCSD Center for Computational Mathematics
Slide 25/41, Monday, February 7th, 2011
At the point x= with 1 0 The equations Aa p = e3 are , the active set is 1 1 , 2 A = {1, 2, 4} 1 Aa = 0 1 p1 + p2 = 0 p2 = 0 p1 + 2p2 = 1 Yet p = -1 1 1 1 2 incompatible equations! p1 p2 0 =0 1
1 Aa = 0 1
1 ba = 0 1
Solving AT a = c for the Lagrange multipliers gives a 1 1 0 1 1 2 2 1 3 a = 0 -1 s=3
a =
is still a feasible descent direction.
UCSD Center for Computational Mathematics
Slide 27/41, Monday, February 7th, 2011
UCSD Center for Computational Mathematics
Slide 28/41, Monday, February 7th, 2011
x2
a4
x
-1 p= 1
a2
a1
c
There is no direction that moves off one active constraint while staying on all the others.
x
x1
UCSD Center for Computational Mathematics
Slide 30/41, Monday, February 7th, 2011
Geometric ideas behind Farkas' proof
Consider the active-set matrix at x = 1 Aa = 0 1 i.e., a1 = 1 1 , a2 = 0 1 and a4 = 1 2 1 1 2 1 0 2 1
y2
a4
with
c=
a2
a1
c
In this case c CN (AT ), so the corresponding x is not optimal. a
y1
UCSD Center for Computational Mathematics Slide 31/41, Monday, February 7th, 2011
y2
a4
As CN (AT ) is convex, we can draw a line through the origin that a separates every point y CN (AT ) from c. a This line has the equation p Ty = 0 with normal vector p. i.e., p1 y1 + p2 y2 = 0
p
p1 y1 + p2 y2 = 0
a2
a1
c
y1
UCSD Center for Computational Mathematics Slide 33/41, Monday, February 7th, 2011
The hyperplane splits Rn into two half-spaces: In the general case, p Ty = 0 separates p Ty H1 = {y : p Ty 0} = 0 is called a separating hyperplane H2 = {y : p Ty < 0} from c. With the vector p pointing "into" the half-space H1 . By definition, we have CN (AT ) H1 a c H2
CN (AT ) a
The existence of this hyperplane is the "beef" of Farkas' lemma (see the class notes).
UCSD Center for Computational Mathematics
Slide 35/41, Monday, February 7th, 2011
UCSD Center for Computational Mathematics
Slide 36/41, Monday, February 7th, 2011
y2
a4
p
H1 = {y : p Ty 0} H2 = {y : p Ty < 0}
H1 a2 a1 H2
p1 y1 + p2 y2 = 0
Since CN (AT ) H1 , any y CN (AT ) satisfies p Ty 0. a a Now a1 , a2 and a4 must be in CN (AT ), so that a
T a1 CN (AT ) a1 p 0 a T a2 CN (AT ) a2 p 0 a T a4 CN (AT ) a4 p 0 a
c
y1
Aa p 0
UCSD Center for Computational Mathematics Slide 38/41, Monday, February 7th, 2011
H1 = {y : p Ty 0} H2 = {y : p Ty < 0} Since c H2 , it must hold that p Tc < 0 (i.e., c Tp < 0 ) Putting all this together implies that the normal vector p satisfies c Tp < 0 and Aa p 0 One particular separating hyperplane may be found by finding the point in CN (AT ) that is closest to c. a Then, define p = cp - c
UCSD Center for Computational Mathematics
Slide 39/41, Monday, February 7th, 2011
UCSD Center for Computational Mathematics
Slide 40/41, Monday, February 7th, 2011
y2
a4
p
H1 a2 a1 H2
cp c
y1
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:
UCSD - MATH - 171A
Recap: Farkas' lemmaMath 171A: Linear ProgrammingLecture 15 Testing for OptimalityPhilip E. Gillc 2011c Tp 0 for all p such that Aa p 0 if and only if c = AT for some 0 a a ahttp:/ccom.ucsd.edu/~peg/math171aWednesday, February 9th, 2011UCSD Center
UCSD - MATH - 171A
Math 171A: Linear ProgrammingThe simplex method defines a sequence of vertices:Lecture 16 The Simplex Methodsuch that Philip E. Gillc 2011x0 , x1 , x2 , . . . , x k , . . . , vertex numberc Tx0 c Tx1 c Tx2 c Txk For the moment, we assume that a sta
UCSD - MATH - 171A
Math 171A: Linear ProgrammingRecap: the simplex methodLecture 17 Degenerate Constraints and the Simplex MethodPhilip E. Gillc 2011One step moves from a vertex to an adjacent vertex. Each step requires the solution of two sets of equations: ATk = c k
UCSD - MATH - 171A
Recap: the simplex methodMath 171A: Linear ProgrammingOne step moves from a vertex to an adjacent vertex.Lecture 18 Finding a Feasible PointPhilip E. Gillc 2011Each step requires the solution of two sets of equations: ATk = c k and Ak pk = eswhere
UCSD - MATH - 171A
Recap: The phase-1 Linear ProgramMath 171A: Linear ProgrammingTo find a feasible x for minimize nxRc Tx Ax b , x 0simple boundsLecture 19 Finding a Feasible Point IIsubject togeneral constraintsSolve the linear program: Philip E. Gillc 2011mini
UCSD - MATH - 171A
Recap: LP formulationsMath 171A: Linear ProgrammingProblems considered so far: ELP minimize nxRLecture 20 LPs with Mixed Constraint TypesPhilip E. Gillc 2011c Tx Ax = b c Tx Ax bsubject to LP minimizexhttp:/ccom.ucsd.edu/~peg/math171asubject to
UCSD - MATH - 171A
Recap: Linear programs in standard formMath 171A: Linear ProgrammingLecture 21 Linear Programs in Standard FormPhilip E. Gillc 2011minimize nxRc Tx Ax = b , x 0simple boundssubject toequality constraintsThe matrix A is m n with shape A = We app
UCSD - MATH - 171A
Recap: Simplex method for LPs in standard formMath 171A: Linear ProgrammingLecture 22 The Simplex Method for Standard FormPhilip E. Gillc 2011minimize nxRc Tx Ax = b , x 0simple boundssubject toequality constraintsWe apply "mixed-constraint" si
UCSD - MATH - 171A
Recap: Choice of the generic formMath 171A: Linear Programmingminimize d Tw nw Rsubject to Gw f ,w 0Lecture 23 Linear Programming DualityConvert to all-inequality form if m > n, i.e.,G= Philip E. Gillc 2011http:/ccom.ucsd.edu/~peg/math171aConve
UCSD - MATH - 171A
Recap: DualityMath 171A: Linear ProgrammingProblem conversion involves defining a primal linear program and converting it into another dual linear program Primal in all-inequality form: (P): minimize nxRLecture 24 Linear Programming Duality IIPhilip
UCSD - MATH - 171A
Math 171A: Linear ProgrammingLecture 25 Complexity of the Simplex MethodPhilip E. Gillc 2011Given a particular instance of a linear program, can we predict how long it will take to solve it? There are two issues:1 2how much time does it take to perf
UCSD - MATH - 171A
Math 171A: Linear ProgrammingConsider an LP in standard form: minimize nxRc Tx x 0Lecture 26 Interior Methods for Linear ProgrammingPhilip E. Gillc 2011subject to Ax = b, where A has m rows. The optimality conditions are: AT + z = c, Ax = b, x z =
UCSD - MATH - 171A
Math 171A Homework 1 SolutionsInstructor: Jiawang Nie January 24, 20121. Find the optimal solution to the following LP maximize x1 + 4x2 + 3x3 subject to 2x1 + x2 + x3 4 x1 - x3 = 1 x2 0, x3 0. Solution: The second equality constraint x1 = x3 + 1 allows
UCSD - MATH - 171A
Math 171A Homework 2 SolutionsInstructor: Jiawang Nie February 1, 20121. (8 points) Consider the feasible set F defined by the following constraints x1 + x2 4, x1 + 3x2 6, 6x1 - x2 18, 3 x2 6, x1 -1.(a) Express F in the standard form Ax b. Write down A
UCSD - MATH - 171A
Math 171A Homework 3 SolutionsInstructor: Jiawang Nie February 1, 20121. (4 points) For a given nonzero matrix A and nonzero vector b, assume that b may be written as b = bR + bN , where bR Range(A) and bN Null(AT ). (a) Show that bR and bN are unique.
UCSD - MATH - 171A
Math 171A Homework 4 SolutionsInstructor: Jiawang Nie February 14, 20121. (4 points) Consider the matrix of active constraints of an LP at a certain point x -1 -8 4 -7 -3 -4 2 0 4 -2 . Aa () = x -6 0 -3 3 5 0 0 5 2 7 Use Matlab to find a direction p alo
UCSD - MATH - 171A
Math 171A Homework 5 SolutionsInstructor: Jiawang Nie February 21, 20121. (5 points) Consider the linear program Minimize 3x1 subject to -2x1 x1 -2x1 2x1 x1 x2 -x2 +2x3 +4x2 +4x3 +4x2 +x3 +x2 +2x3 -2x2 -3x2 +x3 6 5 1 0 -2 0 0 x3 0and the point x = (1,
UCSD - MATH - 171A
Math 171A Homework 6 SolutionsInstructor: Jiawang Nie March 4, 20121. (5 points) Consider the LP of minimizing cT x subject to Ax b where 1 0 1 A= 1 0 0 1 1 0 0 1 0 0 1 1 , 0 0 1 2 5 4 b = , c = AT 1 1 1 0 1 1 . 1 0 0Find the minimizer of this LP by us
UCSD - MATH - 171A
Math 171A Practice Midterm IIInstructor: Jiawang Nie March 5, 20121. Consider the LP of minimizing c 2 3 A = 4 2 3x subject to Ax b where -15 3 5 -13 4 3 , b = -20 , c = A 5 1 -12 4 4 -13 5 2 0 1 0 . 1 1Find the minimizer of this LP by using optimali
UCSD - MATH - 171A
Math 171A Homework 1 SolutionsInstructor: Jiawang Nie January 24, 20121. Find the optimal solution to the following LP maximize x1 + 4x2 + 3x3 subject to 2x1 + x2 + x3 4 x1 - x3 = 1 x2 0, x3 0. Solution: The second equality constraint x1 = x3 + 1 allows
UCSD - MATH - 171A
Math 171A: Linear ProgrammingInstructor: Philip E. GillWinter Quarter 2011Homework Assignment #1 Due Friday January 14, 2011 I know that you are all aware of the importance of doing the homework assignments. This is the best way to keep up with the cla
UCSD - MATH - 171A
Math 171A: Linear ProgrammingInstructor: Philip E. GillWinter Quarter 2011Homework Assignment #1 Due Friday January 14, 2011 I know that you are all aware of the importance of doing the homework assignments. This is the best way to keep up with the cla
UCSD - MATH - 171A
Math 171A: Linear ProgrammingInstructor: Philip E. GillWinter Quarter 2011Homework Assignment #3 Due Friday January 28, 2011 Remember that the first midterm exam will be held in class on Wednesday, January 26. Starred exercises require the use of Matla
UCSD - MATH - 171A
Math 171A: Linear ProgrammingInstructor: Philip E. GillWinter Quarter 2011Homework Assignment #4 Due Friday February 4, 2011 Starred exercises require the use of Matlab. Exercise 4.1. Suppose that the constant vector c is such that cTp 0 for all p such
UCSD - MATH - 171A
Math 171A: Linear ProgrammingInstructor: Philip E. GillWinter Quarter 2011Homework Assignment #5 Due Friday February 11, 2011 Starred exercises require the use of Matlab. Exercise 5.1. Consider the set of inequality constraints Ax b, where 1 1 4 0 3 1
UCSD - MATH - 171A
Math 171A: Linear ProgrammingInstructor: Philip E. GillWinter Quarter 2011Homework Assignment #6 Due Friday February 18, 2011 Starred exercises require the use of Matlab. Exercise 6.1. (a) Consider the matrix of active constraints -1 -8 4 -7 -3 -4 2 0
UCSD - MATH - 171A
Math 171A: Linear ProgrammingInstructor: Philip E. GillWinter Quarter 2011Homework Assignment #7 Due Friday February 25, 2011 Starred exercises require the use of Matlab. Exercise 7.1. Consider the linear program of minimizing cTx subject to the genera
UCSD - MATH - 171A
Math 171A: Linear ProgrammingInstructor: Philip E. GillWinter Quarter 2011Homework Assignment #8 Due Friday March 4, 2011 The second midterm exam will be held in class on Wednesday, March 2. Starred exercises require the use of Matlab. Exercise 8.1. Co
UCSD - MATH - 171A
Math 171A: Linear ProgrammingInstructor: Philip E. GillWinter Quarter 2011Homework Assignment #9 Due Friday March 11, 2011 The final will be held Friday, March 18, 11:30am-2:30pm. Starred exercises require the use of Matlab. Exercise 9.1. Let a denote
UCSD - MATH - 171A
Math 171A: Mathematical ProgrammingInstructor: Philip E. GillWinter Quarter 2011Homework Assignment #1 Due Friday January 14, 2011 I know that you are all aware of the importance of doing the homework assignments. This is the best way to keep up with t
UCSD - MATH - 171A
Math 171A: Linear ProgrammingInstructor: Philip E. GillWinter Quarter 2011Homework Assignment #2 Due Friday January 21, 2011 The starred exercises require the use of Matlab. Remember that it is necessary to do all the Matlab assignments to obtain credi
UCSD - MATH - 171A
Math 171A: Linear ProgrammingInstructor: Philip E. GillWinter Quarter 2011Homework Assignment #3 Due Friday January 28, 2011 Remember that the first midterm exam will be held in class on Wednesday, January 26. Starred exercises require the use of Matla
UCSD - MATH - 171A
Math 171A: Linear ProgrammingInstructor: Philip E. GillWinter Quarter 2011Homework Assignment #4 Due Friday February 4, 2011 Starred exercises require the use of Matlab. Exercise 4.1. Suppose that the constant vector c is such that cTp 0 for all p such
UCSD - MATH - 171A
Math 171A: Linear ProgrammingInstructor: Philip E. GillWinter Quarter 2011Homework Assignment #5 Due Friday February 11, 2011 Starred exercises require the use of Matlab. Exercise 5.1. Consider the set of inequality constraints Ax b, where 1 1 4 0 3 1
UCSD - MATH - 171A
Math 171A: Linear ProgrammingInstructor: Philip E. GillWinter Quarter 2011Homework Assignment #6 Due Friday February 18, 2011 Starred exercises require the use of Matlab. Exercise 6.1. (a) Consider the matrix of active constraints -1 -8 4 -4 2 0 Aa = -
UCSD - MATH - 171A
Math 171A: Linear ProgrammingInstructor: Philip E. GillWinter Quarter 2011Homework Assignment #7 Due Friday February 25, 2011 Starred exercises require the use of Matlab. Exercise 7.1. Consider the linear program of minimizing cTx subject to the genera
UCSD - MATH - 171A
Math 171A: Linear ProgrammingInstructor: Philip E. GillWinter Quarter 2011Homework Assignment #8 Due Friday March 4, 2011 The second midterm exam will be held in class on Wednesday, March 2. Starred exercises require the use of Matlab. Exercise 8.1. Co
UCSD - MATH - 171A
Math 171A: Linear ProgrammingInstructor: Philip E. GillWinter Quarter 2011Homework Assignment #9 Due Friday March 11, 2011 The final will be held Friday, March 18, 11:30am-2:30pm. Starred exercises require the use of Matlab. Exercise 9.1. Let a denote
Cal Poly - MCB - 32
1. The Cori cycle involves formation of glucose made by gluconeogenesis in the liver from lactic acid produced by fermentation in skeletal muscles. True False 2. Skeletal muscle contains glucose 6-phosphatase to produce free glucose from glucose 6phosphat
Cal Poly - MCB - 32
Chapter 15 - Defense Mechanisms I. Nonspecific defense: barriers to penetration of body/ A. Antigens large, complex, and foreign molecules internal defenses. B. Antigenic determinant sites stimulate production of diff. A. Phagocytic cells engulf invading
Cal Poly - MCB - 32
Glomerular Filtration I. Filtrate from plasma in glomerulusbasement mem of glom cap/ thru slits in processes of podocytes (inner layer of Bowman's capsule) A. Glomerular ultrafiltrate, formed under force of bp, low [protein] net filtration pressure = 10 m
Cal Poly - MCB - 32
AdrenergicEpinephrine, norepinephrine - Sympathetic "fight or flight" - Effects = stimulation of heart, vasoconstriction of skin, bronchodilation, glycogenolysis - alpha and beta (both have 2 subtypes) Nerve endings that release acetylcholine as a neurot
Cal Poly - MCB - 32
Number and Name I Olfactory II Optic III Oculomotor IV Trochlear V Trigeminal Mandibular Division VI Abducens VII Facial VIII Vestibulocochlear IX Glossopharyngeal X Vagus XI Accessory XII Hypoglossal Endocrine Gland Adipose Tissue Adrenal Cortex Adrenal
Cal Poly - MCB - 32
Number and Name I Olfactory II Optic III Oculomotor IV Trochlear V Trigeminal Mandibular Division VI Abducens VII Facial VIII Vestibulocochlear IX Glossopharyngeal X Vagus XI Accessory XII Hypoglossal Endocrine Gland Adipose Tissue Adrenal Cortex Adrenal
Cal Poly - MCB - 32
Guided Reading The Study of Body Function I 1. Blood plasma and interstitial fluid are separated from each other and there is little communication and exchange between these fluids. True False 2. The secretion of many hormones is regulated through negativ
Cal Poly - MCB - 32
Guided Reading - Enzymes and Energy I 1. Regulation of a metabolic pathway by the final product of the pathway is termed A. allosteric inhibition. B. end-product inhibition. C. negative feedback. D. Both end-product inhibition and negative feedback are co
Cal Poly - MCB - 32
Guided Reading - Cells and the Extracellular Environment I 1. Which of the following is a function of the steep Na+/K+ gradient across the cell membrane? A. provides energy for coupled transport B. creates electrochemical impulses C. maintains osmotic pre
Cal Poly - MCB - 32
Guided Reading - Cell Respiration and Metabolism I1. _ is the opposite of glycogenesis. A. Glycolysis B. Glyconeogenesis C. Glycogenolysis D. Gluconeogenesis 2. The process of fat formation from acetyl CoA is called A. lipogenesis. B. lipolysis. C. beta-
Cal Poly - MCB - 32
Guided Reading - Cell Respiration and Metabolism II1. Which of the following is a superoxide radical? A. an oxygen molecule with an extra, unpaired electron B. an oxygen molecule with two paired electrons C. hydrogen peroxide D. All of these choices are
Cal Poly - MCB - 32
Guided Reading - Cell Respiration and Metabolism II1. Which of the following is a superoxide radical? A. an oxygen molecule with an extra, unpaired electron B. an oxygen molecule with two paired electrons C. hydrogen peroxide D. All of these choices are
Cal Poly - MCB - 32
Guided Reading - Cell Respiration and Metabolism III1. Glycolysis converts glucose into two _ molecules. A. glycogen B. lactic acid C. acetyl CoA D. pyruvic acid2. Beta-oxidation of an 18 carbon fatty acid will yield _ acetyl CoA molecules. A. 9 B. 6 C.
Cal Poly - MCB - 32
Guided Reading - Cell Respiration and Metabolism III1. Glycolysis converts glucose into two _ molecules. A. glycogen B. lactic acid C. acetyl CoA D. pyruvic acid2. Beta-oxidation of an 18 carbon fatty acid will yield _ acetyl CoA molecules. A. 9 B. 6 C.
Cal Poly - MCB - 32
Guided Reading - Cell Structure and Genetic Control I1. Cells actively involved in secreting proteins would contain large numbers or quantities of A. lysosomes. B. peroxisomes. C. rough endoplasmic reticulum. D. smooth endoplasmic reticulum.2. Release o
Cal Poly - MCB - 32
Guided Reading - Cell Structure and Genetic Control I1. Cells actively involved in secreting proteins would contain large numbers or quantities of A. lysosomes. B. peroxisomes. C. rough endoplasmic reticulum. D. smooth endoplasmic reticulum.2. Release o
Cal Poly - MCB - 32
Guided Reading - Cell Structure and Genetic Control II1. Which of the following is NOT a molecular motor used to move substances along the cytoskeleton? A. melanin B. kinesin C. myosin D. dynein2. Which of the following locations have ciliated cells? A.
Cal Poly - MCB - 32
Guided Reading - Cell Structure and Genetic Control II1. Which of the following is NOT a molecular motor used to move substances along the cytoskeleton? A. melanin B. kinesin C. myosin D. dynein2. Which of the following locations have ciliated cells? A.
Cal Poly - MCB - 32
Guided Reading - Cell Structure and Genetic Control III1. The movement of chromosomes during mitosis is due to A. spindle fibers. B. telomeres. C. chromatids. D. actin and myosin.2. Small RNA and protein regions are joined together to make functional mR
Cal Poly - MCB - 32
Guided Reading - Cell Structure and Genetic Control IV1. The main function of the peroxisome is to release energy from food molecules and transform the energy into usable ATP. True False 2. Microtubules and microfilaments are the primary components of th
Cal Poly - MCB - 32
Guided Reading - Cells and the Extracellular Environment I1. Which of the following is a function of the steep Na+/K+ gradient across the cell membrane? A. provides energy for coupled transport B. creates electrochemical impulses C. maintains osmotic pre
Cal Poly - MCB - 32
Guided Reading - Cells and the Extracellular Environment II 1. Edema will result if a person has an abnormally low concentration of plasma proteins. True False 2. Osmoreceptors are involved in the regulation of blood volume. True False 3. Ion channels tha
Cal Poly - MCB - 32
Guided Reading Cells and the Extracellular Environment III1. The resting membrane potential is closest to the equilibrium potential for A. sodium ions. B. chloride ions. C. calcium ions. D. potassium ions.2. The transport maximum is related to the prope