Epidermal Wound Healing: A Mathematical Model

Size: px
Start display at page:

Download "Epidermal Wound Healing: A Mathematical Model"

Transcription

1 Epidermal Wound Healing: A Mathematical Model Abi Martinez, Sirena Van Epp, Jesse Kreger April 16,

2 Contents 1 Wound Healing History 3 2 Biology of Epidermal Wound Healing 4 3 Mathematical Model of Epidermal Wound Healing 6 4 Numerical Solution for the Epidermal Wound Repair Model 9 5 Simplified System of Ordinary Differential Equations 12 6 Clinical Implications 14 2

3 1 Wound Healing History Many different methods for treating epidermal wounds have been recorded throughout history. Records of deep wounds that do not reach the bones have been documented in ancient Egypt as early as 2500 B.C. Both the descriptions and treatments of such wounds are spelled out in hieroglyphics. In ancient Rome, Emperor Nero (37 A.D to 68 A.D.), is said to have had his mother Agrippina murdered by stabbing. Nero then proceeded to examine her corpse over a glass of wine. One of the most influential and advanced surgeons, Galen (129 A.D-216 A.D.) helped pave the way for anatomy and physiology to develop. Galen would dissect corpses and study the human body. He was interested in uncovering the internal organs and their functions. Galen built upon Aristotle s pluralistic theory. That is, Aristotle claimed that there were four elements, fire, earth, water, and air. Galen thought that these four elements were manifested in the human body as yellow bile, black bile, water, and phlegm respectively. Galen wrote about all of his findings and theories in four books, which anyone with even the most basic medical background could understand. After Galen, not many surgeons or physicians were inclined to study the body further, since they believed it would be arrogant to think they could learn more than the great Galen. However, Henri de Mondeville who lived during the Middle Ages threw out that notion stating that God did not use all of his powers on Galen. Mondeville completely changed the surgical process in the Middle Ages. His methods for addressing wounds were much more modern than Galen s processes. Mondeville s methods included cleaning a wound without probing it, dressing it with nonirritating dressings, and closing the wound for faster healing. He also developed other surgical methods including a method for replacing lost virginity. Mondeville s ideas really paved the way for a more modern understanding of the human body. 3

4 2 Biology of Epidermal Wound Healing The epidermis is the outermost layer of cells in the skin. The epidermis is extremely thin at an average of mm thick. Later in our model, we will approximate the epidermis/wound to be two dimensional. This is because the diameter of the wound will be much larger relative to the mm thickness of the skin. Epidermal wound healing consists of three main stages, inflammation, wound closing, and remodeling. Before the first stage starts, platelets (blood cells) and fibrin (protein involved with the clotting of the blood) gather at the wound and clot together so that the wound does not continue to bleed. Platelets are able to aggregate in a certain area and stick together due to the sticky fibrin proteins on their cell membranes. A low platelet count is dangerous because without enough of them, a wound can continue to bleed without anything stopping it. Once this processes is complete, a signal is released to start the stages of healing. During inflammation, the platelets release a number of substances, one of them being a soluble solution, pus that contains PMNs which are a type of phagocyte. Phagocytes are cells that ingest the debris and bacteria in the wound. They are the first responders to the wound. Once the PMNs have had a chance to do their job, macrophages move into the site to clear up the used phagocytes. The macrophages also secret growth factors. Growth factors stimulate the cells around the wound to increase their rate of mitosis with the use of activators and inhibitors. (Mitosis is the division of cells, essentially how cells reproduce). Other substances released by the platelets increase cell migration to the wound area. The main goal of inflammation is to remove any harmful substances from the wound and prepare the wound for full healing. However, if inflammation lasts too long, the tissue near and around the wound can become damaged. As long as there is debris in the wound, inflammation will continue to run. This is why it is important to keep a wound clean until the platelets have had the chance to form over the wound and protect it from the environment around it. Towards the end of the inflammation stage and the beginning of wound closing, fibroblasts move into the wound site. Fibroblasts are the most common connective tissues in animals. These are the cells that will migrate and multiply to heal the wound. They lay down collagen, which is what strengthens the area around the wound replacing the clot formed by platelets. During migration, some of the cells spread across the wound while the edges of the wound contract. At first, there is no immediate increase of cell mitosis and the cells continue to divide at a normal rate. Once the cells are done migrating to the site however, then the mitotic activity increases at the edges of the wound to about 15 times the normal rate. It is important to understand that the wound area becomes a barren surface area but the other areas around the wound stay at normal conditions. It is only on the edges of the wound where anything happens. Once the cells around the wound have multiplied, the new cells/epidermis can migrate over the wound to close it. Once stage two is complete, the purpose of remodeling is to fix the originally disorganized healing that happened in stage two. The collagen that was originally hastily laid down is rearranged and aligned along tension lines, i.e. rearranged to look like the skin that was there before the wound. Basically, a new skin layer forms over the healed wound returning the area back to its original state. 4

5 The biology section of epidermal wound healing will conclude with the difference between the activator and inhibitor chemicals, which will be the most important later in the paper. When an epidermal wound occurs and the cells migrate to surround the wound, increased levels of the activator chemical are released to catalyze mitotic generation (increase the rate of mitosis). However, cell reproduction cannot indefinitely increase, which is why the inhibitory chemical is necessary. The inhibitory chemical completely shuts off a cell s ability to perform mitosis. As the chemical moves around, it slowly affects more cells. 5

