• Title/Summary/Keyword: root point

Search Result 632, Processing Time 0.023 seconds

Relationship of root biomass and soil respiration in a stand of deciduous broadleaved trees-a case study in a maple tree

  • Lee, Jae-Seok
    • Journal of Ecology and Environment
    • /
    • v.42 no.4
    • /
    • pp.155-162
    • /
    • 2018
  • Background: In ecosystem carbon cycle studies, distinguishing between $CO_2$ emitted by roots and by microbes remains very difficult because it is mixed before being released into the atmosphere. Currently, no method for quantifying root and microbial respiration is effective. Therefore, this study investigated the relationship between soil respiration and underground root biomass at varying distances from the tree and tested possibilities for measuring root and microbial respiration. Methods: Soil respiration was measured by the closed chamber method, in which acrylic collars were placed at regular intervals from the tree base. Measurements were made irregularly during one season, including high temperatures in summer and low temperatures in autumn; the soil's temperature and moisture content were also collected. After measurements, roots of each plot were collected, and their dry matter biomass measured to analyze relationships between root biomass and soil respiration. Results: Apart from root biomass, which affects soil's temperature and moisture, no other factors affecting soil respiration showed significant differences between measuring points. At each point, soil respiration showed clear seasonal variations and high exponential correlation with increasing soil temperatures. The root biomass decreased exponentially with increasing distance from the tree. The rate of soil respiration was also highly correlated exponentially with root biomass. Based on these results, the average rate of root respiration in the soil was estimated to be 34.4% (26.6~43.1%). Conclusions: In this study, attempts were made to differentiate the root respiration rate by analyzing the distribution of root biomass and resulting changes in soil respiration. As distance from the tree increased, root biomass and soil respiration values were shown to strongly decrease exponentially. Root biomass increased logarithmically with increases in soil respiration. In addition, soil respiration and underground root biomass were logarithmically related; the calculated root-breathing rate was around 44%. This study method is applicable for determining root and microbial respiration in forest ecosystem carbon cycle research. However, more data should be collected on the distribution of root biomass and the correlated soil respiration.

A Variable Latency Newton-Raphson's Floating Point Number Reciprocal Square Root Computation (가변 시간 뉴톤-랍손 부동소수점 역수 제곱근 계산기)

  • Kim Sung-Gi;Cho Gyeong-Yeon
    • The KIPS Transactions:PartA
    • /
    • v.12A no.5 s.95
    • /
    • pp.413-420
    • /
    • 2005
  • The Newton-Raphson iterative algorithm for finding a floating point reciprocal square mot calculates it by performing a fixed number of multiplications. In this paper, a variable latency Newton-Raphson's reciprocal square root algorithm is proposed that performs multiplications a variable number of times until the error becomes smaller than a given value. To find the rediprocal square root of a floating point number F, the algorithm repeats the following operations: '$X_{i+1}=\frac{{X_i}(3-e_r-{FX_i}^2)}{2}$, $i\in{0,1,2,{\ldots}n-1}$' with the initial value is '$X_0=\frac{1}{\sqrt{F}}{\pm}e_0$'. The bits to the right of p fractional bits in intermediate multiplication results are truncated and this truncation error is less than '$e_r=2^{-p}$'. The value of p is 28 for the single precision floating point, and 58 for the double precision floating point. Let '$X_i=\frac{1}{\sqrt{F}}{\pm}e_i$, there is '$X_{i+1}=\frac{1}{\sqrt{F}}-e_{i+1}$, where '$e_{i+1}{<}\frac{3{\sqrt{F}}{{e_i}^2}}{2}{\mp}\frac{{Fe_i}^3}{2}+2e_r$'. If '$|\frac{\sqrt{3-e_r-{FX_i}^2}}{2}-1|<2^{\frac{\sqrt{-p}{2}}}$' is true, '$e_{i+1}<8e_r$' is less than the smallest number which is representable by floating point number. So, $X_{i+1}$ is approximate to '$\frac{1}{\sqrt{F}}$. Since the number of multiplications performed by the proposed algorithm is dependent on the input values, the average number of multiplications Per an operation is derived from many reciprocal square root tables ($X_0=\frac{1}{\sqrt{F}}{\pm}e_0$) with varying sizes. The superiority of this algorithm is proved by comparing this average number with the fixed number of multiplications of the conventional algorithm. Since the proposed algorithm only performs the multiplications until the error gets smaller than a given value, it can be used to improve the performance of a reciprocal square root unit. Also, it can be used to construct optimized approximate reciprocal square root tables. The results of this paper can be applied to many areas that utilize floating point numbers, such as digital signal processing, computer graphics, multimedia, scientific computing, etc.

