Carmen E. Castaneda: Week 3

From OpenWetWare
Revision as of 00:42, 31 January 2011 by Carmen E. Castaneda (talk | contribs) (added differential equations)
Jump to navigationJump to search

Terminology

  • Look up the following terms and provide definitions. For each definition, three elements are required: you must quote a source, reference the source, and interpret the definition in your own words.
  1. dynamical system: A means of describing how one state develops into another state over the course of time.(1)
  2. law of mass action: A law stating that the intensity of a reaction is dependent on the degree of presence of the reactants responsible for the reaction.(3)
  3. homeostasis: The ability of the body or a cell to seek and maintain a condition of equilibrium or stability within its internal environment when dealing with external changes (2)
  4. equilibrium:The state of balance or static; the absence of net tendency to change.(4)
  5. oscillation: Fluctuation; variation; change back and forth.(5)
  6. autocatalysis: a reaction in which one or more of the products formed acts to catalyze the reaction.(6)

Applying the Law of Mass Action

Construct differential equations that model the following reactions. Be sure to define your state variables and rate constants.

  • A + BC
    • d[A]/dt = -k1[A]
    • d[B]/dt = -k1[B]
    • d[C]/dt = k1[A][B]
  • A + BC
    • d[A]/dt = -k2[A]+k-1[C]
    • d[B]/dt = -k2[B]+k-1[C]
    • d[C]/dt = k2[A][B]-k-1[C]
  • A + B ↔ 2C
    • d[A]/dt = -k3[A]+k-2[C]2
    • d[B]/dt = -k3[B]+k-2[C]2
    • d[C]/dt = k3[A][B]-k-2[C]2
  • 2A + 3BC+D
    • d[A]/dt = -k4[A]2+k-3[C][D]
    • d[B]/dt = -k4[B]3+k-3[C][D]
    • d[C]/dt = k4[A]2[B]3-k-3[C]
    • d[D]/dt = k4[A]2[B]3-k-3[D]

Please note that the symbolis used to denote arrows (reactions) in both directions.