6 3 Mathematical Model of Epidermal Wound Healing We begin our model based on the biology and a model that according to Sherratt and Murray has tested well with experiments. It is based on two conservation equations, one for cell density and one for concentration of the mitosis regulating chemical. It is impossible to write just one differential equation that is a successful approximation of an epidermal wound healing model. The simplest model that can be made requires the two differential equations below. These two starting equations in word form are: rate of change of cell density, n = cell migration + mitotic generation natural loss (1) rate of increase of chemical concentration, c = diffusion of c + production of c by cells decay of active chemical (2) To create the mathematical model, consider what each of those terms will look like. Note that cell density is n and the chemical concentration is c. The first term of (1) which models the cell migration is modeled by D 2 n. D is a diffusion constant and 2 is the Laplacian operator commonly used to model diffusion and cell migration. This can be represented mathematically as follows: D 2 n = D( )n ( δ = D δx + δ ) ( δ δy + ( ) δ 2 = D δx + δ2 2 δy + n 2 = D(n xx + n yy + ) = Dn xx + Dn yy + δx + δ δy + where x, y,... are the spatial variables. In this paper we are approximating the wounds as two dimensional shapes and thus we will only have two spatial variables. The second term of (1) which models the mitotic generation of cells is a very complicated biological model. To begin to understand this term, Sherratt and Murray introduced s(c) which is a function of chemical concentration c. We have that s(c) is quantitatively different based on the activator or inhibitor chemical. In the unwounded condition, represented by c 0 and n 0, we need that s(c 0 ) = k where k is the linear mitotic rate. This is because in the unwounded state we have that mitotic generation - ) ) natural loss =kn (2 nn0 kn = kn (1 nn0 which is in the form of the logistic growth model ) as desired. So we will model the mitotic generation term with s(c)n (2 nn0 where s(c) depends on the activator or the inhibitor chemical. 6 ) n

7 The third term of (1) which models the natural loss of cells is needed because epidermal skin cells are constantly shedding. This term will be proportional to n, so it is modeled with kn where k is a positive parameter. The first term of (2) which models the diffusion of the chemical concentration, is modeled by D c 2 c. D c is a diffusion constant and 2 is the Laplacian operator commonly used to model diffusion and cell migration. Similarly to above, we have that D c 2 c = Dc xx + Dc yy. The second term of (2) which models the production of c (c is the mitosis regulating chemical) depends on whether c activates or inhibits mitosis. We will model the production of c by the function f(n). The function f(n) must satisfy the properties: with no cells there will be no production of c and thus f(0) = 0 and also that in the unwounded condition there is no chemical in the first place, and thus f(n 0 ) = λc 0 to cancel out the decay of the active chemical. We have that: for the activator of mitosis and f(n) = λc 0 n n 0 ( ) n α 2 n 2 + α 2 for the inhibitor of mitosis. f(n) = λc 0 n 0 In both models, we have f(0) = 0 and f(n 0 ) = λc 0 as desired. We have also introduced the positive parameter α, which relates to the maximum rate of chemical production. This is because when n = α, f(n) will achieve its maximum. This can be shown using ( basic calculus. ) We ( have that ) the derivate ( of f) with ( respect to n is: f (n) = 1 n 2 λc 0 +α 2 n o n 0 + λc n 2 +α 2 0 n 0 n2 0 +α2 1 n 2 2n = λc 0 +α 2 (n 2 +α 2 ) 2 o n 0 1 ). 2n2 n 2 +α 2 n 2 +α 2 ( Setting this equal to 0 we obtain that 1 2n2 = 0 and then α 2 n 2 = 0, and n n 2 +α 2 ) thus α = n is a critical value. Using the first derivative test we can see that (α, f(α)) is indeed a maximum. The third term of (2) which models the decay of the active chemical should follow the laws of first order kinetics and thus look like λc where λ is a positive rate constant. Now that we have all of the terms, we can represent the two main equations mathematically. They are as follows: ) δn δt = D 2 n + s(c) (2 nn0 kn (3) δc δt = D c 2 c + f(n) λc (4) with initial conditions n = c = 0 at t = 0 inside the wound domain and boundary conditions n = n 0, c = c 0 on the wound boundary for all t. Please note that in this paper we will be 7

8 considering epidermal wounds that are circular in shape. 8

9 4 Numerical Solution for the Epidermal Wound Repair Model Sherratt and Murray solved the system numerically in a radially symmetric geometry. The following figure illustrates the solutions along with experimental values Sherratt and Murray acquired. Figure 1: The decrease in wound radius with time for normal healing of a circular wound, with time expressed as a percentage of total healing time In Figure 1, the solid line denotes the activator mechanism and the dotted line denotes the inhibitor mechanism. Note, this is the case with no epidermal contraction and the model solutions have wounds of one centimeter diameters. The values for the activator mechanism are as follows: D = D c = 0.45 λ = 30 α = 0.1 9

10 Those for the inhibitor mechanism are: D = 10 4 D c = 0.85 λ = 5 The points shown in Figure 1 represent values obtained during several different experiments. As you can see, the solutions compare well with the experimental data. In the solutions, the change in wound radius with respect to time was recorded. Sherratt and Murray considered the wound healed when the cell density reached 80%. Although 80% is an arbitrary number, it will not significantly alter the results since solutions have traveling wave forms (elaborated in following section). Sherratt and Murray also plotted n and c against r over equally spaced times. This can be seen in Figure 2. These solutions demonstrate two phases, a lag phase and a linear phase. The speed of the linear phase can be calculated from Figure 2 below. For example, for a wound radius of 0.5cm, the dimensional wavespeeds are mmh 1 for the activator and mmh 1 for the inhibitor. Comparing the two solutions demonstrates very little difference between the inhibitor and activator mechanisms. However, there is a difference in wound healing time in the two mechanisms due to the traveling wave solutions discussed in the next section. 10

11 Figure 2: Cell density n and chemical concentration c as a function of radius r at a selection of equally spaced times. (a) Biochemical activation of mitosis with parameter values D = , D c = 0.45, λ = 30, α = 0.1; (b) biochemical inhibition of mitosis with parameter D = 10 4, D c = 0.85, λ = 5. (From Sherratt and Murray 1990, 1991) 11

12 5 Simplified System of Ordinary Differential Equations In this section, Murray considers the possibility of traveling waves solutions to the partial differential equations model given by equations (3) and (4). To simplify the model we will assume that z = x + at where a is the wavespeed. We now have that n(x, t) = N(z) and c(x, t) = C(z) and thus the partial differential equations model becomes a coupled system of ordinary differential equations given by: an = DN + s(c)n(2 N) N (5) ac = D c C + λg(n) λc (6) with biologically appropriate initial conditions of N( ) = C( ) = 0, N( ) = C( ) = 1, N (± ) = C (± ) = 0. To analyze this system of ordinary differential equations, consider the approximation of D = 0. This seems like a reasonable approximation as it was previously found that D 10 4 for both the activator and inhibitor. This reduces the system to: with the same initial conditions. N = N a + 1 s(c)n(2 N) (7) a C = a D c C + λ D c C λ D c g(n) (8) Murray and Sherratt solved this system again using numerical methods including phase space analysis and a regular perturbation method. They found that the solutions for both the activator and the inhibitor closely with the numerical solution to the system of partial differential equations in the previous section. Thus they concluded that the approximations were both helpful and safe approximations to use to simplify the mathematics involved. Figure 3 on the following page are plots of how the numerical solutions stacked up against each other. The top two graphs correspond to the model for the activator. The independent variable is the radius of the wound and the dependent variable is the cell density and chemical concentration respectively. Similarly, the bottom two graphs represent the model for the inhibitor. The independent variable is the radius of the wound and the dependent variable is the cell density and the chemical concentration respectively. The solid curve in each graph is the numerical solution to the partial differential equation model, whereas the dotted curve is the numerical solution to the simplified ordinary differential equation model with the approximations outlined in this section. As we can see from analysis of the graphs, the two different solution techniques generally match up very closely. 12

13 Figure 3: Comparison of Different Numerical Solutions 13

14 6 Clinical Implications Our previous model focuses on the chemical autoregulation of cell division. However, Sherratt and Murray also wanted to investigate the effect of applying additional quantities of mitosisregulating chemicals. Originally, they added a chemical concentration to the wound so high that they believed the experiment would be unrealistic. They found that this had no affect on the wound whatsoever. They then experimented by gradually releasing different rates of regulatory chemicals into the wounds by applying a dressing over the wound. By doing this, they were adding a constant term c dress to the right-hand side of the c-equation. The results are shown in Figure 4 below: Figure 4: Epidermal Wound Healing Though the results weren t fully quantitative and mostly qualitative, the results of the gradually released chemicals still showed significant results. The results showed that the higher c dress was, the faster the wound would heal. Basically, the faster the mitosis-regulating chemicals were released, the time it took for activators to be released decreased and the time it took for inhibitors to be released increased. The cells were signaled to start mitosis earlier and told to stop dividing later. For simplicity, only circular wounds were considered above. However, the model can be applied to any initial wound. Actually one of the original aims of the model was to see if and how the shape of a wound affected healing. The following function represents the boundaries of cusp-ovate wounds: 14

15 f shape (x, α) = 1 2 where 1 < α < 1. ( ) [ 1 sign(α) (1 + 1α ) ( x + 1 α 2 2 2α 1 ) ] Results showed that as α 1, the wound would be cusp shaped. When α = 0 the wound was a diamond, and when α > 0 the wound was oval shaped. Figure 5 shows different examples of different wounds shapes based on their α value. The different values of α, and therefore the different shapes of wounds, and the affect on healing time can be seen in Figure 6. It seems that the most ideal shape of wound is an oval or cusp because it heals the fastest. We can may come to this conclusion by evaluating the information given in Figure 6. Going back to the c dress experiment from above, wounds healed faster when the activators were signaled sooner and inhibitors were signaled later. Looking at Figure 6 we can see that the value of α changes the healing time based on mitosis-regulating activators and inhibitors. When the value of α is greater than zero and approaches 1, the difference between activators and inhibitors grows, therefore speeding up the time of healing. So again, when α > 0 and α 1, the wound is oval or cusp shaped and according to Figure 6 is the fastest healing shaped wound. Figure 5: Noncircular Epidermal Wounds 15

16 Figure 6: Healing time vs. α value References [1] Boylan, Michael. Internet Encyclopedia of Philosophy. Galen. Internet Encyclopedia of Philosophy, n.d. Web. 08 Apr [2] D Epiro, Peter. Second Century. The Book of Firsts: 150 World-Changing People and Events, from Caesar Augustus to the Internet. New York: Anchor, Print. [3] Epidermal Wound Healing. Boundless, n.d. Web. 29 Mar epidermal-wound-healing/. [4] Galen. Galen. University of Dayton, n.d. Web. 08 Apr hume/galen/galen.htm. [5] Murray, J. D. Spatial Models and Biomedical Applications 2 2. Spatial Models and Biomedical Applications 2 2. N.p., n.d. Web. [6] Orgil, Denis, and Carlos Blanco. Biomaterials for Treating Skin Loss. Florida: Woodhead Publishing Limited, Print. 16

On mathematical modeling of epidermal wound healing

On mathematical modeling of epidermal wound healing On mathematical modeling of epidermal wound healing Jesse Kreger (Occidental College) November 16, 2015 Abstract In this paper we investigate two mathematical models of epidermal wound healing. The initial

More information

UNCORRECTED PROOF. A simplified model for growth factor induced healing of wounds ARTICLE IN PRESS. F.J. Vermolen a,, E. van Baaren a, J.A.

UNCORRECTED PROOF. A simplified model for growth factor induced healing of wounds ARTICLE IN PRESS. F.J. Vermolen a,, E. van Baaren a, J.A. + Model pp. (col. fig: NIL) Mathematical and Computer Modelling xx (xxxx) xxx xxx www.elsevier.com/locate/mcm A simplified model for growth factor induced healing of wounds F.J. Vermolen a,, E. van Baaren

More information

M U LT I C E L L U L A R O R G A N I Z AT I O N

M U LT I C E L L U L A R O R G A N I Z AT I O N LESSON 6 M U LT I C E L L U L A R O R G A N I Z AT I O N LEVELS OF ORGANIZATION Multicellular organisms have five levels of cellular organization Cells-} Tissues-} Organs-} Organ System-} Organism LEVELS