THE CHANGE OF THE ROOT SURFACE MORPHOLOGY BY DIFFERENT MODES OF TETRACYCLINE HYDROCHLORIDE CONDITIONING (Tetracycline Hydrochloride 적용방법에 따른 치근면 표면 형태 변화의 연구)

  • Rew, Seong-Hun;Moon, Jin-Kyun;Kim, Hyung-Seop
    • Journal of Periodontal and Implant Science
    • /
    • v.25 no.1
    • /
    • pp.76-88
    • /
    • 1995
  • The purpose of this was to evaluate the in vitro effects of different application modes of tetracycline HCI on dentin root surfaces. The study group was comprised of 30 teeth with advanced periodontal disease extracted before the start of periodontal therapy. The diseased root surface was vigorously root planed to expose dentin. The teeth were sectioned and cotton pellets. soaked in a saturated solution of tetracycline HCI, were either "placed" or "burnished" on the prepared root surface for 3, 5 min. respectively. Control surfaces were similarly treated with root planing only. Following the various treatments, teeth were fixed. dehydrated, critical point dried, and coated for scanning electron microscopic(SEM) evaluation. The surfaces of tetracycline HCI treated specimens considerably differed from specimens treated with root planing only. Results demonstrated that root-planed, no-tetracycline HCI specimens had amorphous, irregular surface which corresponded to a smear layer. Tetracycline HCI specimens exhibited collagen fibers and dentinal tubules exposed by the removal of the smear layer. Although some differences were seen in surface structures among some specimens. "burnished" application causes more extensive change than "placed" application, and application time of the tetracycline HCl did not seem to have any major impact on the surface morphology.

  • PDF

An Improved Newton-Raphson's Reciprocal and Inverse Square Root Algorithm (개선된 뉴톤-랍손 역수 및 역제곱근 알고리즘)

  • Cho, Gyeong-Yeon
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.11 no.1
    • /
    • pp.46-55
    • /
    • 2007
  • The Newton-Raphson's algorithm for finding a floating point reciprocal and inverse square root calculates the result by performing a fixed number of multiplications. In this paper, an improved Newton-Raphson's algorithm is proposed, that performs multiplications a variable number. Since the number of multiplications performed by the proposed algorithm is dependent on the input values, the average number of multiplications per an operation is derived from many reciprocal and inverse square tables with varying sizes. The superiority of this algorithm is proved by comparing this average number with the fixed number of multiplications of the conventional algorithm. Since the proposed algorithm only performs the multiplications until the error gets smaller than a given value, it can be used to improve the performance of a reciprocal and inverse square root unit. Also, it can be used to construct optimized approximate tables. The results of this paper can be applied to many areas that utilize floating point numbers, such as digital signal processing, computer graphics, multimedia, scientific computing, etc.

