A Proposal of a Botanical Tree Growth Control Method by Hormone Distribution Supplied from the Root

Size: px
Start display at page:

Download "A Proposal of a Botanical Tree Growth Control Method by Hormone Distribution Supplied from the Root"

Transcription

1 A Proposal of a Botanical Tree Growth Control Method by Hormone Distribution Supplied from the Root Ji-Joon Kim Nanzan University kim@it.nanzan-u.ac.jp Abstract In this paper I propose a growth control method for botanical tree models controlled by virtual hormone distribution that supplied from the root. Natural trees grow under the control of water, nutrients and plant hormone distribution, and some of growth models aiming to represent realistic tree growth by incorporating those features were proposed. To reproduce old trees that have a long life more than several hundred years, long term growth simulation is needed. However, there is the possibility of growth failures such as over branching and/or few branching by using existing models. On the other hand, it is possible to control for long term growth by fitting to predetermined parameters such as logistic curves. However, this method is difficult to represent recovery growth form prunings and/or injuries of a tree. I propose a growth control model of trees. In this model, a virtual plant hormone is supplied from root and distributed in propotion to the number of twigs. In addition to the acropetal hormone, another basipetal hormones are supplied from apices of new twigs and flow into the root. Then the branchings and the elongation of twigs are controlled autonomously by the distributed acropetal hormone, and old branches are removed by the basipetal hormone.the hormone behaviors aren t based on real plant hormones, but it is easy to control tree growth and it has ability to represent long term tree growth more than hundred generations. 1 Introduction CG simulation of natural objects and natural phenomena including botanical trees has become popular in recent years. A tree, a complex object, is necessary to represent natural scenes by CG, and is used in diverse fields such as computer games, movies, and visual simulations for garden environments. Several models of production for trees have been proposed. The early models generate branching patterns using fractal and/or rules of formula grammer [6, 1, 7]. Some recent models are based on the features of real tree growth and integrated the effects of the environment, nutrients, and/or plant hormones [3, 2, 5, 8, 4]. These models have been mainly used to represent relatively younger trees that have several decades of age, and may cause growth failures in long term growth such as over branching and/or few branching. For example, younger trees branch frequently and elongate rapidly in a short periond, while older trees have nearly fixed number of branches and many of twigs are often witherd and fall off. To represent these features, consideration about aging of trees is necessary. On the other hand, there is a method to represent long term growth by fitting to growth functions of living things such as logistic curves. However, the method enforces fitting to predefined growth curves, and it is difficult to represent recovery growth after a tree is pruned and/or injured. Some proper method to represent tree aging is expected that controling tree growth by under the consideration of plant hormones, nutrients, environment factors, etc. same as real trees. However, correct modeling of these factors is still difficult because of these complex correlations. I paid attention to tree growth itself. A tree is modeled as a layered structure of shoots such as buds, branches, and inflorescences. The position of branch apices are apart from the roots as progress of tree growth. I propose a growth control model of trees by taking advantage of this basic fact. In this model, a virtual hormone produced on the tree root is transmitted upward to the branch apices and the quantity is attenuated by the ratio of the transmission length and branching frequency. The number and the length of new twigs are controlled by the acropetal hormone quantity. In addition to the acropetal hormone, another basipetal hormone produced on the branch apex of new twig is transmitted downward to the tree root and the quantity is also attenuated as similar as the acropetal hormone. Old lateral branches are removed by the basipetal hormone quantity. Although these hormone behaviors and control methods aren t based on real plant hormones, it makes easy to control tree growth because of its simplification. I also verified that the tree height and the number of branches are controlled properly and it is possible to represent stable tree growth for the long period by the proposed model.

2 : Bud φ φ θ : main axis : lateral axis θ : divergence angle φ : branching angle : Shoot : Node Figure 3: Geometric Structure of a Binary Tree Figure 1: Tree Growth by Layered Structure of Shoots : main axis : lateral axis Figure 2: Tree Structure by Binary Tree of Nodes 2 Branching Model Generally, botanical trees are modeled as a layered structure of shoots (Figure 1). A shoot consists of several internodes and nodes. Leaves and buds that may change new shoots or inflorescences in next generation are formed on the nodes. The author previously proposed a tree growth model that produce tree shape by this layered structure of shoots, as a unit of a tree. In this research, a tree structure is modeled as a topological binary tree (Figure 2). The binary tree is a link structure of nodes. This reason is that the shoot of real plants express many kinds of variations such as the number of nodes, internode lengths, the number of buds etc., and many of parameters are necessary to represent those various kinds of shoots. A node may be divided into two new nodes. One new node will become the main axis, and another node are determined to be the lateral axis. A geometric structure of the binary tree is shown in Figure 3. A main axis grows in a direction parallel to the parent axis. Lateral axes diverge from the main axis at a branching angle φ and the growth direction is rotated around the main axis by a divergence angle θ. 3 Virtual Hormone As a method for tree growth control, I introduced two kinds of virtual hormones. A kind of virtual home is an acropetal hormone produced on the tree root and transmitted upward to the branch apices. Another one is a basipetal hormone produced on the branch apices and transmitted downward to the root. The acropetal hormone is used to control growth length and the number of new twigs of a tree, and the basipetal hormone is used to remove old branches. The acropetal hormone quantity U is attenuated by a fix ratio on each node. If a node has two child node, the hormone quantities of child nodes are attenuated again by different distribution rates either main axis or lateral axis. The hormone quantity produced on the root U root is controlled by the number of apices of twigs. The main axis grows stronger than lateral one by the different quantity of hormones. If U is lower than a threshold value, the node may create only one new node or none of new nodes. The node that can t create new nodes will be deleted. The basipetal hormone quantities D produced on the apices are same fix value and attenuated by a fix ratio on each node. The quantities are also attenuated again by different distribution rates as similar as acropetal hormones. If D is lower than a threshold value and the node is on the lateral axis, the node and the child nodes will be removed. 4 Growth Algorithm The growth algorithm of this model is described by the following steps. 1. Create initial stem with initial length L from the root node. 2. Set the maximum number of tip nodes N max to Determine the acropetal hormone quantity generated on the root node U root by the following equation: U root = U N max (1) where U initial acropetal hormone quantity, N max max. number of tip nodes.