More information

Biology Test Review Science 8

Biology Test Review Science 8 Biology Test Review Science 8 Introduction to Cells, Tissues, Organs and Systems 304-7 Explain structural and functional relationships between and among cells, tissues, organs and systems in the human

More information

Lecture 15: Biological Waves

Lecture 15: Biological Waves Lecture 15: Biological Waves Jonathan A. Sherratt Contents 1 Wave Fronts I: Modelling Epidermal Wound Healing 2 1.1 Epidermal Wound Healing....................... 2 1.2 A Mathematical Model.........................

More information

16 The Cell Cycle. Chapter Outline The Eukaryotic Cell Cycle Regulators of Cell Cycle Progression The Events of M Phase Meiosis and Fertilization

16 The Cell Cycle. Chapter Outline The Eukaryotic Cell Cycle Regulators of Cell Cycle Progression The Events of M Phase Meiosis and Fertilization The Cell Cycle 16 The Cell Cycle Chapter Outline The Eukaryotic Cell Cycle Regulators of Cell Cycle Progression The Events of M Phase Meiosis and Fertilization Introduction Self-reproduction is perhaps

More information

SNC2D BIOLOGY 3/17/2013. TISSUES, ORGANS & SYSTEMS OF L The Importance of Cell Division (P.26-27) The Importance of Cell Division