A Study on Test Methods for Performance Appraisal of Root Barrier Appling to Green Roofs (옥상 및 인공지반녹화용 방근재의 성능기준 설정을 위한 방근성 시험방법에 관한 연구)

  • Oh, Sang-Keun;Kwak, Kyu-Sung;Sun, Yoon-Suk;Kwon, Shi-Won
    • Journal of the Korea Institute of Building Construction
    • /
    • v.7 no.1 s.23
    • /
    • pp.79-84
    • /
    • 2007
  • Selection of proper root barrier as destination part of greening is very important in Root penetration resistance plan. To select proper root barrier, it need to understand composition of greening part, size, kind of plant, connection with waterproofing layer. In this point of view, we have establish greening on the roof or concrete structure, not been understand the structural mechanism. It means that we misunderstood about purpose of greening and using it. So, chosen materials and construction method was not proper for greening, it caused water leakage and decrease performance of concrete structure. Therefore, we would suggest 5 items of test methods considering environmental condition for green roof. Watertightness by water of greening part, root penetration resistance test by root penetration, bacteria resistance by must or bacteria in soil, chemical resistance by rain and chemical agent of fertilizer, and load resistance by soil depth, size of plant. These suggested test methods could be referred as guideline to test in green roof system because of not exist any performance appraisal guideline or standard. Consequently, it should be analysis as technical and institutional subdividing test methods and it need to study constantly as varied angles.

A Study on the Performance Appraisal for Copper Sheet as Root Barrier Material Appling to Green Roof System (옥상녹화 및 인공지반녹화용 구리시트 방근재의 성능평가에 관한 연구)

  • Cho, Il-Kyu;Kwon, Shi-Won;Kwak, Kyu-Sung;Oh, Sang-Keun
    • Proceedings of the Korean Institute of Building Construction Conference
    • /
    • 2007.04a
    • /
    • pp.5-8
    • /
    • 2007
  • Selection of proper root barrier as destination part of greening is very important in Root penetration resistance plan. To select proper root barrier, it need to understand composition of greening part, size, kind of plant, connection with waterproofing layer. In this point of view, we have establish greening on the roof or concrete structure, not been understand the structural mechanism. It means that we misunderstood about purpose of greening and using it. So, chosen materials and construction method was not proper for greening, it caused water leakage and decrease performance of concrete structure. Therefore, we examine the practical use of copper sheet considering environmental condition for green roof. Watertightness by water of greening part, root penetration resistance test by root penetration, bacteria resistance by must or bacteria in soil, chemical resistance by rain and chemical agent of fertilizer, and load resistance by soil depth, sire of plant. These suggested test methods could be referred as guideline to test in green roof system because of not exist any performance appraisal guideline or standard. Consequently, it should be analysis as technical and institutional subdividing test methods and it need to study constantly as varied angles.

  • PDF

Clinical Follow-up on Sagittal Fracture at the Temporal Root of the Zygomatic Arch: Does It Need Open Reduction?

  • Cheon, Ji Seon;Seo, Bin Na;Yang, Jeong Yeol;Son, Kyung Min
    • Archives of Plastic Surgery
    • /
    • v.40 no.5
    • /
    • pp.546-552
    • /
    • 2013
  • Background The zygoma is a major portion of the midfacial contour. When deformity occurs in this area, a reduction should be conducted to correct it. If a sagittal fracture at the temporal root of the zygomatic arch occurs, this also requires reduction, but it is difficult to approach due to its anatomical location, and the possibility of fixation is also limited. Thus, the authors attempted the reduction of sagittal fracture by two- or three-point fixation and the Gillies approach without direct manipulation. The preoperative and postoperative results of the patients were evaluated. Follow-up was performed to establish a treatment guideline. Methods A retrospective study was done with 40 patients who had sagittal fractures at the temporal root of the zygomatic arch from March 2009 to June 2012. Only two- or three-point fixation was performed for the accompanying zygomatic-orbital-maxillary fracture. The Gillies approach was used for complex fractures of the zygomatic arch, while the temporal root of the zygomatic arch was only observed without reduction. Preoperative and postoperative computed tomography and X-ray scans were performed to examine the results. Results The result of the paired t-test on preoperative and postoperative bone gap differences, the depression level, and the degree of temporal protrusion showed a marked decrease in the mean difference at a 95% confidence interval. The results were acceptable. Conclusions In the treatment of sagittal fractures at the temporal root of the zygomatic arch, it is acceptable to use indirect reduction and non-fixation methods. This leads to a satisfactory aesthetic and functional outcome.