3 4. Determine the basipetal hormone quantities generated on the each apex U apex by the following equation: D apex = D (2) where D initial basipetal hormone quantity. 5. Distribute acropetal hormone from root node to tip nodes recursively by following equation: U n = αβu n 1 αγu n 1 αu n 1 for main axis, for lateral axis, for single axis, no distribution. (3) where U n 1 acropetal hormone quantity of a parent node, U n acropetal hormone quantity of a child node, α attenuation rate for each node, β distribution rate for the main axis, γ distribution rate for the lateral axis. 6. Distribute basipetal hormone from to tip nodes to root node recursively by following equation: D n = where { λ(µd main n+1 + νd lat. λd n+1 n+1) two child nodes, one child node. (4) Dn+1 main basipetal hormone quantity of a child node on main axis, Dn+1 lat. basipetal hormone quantity of a child node on lateral axis, D n+1 basipetal hormone quantity of a child node, D n basipetal hormone quantity of a parent node, λ attenuation rate for each node, µ distribution rate for the main axis, ν distribution rate for the lateral axis. 7. Remove old nodes having basipetal hormone that quantity is lower than threshold value D remove recursively. 8. Determine the number of each branching node N new from tip node by following equation: U n < ɛ main N new = 1 ɛ main U n < ɛ lat. (5) 2 U n > ɛ lat. Acropetal Hormone Quantity α=.8 α=.85 α=.9 α=.95 Figure 4: Attenuation of Hormone Quantity on the Tip Node where ɛ main branch threshold for main axis, ɛ lat. branch threshold for lateral axis. 9. Determine the lengths for new nodes by the following equation: L new = U n L (6) 1. Create new nodes determined by equation Redetermine N max by following equation: N max = max(n max, N n ) (7) where N n is the number of new tip nodes. 12. Remove old nodes that have no child nodes recursively. 13. Go to step 3. 5 Simulation Results The simulation results of the proposed model are described in this section. The tree structure of the results illustrated in figures 4 and 5 is constructed a series of nodes, not divided, and basipetal hormone is not used. Figure 4 shows the attenuation of acropetal hormone quantity on the tip node. Figure 5 indicates the fluctuation of tree height. The acropetal hormone quantity of the tip node decreases with increasing generation number. The increasing ratio of tree height is also decreases. Therefore, the maximum tree height will be convergenced to the fixed length. The tree structure of the results illustrated in figures 6 and 7 is constructed as a binary tree. Figure 6 shows

4 Maximun Tree Height α=.8 α=.85 α=.9 α=.95 Acropetal Hormone Quantity Max. Acropetal Hormone Min. Acropetal Hormone The Number of Nodes Figure 5: Limitation of Tree Height Without Control Controlled by U Controlled by D U and D Figure 7: Transition of the Max. and Min. Acropetal Hormone Quantity with Acropetal Hormone Control Acropetal Hormone Quantity Max. Acropetal Hormone Min. Acropetal Hormone Figure 6: Transition of the number of nodes the transition of the number of nodes. The number of nodes without control is proportional to the square of the generation number. The increase of the number of nodes will be inhibited by hormone control. The number of nodes controlled by acropetal hormone U is increasing quadratically in young period, then it is gradually decreasing with vibration. The number of nodes controlled by basipetal hormone D is increasing as similar as no-controlled result in young period, then the number is fixed. Under the control of two hormones, the number of nodes is lower than previous results because of removal of old branches. However, the number is maintained substantially constant. Figure 7 and 8 indicates the transition of the maximum and minimum acropetal hormone quantities. The result of figure 7 is controlled by acropetal hormone, and the result of figure 8 is controlled by two hormones. In young period of figure 7, main axis receives much of acropetal hormone quantity and grows rapidly. After that, the quantity is controlled to the fixed value with some vibration. Meanwhile, the minimum acropetal hormone quantity supplied to lateral axes decreases rapidly Figure 8: Transition of the Max. and Min. Acropetal Hormone Quantity with Two Hormones Control in young period, then the quantity is also controlled with a little vibration. The minimum acropetal hormone quantity in figure 8 shows as like as figure 7. On the other hand, the maximum acropetal hormone quantity in figure 8 is larger than figure 7 and controlled with large vibration because of the removal of old branches. The tree images of the results illustrated in figure 9, 1, and 11. Figure 9 shows the result by controlling acropetal hormone. Figure 1 illustrates the result by controlling basipetal hormone. And figure 11 shows the result by controlling two hormones. In figure 9, the number of tip nodes is controlled but there are a lot of old branches. Meanwhile, old branches in figure 1 are removed but the young part of a tree structure is as similar as binary tree. In figure 11, both the number of tip nodes and old branches are controlled simultaneously. However, the overview looks like as figure 9 because of removal of old latreal branches. The set of parameters for the simulation results are

5 Figure 9: Tree images with acropetal hormone Table 1: Parameters for the Simulations Symbol L U D α β γ λ µ ν Dremove ²main ²lat. θ φ No Branching Branching listed in Table 1. 6 Concluding Remarks I proposed a control method for the long term growth simulation of botanical trees in this paper. This model controls branching and elongation of a tree by the quantity of virtual acropetal hormone supplied from the tree root and transmitted upward, and controls removal of old branches by the quantity of virtual basipetal hormone supplied from the apices of new twigs and transmitted downward. As the results of growth simulation of trees, I also verified that the model has ability to keep branch number and to control tree growth for more than handred generations. However, there are some improvemnets in this model. Firstly, a structure of a tree produced by this model only shows as similar as a conifeous tree. I am planning to improve hormone control methods to produce a structure of a broad leaf tree. Secondly, this model doesn t considering the shoot structures of real trees. I intend to conbine this proposed model and the former model that can represent Figure 1: Tree images with basipetal hormone shoot structure[4], and check the ability to represent real old tree structures. Thirdly, this model uses two kinds of hormones. However, real tree growth is affected by various hormones. In a real tree, some basipetal hormones are produced on the tip of twigs and acropetal hormones are produced on the root tips in underground. Therefore, I am planning to improve hormone models and botanical root system in underground to represent growth control of whole tree shapes. Furthermore, it is important to integrate environmental models such as light, nutrient, environment factors. Acknowledgments This research is supported in part by a Pache Research Subsidy (No. I-A-2) from Nanzan University. References [1] M. Aono and T. L. Kunii. Botanical tree image generation. IEEE Computer Graphics & Application, 4(5):1 34, May [2] N. Chiba, S. Ohkawa, K. Muraoka, and M. Miura. A growth model of botanical trees generation of natural hsapes of trees based on an imaginary plant hor-

6 Figure 11: Tree images with two hormones mone (in japanese). IEICE Trans. Inf.&Syst. Pt.2, J76-D-II(8): , Aug [3] M. Holton. Strands and gravity and botanical tree imagery. COMPUTER GRAPHICS forum, 13(1):57 67, [4] C. Kanayama, S. Sakata, and S. Masuyama. A growth model of botanical trees having abilities to simulate the branching rule, light-environment, and plaht hormone(in japanese). IEICE Trans. Inf.&Syst. Pt.2, J79-D-II(8): , Aug [5] K. Ohsaki and T. Suzuki. A growth model of botanical trees having abilities to interact with the light environment(in japanese). In IPSJ Graphics & CAD Technical Report, 93-CG-65, pages 37 44, Oct [6] P. E. Oppenhemer. Real time design and animation of fractal plants and trees. Computer Graphics, 2(4):55 64, [7] P. Prusinkiewicz, M. James, and R. Mech. Synthetic topiary. SIGGRAPH94, pages , [8] R.Mech and P. Prusinkiewicz. Visual models of plants interacting with their environment. SIGGRAPH96, pages , 1996.

Chapter 6 Animation of plant development

Chapter 6 Animation of plant development Chapter 6 Animation of plant development The sequences of images used in Chapters 3 and 5 to illustrate the development of inflorescences and compound leaves suggest the possibility of using computer animation

More information

Plant Growth and Development Part I. Levels of Organization

Plant Growth and Development Part I. Levels of Organization Plant Growth and Development Part I Levels of Organization Whole Plant Organs Tissues Cells Organelles Macromolecules Levels of Organization Whole Plant Organs Tissues Cells Organelles Macromolecules 1

More information

Botany Physiology. Due Date Code Period Earned Points

Botany Physiology. Due Date Code Period Earned Points Botany Physiology Name C/By Due Date Code Period Earned Points Bot Phys 5N5 Stem Forms Bot Phys 5-05 Identify the major forms of stems in plants I. Identify the major forms of stems in plants A. internal

More information

Levels of Organization

Levels of Organization Plant Growth and Development Part I Levels of Organization Whole Plant Organs Tissues Cells Organelles Macromolecules Levels of Organization Whole Plant Organs Tissues Cells Organelles Macromolecules Plant

More information

Animation of Tree Development

Animation of Tree Development Animation of Tree Development Zhuming Lam and Scott A. King Computer Science Department, University of Dunedin, Dunedin, New Zealand zlam@cs.otago.ac.nz, sking@cs.otago.ac.nz Abstract The Lindenmayer system

More information

Plants. Tissues, Organs, and Systems

Plants. Tissues, Organs, and Systems Plants Tissues, Organs, and Systems Meristematic cells Specialized cells that are responsible for producing specialized cells, they produce three types of tissue in the body of a plant. Meristematic Cells

More information

Plant hormones: a. produced in many parts of the plant b. have many functions

Plant hormones: a. produced in many parts of the plant b. have many functions Plant hormones: a. produced in many parts of the plant b. have many functions Illustrated with 4 plant hormones: Gibberellins Auxin Cytokinins Ethylene Gibberellins Gibberellins illustrate how plant hormones

More information

Developmental Models of Herbaceous Plants for Computer Imagery Purposes

Developmental Models of Herbaceous Plants for Computer Imagery Purposes Developmental Models of Herbaceous Plants for Computer Imagery Purposes P. Prusinkiewicz, A. Lindenmayer, J. Hanan Proc. SIGGRAPH 1988 Overview Introduction Branching Structures Plant Development Geometrical

More information

Useful Propagation Terms. Propagation The application of specific biological principles and concepts in the multiplication of plants.

Useful Propagation Terms. Propagation The application of specific biological principles and concepts in the multiplication of plants. Useful Propagation Terms Propagation The application of specific biological principles and concepts in the multiplication of plants. Adventitious Typically describes new organs such as roots that develop

More information

Gibberellins (GA) are involved in cell elongation, particularly in the stem.

Gibberellins (GA) are involved in cell elongation, particularly in the stem. Plant Hormone Lab Plant hormones influence many aspects of plant growth, particularly cell proliferation and elongation. Different hormones are synthesized in different parts of the plant, and have complex

More information

CONTROL OF GROWTH BY HORMONES

CONTROL OF GROWTH BY HORMONES CONTROL OF GROWTH BY HORMONES Growth and organogenesis are controlled......by genes (independent of environment): e.g., number of primary vascular bundles, general shape of a leaf or flower...by genes

More information

The plant body has a hierarchy of organs, tissues, and cells. Plants, like multicellular animals:

The plant body has a hierarchy of organs, tissues, and cells. Plants, like multicellular animals: Chapter 28 The plant body has a hierarchy of organs, tissues, and cells Plants, like multicellular animals: o Have organs composed of different tissues, which are in turn composed of cells 3 basic organs:

More information

Primary Plant Body: Embryogenesis and the Seedling

Primary Plant Body: Embryogenesis and the Seedling BIOL 221 Concepts of Botany Primary Plant Body: Embryogenesis and the Seedling (Photo Atlas: Figures 1.29, 9.147, 9.148, 9.149, 9.150, 9.1, 9.2) A. Introduction Plants are composed of fewer cell types,

More information

THE STEMS. Botany nomenclature cards #24 - #34. 3 x 5 cards, blank labels, black pen. 2. Refer to 'The Plant' wall chart and point out the stem.

THE STEMS. Botany nomenclature cards #24 - #34. 3 x 5 cards, blank labels, black pen. 2. Refer to 'The Plant' wall chart and point out the stem. THE STEMS Materials A full stem (Ficus, Schefflera) collected by the teacher and/or the children Botany nomenclature cards #24 - #34 Magnifying glasses 3 x 5 cards, blank labels, black pen Group Presentation:

More information

Welcome and I m so glad to see you guys today. Thank you for inviting me. I m sorry to use this title but don t you think Propagation is kind of

Welcome and I m so glad to see you guys today. Thank you for inviting me. I m sorry to use this title but don t you think Propagation is kind of Welcome and I m so glad to see you guys today. Thank you for inviting me. I m sorry to use this title but don t you think Propagation is kind of boring? And truly, when we are talking about propagation

More information

Plant Responses. NOTE: plant responses involve growth and changes in growth. Their movement is much slower than that of animals.

Plant Responses. NOTE: plant responses involve growth and changes in growth. Their movement is much slower than that of animals. Plant Responses A stimulus is anything that causes a reaction in an organism. Examples: light, gravity and temperature A response is the activity of an organism as a result of a stimulus. Examples: Growth,

More information

10/4/2017. Chapter 39

10/4/2017. Chapter 39 Chapter 39 1 Reception 1 Reception 2 Transduction CYTOPLASM CYTOPLASM Cell wall Plasma membrane Phytochrome activated by light Cell wall Plasma membrane Phytochrome activated by light cgmp Second messenger

More information

Apical dominance models can generate basipetal patterns of bud activation

Apical dominance models can generate basipetal patterns of bud activation Apical dominance models can generate basipetal patterns of bud activation Przemyslaw Prusinkiewicz 1, Richard S. Smith 1 and Ottoline Leyser 2 1 Department of Computer Science, University of Calgary 2

More information

Integrating Markov Chain Models and L-systems to Simulate the Architectural Development of Apple Trees

Integrating Markov Chain Models and L-systems to Simulate the Architectural Development of Apple Trees Integrating Markov Chain Models and L-systems to Simulate the Architectural Development of Apple Trees M. Renton *, E. Costes *, Y. Guédon ** and C. Godin ** * UMR Unité Mixte de Recherche *UMR BEPC INRA/AgroM/CIRAD/IRD,

More information

TOPIC 9.3 GROWTH IN PLANTS

TOPIC 9.3 GROWTH IN PLANTS TOPIC 9.3 GROWTH IN PLANTS 9.3 A Growth INTRO http://cdn2.hubspot.net/hubfs/18130/social-suggested-images/plant_growing.jpeg IB BIO 9.3 3 In general, plants are able to grow indeterminately. This means

More information

Plant. Responses and Adaptations. Plant Hormones. Plant Hormones. Auxins. Auxins. Hormones tell plants:

Plant. Responses and Adaptations. Plant Hormones. Plant Hormones. Auxins. Auxins. Hormones tell plants: Plant Responses and Adaptations Plant Hormones Hormone - a substance that is produced in 1 part of an organism & affects another part of the same individual (a chemical messenger) Plant hormones are chemical

More information

DIFFERENTIATION OF AVOCADO BLOSSOM BUDS IN FLORIDA

DIFFERENTIATION OF AVOCADO BLOSSOM BUDS IN FLORIDA Reprinted for private circulation from the Botanical Gazette, Vol. 104, No. 2, December, 1942. DIFFERENTIATION OF AVOCADO BLOSSOM BUDS IN FLORIDA PHILIP C. REECE 1 (WITH THIRTEEN FIGURES) Subtropical Fruit

More information

PLANTS FORM AND FUNCTION PLANT MORPHOLOGY PART I: BASIC MORPHOLOGY. Plant Form & Function Activity #1 page 1

PLANTS FORM AND FUNCTION PLANT MORPHOLOGY PART I: BASIC MORPHOLOGY. Plant Form & Function Activity #1 page 1 AP BIOLOGY PLANTS FORM AND FUNCTION ACTIVITY #1 NAME DATE HOUR PLANT MORPHOLOGY PART I: BASIC MORPHOLOGY Plant Form & Function Activity #1 page 1 PART II: ROOTS 1. Examine the examples of the two root

More information

CONTROL SYSTEMS IN PLANTS

CONTROL SYSTEMS IN PLANTS AP BIOLOGY PLANTS FORM & FUNCTION ACTIVITY #5 NAME DATE HOUR CONTROL SYSTEMS IN PLANTS HORMONES MECHANISM FOR HORMONE ACTION Plant Form and Function Activity #5 page 1 CONTROL OF CELL ELONGATION Plant

More information

Roots and leaves together are sufficient to take up all essential resources, so why make stems?

Roots and leaves together are sufficient to take up all essential resources, so why make stems? STEMS Roots and leaves together are sufficient to take up all essential resources, so why make stems? Stem functions 1. Support leaves 2. Conductance (connect root and leaf vasculature) 3. Storage (some

More information

Plant Growth and Development

Plant Growth and Development 1. Define plasticity. Give an example? A: Plant Growth and Development The ability of the plants to follow different pathways in response to the environment or phases of life to form different kinds of

More information

Big Advantage!:Vegetative reproduction is a faster way to reproduce compared to sexual reproduction if the environment is favorable.

Big Advantage!:Vegetative reproduction is a faster way to reproduce compared to sexual reproduction if the environment is favorable. DAY 5 OF CHAPTER 25 NOTES http://www.toto.com/misha/mavica/folliage2.jpg Asexual reproduction in plants is also known as vegetative reproduction. Methods of vegetative reproduction include plant structures

More information

Respiration and Carbon Partitioning. Thomas G Chastain CROP 200 Crop Ecology and Morphology

Respiration and Carbon Partitioning. Thomas G Chastain CROP 200 Crop Ecology and Morphology Respiration and Carbon Partitioning Thomas G Chastain CROP 200 Crop Ecology and Morphology Respiration Aerobic respiration is the controlled oxidation of reduced carbon substrates such as a carbohydrate

More information

Bio 100 Guide 27.

Bio 100 Guide 27. Bio 100 Guide 27 http://www.offthemarkcartoons.com/cartoons/1994-11-09.gif http://www.cneccc.edu.hk/subjects/bio/album/chapter20/images/plant_growth.jpg http://pgjennielove.files.wordpress.com/2008/06/apical_meristem.png

More information

CAMBIUM, meristem, heartwood, and lenticel are

CAMBIUM, meristem, heartwood, and lenticel are Examining the Structures of a Tree CAMBIUM, meristem, heartwood, and lenticel are some terms that may be new to you. These terms are used to describe various tree structures. Not surprisingly, many terms

More information

Objectives. To identify plant structures and functions. To describe the structure of plant cells. To explain the process of reproduction in plants.

Objectives. To identify plant structures and functions. To describe the structure of plant cells. To explain the process of reproduction in plants. 1 Objectives To identify plant structures and functions. To describe the structure of plant cells. To explain the process of reproduction in plants. 2 Main Menu Plant Cell Biology Plant Structures Roots

More information

Plant Structure and Organization - 1

Plant Structure and Organization - 1 Plant Structure and Organization - 1 In our first unit of Biology 203 we will focus on the structure and function of the higher plants, in particular the angiosperms, or flowering plants. We will look

More information

VEGETATIVE MORPHOLOGY OF FLOWERING PLANTS

VEGETATIVE MORPHOLOGY OF FLOWERING PLANTS VEGETATIVE MORPHOLOGY OF FLOWERING PLANTS Stems, roots, and leaves are the vegetative parts of vascular plants. Stems are the basic organs, as they give rise to other plant organs, such as roots, leaves,

More information

Plant Anatomy: roots, stems and leaves

Plant Anatomy: roots, stems and leaves Plant Anatomy: roots, stems and leaves The plant body has a hierarchy of organs, tissues and cells Plants, like animals, have organs composed of different tissues, which are composed of cells. Tissue is

More information

PLANT STRUCTURE AND FUNCTION Read pages Re-read and then complete the questions below.

PLANT STRUCTURE AND FUNCTION Read pages Re-read and then complete the questions below. PLANT STRUCTURE AND FUNCTION Read pages 600-602. Re-read and then complete the questions below. 1. PLANT TISSUES - plant tissues are made up of 3 basic cell types: Parenchyma, Collenchyma or Sclerenchyma

More information

STEMS Anytime you use something made of wood, you re using something made from the stem of a plant. Stems are linear structures with attached leaves

STEMS Anytime you use something made of wood, you re using something made from the stem of a plant. Stems are linear structures with attached leaves STEMS OUTLINE External Form of a Woody Twig Stem Origin and Development Stem Tissue Patterns Herbaceous Dicotyledonous Stems Woody Dicotyledonous Stems Monocotyledonous Stems Specialized Stems Wood and

More information

The mode of development in animals and plants is different

The mode of development in animals and plants is different The mode of development in animals and plants is different Outcome of animal embryogenesis is a mini edition of the adult Outcome of plant embryogenesis is a simple structure with -root apical meristem

More information

Topic 14. The Root System. II. Anatomy of an Actively Growing Root Tip

Topic 14. The Root System. II. Anatomy of an Actively Growing Root Tip Topic 14. The Root System Introduction. This is the first of two lab topics that focus on the three plant organs (root, stem, leaf). In these labs we want you to recognize how tissues are organized in

More information

Height Variability Obtained From a New Dwarf Avocado Tree Population

Height Variability Obtained From a New Dwarf Avocado Tree Population California Avocado Society 1982 Yearbook 66: 155-160 Height Variability Obtained From a New Dwarf Avocado Tree Population F. Barrientos-Perez and S. Sanchez-Colin Centro de Genetica, Programa de Fruticultura,

More information

NOTES: CH 35 - Plant Structure & Growth

NOTES: CH 35 - Plant Structure & Growth NOTES: CH 35 - Plant Structure & Growth In their evolutionary journey, plants adapted to the problems of a terrestrial existence as they moved from water to land ANGIOSPERMS (flowering plants) -most diverse

More information

OF THE LEMNA FROND MORPHOLOGY

OF THE LEMNA FROND MORPHOLOGY MORPHOLOGY OF THE LEMNA FROND FREDERICK H. BLODGETT (WITH PLATE XIV AND ONE FIGURE) In the case of structure simplified by reduction, it is sometimes necessary to trace the development of the parts through

More information

WSU and UI Master Gardeners March 1, 2016 Philip Shinn

WSU and UI Master Gardeners March 1, 2016 Philip Shinn WSU and UI Master Gardeners March 1, 2016 Philip Shinn What is a Woody Plant? Tree Biology CODIT Planting & Pruning Tree Triage C 9 H 10 O 2 Strengthens cell walls in Xylem Sequesters carbon 30% of

More information

Botany. Study of Plant Life. Bonnie Pavlak, CPH

Botany. Study of Plant Life. Bonnie Pavlak, CPH Botany Study of Plant Life Bonnie Pavlak, CPH http://www.biologyjunction.com/images/plantbody.jpg The Plant Cell The Plant Cell What 2 features of a plant cell are not found in an animal cell? Cell Wall

More information

New England GROWS- Extreme Education Boston, Massachusetts February 4, 2010

New England GROWS- Extreme Education Boston, Massachusetts February 4, 2010 New England GROWS- Extreme Education Boston, Massachusetts February 4, 2010 Erik Draper, Commercial Horticulture Educator Ohio State University Extension, Geauga County ó Malicious pruning ó Plant physiology

More information

Forces in Everyday Life

Forces in Everyday Life reflect What kinds of things can do work? You probably answered that people do work. Perhaps you also thought of machines that help us do work, like scissors or bicycles. Perhaps you thought of animals

More information

Plant Structure. Lab Exercise 24. Objectives. Introduction

Plant Structure. Lab Exercise 24. Objectives. Introduction Lab Exercise Plant Structure Objectives - Be able to identify plant organs and give their functions. - Learn distinguishing characteristics between monocot and dicot plants. - Understand the anatomy of

More information

Ch 25 - Plant Hormones and Plant Growth

Ch 25 - Plant Hormones and Plant Growth Ch 25 - Plant Hormones and Plant Growth I. Patterns of plant growth A. Plant continue to grow, even in old age. i.e. new leaves, needles, new wood, new cones, new flowers, etc. B. Meristem continues to

More information

Turf Growth and Development

Turf Growth and Development Turf Growth and Development Germination and Seedling Development Spikelet borne in Inflorescence Germination and Seedling Development Leaf and Stem Formation Inflorescence Roots Spikelet s Apex Caryopsis

More information

Stems and Transport in Vascular Plants. Herbaceous Stems. Herbaceous Dicot Stem 3/12/2012. Chapter 34. Basic Tissues in Herbaceous Stems.

Stems and Transport in Vascular Plants. Herbaceous Stems. Herbaceous Dicot Stem 3/12/2012. Chapter 34. Basic Tissues in Herbaceous Stems. Bud scale Terminal bud Stems and Transport in Plants One year's growth Terminal bud scale scars Axillary bud Leaf scar Node Internode Node Chapter 34 Lenticels Terminal bud scale scars Bundle scars A Woody

More information

Name Class Date. In the space provided, write the letter of the description that best matches the term or phrase.

Name Class Date. In the space provided, write the letter of the description that best matches the term or phrase. Assessment Chapter Test B Plant Responses In the space provided, write the letter of the description that best matches the term or phrase. 1. thigmonasty 2. auxin 3. ethylene 4. phytochrome 5. abscisic

More information

Learning objectives: Gross morphology - terms you will be required to know and be able to use. shoot petiole compound leaf.

Learning objectives: Gross morphology - terms you will be required to know and be able to use. shoot petiole compound leaf. Topic 1. Plant Structure Introduction: Because of its history, several unrelated taxa have been grouped together with plants into the discipline of botany. Given this context, in this first lab we will

More information

Tree Physiology. Sara Rose

Tree Physiology. Sara Rose Tree Physiology Sara Rose What is a Tree? U.S. Forest Service Woody plants that have well-developed stems and that usually are more than 12 feet tall at maturity. Merriam-Webster A woody perennial plant

More information

Plant Anatomy: roots, stems and leaves

Plant Anatomy: roots, stems and leaves Plant Anatomy: roots, stems and leaves The plant body has a hierarchy of organs, tissues and cells Plants, like animals, have organs composed of different tissues, which are composed of cells. Tissue is

More information

Tree Architecture and Growth

Tree Architecture and Growth Tree Architecture and Growth Conceptually, a tree is a tower supporting many small solar collectors. The objective is to get lots of solar collectors (leaves) in the air with the least cost in photosynthate

More information

Topic 15. The Shoot System

Topic 15. The Shoot System Topic 15. The Shoot System Introduction. This is the second of two lab topics that focus on the three plant organs (root, stem, leaf). In these labs we want you to recognize how tissues are organized in

More information

Chapter 33 Plant Responses

Chapter 33 Plant Responses Chapter 33 Plant Responses R. Cummins 1 Chapter 33 Plant Responses External Factors Light, Day Length, Gravity, Temperature Internal Factors Hormones R. Cummins 2 Tropisms R. Cummins 3 Phototropism and

More information

The Plant body has a hierarch of organs, tissues, and cells. [2]

The Plant body has a hierarch of organs, tissues, and cells. [2] GUIDED READING - Ch. 35 PLANT STRUCTURE NAME: Please print out these pages and HANDWRITE the answers directly on the printouts. Typed work or answers on separate sheets of paper will not be accepted. Importantly,

More information

Class XI Chapter 15 Plant Growth and Development Biology

Class XI Chapter 15 Plant Growth and Development Biology Question 1: Define growth, differentiation, development, dedifferentiation, redifferentiation, determinate growth, meristem and growth rate. (a) Growth It is an irreversible and permanent process, accomplished

More information

Class XI Chapter 15 Plant Growth and Development Biology

Class XI Chapter 15 Plant Growth and Development Biology Question 1: Define growth, differentiation, development, dedifferentiation, redifferentiation, determinate growth, meristem and growth rate. (a) Growth It is an irreversible and permanent process, accomplished

More information

Plants can be either herbaceous or woody.

Plants can be either herbaceous or woody. Plant Structure Plants can be either herbaceous or woody. Herbaceous plants are plants with growth which dies back to the ground each year, in contrast with woody plants Most herbaceous plants have stems

More information

Essential idea: Plants adapt their growth to environmental conditions.

Essential idea: Plants adapt their growth to environmental conditions. 9.3 Growth in plants AHL https://c1.staticflickr.com/3/2347/2573372542_a959ecfd4f_b.jpg Essential idea: Plants adapt their growth to environmental conditions. Boxwood, Pivet and Yew are plants commonly

More information

Recommended Resources: The following resources may be useful in teaching this

Recommended Resources: The following resources may be useful in teaching this Unit B: Tree Growth and Development Lesson 2: Understanding the Growth and Decline of Forest Trees Student Learning Objectives: Instruction in this lesson should result in students achieving the following

More information

Basic Tree Biology a quick look

Basic Tree Biology a quick look Basic Tree Biology a quick look Jeff Ward, Chief Scientist Forestry and Horticulture Connecticut Agricultural Experiment Station Objectives What are trees cool facts What do trees need How do trees grow

More information

INFLUENCE OF PHOTOPERIOD ON IMPROVED 'WHITE SIM' CARNATION (DIANTHUS C A R Y O P H Y L L U S L.) BRANCHING AND FLOWERING

INFLUENCE OF PHOTOPERIOD ON IMPROVED 'WHITE SIM' CARNATION (DIANTHUS C A R Y O P H Y L L U S L.) BRANCHING AND FLOWERING INFLUENCE OF PHOTOPERIOD ON IMPROVED 'WHITE SIM' CARNATION (DIANTHUS C A R Y O P H Y L L U S L.) BRANCHING AND FLOWERING R. D. Heins and H. F. Wilkins Department of Horticultural Science University of

More information

Kingdom Plantae. Plants or metaphytes are, autotrophic multicellular eukaryotes, with tissues.

Kingdom Plantae. Plants or metaphytes are, autotrophic multicellular eukaryotes, with tissues. Kingdom Plantae Key words feature bryophytes herbaceous node to release pteridophytes sporangium, leaf (leaves) damp gymnosperms vascular apix cluster angiosperms rhizome sepal shrub tropism fronds calyx

More information

Plant Tissues and Organs. Topic 13 Plant Science Subtopics , ,

Plant Tissues and Organs. Topic 13 Plant Science Subtopics , , Plant Tissues and Organs Topic 13 Plant Science Subtopics 13.1.2, 13.1.3, 13.1.4 Objectives: List and describe the major plant organs their structure and function List and describe the major types of plant

More information

Plants: From Cells to Systems

Plants: From Cells to Systems Plants: From Cells to Systems Key terms: Cell specialization Cell differentiation Tissue Organ Meristematic cell Transpiration Gall Cell specialization Cell specialization For many years, scientists wondered

More information

Plant Structure And Growth

Plant Structure And Growth Plant Structure And Growth The Plant Body is Composed of Cells and Tissues Tissue systems (Like Organs) made up of tissues Made up of cells Plant Tissue Systems Ground Tissue System Ø photosynthesis Ø

More information

CBSE Quick Revision Notes (Class-11 Biology) CHAPTER-15 PLANT GROWTH AND DEVELOPMENT

CBSE Quick Revision Notes (Class-11 Biology) CHAPTER-15 PLANT GROWTH AND DEVELOPMENT CBSE Quick Revision Notes (Class-11 Biology) CHAPTER-15 PLANT GROWTH AND DEVELOPMENT Root, stem leaves, flower, fruits and seeds arise in orderly manner in plants. The sequence of growth is as follows-

More information

Structures and Functions of Living Organisms

Structures and Functions of Living Organisms Structures and Functions of Living Organisms 6.L.1 Understand the structures, processes and behaviors of plants that enable them to survive and reproduce. 6.L.1.1 Summarize the basic structures and functions

More information

Developmental models of herbaceous plants

Developmental models of herbaceous plants Chapter 3 Developmental models of herbaceous plants The examples of trees presented in the previous chapter introduce L- systems as a plant modeling tool. They also illustrate one of the most striking

More information

IX. PRIMARY STEM STRUCTURE AND DEVELOPMENT Bot 404 Fall 2004

IX. PRIMARY STEM STRUCTURE AND DEVELOPMENT Bot 404 Fall 2004 IX. PRIMARY STEM STRUCTURE AND DEVELOPMENT Bot 404 Fall 2004 A. Shoot apex -plants have an open system of growth, therefore the ability (at least potentially) to continue growth because there is a meristem

More information

Pea Lab Report Sheet Team No. Your Name

Pea Lab Report Sheet Team No. Your Name Pea Lab Report Sheet Team No. Your Name Biology 100 K. Marr Date Lab Section Team Members Prelab Questions Instructions Answer the following six questions before coming to lab, but after having read the

More information

Plant Structure, Growth, and Development

Plant Structure, Growth, and Development Plant Structure, Growth, and Development Plant hierarchy: Cells Tissue: group of similar cells with similar function: Dermal, Ground, Vascular Organs: multiple kinds of tissue, very diverse function Organ

More information

13.4 Roots Figure 2 primary root: primary root secondary root: secondary root taproots fibrous taproots: roots. fibrous roots: adventitious roots

13.4 Roots Figure 2 primary root: primary root secondary root: secondary root taproots fibrous taproots: roots. fibrous roots: adventitious roots 10. Why is it not surprising that many hydrophytes have little or no tissue? 11. The leaves of many underwater plants are finely divided, dramatically increasing the surface area that is in contact with

More information

ROOTS. Syllabus Theme A Plant Structure and Function. Root systems. Primary Growth of Roots. Taproot system. Fibrous root system.

ROOTS. Syllabus Theme A Plant Structure and Function. Root systems. Primary Growth of Roots. Taproot system. Fibrous root system. Syllabus Theme A lant Structure and Function A2: Structure and function of the basic plant organs ampbell & Reece hap. 35 Selected page numbers ROOTS Functions Anchors the vascular plant Absorbs minerals

More information

Assessment Schedule 2013 Biology: Demonstrate understanding of the responses of plants and animals to their external environment (91603)

Assessment Schedule 2013 Biology: Demonstrate understanding of the responses of plants and animals to their external environment (91603) NCEA Level 3 Biology (91603) 2013 page 1 of 6 Assessment Schedule 2013 Biology: Demonstrate understanding of the responses of plants and animals to their external environment (91603) Assessment Criteria

More information

Botany Basics. Amy Fulcher Assistant Professor Sustainable Ornamental Plant Production and Landscape Management

Botany Basics. Amy Fulcher Assistant Professor Sustainable Ornamental Plant Production and Landscape Management Botany Basics Amy Fulcher Assistant Professor Sustainable Ornamental Plant Production and Landscape Management Presentation Introduction Snack break Overview/refresher on how plants work and implications

More information

STOLLER ENTERPRISES, INC. World leader in crop nutrition

STOLLER ENTERPRISES, INC. World leader in crop nutrition A new paradigm for crop production - Page 1 of 6 A NEW PARADIGM FOR CROP PRODUCTION Most agronomists are taught about the chemical process of manufacturing photosynthates (PS). The plants breathe in carbon

More information

Non-impeding Noisy-AND Tree Causal Models Over Multi-valued Variables

Non-impeding Noisy-AND Tree Causal Models Over Multi-valued Variables Non-impeding Noisy-AND Tree Causal Models Over Multi-valued Variables Yang Xiang School of Computer Science, University of Guelph, Canada Abstract To specify a Bayesian network (BN), a conditional probability

More information

1. Bud or node: Out of this either a leaf or a fruit-bearing shoot will develop.

1. Bud or node: Out of this either a leaf or a fruit-bearing shoot will develop. 8 2 0 4 Bud Bud or or node: node: Out Out of of this this either either a leaf leaf or or a fruit-bearing fruit-bearing shoot shoot will will develop. develop. 2 Inflorescence: The flowers of the grapevine.

More information

UNIVERSITY OF CALIFORNIA, RIVERSIDE. Botany. Department of. and. Plant Sciences.

UNIVERSITY OF CALIFORNIA, RIVERSIDE. Botany. Department of. and. Plant Sciences. UNIVERSITY OF CALIFORNIA, RIVERSIDE Department of Botany and Plant Sciences www.ucr.edu $Plant Growth Regulator $ Strategies and Avocado Phenology and Physiology $ $ Carol Lovatt Professor of Plant Physiology

More information

The Formation of A Tree Leaf

The Formation of A Tree Leaf The Formation of A Tree Leaf Qinglan Xia University of California at Davis November 9, 2005 The beauty of tree leaves Observation: Tree leaves have diverse and elaborate venation patterns and shapes. Question:

More information

Crop Development and Components of Seed Yield. Thomas G Chastain CSS 460/560 Seed Production

Crop Development and Components of Seed Yield. Thomas G Chastain CSS 460/560 Seed Production Crop Development and Components of Seed Yield Thomas G Chastain CSS 460/560 Seed Production White clover seed field Seed Yield Seed yield results from the interaction of the following factors: 1. Genetic

More information

Learning objectives: Gross morphology - terms you will be required to know and be able to use. shoot petiole compound leaf.

Learning objectives: Gross morphology - terms you will be required to know and be able to use. shoot petiole compound leaf. Topic 1. Introduction to Plants Introduction: Because of its history, several unrelated taxa have been grouped together with plants into the discipline of botany. Given this context, in this first lab

More information

Biology 2 Chapter 21 Review

Biology 2 Chapter 21 Review Biology 2 Chapter 21 Review Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Which of the following is not a tissue system of vascular plants? a. vascular

More information

Plant Structure and Growth

Plant Structure and Growth Plant Structure and Growth A. Flowering Plant Parts: The flowering plants or are the most diverse group of plants. They are divided into 2 classes and. Examples of monocots: Examples of dicots: The morphology

More information

Actions of auxin. Hormones: communicating with chemicals History: Discovery of a growth substance (hormone- auxin)

Actions of auxin. Hormones: communicating with chemicals History: Discovery of a growth substance (hormone- auxin) Hormones: communicating with chemicals History- discovery of plant hormone. Auxin Concepts of hormones Auxin levels are regulated by synthesis/degradation, transport, compartmentation, conjugation. Polar

More information

Control of Plant Height and Branching in Ornamentals. Ep Heuvelink. Horticulture and Product Physiology group, Wageningen University, the Netherlands

Control of Plant Height and Branching in Ornamentals. Ep Heuvelink. Horticulture and Product Physiology group, Wageningen University, the Netherlands Control of Plant Height and Branching in Ornamentals Ep Heuvelink Horticulture and Product Physiology group, Wageningen University, the Netherlands Compact plants = desired external quality Currently often

More information

Plant Organs. Roots & Stems

Plant Organs. Roots & Stems Plant Organs Roots & Stems I. Roots A. F(x)s = grow underground 1. Absorb water & nutrients from soil 2. Anchor plant in the soil 3. Make hormones important for growth & development I. Roots B. Structure

More information

HUB NETWORK DESIGN MODEL IN A COMPETITIVE ENVIRONMENT WITH FLOW THRESHOLD

HUB NETWORK DESIGN MODEL IN A COMPETITIVE ENVIRONMENT WITH FLOW THRESHOLD Journal of the Operations Research Society of Japan 2005, Vol. 48, No. 2, 158-171 2005 The Operations Research Society of Japan HUB NETWORK DESIGN MODEL IN A COMPETITIVE ENVIRONMENT WITH FLOW THRESHOLD

More information

Plant Juvenility Text Pages: 15 18,

Plant Juvenility Text Pages: 15 18, 45 Plant Juvenility Text Pages: 15 18, 613 619. Objectives: 1. Be able to describe and explain terms related to plant aging. 2. Be able to explain how a woody plant contains tissue of different ontogenetic

More information

Partnerships Implementing Engineering Education Worcester Polytechnic Institute Worcester Public Schools

Partnerships Implementing Engineering Education Worcester Polytechnic Institute Worcester Public Schools Partnerships Implementing Engineering Education Worcester Polytechnic Institute Worcester Public Schools Supported by: National Science Foundation Life Sciences: 4.E.4 Seeds Part 1 of 3 Grade Level 4 Sessions

More information

The three principal organs of seed plants are roots, stems, and leaves.

The three principal organs of seed plants are roots, stems, and leaves. 23 1 Specialized Tissues in Plants Seed Plant Structure The three principal organs of seed plants are roots, stems, and leaves. 1 of 34 23 1 Specialized Tissues in Plants Seed Plant Structure Roots: absorb

More information

Modeling of spatial structure and development of plants

Modeling of spatial structure and development of plants Modeling of spatial structure and development of plants Przemyslaw Prusinkiewicz Abstract Developmental models of plant structure capture the spatial arrangement of plant components and their development

More information

Level 2 Plant Growth and Development Part I Toby Day MSU Extension Horticulture Associate Specialist

Level 2 Plant Growth and Development Part I Toby Day MSU Extension Horticulture Associate Specialist Level 2 Plant Growth and Development Part I Toby Day MSU Extension Horticulture Associate Specialist Pages 24-38 Montana Master Gardener Handbook Plant Growth and Development Whole Plant Organs Tissues

More information

OVERVIEW PLANTS AND ANIMALS GRADES 1 2 CONTENT GOALS OVERVIEW CONTENTS

OVERVIEW PLANTS AND ANIMALS GRADES 1 2 CONTENT GOALS OVERVIEW CONTENTS GRADES 1 2 OVERVIEW CONTENT GOALS The Plants and Animals Module provides experiences that heighten young students awareness of the different ways that plants and animals meet their needs. Students care

More information

What is the overall objective of. all cropping systems? What is the overall objective of. What resources are we mainly interested in?

What is the overall objective of. all cropping systems? What is the overall objective of. What resources are we mainly interested in? What is the overall objective of all cropping systems? What resources are we mainly interested in? light energy, carbon, oxygen, water and nutrients What is the overall objective of all cropping systems?

More information

Level 2 Part II. MSU Extension Horticulture Associate Specialist. Pages Montana Master Gardener Handbook

Level 2 Part II. MSU Extension Horticulture Associate Specialist. Pages Montana Master Gardener Handbook Plant Growth and Development Level 2 Part II Toby Day MSU Extension Horticulture Associate Specialist Pages 24-48 Montana Master Gardener Handbook Vegetative parts of a plant Definitions Apical bud or

More information

Physiology of Pruning Fruit Trees

Physiology of Pruning Fruit Trees publication 422-025 Physiology of Pruning Fruit Trees Richard P. Marini, Extension Specialist, Horticulture; Virginia Tech Introduction Woody plants are pruned to maintain a desired size and shape and

More information