Lkelly9 Week 7 Redo

From OpenWetWare
Revision as of 19:20, 22 March 2017 by Lauren M. Kelly (talk | contribs) (headings,uploaded graphs and equations)
Jump to navigationJump to search

Navigation Links

Purpose

  • The purpose of this assignment is to apply all of the modeling skills we have learned and reevaluate the equations we developed for the project in which we learned more about the behavior of yeast and attempted to model how the population reacts to changes in nitrogen or glucose.

Methods

  • Re-evaluated the equations so that they "talk to each other" more effectively.
    • Added "Zqy" to the glucose equation to account for increasing CO2 production decreasing glucose concentration. The dilution rate, q, was included to account for the chemostat environment.
  • Defined V1, V2, and V as separate variables
    • V1 and V2 are the maximumr velocity of the reaction, while V is the volume.

Results

q = dilution rate
u = concentration of nutrient fed into the reactor(nitrogen is u1,  glucose is u2)
K = constant
V1, V2 = maximum velocity of the reaction
V = volume
Z = CO2 production rate
y = concentration of yeast
c = concentration of nutrient (nitrogen is c1,  glucose is c2)
q= 6;
u1= 100;
u2 = 100;
y = 10;
K1 = 3;
K2 = 5;
R = 150;
V = 100;
Z = 5;
V1 = 4;
V2 = 6;

Acknowledgements

==References