SNC2D BIOLOGY 3/17/2013. TISSUES, ORGANS & SYSTEMS OF L The Importance of Cell Division (P.26-27) The Importance of Cell Division SNC2D BIOLOGY TISSUES, ORGANS & SYSTEMS OF L The Importance of Cell Division (P.26-27) The Importance of Cell Division You began life as a single fertilized cell. Now your body is made up of trillions

More information

Evolution 1 Star. 6. The different tools used during the beaks of finches lab represented. A. feeding adaptations in finches

Evolution 1 Star. 6. The different tools used during the beaks of finches lab represented. A. feeding adaptations in finches Name: Date: 1. ccording to modern evolutionary theory, genes responsible for new traits that help a species survive in a particular environment will usually. not change in frequency. decrease gradually

More information

3.a.2- Cell Cycle and Meiosis

3.a.2- Cell Cycle and Meiosis Big Idea 3: Living systems store, retrieve, transmit and respond to information essential to life processes. 3.a.2- Cell Cycle and Meiosis EU 3.A: Heritable information provides for continuity of life.

More information

Answer Key. Cell Growth and Division

Answer Key. Cell Growth and Division Cell Growth and Division Answer Key SECTION 1. THE CELL CYCLE Cell Cycle: (1) Gap1 (G 1): cells grow, carry out normal functions, and copy their organelles. (2) Synthesis (S): cells replicate DNA. (3)

More information

Cell Biology. AQA Biology topic 1

Cell Biology. AQA Biology topic 1 Cell Biology AQA Biology topic 1 1.1 Cell Structure Plant and Animal cells (eukaryotic cells) Eukaryotic cells have these features: 1) Cytoplasm 2) Genetic material within a nucleus 3) Cell Membrane Typical

More information

2. Cell Growth and Reproduction

2. Cell Growth and Reproduction Name: Date: 2. Cell Growth and Reproduction. S1-1-01 Illustrate and explain the process of mitotic cell division in plants and animals. Include: chromosomes, mitosis, cytoplasmic division, cell cycle.

More information

MITOCW MITRES18_005S10_DiffEqnsGrowth_300k_512kb-mp4

MITOCW MITRES18_005S10_DiffEqnsGrowth_300k_512kb-mp4 MITOCW MITRES18_005S10_DiffEqnsGrowth_300k_512kb-mp4 GILBERT STRANG: OK, today is about differential equations. That's where calculus really is applied. And these will be equations that describe growth.

More information

Haveouts Guided Notes Pen/pencil CAV Card Do First in Handout

Haveouts Guided Notes Pen/pencil CAV Card Do First in Handout Haveouts Guided Notes Pen/pencil CAV Card Do First in Handout Do First: Answer in your DFAD Answer the questions are in your Guided Notes, no DFAD this week. You have 4 mins. Thursday, February 15 th is

More information

OKCPS-7th Grade Oklahoma Academic Standards and PASS (2011) Correlation

OKCPS-7th Grade Oklahoma Academic Standards and PASS (2011) Correlation This tool serves to help us analyze the gaps in our curriculum as we move to the new standards. The 8th grade OCCT ideal percentage of items aids in the vertical alignment to inform pacing that allows

More information

A Model for Integrin Binding in Cells

A Model for Integrin Binding in Cells A Model for Integrin Binding in Cells By: Kara Huyett Advisor: Doctor Stolarska 31 st of August, 2015 Cell movement, and cell crawling in particular, has implications in various biological phenomena. For

More information

I. Specialization. II. Autonomous signals

I. Specialization. II. Autonomous signals Multicellularity Up to this point in the class we have been discussing individual cells, or, at most, populations of individual cells. But some interesting life forms (for example, humans) consist not

More information

Intermediate Algebra. Gregg Waterman Oregon Institute of Technology

Intermediate Algebra. Gregg Waterman Oregon Institute of Technology Intermediate Algebra Gregg Waterman Oregon Institute of Technology c 207 Gregg Waterman This work is licensed under the Creative Commons Attribution 4.0 International license. The essence of the license

More information

http://radicalart.info/physics/vacuum/index.html The Scientific Revolution In the 1500s and 1600s the Scientific Revolution changed the way Europeans looked at the world. People began to make conclusions

More information

2-4 Chemical Reactions and Enzymes

2-4 Chemical Reactions and Enzymes 2-4 Chemical Reactions and Enzymes Living things, as you have seen, are made up of chemical compounds-some simple and some complex. But chemistry isn t just what life is made of-chemistry is also what

More information

Keystone Exams: Biology Assessment Anchors and Eligible Content. Pennsylvania Department of Education

Keystone Exams: Biology Assessment Anchors and Eligible Content. Pennsylvania Department of Education Assessment Anchors and Pennsylvania Department of Education www.education.state.pa.us 2010 PENNSYLVANIA DEPARTMENT OF EDUCATION General Introduction to the Keystone Exam Assessment Anchors Introduction

More information

Cells The Units of Life

Cells The Units of Life Before You Read Before you read the chapter, respond to these statements. Write an A if you agree with the statement. Write a D if you disagree with the statement. Before You Read Bacteria are the smallest

More information

Mitosis. Meiosis MP3. Why do cells divide? Why Do Cells Need To Divide? Vocab List Chapter 10 & 11. What has to happen before a cell divides? divides?

Mitosis. Meiosis MP3. Why do cells divide? Why Do Cells Need To Divide? Vocab List Chapter 10 & 11. What has to happen before a cell divides? divides? MP3 Vocab List Chapter 10 & 11 Mitosis Anaphase Mitosis Cell Cycle Telophase Cytokinesis Cell Division Metaphase 4 Daughter Cells Prophase Meiosis Diploid Somatic Cells Interphase Haploid Parent Cell Gametes

More information

Revolution and Enlightenment. The scientific revolution

Revolution and Enlightenment. The scientific revolution Revolution and Enlightenment The scientific revolution Background in Revolution In the middle ages, educated europeans relied on ancient authorities like Aristotle for scientific knowledge. By the 15th

More information

Section Objectives: Recognize some possible benefits from studying biology. Summarize the characteristics of living things.

Section Objectives: Recognize some possible benefits from studying biology. Summarize the characteristics of living things. Section Objectives: Recognize some possible benefits from studying biology. Summarize the characteristics of living things. The Science of Biology The concepts, principles, and theories that allow people

More information

Grade Level: AP Biology may be taken in grades 11 or 12.

Grade Level: AP Biology may be taken in grades 11 or 12. ADVANCEMENT PLACEMENT BIOLOGY COURSE SYLLABUS MRS. ANGELA FARRONATO Grade Level: AP Biology may be taken in grades 11 or 12. Course Overview: This course is designed to cover all of the material included

