Sarah Carratt: Week 3: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
Line 61: Line 61:


[[Image:Equations.jpg| Class Equation with Parameters 1]]
[[Image:Equations.jpg| Class Equation with Parameters 1]]
[[Image:2.jpg| Class Equation with Parameters 2]]
[[Image:Equations2.jpg| Class Equation with Parameters 2]]
[[Media:3.m| Programing 1]]
[[Media:3.m| Programing 1]]
[[Media:4.m| Programing 2]]
[[Media:4.m| Programing 2]]

Revision as of 18:33, 30 January 2011

Instructions

  1. Look up the 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.
  2. Construct differential equations that model the reactions. Be sure to define your state variables and rate constants. Please note that the symbolis used to denote arrows (reactions) in both directions.
  3. Use the matlab code provided at my lionshare folder to study the simple reaction that we have studied in class. Plot the output, and save the plot as an image. Post the image on the wiki as the answer to the question. Set the parameters as follows:
    1. [S0] = 1.0
    2. [E0] = 0.2
    3. [ES0] = 0.0
    4. [P0] = 0.0
    5. k1 = 2.0
    6. k-1 = 0.0
    7. k2 = 10

Online Sources

Student Response

Terminology

  1. dynamical system: "a concept in mathematics where a fixed rule describes the time dependence of a point in a geometrical space," meaning that a dynamical system is an equation that illustrates how a variable changes over time. [1]
  2. law of mass action: "the law that states the following principle: the rate of a chemical reaction is directly proportional to the molecular concentrations of the reacting substances. A law stating that the intensity of a reaction is dependent on the degree of presence of the reactants responsible for the reaction." This means that this law describes the way the production of a product is dependent on how much substrate is available to react and generate the product. [2]
  3. homeostasis: "the tendency of an organism or a cell to regulate its internal conditions, usually by a system of feedback controls, so as to stabilize health and functioning, regardless of the outside changing conditions," meaning that homeostasis is the term for the ability to maintain a good balance in an internal environment even as the external environment changes. [3]
  4. equilibrium: "the condition in which all acting influences are balanced or canceled by equal opposing forces, resulting in a stable system," meaning that this is the point in time when a reaction stops or is completely balanced in the creation and use of a substance. [4]
  5. oscillation: "fluctuation, variation, change back and forth;" meaning that during a reaction, oscillation would be seen in inconsistencies of production and the changing rates or outputs. [5]
  6. autocatalysis: "a reaction in which one or more of the products formed acts to catalyze the reaction; beginning slowly, the rate of such a reaction rapidly increases." This describes a reaction that helps propel itself, being its own instigator. [6]

Applying the Law of Mass Action

  • A + BC
    • A and B produce C.
    • No backward reaction.
    • Proportions accounted for by a constant (k1).
      • d[C]/dt = (k1)[A][B]
  • A + BC
    • A and B produce C.
    • C also produces A and B.
    • Proportions accounted for by constants (k1, k-1) .
      • d[A]/dt = (-k1)[A][B]+(k-1)[C]
      • d[B]/dt = (-k1)[A][B]+ (k-1)[C]
      • d[C]/dt = (k1)[A][B]
  • A + B ↔ 2C
    • A and B produce twice concentration of C as problem one.
    • C produces half the concentration of A and B as problem one.
    • Proportions accounted for by both constants (k1, k-1) and exponents.
      • d[A]/dt = (k1)+(k-1)[C]2
      • d[B]/dt =(-k1)+(k-1)[C]2
      • d[C]/dt = (k1)[A]1/2[B]1/2
  • 2A + 3BC+D
    • Twice the concentration of A and three times the concentration of B produce the same concentration of C as problem one.
    • Twice the concentration of A and three times the concentration of B produce the new product D (in equal proportion with C) which is not seen in problem one.
    • Proportions accounted for by both constants (k1, k-1) and exponents.
      • d[A]/dt = (k1)[C]1/2[D]1/2+(-k-1)[B]3/2[A]
      • d[B]/dt =(k1)[C]1/3[D]1/3+(-k-1)[A]2/3[B]
      • d[C]/dt = (k-1)[A]2[B]3+(-k1)[C][D]
      • d[D]/dt =(k-1)[A]2[B]3+(-k1)[C][D]

Simulating Reaction Kinetics

Class Equation with Parameters 1 Class Equation with Parameters 2 Programing 1 Programing 2 Programing 3


Navigation Guide

Individual Assignments

Sarah Carratt: Week 2 Sarah Carratt: Week 6 Sarah Carratt: Week 11
Sarah Carratt: Week 3 Sarah Carratt: Week 7 Sarah Carratt: Week 12
Sarah Carratt: Week 4 Sarah Carratt: Week 8 Sarah Carratt: Week 13
Sarah Carratt: Week 5 Sarah Carratt: Week 9 Sarah Carratt: Week 14

Class Assignments

Shared Journal: Week 1 Shared Journal: Week 6 Shared Journal: Week 11
Shared Journal: Week 2 Shared Journal: Week 7 Shared Journal: Week 12
Shared Journal: Week 3 Shared Journal: Week 8 Shared Journal: Week 13
Shared Journal: Week 4 Shared Journal: Week 9 Shared Journal: Week 14
Shared Journal: Week 5 Shared Journal: Week 10

Class Notes

Sarah Carratt_1.18.11 Sarah Carratt_2.3.11 Sarah Carratt_2.22.11
Sarah Carratt_1.20.11 Sarah Carratt_2.8.11 Sarah Carratt_2.24.11
Sarah Carratt_1.25.11 Sarah Carratt_2.10.11 Sarah Carratt_3.1.11
Sarah Carratt_1.27.11 Sarah Carratt_2.15.11 Sarah Carratt_3.3.11
Sarah Carratt_2.1.11 Sarah Carratt_2.17.11 Sarah Carratt_3.8.11

Internal Links

BIOL398-01/S11:Assignments BIOL398-01/S11:People BIOL398-01/S11:Sarah Carratt