FINDING THE INTERSECTION POINT OF A NONPARAMETRIC SURFACE AND A LINE IN $R^3$

  • Kim, Hoi-Sub;Jo, Chang-Mog;Lee, Se-Joon;Jun, Cha-Soo
    • Journal of the Korean Society for Industrial and Applied Mathematics
    • /
    • v.7 no.1
    • /
    • pp.1-5
    • /
    • 2003
  • We suggest Bisection method, Fixed point method and Newton's method for finding the intersection point of a nonparametric surface and a line in $R^3$ and apply ray-tracing in Color Picture Tube or Color Display Tube.

  • PDF

SHAPING ABILITY OF ROOT CANAL INSTRUMENTS ON CURVED ROOT CANALS (수종 근관확대 기구의 만곡된 치근관 성형능력)

  • Kim, Myeong-Su;Son, Ho-Hyun
    • Restorative Dentistry and Endodontics
    • /
    • v.17 no.1
    • /
    • pp.141-152
    • /
    • 1992
  • Four endodontic instruments from different manufacturers(K - file, Hedstrom - file, K - flex - file, Cavi - Endo) were used to shape 80 mesial canals of extracted posterior teeth. The instrument's ability to enlarge and shape the canals as the original canal shape was assessed by superimposing radiographs of canals obtained before and after canal shaping. The results were as follows 1. Hedstrom - file enlarged canals greater than K - file, K - flex - file, and Cavi - Endo(P<0.05). There are no differences in canal enlargement among K - flex, K - flex - file, and Cavi - Endo(P<0.05). 2. All the instruments showed no difference in canal enlargement between convex side and concave side of B point in proximal and clinical radiographic views, but at the concave side of C point canals were enlarged greater than at the convex side(proximal view of K - file: P<0.05, the others: P<0.01). 3. There was no difference m canal enlargement between convex side and concave side in proximal view of A and D points of K - file and K - flex - file(P<0.05). But in clinical view, canal enlargement at convex side of A point and concave side of D point was greater than that at concave side of A point and convex side of D point respectively. 4. Hedstrom - files showed greater canal enlargement at convex side of A points and concave side of D points (P<0.05 or P<0.01). Cavi - Endo showed no difference in canal enlargement between convex side and concave side at A and D points in proximal view(P<0.05). Bur canal enlargement was greater at concave side than at convex side of D point in clinical view. 5. K - file and Cavi - Endo showed no differences in canal enlargement between convex and concave side in proximal and clinical view (P<0.05). K - flex - file showed greater canal enlargement at concave side in proximal and clinical view(P<0.0:5). Hedstrom file showed no difference in canal enlargement between convex side and concave side in proximal view, but showed greater canal enlargement at concave side in clinical view(P<0.05).

  • PDF

Information Requirements for Model-based Monitoring of Construction via Emerging Big Visual Data and BIM

  • Han, Kevin K.;Golparvar-Fard, Mani
    • International conference on construction engineering and project management
    • /
    • 2015.10a
    • /
    • pp.317-320
    • /
    • 2015
  • Documenting work-in-progress on construction sites using images captured with smartphones, point-and-shoot cameras, and Unmanned Aerial Vehicles (UAVs) has gained significant popularity among practitioners. The spatial and temporal density of these large-scale site image collections and the availability of 4D Building Information Models (BIM) provide a unique opportunity to develop BIM-driven visual analytics that can quickly and easily detect and visualize construction progress deviations. Building on these emerging sources of information this paper presents a pipeline for model-driven visual analytics of construction progress. It particularly focuses on the following key steps: 1) capturing, transferring, and storing images; 2) BIM-driven analytics to identify performance deviations, and 3) visualizations that enable root-cause assessments on performance deviations. The information requirements, and the challenges and opportunities for improvements in data collection, plan preparations, progress deviation analysis particularly under limited visibility, and transforming identified deviations into performance metrics to enable root-cause assessments are discussed using several real world case studies.

  • PDF