More information

Study Guide A. Answer Key. Cell Growth and Division. SECTION 1. THE CELL CYCLE 1. a; d; b; c 2. gaps 3. c and d 4. c 5. b and d 6.

Study Guide A. Answer Key. Cell Growth and Division. SECTION 1. THE CELL CYCLE 1. a; d; b; c 2. gaps 3. c and d 4. c 5. b and d 6. Cell Growth and Division Answer Key SECTION 1. THE CELL CYCLE 1. a; d; b; c 2. gaps 3. c and d 4. c 5. b and d 6. G 1 7. G 0 8. c 9. faster; too large 10. volume 11. a and b 12. repeating pattern or repetition

More information

BRICK TOWNSHIP PUBLIC SCHOOLS SCIENCE CURRICULUM. Content Area: Middle School Science. Grade Level: Eighth Grade. 45 Days. 45 Days. 45 Days.

BRICK TOWNSHIP PUBLIC SCHOOLS SCIENCE CURRICULUM. Content Area: Middle School Science. Grade Level: Eighth Grade. 45 Days. 45 Days. 45 Days. Content Area: Middle School Science Grade Level: BRICK TOWNSHIP PUBLIC SCHOOLS SCIENCE CURRICULUM Unit Timeframe Unit 1: Structure and Properties of Matter 45 Days Unit 2: Chemical Reactions 45 Days Unit

More information

Evolution Notes Darwin and His Ideas

Evolution Notes Darwin and His Ideas Evolution Notes Darwin and His Ideas Charles Darwin Charles Darwin was born in 1809 (on the same day as Abraham Lincoln) In Darwin s day, scientists were just starting to come around to the idea the Earth

More information

Use of reason, mathematics, and technology to understand the physical universe. SCIENTIFIC REVOLUTION

Use of reason, mathematics, and technology to understand the physical universe. SCIENTIFIC REVOLUTION Use of reason, mathematics, and technology to understand the physical universe. SCIENTIFIC REVOLUTION Background Info Scientific rev gradually overturned centuries of scientific ideas Medieval scientists

More information

04/05/2017. Cell Biology. AQA 2016 Syllabus

04/05/2017. Cell Biology. AQA 2016 Syllabus Cell Biology AQA 2016 Syllabus 1.1 Cell Structure Plant and Animal cells (eukaryotic cells) Eukaryotic cells have these features: 1) Cytoplasm 2) Genetic material within a nucleus 3) Cell Membrane Typical

More information

cycle & cell the division

cycle & cell the division the cycle & celldivision the cell cycle Most cells in an organism go through a cycle of growth, development, and division called the cell cycle. The cell cycle makes it possible for organisms to grow and

More information

7-8 Using Exponential and Logarithmic Functions

7-8 Using Exponential and Logarithmic Functions 1. PALEONTOLOGY The half-life of Potassium-40 is about 1.25 billion years. a. Determine the value of k and the equation of decay for Potassium-40. b. A specimen currently contains 36 milligrams of Potassium-40.

More information

Introduction to Biology Lecture 1

Introduction to Biology Lecture 1 Introduction to Biology Lecture 1 Aspects of Science Science has two aspects. It is both (1) a body of knowledge and (2) a method used for discovering new knowledge. What is biology? The word biology comes

More information

Learning Objective. Chapter 1: Introduction to Biology. Class Exercise: What does it mean to be living? Properties of Life

Learning Objective. Chapter 1: Introduction to Biology. Class Exercise: What does it mean to be living? Properties of Life 1 2 Introduction to Biology Learning Objective Chapter 1: Introduction to Biology Describe the properties and levels of organization of living things 1.1: Themes and Concepts of Biology 1.2: The Process

More information

A A A A B B1

A A A A B B1 LEARNING OBJECTIVES FOR EACH BIG IDEA WITH ASSOCIATED SCIENCE PRACTICES AND ESSENTIAL KNOWLEDGE Learning Objectives will be the target for AP Biology exam questions Learning Objectives Sci Prac Es Knowl

More information

method/ BELLRINGER

method/ BELLRINGER https://www.flocabulary.com/scientific method/ BELLRINGER USE this to fill in the top paragraph of the notes sheet I just gave you! While Europeans were exploring and colonizing the world, other Europeans

More information

Chapter 9 Active Reading Guide The Cell Cycle

Chapter 9 Active Reading Guide The Cell Cycle Name: AP Biology Mr. Croft Chapter 9 Active Reading Guide The Cell Cycle 1. Give an example of the three key roles of cell division. Key Role Reproduction Example Growth and Development Tissue Renewal

More information

MITOCW enzyme_kinetics

MITOCW enzyme_kinetics MITOCW enzyme_kinetics In beer and wine production, enzymes in yeast aid the conversion of sugar into ethanol. Enzymes are used in cheese-making to degrade proteins in milk, changing their solubility,

More information

Cells & Cell Division

Cells & Cell Division Cells & Cell Division An informative presentation by your wacky science teacher! LG4: Explain basic principles of HEREDITY, including CELL DIVISION (MITOSIS & MEIOSIS). A Question.. What do you, an ant,

More information

Conservation and dissipation principles for PDEs

Conservation and dissipation principles for PDEs Conservation and dissipation principles for PDEs Modeling through conservation laws The notion of conservation - of number, energy, mass, momentum - is a fundamental principle that can be used to derive

More information

Other Organisms (Part 3)

Other Organisms (Part 3) Name: Hour: Teacher: ROZEMA Biology Evolution Unit Addie Bacteria Other Organisms (Part 3) Let s Review What We Know So Far: Natural Selection is There are differences between the Junco birds that live

More information

Plant and animal cells (eukaryotic cells) have a cell membrane, cytoplasm and genetic material enclosed in a nucleus.

Plant and animal cells (eukaryotic cells) have a cell membrane, cytoplasm and genetic material enclosed in a nucleus. 4.1 Cell biology Cells are the basic unit of all forms of life. In this section we explore how structural differences between types of cells enables them to perform specific functions within the organism.

More information

Bio 449 Fall Exam points total Multiple choice. As with any test, choose the best answer in each case. Each question is 3 points.

Bio 449 Fall Exam points total Multiple choice. As with any test, choose the best answer in each case. Each question is 3 points. Name: Exam 1 100 points total Multiple choice. As with any test, choose the best answer in each case. Each question is 3 points. 1. The term internal environment, as coined by Clause Bernard, is best defined

More information

4. Which of the following organelles digests waste using hydrolytic enzymes:

4. Which of the following organelles digests waste using hydrolytic enzymes: Multichoice questions section. You must answer ALL questions. 1. A cell contains many organelles, each of which has a specific function. What is function of mitochondria? a) production of plasma membrane

More information

Name Date Class. radiate in all directions, carrying some of the. of plate boundaries have different usual patterns of.

Name Date Class. radiate in all directions, carrying some of the. of plate boundaries have different usual patterns of. Chapter Outline Earthquakes CHAPTER 6 Lesson 1: Earthquakes and Plate Boundaries A. What is an earthquake? 1. A(n) is the rupture and sudden movement of rocks along a fault. A fault is a fracture surface

More information

Biology Lecture Schedule SPRING; Sec # Steven A. Fink; Instructor SPRING 2015 MSA 005 Phone: (310)

Biology Lecture Schedule SPRING; Sec # Steven A. Fink; Instructor SPRING 2015 MSA 005 Phone: (310) Biology Lecture Schedule SPRING; Sec #0398 1 Steven A. Fink; Instructor SPRING 2015 MSA 005 Phone: (310) 287-4234 MW 1:00-2:25 e-mail: FinkS@wlac.edu sec. #0398 web site: www.professorfink.com OFFICE HOURS:

More information

Scientific Revolution

Scientific Revolution Chapter 8 Scientific Rev Page 1 Scientific Revolution Monday, October 31, 2005 11:02 Background "Intellectual Revolution" 17th century age of genius About Ideas, not technology Science before the Scientific

More information

1 Propositional Logic

1 Propositional Logic CS 2800, Logic and Computation Propositional Logic Lectures Pete Manolios Version: 384 Spring 2011 1 Propositional Logic The study of logic was initiated by the ancient Greeks, who were concerned with

More information

2. The development of revolutionized the of life.

2. The development of revolutionized the of life. Science 10 Unit 7 Worksheet Chapter 15, Part 1. 1. Briefly describe the three main parts of cell theory: 2. The development of revolutionized the of life. 3. Individual cells need to take in to build and

More information

Radio Frequency Interactions with Medical Devices

Radio Frequency Interactions with Medical Devices Radio Frequency Interactions with Medical Devices Justin Peterson University of Western Ontario MBP 3970Z April 1, 2011 Introduction Magnetic Resonance Imaging (MRI) systems are an extremely important

More information

Variation of Traits. genetic variation: the measure of the differences among individuals within a population

Variation of Traits. genetic variation: the measure of the differences among individuals within a population Genetic variability is the measure of the differences among individuals within a population. Because some traits are more suited to certain environments, creating particular niches and fits, we know that

More information

Nerve cells have many branches that help them send signals throughout the body.

Nerve cells have many branches that help them send signals throughout the body. What is your body made of? You might say that you are made of atoms or cells. You might even say you are made of organs, like skin and a heart. These answers are all correct. Each focuses on a different

More information

Biology Unit Overview and Pacing Guide

Biology Unit Overview and Pacing Guide This document provides teachers with an overview of each unit in the Biology curriculum. The Curriculum Engine provides additional information including knowledge and performance learning targets, key

More information

5.1 Cell Division and the Cell Cycle

5.1 Cell Division and the Cell Cycle 5.1 Cell Division and the Cell Cycle Lesson Objectives Contrast cell division in prokaryotes and eukaryotes. Identify the phases of the eukaryotic cell cycle. Explain how the cell cycle is controlled.

More information

How to use this book. How the book is organised. Answering questions. Learning and using the terminology. Developing skills

How to use this book. How the book is organised. Answering questions. Learning and using the terminology. Developing skills How to use this book Welcome to the beginning of your Human and Social Biology course! We hope that you really enjoy your course, and that this book will help you to understand your work, and to do well

More information

Plant and animal cells (eukaryotic cells) have a cell membrane, cytoplasm and genetic material enclosed in a nucleus.

Plant and animal cells (eukaryotic cells) have a cell membrane, cytoplasm and genetic material enclosed in a nucleus. 4.1 Cell biology Cells are the basic unit of all forms of life. In this section we explore how structural differences between types of cells enables them to perform specific functions within the organism.

More information

Grade Seven Science Focus on Life Sciences. Main Ideas in the Study of Cells

Grade Seven Science Focus on Life Sciences. Main Ideas in the Study of Cells Grade Seven Science Focus on Life Sciences Main Ideas in the Study of Cells Research is an effective way to develop a deeper understanding of challenging content. The following fill-in-the-blanks activity

More information

9/19/2016 CHAPTER 1: THE STUDY OF LIFE SECTION 1: INTRODUCTION TO THE SCIENCE OF LIFE BIOLOGY

9/19/2016 CHAPTER 1: THE STUDY OF LIFE SECTION 1: INTRODUCTION TO THE SCIENCE OF LIFE BIOLOGY CHAPTER 1: THE STUDY OF LIFE SECTION 1: INTRODUCTION TO BIOLOGY Ms. Diana THE SCIENCE OF LIFE Biology is the study of living things. In biology, you study the origins and history of life and once-living

More information

SIR MICHELANGELO REFALO CENTRE FOR FURTHER STUDIES VICTORIA GOZO

SIR MICHELANGELO REFALO CENTRE FOR FURTHER STUDIES VICTORIA GOZO SIR MICHELANGELO REFALO CENTRE FOR FURTHER STUDIES VICTORIA GOZO Half-Yearly Exam 2013 Subject: BIOLOGY Level: INT 1 st Yr Time: 2hrs Name: Course: Year: SECTION A: Answer ALL questions in this section

More information

Answers to Practice Items

Answers to Practice Items nswers to Practice Items Question 1 TEKS 4 This cell is a plant cell. It is a type of eukaryotic cell. This cell is an animal cell. It is a type of eukaryotic cell. This is a bacterium cell. This cell

More information

Differentials. In previous sections when you were taking the derivative of a function it was shown that the derivative notations f ( x)

Differentials. In previous sections when you were taking the derivative of a function it was shown that the derivative notations f ( x) Differentials This section will show how differentials can be used for linear approximation, marginal analysis, and error estimation. In previous math courses you learned that the slope of a line is found

More information

4th Six Weeks Exam Review Cell Structure and Function

4th Six Weeks Exam Review Cell Structure and Function Mrs. Keadle H Science 4th Six Weeks Exam Review Questions for your 4th six weeks exam will be similar to these questions. Make sure you understand the question and why the answer reviewed is correct. The

More information

How many lessons is it?

How many lessons is it? Science Unit Learning Summary Content Eukaryotes and Prokaryotes Cells are the basic unit of all life forms. A eukaryotic cell contains genetic material enclosed within a nucleus. Plant and animal cells

More information

EVOLUTIONARY THEORY Evolution affects EVERY living thing All life is descended from the Original Life Form: Ur-slime DARWIN figured out how it could

EVOLUTIONARY THEORY Evolution affects EVERY living thing All life is descended from the Original Life Form: Ur-slime DARWIN figured out how it could EVOLUTIONARY THEORY Evolution affects EVERY living thing All life is descended from the Original Life Form: Ur-slime DARWIN figured out how it could happen Had 100 years of precedents Natural History Hobby

More information

PLANT Labs summary questions (30 pts)

PLANT Labs summary questions (30 pts) PLANT Labs summary questions (30 pts) 1. SEEDS--Without this part of the seed, the embryo has no food to grow before photosynthesis. a. seed coat b. embryo c. leaves d. cotyledon e. tap root 2. SEEDS--Which

More information

Biology Lecture Schedule FALL; Sec # Steven A. Fink; Instructor FALL 2013 MSA 005 Phone: (310)

Biology Lecture Schedule FALL; Sec # Steven A. Fink; Instructor FALL 2013 MSA 005 Phone: (310) Biology Lecture Schedule FALL; Sec #0396 1 Steven A. Fink; Instructor FALL 2013 MSA 005 Phone: (310) 287-4234 MW 1:00-2:25 e-mail: FinkS@wlac.edu sec. #0396 web site: www.professorfink.com OFFICE HOURS:

More information

7.6. Solve Problems Involving Exponential Growth and Decay. Tools

7.6. Solve Problems Involving Exponential Growth and Decay. Tools 7.6 Solve Problems Involving Exponential Growth and Decay Exponential relations and their graphs can be used to solve problems in science, medicine, and finance. The ability to analyse data and model it

More information

How much can they save? Try $1100 in groceries for only $40.

How much can they save? Try $1100 in groceries for only $40. It s Not New, It s Recycled Composition of Functions.4 LEARNING GOALS KEY TERM In this lesson, you will: Perform the composition of two functions graphically and algebraically. Use composition of functions

More information

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. ch 2 chemical basis of life Name SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Fill in the blank or provide a short answer: 1) When a change in matter

More information

Cell Division and Reproduction

Cell Division and Reproduction Cell Division and Reproduction What do you think this picture shows? If you guessed that it s a picture of two cells, you are right. In fact, the picture shows human cancer cells, and they are nearing

More information

Name: Date: Period: #: Chapter 1: Outline Notes What Does a Historian Do?

Name: Date: Period: #: Chapter 1: Outline Notes What Does a Historian Do? Name: Date: Period: #: Chapter 1: Outline Notes What Does a Historian Do? Lesson 1.1 What is History? I. Why Study History? A. History is the study of the of the past. History considers both the way things

More information

LABETTE COMMUNITY COLLEGE BRIEF SYLLABUS. ANATOMY AND PHYSIOLOGY, lecture and lab

LABETTE COMMUNITY COLLEGE BRIEF SYLLABUS. ANATOMY AND PHYSIOLOGY, lecture and lab LABETTE COMMUNITY COLLEGE BRIEF SYLLABUS SPECIAL NOTE: This brief syllabus is not intended to be a legal contract. A full syllabus will be distributed to students at the first class session. TEXT AND SUPPLEMENTARY

More information

Computational Structural Bioinformatics

Computational Structural Bioinformatics Computational Structural Bioinformatics ECS129 Instructor: Patrice Koehl http://koehllab.genomecenter.ucdavis.edu/teaching/ecs129 koehl@cs.ucdavis.edu Learning curve Math / CS Biology/ Chemistry Pre-requisite

More information

Enduring understanding 1.A: Change in the genetic makeup of a population over time is evolution.

Enduring understanding 1.A: Change in the genetic makeup of a population over time is evolution. The AP Biology course is designed to enable you to develop advanced inquiry and reasoning skills, such as designing a plan for collecting data, analyzing data, applying mathematical routines, and connecting

More information

1(a)(i) nucleus (1) (1) Answer Acceptable answers Mark. Answer Acceptable answers Mark. Answer Acceptable answers Mark

1(a)(i) nucleus (1) (1) Answer Acceptable answers Mark. Answer Acceptable answers Mark. Answer Acceptable answers Mark 1(a)(i) nucleus 1(a)(ii) C In DNA, the bases A - T are complementary 1(b) A definition including two of the following: a sperm fuses with egg / penetrates the egg nuclei/genetic information fuses /combines

More information

Cell Division (Outline)

Cell Division (Outline) Cell Division (Outline) 1. Overview of purpose and roles. Comparison of prokaryotic and eukaryotic chromosomes and relation between organelles and cell division. 2. Eukaryotic cell reproduction: asexual

More information

1. Which of these organelles are found only in plant cells? a) cell membranes c) mitochondria b) chloroplast d) ribosome

1. Which of these organelles are found only in plant cells? a) cell membranes c) mitochondria b) chloroplast d) ribosome BIOLOGY UNIT REVIEW SNC 2D PART A: KNOWLEDGE AND UNDERSTANDING 1. Which of these organelles are found only in plant cells? a) cell membranes c) mitochondria b) chloroplast d) ribosome 2. The replicated

More information

Cell Structure and Function

Cell Structure and Function Chapter 5 Cell Structure and Function Can you name something that you know exists even though you can t see it with your eyes? A drop of pond water has tiny swimming organisms and small bits of plant material,

More information

Chapter 6: Cell Growth and Reproduction Lesson 6.1: The Cell Cycle and Mitosis

Chapter 6: Cell Growth and Reproduction Lesson 6.1: The Cell Cycle and Mitosis Chapter 6: Cell Growth and Reproduction Lesson 6.1: The Cell Cycle and Mitosis No matter the type of cell, all cells come from preexisting cells through the process of cell division. The cell may be the

More information

AP Curriculum Framework with Learning Objectives

AP Curriculum Framework with Learning Objectives Big Ideas Big Idea 1: The process of evolution drives the diversity and unity of life. AP Curriculum Framework with Learning Objectives Understanding 1.A: Change in the genetic makeup of a population over

More information

Investigating Stomata

Investigating Stomata Investigating Stomata Learning Objectives: To be able to identify stomata and compare stomata on leaves of a plant To understand the function of stomata and the role they play in a plant To understand

More information

Living Things. perform a specific job in the body. Skin and lining of organs. Blood, bones, cartilage, fat. Brain and nerves

Living Things. perform a specific job in the body. Skin and lining of organs. Blood, bones, cartilage, fat. Brain and nerves Living Things Structure & Function BIG IDEA : All living things are made of cells A. Unicellular Organisms 1. Made of only one cell. 2. Examples paramecia, amoebas, bacteria B. Multicellular Organisms

More information

Chapter 16: Evolutionary Theory

Chapter 16: Evolutionary Theory Chapter 16: Evolutionary Theory Section 1: Developing a Theory Evolution: Artificial Selection: Evolution: I. A Theory to Explain Change Over Time B. Charles Darwin C. Theory: D. Modern evolutionary theory

More information

It helps scientists understand the workings of the human body and of other animals and plants

It helps scientists understand the workings of the human body and of other animals and plants Science 8 Unit 1 Worksheet Chapter 1 Cells Online resources: Click on Chapter 1 at the site below. http://www.nelson.com/bcscienceprobe8/student/weblinks.html Chapter 1.1 1. Organism is another word used

More information

Unravelling the biochemical reaction kinetics from time-series data

Unravelling the biochemical reaction kinetics from time-series data Unravelling the biochemical reaction kinetics from time-series data Santiago Schnell Indiana University School of Informatics and Biocomplexity Institute Email: schnell@indiana.edu WWW: http://www.informatics.indiana.edu/schnell

More information

Map of AP-Aligned Bio-Rad Kits with Learning Objectives

Map of AP-Aligned Bio-Rad Kits with Learning Objectives Map of AP-Aligned Bio-Rad Kits with Learning Objectives Cover more than one AP Biology Big Idea with these AP-aligned Bio-Rad kits. Big Idea 1 Big Idea 2 Big Idea 3 Big Idea 4 ThINQ! pglo Transformation

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction Genetics Physiology Ecology Behavior Evolution History of Physiology ancient Greek physis = "nature, origin ; logia, = "study of" Hippocrates (460-370 BC) 420 BC Hippocratic School

More information

Biological Pathways Representation by Petri Nets and extension

Biological Pathways Representation by Petri Nets and extension Biological Pathways Representation by and extensions December 6, 2006 Biological Pathways Representation by and extension 1 The cell Pathways 2 Definitions 3 4 Biological Pathways Representation by and

More information

5.1. Cells have distinct phases of growth, reproduction, and normal functions. G 1. Cell Growth and Division CHAPTER 5 THE CELL CYCLE KEY CONCEPT

5.1. Cells have distinct phases of growth, reproduction, and normal functions. G 1. Cell Growth and Division CHAPTER 5 THE CELL CYCLE KEY CONCEPT SECTION 5.1 THE CELL CYCLE Study Guide KEY CONCEPT Cells have distinct phases of growth, reproduction, and normal functions. VOCABULARY cell cycle mitosis cytokinesis The cell cycle has four main stages.

More information

How the Greeks Used Geometry to Understand the Stars

How the Greeks Used Geometry to Understand the Stars previous index next How the Greeks Used Geometry to Understand the Stars Michael Fowler, University of Virginia 9/16/2008 Crystal Spheres: Plato, Eudoxus, Aristotle Plato, with his belief that the world

More information

Standards A complete list of the standards covered by this lesson is included in the Appendix at the end of the lesson.

Standards A complete list of the standards covered by this lesson is included in the Appendix at the end of the lesson. Lesson 8: The History of Life on Earth Time: approximately 45-60 minutes, depending on length of discussion. Can be broken into 2 shorter lessons Materials: Double timeline (see below) Meter stick (to

More information

CHAPTER 2 THE CHEMICAL BASIS OF LIFE

CHAPTER 2 THE CHEMICAL BASIS OF LIFE CHAPTER 2 THE CHEMICAL BASIS OF LIFE CHAPTER OVERVIEW This chapter introduces very basic concepts of chemistry, emphasizing the structure of atoms and how they combine (form bonds). The types of bonds,

More information

Part One: The Chemistry of Life

Part One: The Chemistry of Life Part One: The Chemistry of Life Chemistry is the study of matter and its changes. Organisms obtain and use many chemicals The metabolism of organisms involves many chemical reactions To understand all

More information

Unit B: Cells and Systems

Unit B: Cells and Systems Unit B: Cells and Systems Topic 4: Fluid Movement in Cells The Cell Membrane A cell membrane allows some to enter or leave the cell, while stopping other substances. It is a selectively membrane. (A permeable

More information

Chapter 9: The Perceptron

Chapter 9: The Perceptron Chapter 9: The Perceptron 9.1 INTRODUCTION At this point in the book, we have completed all of the exercises that we are going to do with the James program. These exercises have shown that distributed

More information

Understanding the Atom

Understanding the Atom Understanding the Atom CHAPTER 9 LESSON 1 Discovering Parts of an Atom What do you think? Read the three statements below and decide whether you agree or disagree with them. Place an A in the Before column

More information

CHAPTER 1. First-Order Differential Equations and Their Applications. 1.1 Introduction to Ordinary Differential Equations

CHAPTER 1. First-Order Differential Equations and Their Applications. 1.1 Introduction to Ordinary Differential Equations CHAPTER 1 First-Order Differential Equations and Their Applications 1.1 Introduction to Ordinary Differential Equations Differential equations are found in many areas of mathematics, science, and engineering.

More information

Linear Equations 1.1. A Park Ranger s Work Is Never Done Solving Problems Using Equations

Linear Equations 1.1. A Park Ranger s Work Is Never Done Solving Problems Using Equations Linear Equations Black bears, like this little cub, are really good climbers. They climb trees to eat and to avoid their enemies. There are all kinds of different black bears: New Mexico black bears, Florida

More information

Rolling marble lab. B. Pre-Lab Questions a) When an object is moving down a ramp, is its speed increasing, decreasing, or staying the same?

Rolling marble lab. B. Pre-Lab Questions a) When an object is moving down a ramp, is its speed increasing, decreasing, or staying the same? IP 614 Rolling marble lab Name: Block: Date: A. Purpose In this lab you are going to see, first hand, what acceleration means. You will learn to describe such motion and its velocity. How does the position

More information