Improving Color Image Segmentation by Spatial-Color Pixel Clustering

Size: px
Start display at page:

Download "Improving Color Image Segmentation by Spatial-Color Pixel Clustering"

Transcription

1 Improving Color Imag Sgmntation by Spatial-Color Pixl Clustring Hnryk Palus and Mariusz Frackiwicz Silsian Univrsity of Tchnology, ul. kadmicka 16, Gliwic, Poland BSTCT Imag sgmntation is on of th most difficult stps in th computr vision procss. Pixl clustring is only on among many tchniqus usd in imag sgmntation. In this papr is proposd a nw sgmntation tchniqu, making clustring in th fiv-dimnsional fatur spac built from thr color componnts and two spatial coordinats. Th advantags of taking into account th information about th imag structur in pixl clustring ar shown. Th proposd 5D k-mans tchniqu rquirs, similarly to othr sgmntation tchniqus, an additional postprocssing to liminat ovrsgmntation. Our approach is valuatd on diffrnt simpl and complx imags. Kywords: imag sgmntation, spatial-color pixl clustring 1. INTODUCTION Color imag sgmntation tchniqus play a fundamntal rol in diffrnt machin vision systms. Imag sgmntation is basd on partitioning of th imag into homognous rgions corrsponding to objcts locatd in th scn. Th rsult of imag sgmntation is a much asir imag (st of labld rgions), which howvr facilitats a furthr analysis. Th rgions sparatd during sgmntation procss mt crtain homognity critria, which may b basd on color, gry lvl, txtur tc. Th growing computational capabilitis of th computr quipmnt mak possibl th us mor sophisticatd sgmntation tchniqus with additional pr-procssing,.g. dnoising filtring, and postprocssing,.g. rgion mrging. Howvr, thr is no univrsal tchniqu for color imag sgmntation. In rcnt yars hav bn publishd th rviw works on color imag sgmntation tchniqus [1 3], as wll as th first books dvotd to this subjct [4, 5]. mong th many imag sgmntation tchniqus w can find diffrnt pixl clustring tchniqus such as k-mans [6], k-harmonic mans [7], man-shift [] and othrs. Ths tchniqus blong to pixl-basd tchniqus and do not us information about th structur of th procssd imag and thus ar calld spatial blind. Th imags dominant colors naturally form clustrs in color spac and clustring tchniqus can b considrd as tools for unsuprvisd classification of hundrds of thousands and somtims millions of imag pixls. Furthr considrations will b limitd to th classic clustring tchniqu namd k-mans (KM ). KM is applid hr for clustring color pixls in thr-dimnsional color spac such GB, CIELB tc. and hnc this tchniqu will b markd as 3DKM. ftr adding two spatial pixl coordinats to th thr color componnts of pixl w can clustr pixls in th fiv-dimnsional spac, hnc th dsignation of this vrsion is 5DKM. Th dtails of such spatial-color pixl clustring ar dscribd blow. 2. SPTIL-COLO PIXEL CLUSTEING Th KM tchniqu is on of th oldst [6], most popular and also fastst clustring tchniqus. This rquirs dtrmining th numbr of clustrs k and choosing thir starting cntrs, which is an important limitation. Th sgmntation rsults using 3DKM tchniqu significantly dpnd on th position of starting cntrs of clustrs. This input data may b randomly slctd from th colors occuring in th imag. Th pixls assignd to on Furthr authors information: Hnryk Palus: Hnryk.Palus@polsl.pl, Tlphon: Mariusz Frackiwicz: Mariusz.Frackiwicz@polsl.pl, Tlphon:

2 clustr gnrally blong to diffrnt rgions of sgmntd imag. Clustring may b prformd in th GB color spac with using th Euclidan distanc d GB btwn two pixls: d GB = ( 1 2 ) 2 (G 1 G 2 ) 2 (B 1 B 2 ) 2 (1) whr: 1, G 1, B 1 - color componnts of a pixl with coordinats (X 1, Y 1 ), 2, G 2, B 2 - color componnts of a pixl with coordinats (X 2, Y 2 ) or color componnts in anothr color spac, which is th rsult of convrting th GB spac, for xampl, prcptually uniform CIELB color spac: d LB = (L 1 L 2 ) 2 (a 1 a 2 ) 2 (b 1 b 2 ) 2 (2) whr L is th luminanc, a and b ar th chrominanc componnts of th imag pixl. In ordr to tak into account th pixl coordinats has bn introducd a normalizing spatial wight factor []: M N SW = (3) m whr M N is th spatial rsolution of th imag and m is a paramtr. KM nds an assssmnt of th similarity of imag pixls to clustr cntrs. Simultanous us of color componnts and pixl coordinats in th similarity formula is a problm du to th diffrnt rangs of variability. pplication of SW factor allows to solv this kind of problm: ( ) 2 ( ) 2 d GBXY = ( 1 2 ) 2 (G 1 G 2 ) 2 (B 1 B 2 ) 2 (X1 X 2 ) (Y1 Y 2 ) (4) SW SW ftr simpl transformations w gt: d GBXY = ( 1 2 ) 2 (G 1 G 2 ) 2 (B 1 B 2 ) 2 ( ) 2 ( ) 2 m(x1 X 2 ) m(y1 Y 2 ) (5) M N M N Formula (5) applis to both sgmntation tchniqus; whn m = thn w obtain th formula (1), usful in 3DKM. Th opn qustion rmains, what should b th m paramtr s valu that proprly tak into account both aspcts: color and spatial. 3. POSTPOCESSING Th us of clustring tchniqus in imag sgmntation rquirs in its final phas a rgion labling. Oftn prforms also postprocssing in ordr to rmov ovrsgmntation, which may b th rsult of sgmntation tchniqu, poor slction of its paramtrs or a nois in sgmntd imag. On of th most ffctiv postprocssing mthods is a rmoval of small rgions from th imag by mrging thm to nighboring rgions. This task is simplifid by th arlir labling stp, which usually gnrats a list of formd rgions with information about pixl mmbrship. singl pixl can contribut only on rgion. n ara of rgion is xprssd by th numbr of pixls making up th rgion. Thus, finding rgions with an ara smallr than som thrshold is not a difficult task. 4. QULITY EVLUTION CITEI Evaluation of imag sgmntation rsults lacks both commonly accptd valuation critria and valuation procdurs. Objctiv mthods for th valuation of sgmntation rsults, dscribd in th classical work of Zhang [1], hav bn dividd into analytical and xprimntal. Howvr, sinc thr is no gnral thory of imag sgmntation, th analytical mthods ar poorly dvlopd. Exprimntal mthods ar dominatd by two approachs. Th first approach, namd mpirical goodnss, dos not rquir a rfrnc sgmntd imag and th valuation is carrid out in rspct of original imag. Exampls of goodnss masurs can b homognity of rgions and contrast btwn rgions. In th scond approach,

3 a discrpancy masur xprssd as a diffrnc btwn th sgmntd and rfrnc imag (ground truth) is computd. Th rfrnc imag is an imag manually sgmntd by th xprt. Gnration of such rfrnc imags is oftn problmatic, bcaus diffrnt popl crat diffrnt sgmntations for th sam imag. Th discrpancy masur may b basd on a numbr of mis-sgmntd pixls, a position of mis-sgmntd pixls tc. nothr form of valuation of sgmntation rsults is a subjctiv assssmnt carrid out by an xprt or group of xprts. dditionally, in som cass, a final quality indx of vision systm can indicat a quality of sgmntation,.g. a rcognition rat in th cas of objct rcognition systm. Borsotti t al. in th papr [] proposd for sgmntation valuation an mpirical quality function and applid it to clustring-basd sgmntation tchniqus: [ 1 2 ( ) ] 2 = i (i ) (6) 1 (M N) 1 log i i=1 whr I - sgmntd imag, M N - spatial rsolution of th imag, - th numbr of rgions in sgmntd imag, i - th ara of th rgion with indx i, ( i ) - th numbr of rgions with ara qual to i and i - th color rror of rgion with indx i. Th rror in GB color spac is calculatd as th sum of th Euclidan distancs btwn color componnts of rgion pixls and th componnts of avrag color, which is a color attribut of this rgion in sgmntd imag. First trm in (6) is a normalization factor, th scond trm pnalizs th ovrsgmntation (rsults with too many rgions), and th third trm pnalizs sgmntd imag with non-homognous rgions. Bcaus th color rror is gratr for larg rgions, th last trm is scald by th surfac ara. Th main ida of using this kind of function can b formulatd as follows: th smallr th valu of th valuation function, th bttr will b th sgmntation rsult. 5. EXPEIMENTL TESTS To study th proposd sgmntation mthods w slctd two groups of imags. In th first group ar rlativly simpl imags (Fig.1) that show uniformly colord objcts on a uniform background. Th imags wr acquird in our laboratory conditions and thir spatial rsolution is 32x2 pixls. Th scond group (Fig.2) contains complx imags dpicting natural scns and drivd from th Univrsity of Brkly imag databas [] that is frquntly usd in studis on th imag sgmntation. Th spatial rsolution of ths imags is 41x321 pixls. ll tsts wr prformd on thr simpl and thr complx tst imags. i (a) (b) (c) Figur 1. Simpl tst imags: a) Scn1, b) Scn2, c) Scn3 Both tstd 3DKM and 5DKM tchniqus wr initializd randomly by choosing random coordinats of pixls, which color componnts dtrmin th initial clustr cntrs. In th cas of 3DKM wr usd th color componnts only and in th cas of 5DKM additionally th pixl coordinats. andom initialization rquird th sris of drawings; in ach imag sgmntation 1 random drawings for ach clustr ar adoptd. Th numbr of clustrs for simpl imags (k = ) was smallr than numbr of clustrs for complx imags (k = 32). Th us of 5DKM tchniqu rquird also a dfinition of valus of m paramtrs. Fig.3 prsnts a rlationship btwn th valus of valuation function avragd ovr 1 random drawings and th valu of m paramtr in th

4 (a) (b) (c) Figur 2. Complx tst imags []: a) #3, b) #44, c) #2461. (a) (b) Figur 3. Sgmntation quality vs m paramtr valu: a) simpl imags, b) complx imags. Tabl 1. Valus of critrion for simpl imags (k = ) Simpl imags Scn1 Scn2 Scn3 Q(I 3DKM 5DKM 3DKMPP 5DKMPP rang from to 15. On th basis of ths tst rsults th authors proposd for simpl imags m = 2 and for complx imags m = 14. In both KM tchniqus was applid th sam numbr of itrations qual to 2. Th postprocssing dscribd in th Sction 3 and dpndnt on th thrshold valu (small rgion ara) is usd in ordr to improv th sgmntation rsults. Th thrshold valu should b slctd according to th scn and cannot b gratr than an ara of rgion corrsponding to th smallst objct that should b sgmntd. doptd valus of ar includd in th tabls showing th rsults (Tabl 1 and Tabl 2). 6. CONCLUSION sults of th studis on 5DKM tchniqu hav shown that ovrsgmntation in sgmntd imags is lss than in th cas of 3DKM tchniqu. Similarly, in th cas of 5DKM th valu of valuation funktion is gnrally

5 Tabl 2. Valus of critrion for complx imags (k = 32) Complx imags 3DKM 5DKM 3DKMPP 5DKMPP #3 #44 # also smallr. This suggsts that th simultanous inclusion of color and spatial information in th procss of clustring improvs obtaind sgmntation rsults. similar approach using locally fiv-dimnsional fatur spac is currntly bing dvlopd in th form of suprpixl SLIC tchniqu []. Prsntd in th articl, th spatial-color sgmntation tchniqu basd on KM clustring in fiv-dimnsional spac, can b also dvlopd for othr clustring mthods, particularly thos which ar gnralization of KM, as.g. KHM. CKNOWLEDGMENTS This work was supportd by Polish Ministry for Scinc and Highr Education undr intrnal grant BK- 265/u1/214 for Institut of utomatic Control, Silsian Univrsity of Tchnology, Gliwic, Poland. EFEENCES [1] Vantaram, S.. and Sabr, E., Survy of contmporary trnds in color imag sgmntation, Journal of Elctronic Imaging 21(4), (2). [2] Palus, H., Color imag sgmntation: slctd tchniqus, in [Color Imag Procssing: Mthods and pplications], Lukac,. and Plataniotis, K., ds., 13 1, CC Prss, Boca aton, F, US (26). [3] Chng, H., Jiang, X., Sun, Y., and Wang, J., Color imag sgmntation: advancs and prospcts, Pattrn cognition 34(), (21). [4] Zhang, Y.-L., [dvancs in Imag and Vido Sgmntation], IM Prss, Hrshy, P, US (26). [5] Ho /d./, P.-G. P., [Imag Sgmntation], InTch, ijka, Croatia (2). [6] MacQun, J., Som mthods for classification and analysis of multivariat obsrvations, in [Procdings of th 5th Brkly Symposium on Mathmatics, Statistics, and Probabilitis, Brkly C, US], (167). [7] Zhang, B., Hsu, M., and Dayal, U., K-harmonic mans - data clustring algorithm, Tch. p. T HPL- 1-4, Hwltt Packard Labs, Palo lto, C, US (1). [] Comaniciu, D. and Mr, P., Man shift: robust approach toward fatur spac analysis, IEEE Trans. Pattrn nal. Mach. Intll. 24, (May 22). [] Hsu, C.-Y. and Ding, J.-J., Efficint imag sgmntation algorithm using SLIC suprpixls and boundaryfocusd rgion mrging, in [Procdings of th Intrnational Confrnc on Information, Communications and Signal Procssing (ICICS)], 1 5 (Tainan, Taiwan, 213). [1] Zhang, Y. J., survy on valuation mthods for imag sgmntation, Pattrn cognition 2(), (16). [] Borsotti, M., Campadlli, P., and Schttini,., Quantitativ valuation of color imag sgmntation rsults, Pattrn cognition Lttrs 1(), (1). [] Martin, D., Fowlks, C., Tal, D., and Malik, J., databas of human sgmntd natural imags and its application to valuating sgmntation algorithms and masuring cological statistics, in [Procdings of th th Intrnational Confrnc on Computr Vision], (Vancouvr, BC, Canada, 21).

Homotopy perturbation technique

Homotopy perturbation technique Comput. Mthods Appl. Mch. Engrg. 178 (1999) 257±262 www.lsvir.com/locat/cma Homotopy prturbation tchniqu Ji-Huan H 1 Shanghai Univrsity, Shanghai Institut of Applid Mathmatics and Mchanics, Shanghai 272,

More information

Learning Spherical Convolution for Fast Features from 360 Imagery

Learning Spherical Convolution for Fast Features from 360 Imagery Larning Sphrical Convolution for Fast Faturs from 36 Imagry Anonymous Author(s) 3 4 5 6 7 8 9 3 4 5 6 7 8 9 3 4 5 6 7 8 9 3 3 3 33 34 35 In this fil w provid additional dtails to supplmnt th main papr

More information

Ch. 24 Molecular Reaction Dynamics 1. Collision Theory

Ch. 24 Molecular Reaction Dynamics 1. Collision Theory Ch. 4 Molcular Raction Dynamics 1. Collision Thory Lctur 16. Diffusion-Controlld Raction 3. Th Matrial Balanc Equation 4. Transition Stat Thory: Th Eyring Equation 5. Transition Stat Thory: Thrmodynamic

More information

Higher order derivatives

Higher order derivatives Robrto s Nots on Diffrntial Calculus Chaptr 4: Basic diffrntiation ruls Sction 7 Highr ordr drivativs What you nd to know alrady: Basic diffrntiation ruls. What you can larn hr: How to rpat th procss of

More information

Search sequence databases 3 10/25/2016

Search sequence databases 3 10/25/2016 Sarch squnc databass 3 10/25/2016 Etrm valu distribution Ø Suppos X is a random variabl with probability dnsity function p(, w sampl a larg numbr S of indpndnt valus of X from this distribution for an

More information

Observer Bias and Reliability By Xunchi Pu

Observer Bias and Reliability By Xunchi Pu Obsrvr Bias and Rliability By Xunchi Pu Introduction Clarly all masurmnts or obsrvations nd to b mad as accuratly as possibl and invstigators nd to pay carful attntion to chcking th rliability of thir

More information

ph People Grade Level: basic Duration: minutes Setting: classroom or field site

ph People Grade Level: basic Duration: minutes Setting: classroom or field site ph Popl Adaptd from: Whr Ar th Frogs? in Projct WET: Curriculum & Activity Guid. Bozman: Th Watrcours and th Council for Environmntal Education, 1995. ph Grad Lvl: basic Duration: 10 15 minuts Stting:

More information

PHASE-ONLY CORRELATION IN FINGERPRINT DATABASE REGISTRATION AND MATCHING

PHASE-ONLY CORRELATION IN FINGERPRINT DATABASE REGISTRATION AND MATCHING Anall Univrsităţii d Vst din Timişoara Vol. LII, 2008 Sria Fizică PHASE-OLY CORRELATIO I FIGERPRIT DATABASE REGISTRATIO AD ATCHIG Alin C. Tusda, 2 Gianina Gabor Univrsity of Orada, Environmntal Faculty,

More information

Data Assimilation 1. Alan O Neill National Centre for Earth Observation UK

Data Assimilation 1. Alan O Neill National Centre for Earth Observation UK Data Assimilation 1 Alan O Nill National Cntr for Earth Obsrvation UK Plan Motivation & basic idas Univariat (scalar) data assimilation Multivariat (vctor) data assimilation 3d-Variational Mthod (& optimal

More information

Application of Vague Soft Sets in students evaluation

Application of Vague Soft Sets in students evaluation Availabl onlin at www.plagiarsarchlibrary.com Advancs in Applid Scinc Rsarch, 0, (6):48-43 ISSN: 0976-860 CODEN (USA): AASRFC Application of Vagu Soft Sts in studnts valuation B. Chtia*and P. K. Das Dpartmnt

More information

Construction of asymmetric orthogonal arrays of strength three via a replacement method

Construction of asymmetric orthogonal arrays of strength three via a replacement method isid/ms/26/2 Fbruary, 26 http://www.isid.ac.in/ statmath/indx.php?modul=prprint Construction of asymmtric orthogonal arrays of strngth thr via a rplacmnt mthod Tian-fang Zhang, Qiaoling Dng and Alok Dy

More information

NEW APPLICATIONS OF THE ABEL-LIOUVILLE FORMULA

NEW APPLICATIONS OF THE ABEL-LIOUVILLE FORMULA NE APPLICATIONS OF THE ABEL-LIOUVILLE FORMULA Mirca I CÎRNU Ph Dp o Mathmatics III Faculty o Applid Scincs Univrsity Polithnica o Bucharst Cirnumirca @yahoocom Abstract In a rcnt papr [] 5 th indinit intgrals

More information

Title: Vibrational structure of electronic transition

Title: Vibrational structure of electronic transition Titl: Vibrational structur of lctronic transition Pag- Th band spctrum sn in th Ultra-Violt (UV) and visibl (VIS) rgions of th lctromagntic spctrum can not intrprtd as vibrational and rotational spctrum

More information

A Propagating Wave Packet Group Velocity Dispersion

A Propagating Wave Packet Group Velocity Dispersion Lctur 8 Phys 375 A Propagating Wav Packt Group Vlocity Disprsion Ovrviw and Motivation: In th last lctur w lookd at a localizd solution t) to th 1D fr-particl Schrödingr quation (SE) that corrsponds to

More information

Transitional Probability Model for a Serial Phases in Production

Transitional Probability Model for a Serial Phases in Production Jurnal Karya Asli Lorkan Ahli Matmatik Vol. 3 No. 2 (2010) pag 49-54. Jurnal Karya Asli Lorkan Ahli Matmatik Transitional Probability Modl for a Srial Phass in Production Adam Baharum School of Mathmatical

More information

(Upside-Down o Direct Rotation) β - Numbers

(Upside-Down o Direct Rotation) β - Numbers Amrican Journal of Mathmatics and Statistics 014, 4(): 58-64 DOI: 10593/jajms0140400 (Upsid-Down o Dirct Rotation) β - Numbrs Ammar Sddiq Mahmood 1, Shukriyah Sabir Ali,* 1 Dpartmnt of Mathmatics, Collg

More information

Problem Set #2 Due: Friday April 20, 2018 at 5 PM.

Problem Set #2 Due: Friday April 20, 2018 at 5 PM. 1 EE102B Spring 2018 Signal Procssing and Linar Systms II Goldsmith Problm St #2 Du: Friday April 20, 2018 at 5 PM. 1. Non-idal sampling and rcovry of idal sampls by discrt-tim filtring 30 pts) Considr

More information

Procdings of IC-IDC0 ( and (, ( ( and (, and (f ( and (, rspctivly. If two input signals ar compltly qual, phas spctra of two signals ar qual. That is

Procdings of IC-IDC0 ( and (, ( ( and (, and (f ( and (, rspctivly. If two input signals ar compltly qual, phas spctra of two signals ar qual. That is Procdings of IC-IDC0 EFFECTS OF STOCHASTIC PHASE SPECTRUM DIFFERECES O PHASE-OLY CORRELATIO FUCTIOS PART I: STATISTICALLY COSTAT PHASE SPECTRUM DIFFERECES FOR FREQUECY IDICES Shunsu Yamai, Jun Odagiri,

More information

5.80 Small-Molecule Spectroscopy and Dynamics

5.80 Small-Molecule Spectroscopy and Dynamics MIT OpnCoursWar http://ocw.mit.du 5.80 Small-Molcul Spctroscopy and Dynamics Fall 008 For information about citing ths matrials or our Trms of Us, visit: http://ocw.mit.du/trms. Lctur # 3 Supplmnt Contnts

More information

On spanning trees and cycles of multicolored point sets with few intersections

On spanning trees and cycles of multicolored point sets with few intersections On spanning trs and cycls of multicolord point sts with fw intrsctions M. Kano, C. Mrino, and J. Urrutia April, 00 Abstract Lt P 1,..., P k b a collction of disjoint point sts in R in gnral position. W

More information

EXST Regression Techniques Page 1

EXST Regression Techniques Page 1 EXST704 - Rgrssion Tchniqus Pag 1 Masurmnt rrors in X W hav assumd that all variation is in Y. Masurmnt rror in this variabl will not ffct th rsults, as long as thy ar uncorrlatd and unbiasd, sinc thy

More information

Hydrogen Atom and One Electron Ions

Hydrogen Atom and One Electron Ions Hydrogn Atom and On Elctron Ions Th Schrödingr quation for this two-body problm starts out th sam as th gnral two-body Schrödingr quation. First w sparat out th motion of th cntr of mass. Th intrnal potntial

More information

1 Minimum Cut Problem

1 Minimum Cut Problem CS 6 Lctur 6 Min Cut and argr s Algorithm Scribs: Png Hui How (05), Virginia Dat: May 4, 06 Minimum Cut Problm Today, w introduc th minimum cut problm. This problm has many motivations, on of which coms

More information

Function Spaces. a x 3. (Letting x = 1 =)) a(0) + b + c (1) = 0. Row reducing the matrix. b 1. e 4 3. e 9. >: (x = 1 =)) a(0) + b + c (1) = 0

Function Spaces. a x 3. (Letting x = 1 =)) a(0) + b + c (1) = 0. Row reducing the matrix. b 1. e 4 3. e 9. >: (x = 1 =)) a(0) + b + c (1) = 0 unction Spacs Prrquisit: Sction 4.7, Coordinatization n this sction, w apply th tchniqus of Chaptr 4 to vctor spacs whos lmnts ar functions. Th vctor spacs P n and P ar familiar xampls of such spacs. Othr

More information

What are those βs anyway? Understanding Design Matrix & Odds ratios

What are those βs anyway? Understanding Design Matrix & Odds ratios Ral paramtr stimat WILD 750 - Wildlif Population Analysis of 6 What ar thos βs anyway? Undrsting Dsign Matrix & Odds ratios Rfrncs Hosmr D.W.. Lmshow. 000. Applid logistic rgrssion. John Wily & ons Inc.

More information

Sara Godoy del Olmo Calculation of contaminated soil volumes : Geostatistics applied to a hydrocarbons spill Lac Megantic Case

Sara Godoy del Olmo Calculation of contaminated soil volumes : Geostatistics applied to a hydrocarbons spill Lac Megantic Case wwwnvisol-canadaca Sara Godoy dl Olmo Calculation of contaminatd soil volums : Gostatistics applid to a hydrocarbons spill Lac Mgantic Cas Gostatistics: study of a PH contamination CONTEXT OF THE STUDY

More information

General Notes About 2007 AP Physics Scoring Guidelines

General Notes About 2007 AP Physics Scoring Guidelines AP PHYSICS C: ELECTRICITY AND MAGNETISM 2007 SCORING GUIDELINES Gnral Nots About 2007 AP Physics Scoring Guidlins 1. Th solutions contain th most common mthod of solving th fr-rspons qustions and th allocation

More information

Principles of Humidity Dalton s law

Principles of Humidity Dalton s law Principls of Humidity Dalton s law Air is a mixtur of diffrnt gass. Th main gas componnts ar: Gas componnt volum [%] wight [%] Nitrogn N 2 78,03 75,47 Oxygn O 2 20,99 23,20 Argon Ar 0,93 1,28 Carbon dioxid

More information

ME 321 Kinematics and Dynamics of Machines S. Lambert Winter 2002

ME 321 Kinematics and Dynamics of Machines S. Lambert Winter 2002 3.4 Forc Analysis of Linkas An undrstandin of forc analysis of linkas is rquird to: Dtrmin th raction forcs on pins, tc. as a consqunc of a spcifid motion (don t undrstimat th sinificanc of dynamic or

More information

Differential Equations

Differential Equations UNIT I Diffrntial Equations.0 INTRODUCTION W li in a world of intrrlatd changing ntitis. Th locit of a falling bod changs with distanc, th position of th arth changs with tim, th ara of a circl changs

More information

4.2 Design of Sections for Flexure

4.2 Design of Sections for Flexure 4. Dsign of Sctions for Flxur This sction covrs th following topics Prliminary Dsign Final Dsign for Typ 1 Mmbrs Spcial Cas Calculation of Momnt Dmand For simply supportd prstrssd bams, th maximum momnt

More information

MCB137: Physical Biology of the Cell Spring 2017 Homework 6: Ligand binding and the MWC model of allostery (Due 3/23/17)

MCB137: Physical Biology of the Cell Spring 2017 Homework 6: Ligand binding and the MWC model of allostery (Due 3/23/17) MCB37: Physical Biology of th Cll Spring 207 Homwork 6: Ligand binding and th MWC modl of allostry (Du 3/23/7) Hrnan G. Garcia March 2, 207 Simpl rprssion In class, w drivd a mathmatical modl of how simpl

More information

First derivative analysis

First derivative analysis Robrto s Nots on Dirntial Calculus Chaptr 8: Graphical analysis Sction First drivativ analysis What you nd to know alrady: How to us drivativs to idntiy th critical valus o a unction and its trm points

More information

Two Products Manufacturer s Production Decisions with Carbon Constraint

Two Products Manufacturer s Production Decisions with Carbon Constraint Managmnt Scinc and Enginring Vol 7 No 3 pp 3-34 DOI:3968/jms9335X374 ISSN 93-34 [Print] ISSN 93-35X [Onlin] wwwcscanadant wwwcscanadaorg Two Products Manufacturr s Production Dcisions with Carbon Constraint

More information

CS 361 Meeting 12 10/3/18

CS 361 Meeting 12 10/3/18 CS 36 Mting 2 /3/8 Announcmnts. Homwork 4 is du Friday. If Friday is Mountain Day, homwork should b turnd in at my offic or th dpartmnt offic bfor 4. 2. Homwork 5 will b availabl ovr th wknd. 3. Our midtrm

More information

Symmetric centrosymmetric matrix vector multiplication

Symmetric centrosymmetric matrix vector multiplication Linar Algbra and its Applications 320 (2000) 193 198 www.lsvir.com/locat/laa Symmtric cntrosymmtric matrix vctor multiplication A. Mlman 1 Dpartmnt of Mathmatics, Univrsity of San Francisco, San Francisco,

More information

Rational Approximation for the one-dimensional Bratu Equation

Rational Approximation for the one-dimensional Bratu Equation Intrnational Journal of Enginring & Tchnology IJET-IJES Vol:3 o:05 5 Rational Approximation for th on-dimnsional Bratu Equation Moustafa Aly Soliman Chmical Enginring Dpartmnt, Th British Univrsity in

More information

Recursive Estimation of Dynamic Time-Varying Demand Models

Recursive Estimation of Dynamic Time-Varying Demand Models Intrnational Confrnc on Computr Systms and chnologis - CompSysch 06 Rcursiv Estimation of Dynamic im-varying Dmand Modls Alxandr Efrmov Abstract: h papr prsnts an implmntation of a st of rcursiv algorithms

More information

A High-speed Method for Liver Segmentation on Abdominal CT Image

A High-speed Method for Liver Segmentation on Abdominal CT Image A High-spd Mthod for Livr Sgmntation on Abdominal CT Imag Wnhan Wang School of Elctronic and Information Enginring Liaoning Tchnical Univrsity Huludao, China yuoiobst@gmail.com Xih Gao Northastrn Univrsity

More information

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, April 04, 2005, 8:35 AM) PART I: CHAPTER TWO COMB MATH.

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, April 04, 2005, 8:35 AM) PART I: CHAPTER TWO COMB MATH. C:\Dallas\0_Courss\03A_OpSci_67\0 Cgh_Book\0_athmaticalPrliminaris\0_0 Combath.doc of 8 COPUTER GENERATED HOLOGRAS Optical Scincs 67 W.J. Dallas (onday, April 04, 005, 8:35 A) PART I: CHAPTER TWO COB ATH

More information

Full Waveform Inversion Using an Energy-Based Objective Function with Efficient Calculation of the Gradient

Full Waveform Inversion Using an Energy-Based Objective Function with Efficient Calculation of the Gradient Full Wavform Invrsion Using an Enrgy-Basd Objctiv Function with Efficint Calculation of th Gradint Itm yp Confrnc Papr Authors Choi, Yun Sok; Alkhalifah, ariq Ali Citation Choi Y, Alkhalifah (217) Full

More information

2F1120 Spektrala transformer för Media Solutions to Steiglitz, Chapter 1

2F1120 Spektrala transformer för Media Solutions to Steiglitz, Chapter 1 F110 Spktrala transformr för Mdia Solutions to Stiglitz, Chaptr 1 Prfac This documnt contains solutions to slctd problms from Kn Stiglitz s book: A Digital Signal Procssing Primr publishd by Addison-Wsly.

More information

Derangements and Applications

Derangements and Applications 2 3 47 6 23 Journal of Intgr Squncs, Vol. 6 (2003), Articl 03..2 Drangmnts and Applications Mhdi Hassani Dpartmnt of Mathmatics Institut for Advancd Studis in Basic Scincs Zanjan, Iran mhassani@iasbs.ac.ir

More information

6.1 Integration by Parts and Present Value. Copyright Cengage Learning. All rights reserved.

6.1 Integration by Parts and Present Value. Copyright Cengage Learning. All rights reserved. 6.1 Intgration by Parts and Prsnt Valu Copyright Cngag Larning. All rights rsrvd. Warm-Up: Find f () 1. F() = ln(+1). F() = 3 3. F() =. F() = ln ( 1) 5. F() = 6. F() = - Objctivs, Day #1 Studnts will b

More information

INTEGRATION BY PARTS

INTEGRATION BY PARTS Mathmatics Rvision Guids Intgration by Parts Pag of 7 MK HOME TUITION Mathmatics Rvision Guids Lvl: AS / A Lvl AQA : C Edcl: C OCR: C OCR MEI: C INTEGRATION BY PARTS Vrsion : Dat: --5 Eampls - 6 ar copyrightd

More information

Image Filtering: Noise Removal, Sharpening, Deblurring. Yao Wang Polytechnic University, Brooklyn, NY11201

Image Filtering: Noise Removal, Sharpening, Deblurring. Yao Wang Polytechnic University, Brooklyn, NY11201 Imag Filtring: Nois Rmoval, Sharpning, Dblurring Yao Wang Polytchnic Univrsity, Brooklyn, NY http://wb.poly.du/~yao Outlin Nois rmoval by avraging iltr Nois rmoval by mdian iltr Sharpning Edg nhancmnt

More information

Background: We have discussed the PIB, HO, and the energy of the RR model. In this chapter, the H-atom, and atomic orbitals.

Background: We have discussed the PIB, HO, and the energy of the RR model. In this chapter, the H-atom, and atomic orbitals. Chaptr 7 Th Hydrogn Atom Background: W hav discussd th PIB HO and th nrgy of th RR modl. In this chaptr th H-atom and atomic orbitals. * A singl particl moving undr a cntral forc adoptd from Scott Kirby

More information

Brief Introduction to Statistical Mechanics

Brief Introduction to Statistical Mechanics Brif Introduction to Statistical Mchanics. Purpos: Ths nots ar intndd to provid a vry quick introduction to Statistical Mchanics. Th fild is of cours far mor vast than could b containd in ths fw pags.

More information

SOME PARAMETERS ON EQUITABLE COLORING OF PRISM AND CIRCULANT GRAPH.

SOME PARAMETERS ON EQUITABLE COLORING OF PRISM AND CIRCULANT GRAPH. SOME PARAMETERS ON EQUITABLE COLORING OF PRISM AND CIRCULANT GRAPH. K VASUDEVAN, K. SWATHY AND K. MANIKANDAN 1 Dpartmnt of Mathmatics, Prsidncy Collg, Chnnai-05, India. E-Mail:vasu k dvan@yahoo.com. 2,

More information

MEASURING HEAT FLUX FROM A COMPONENT ON A PCB

MEASURING HEAT FLUX FROM A COMPONENT ON A PCB MEASURING HEAT FLUX FROM A COMPONENT ON A PCB INTRODUCTION Elctronic circuit boards consist of componnts which gnrats substantial amounts of hat during thir opration. A clar knowldg of th lvl of hat dissipation

More information

A Prey-Predator Model with an Alternative Food for the Predator, Harvesting of Both the Species and with A Gestation Period for Interaction

A Prey-Predator Model with an Alternative Food for the Predator, Harvesting of Both the Species and with A Gestation Period for Interaction Int. J. Opn Problms Compt. Math., Vol., o., Jun 008 A Pry-Prdator Modl with an Altrnativ Food for th Prdator, Harvsting of Both th Spcis and with A Gstation Priod for Intraction K. L. arayan and. CH. P.

More information

22/ Breakdown of the Born-Oppenheimer approximation. Selection rules for rotational-vibrational transitions. P, R branches.

22/ Breakdown of the Born-Oppenheimer approximation. Selection rules for rotational-vibrational transitions. P, R branches. Subjct Chmistry Papr No and Titl Modul No and Titl Modul Tag 8/ Physical Spctroscopy / Brakdown of th Born-Oppnhimr approximation. Slction ruls for rotational-vibrational transitions. P, R branchs. CHE_P8_M

More information

4037 ADDITIONAL MATHEMATICS

4037 ADDITIONAL MATHEMATICS CAMBRIDGE INTERNATIONAL EXAMINATIONS GCE Ordinary Lvl MARK SCHEME for th Octobr/Novmbr 0 sris 40 ADDITIONAL MATHEMATICS 40/ Papr, maimum raw mark 80 This mark schm is publishd as an aid to tachrs and candidats,

More information

Davisson Germer experiment

Davisson Germer experiment Announcmnts: Davisson Grmr xprimnt Homwork st 5 is today. Homwork st 6 will b postd latr today. Mad a good guss about th Nobl Priz for 2013 Clinton Davisson and Lstr Grmr. Davisson won Nobl Priz in 1937.

More information

u x v x dx u x v x v x u x dx d u x v x u x v x dx u x v x dx Integration by Parts Formula

u x v x dx u x v x v x u x dx d u x v x u x v x dx u x v x dx Integration by Parts Formula 7. Intgration by Parts Each drivativ formula givs ris to a corrsponding intgral formula, as w v sn many tims. Th drivativ product rul yilds a vry usful intgration tchniqu calld intgration by parts. Starting

More information

Quasi-Classical States of the Simple Harmonic Oscillator

Quasi-Classical States of the Simple Harmonic Oscillator Quasi-Classical Stats of th Simpl Harmonic Oscillator (Draft Vrsion) Introduction: Why Look for Eignstats of th Annihilation Oprator? Excpt for th ground stat, th corrspondnc btwn th quantum nrgy ignstats

More information

Continuous probability distributions

Continuous probability distributions Continuous probability distributions Many continuous probability distributions, including: Uniform Normal Gamma Eponntial Chi-Squard Lognormal Wibull EGR 5 Ch. 6 Uniform distribution Simplst charactrizd

More information

Hardy-Littlewood Conjecture and Exceptional real Zero. JinHua Fei. ChangLing Company of Electronic Technology Baoji Shannxi P.R.

Hardy-Littlewood Conjecture and Exceptional real Zero. JinHua Fei. ChangLing Company of Electronic Technology Baoji Shannxi P.R. Hardy-Littlwood Conjctur and Excptional ral Zro JinHua Fi ChangLing Company of Elctronic Tchnology Baoji Shannxi P.R.China E-mail: fijinhuayoujian@msn.com Abstract. In this papr, w assum that Hardy-Littlwood

More information

Estimation of apparent fraction defective: A mathematical approach

Estimation of apparent fraction defective: A mathematical approach Availabl onlin at www.plagiarsarchlibrary.com Plagia Rsarch Library Advancs in Applid Scinc Rsarch, 011, (): 84-89 ISSN: 0976-8610 CODEN (USA): AASRFC Estimation of apparnt fraction dfctiv: A mathmatical

More information

Cramér-Rao Inequality: Let f(x; θ) be a probability density function with continuous parameter

Cramér-Rao Inequality: Let f(x; θ) be a probability density function with continuous parameter WHEN THE CRAMÉR-RAO INEQUALITY PROVIDES NO INFORMATION STEVEN J. MILLER Abstract. W invstigat a on-paramtr family of probability dnsitis (rlatd to th Parto distribution, which dscribs many natural phnomna)

More information

On the Hamiltonian of a Multi-Electron Atom

On the Hamiltonian of a Multi-Electron Atom On th Hamiltonian of a Multi-Elctron Atom Austn Gronr Drxl Univrsity Philadlphia, PA Octobr 29, 2010 1 Introduction In this papr, w will xhibit th procss of achiving th Hamiltonian for an lctron gas. Making

More information

Einstein Equations for Tetrad Fields

Einstein Equations for Tetrad Fields Apiron, Vol 13, No, Octobr 006 6 Einstin Equations for Ttrad Filds Ali Rıza ŞAHİN, R T L Istanbul (Turky) Evry mtric tnsor can b xprssd by th innr product of ttrad filds W prov that Einstin quations for

More information

Kernel Integral Images: A Framework for Fast Non-Uniform Filtering

Kernel Integral Images: A Framework for Fast Non-Uniform Filtering Krnl Intgral Imags: A Framwork for Fast Non-Uniform Filtring Mohamd Hussin Dpt. of Computr Scinc Univrsity of Maryland mhussin@cs.umd.du Fatih Porikli Mitsubishi Elctric Rsarch Labs Cambridg, MA 0239 fatih@mrl.com

More information

Rotor Stationary Control Analysis Based on Coupling KdV Equation Finite Steady Analysis Liu Dalong1,a, Xu Lijuan2,a

Rotor Stationary Control Analysis Based on Coupling KdV Equation Finite Steady Analysis Liu Dalong1,a, Xu Lijuan2,a 204 Intrnational Confrnc on Computr Scinc and Elctronic Tchnology (ICCSET 204) Rotor Stationary Control Analysis Basd on Coupling KdV Equation Finit Stady Analysis Liu Dalong,a, Xu Lijuan2,a Dpartmnt of

More information

cycle that does not cross any edges (including its own), then it has at least

cycle that does not cross any edges (including its own), then it has at least W prov th following thorm: Thorm If a K n is drawn in th plan in such a way that it has a hamiltonian cycl that dos not cross any dgs (including its own, thn it has at last n ( 4 48 π + O(n crossings Th

More information

Engineering 323 Beautiful HW #13 Page 1 of 6 Brown Problem 5-12

Engineering 323 Beautiful HW #13 Page 1 of 6 Brown Problem 5-12 Enginring Bautiful HW #1 Pag 1 of 6 5.1 Two componnts of a minicomputr hav th following joint pdf for thir usful liftims X and Y: = x(1+ x and y othrwis a. What is th probability that th liftim X of th

More information

Mor Tutorial at www.dumblittldoctor.com Work th problms without a calculator, but us a calculator to chck rsults. And try diffrntiating your answrs in part III as a usful chck. I. Applications of Intgration

More information

ARIMA Methods of Detecting Outliers in Time Series Periodic Processes

ARIMA Methods of Detecting Outliers in Time Series Periodic Processes Articl Intrnational Journal of Modrn Mathmatical Scincs 014 11(1): 40-48 Intrnational Journal of Modrn Mathmatical Scincs Journal hompag:www.modrnscintificprss.com/journals/ijmms.aspx ISSN:166-86X Florida

More information

Introduction to the Fourier transform. Computer Vision & Digital Image Processing. The Fourier transform (continued) The Fourier transform (continued)

Introduction to the Fourier transform. Computer Vision & Digital Image Processing. The Fourier transform (continued) The Fourier transform (continued) Introduction to th Fourir transform Computr Vision & Digital Imag Procssing Fourir Transform Lt f(x) b a continuous function of a ral variabl x Th Fourir transform of f(x), dnotd by I {f(x)} is givn by:

More information

Dynamic Modelling of Hoisting Steel Wire Rope. Da-zhi CAO, Wen-zheng DU, Bao-zhu MA *

Dynamic Modelling of Hoisting Steel Wire Rope. Da-zhi CAO, Wen-zheng DU, Bao-zhu MA * 17 nd Intrnational Confrnc on Mchanical Control and Automation (ICMCA 17) ISBN: 978-1-6595-46-8 Dynamic Modlling of Hoisting Stl Wir Rop Da-zhi CAO, Wn-zhng DU, Bao-zhu MA * and Su-bing LIU Xi an High

More information

Direct Approach for Discrete Systems One-Dimensional Elements

Direct Approach for Discrete Systems One-Dimensional Elements CONTINUUM & FINITE ELEMENT METHOD Dirct Approach or Discrt Systms On-Dimnsional Elmnts Pro. Song Jin Par Mchanical Enginring, POSTECH Dirct Approach or Discrt Systms Dirct approach has th ollowing aturs:

More information

EXPONENTIAL ENTROPY ON INTUITIONISTIC FUZZY SETS

EXPONENTIAL ENTROPY ON INTUITIONISTIC FUZZY SETS K Y B E R N E T I K A V O L U M E 4 9 0 3, N U M B E R, P A G E S 4 7 EXPONENTIAL ENTROPY ON INTUITIONISTIC FUZZY SETS Rajkumar Vrma and Bhu Dv Sharma In th prsnt papr, basd on th concpt of fuzzy ntropy,

More information

Evaluating Reliability Systems by Using Weibull & New Weibull Extension Distributions Mushtak A.K. Shiker

Evaluating Reliability Systems by Using Weibull & New Weibull Extension Distributions Mushtak A.K. Shiker Evaluating Rliability Systms by Using Wibull & Nw Wibull Extnsion Distributions Mushtak A.K. Shikr مشتاق عبذ الغني شخير Univrsity of Babylon, Collg of Education (Ibn Hayan), Dpt. of Mathmatics Abstract

More information

Differentiation of Exponential Functions

Differentiation of Exponential Functions Calculus Modul C Diffrntiation of Eponntial Functions Copyright This publication Th Northrn Albrta Institut of Tchnology 007. All Rights Rsrvd. LAST REVISED March, 009 Introduction to Diffrntiation of

More information

CPSC 665 : An Algorithmist s Toolkit Lecture 4 : 21 Jan Linear Programming

CPSC 665 : An Algorithmist s Toolkit Lecture 4 : 21 Jan Linear Programming CPSC 665 : An Algorithmist s Toolkit Lctur 4 : 21 Jan 2015 Lcturr: Sushant Sachdva Linar Programming Scrib: Rasmus Kyng 1. Introduction An optimization problm rquirs us to find th minimum or maximum) of

More information

Thermodynamical insight on the role of additives in shifting the equilibrium between white and grey tin

Thermodynamical insight on the role of additives in shifting the equilibrium between white and grey tin hrmodynamical insight on th rol of additivs in shifting th quilibrium btwn whit and gry tin Nikolay Dmntv Dpartmnt of Chmistry, mpl Univrsity, Philadlphia, PA 19122 Abstract In this study mthods of statistical

More information

Problem Set 6 Solutions

Problem Set 6 Solutions 6.04/18.06J Mathmatics for Computr Scinc March 15, 005 Srini Dvadas and Eric Lhman Problm St 6 Solutions Du: Monday, March 8 at 9 PM in Room 3-044 Problm 1. Sammy th Shark is a financial srvic providr

More information

PROOF OF FIRST STANDARD FORM OF NONELEMENTARY FUNCTIONS

PROOF OF FIRST STANDARD FORM OF NONELEMENTARY FUNCTIONS Intrnational Journal Of Advanc Rsarch In Scinc And Enginring http://www.ijars.com IJARSE, Vol. No., Issu No., Fbruary, 013 ISSN-319-8354(E) PROOF OF FIRST STANDARD FORM OF NONELEMENTARY FUNCTIONS 1 Dharmndra

More information

That is, we start with a general matrix: And end with a simpler matrix:

That is, we start with a general matrix: And end with a simpler matrix: DIAGON ALIZATION OF THE STR ESS TEN SOR INTRO DUCTIO N By th us of Cauchy s thorm w ar abl to rduc th numbr of strss componnts in th strss tnsor to only nin valus. An additional simplification of th strss

More information

Difference -Analytical Method of The One-Dimensional Convection-Diffusion Equation

Difference -Analytical Method of The One-Dimensional Convection-Diffusion Equation Diffrnc -Analytical Mthod of Th On-Dimnsional Convction-Diffusion Equation Dalabav Umurdin Dpartmnt mathmatic modlling, Univrsity of orld Economy and Diplomacy, Uzbistan Abstract. An analytical diffrncing

More information

Koch Fractal Boundary Single feed Circularly Polarized Microstrip Antenna

Koch Fractal Boundary Single feed Circularly Polarized Microstrip Antenna 1 Journal of Microwavs, Optolctronics and Elctromagntic Applications, Vol. 6, No. 2, Dcmbr 2007 406 Koch Fractal Boundary Singl fd Circularly Polarizd Microstrip Antnna P. Nagswara Rao and N. V. S.N Sarma

More information

Exam 1. It is important that you clearly show your work and mark the final answer clearly, closed book, closed notes, no calculator.

Exam 1. It is important that you clearly show your work and mark the final answer clearly, closed book, closed notes, no calculator. Exam N a m : _ S O L U T I O N P U I D : I n s t r u c t i o n s : It is important that you clarly show your work and mark th final answr clarly, closd book, closd nots, no calculator. T i m : h o u r

More information

Lecture 37 (Schrödinger Equation) Physics Spring 2018 Douglas Fields

Lecture 37 (Schrödinger Equation) Physics Spring 2018 Douglas Fields Lctur 37 (Schrödingr Equation) Physics 6-01 Spring 018 Douglas Filds Rducd Mass OK, so th Bohr modl of th atom givs nrgy lvls: E n 1 k m n 4 But, this has on problm it was dvlopd assuming th acclration

More information

Forces. Quantum ElectroDynamics. α = = We have now:

Forces. Quantum ElectroDynamics. α = = We have now: W hav now: Forcs Considrd th gnral proprtis of forcs mdiatd by xchang (Yukawa potntial); Examind consrvation laws which ar obyd by (som) forcs. W will nxt look at thr forcs in mor dtail: Elctromagntic

More information

PERFORMANCE EVALUATION OF QUANTITATIVE METRICS ON ANCIENT TEXT DOCUMENTS USING MIGT

PERFORMANCE EVALUATION OF QUANTITATIVE METRICS ON ANCIENT TEXT DOCUMENTS USING MIGT PERFORMANCE EVALUATION OF QUANTITATIVE METRICS ON ANCIENT TEXT DOCUMENTS USING MIGT N. VENKATA RAO, Dr. A.S.C.S.SASTRY, Dr. A.S.N.CHAKRAVARTHY, A.V.SRINIVASA RAO Rsarch Scholar, Dpartmnt of ECE, K.L.Univrsity,

More information

Pipe flow friction, small vs. big pipes

Pipe flow friction, small vs. big pipes Friction actor (t/0 t o pip) Friction small vs larg pips J. Chaurtt May 016 It is an intrsting act that riction is highr in small pips than largr pips or th sam vlocity o low and th sam lngth. Friction

More information

Estimation of odds ratios in Logistic Regression models under different parameterizations and Design matrices

Estimation of odds ratios in Logistic Regression models under different parameterizations and Design matrices Advancs in Computational Intllignc, Man-Machin Systms and Cybrntics Estimation of odds ratios in Logistic Rgrssion modls undr diffrnt paramtrizations and Dsign matrics SURENDRA PRASAD SINHA*, LUIS NAVA

More information

u r du = ur+1 r + 1 du = ln u + C u sin u du = cos u + C cos u du = sin u + C sec u tan u du = sec u + C e u du = e u + C

u r du = ur+1 r + 1 du = ln u + C u sin u du = cos u + C cos u du = sin u + C sec u tan u du = sec u + C e u du = e u + C Tchniqus of Intgration c Donald Kridr and Dwight Lahr In this sction w ar going to introduc th first approachs to valuating an indfinit intgral whos intgrand dos not hav an immdiat antidrivativ. W bgin

More information

AS 5850 Finite Element Analysis

AS 5850 Finite Element Analysis AS 5850 Finit Elmnt Analysis Two-Dimnsional Linar Elasticity Instructor Prof. IIT Madras Equations of Plan Elasticity - 1 displacmnt fild strain- displacmnt rlations (infinitsimal strain) in matrix form

More information

Calculus concepts derivatives

Calculus concepts derivatives All rasonabl fforts hav bn mad to mak sur th nots ar accurat. Th author cannot b hld rsponsibl for any damags arising from th us of ths nots in any fashion. Calculus concpts drivativs Concpts involving

More information

Addition of angular momentum

Addition of angular momentum Addition of angular momntum April, 0 Oftn w nd to combin diffrnt sourcs of angular momntum to charactriz th total angular momntum of a systm, or to divid th total angular momntum into parts to valuat th

More information

2.3 Matrix Formulation

2.3 Matrix Formulation 23 Matrix Formulation 43 A mor complicatd xampl ariss for a nonlinar systm of diffrntial quations Considr th following xampl Exampl 23 x y + x( x 2 y 2 y x + y( x 2 y 2 (233 Transforming to polar coordinats,

More information

Calculation of Morse Potential Parameters of bcc Crystals and Application to Anharmonic Interatomic Effective Potential, Local Force Constant

Calculation of Morse Potential Parameters of bcc Crystals and Application to Anharmonic Interatomic Effective Potential, Local Force Constant VNU Journal of Scinc: Mathmatics Physics, Vol. 31, No. 3 (15) 3-3 Calculation of Mors Potntial Paramtrs of bcc Crystals and Application to Anharmonic Intratomic Effctiv Potntial, Local Forc Constant Nguyn

More information

Discrete Hilbert Transform. Numeric Algorithms

Discrete Hilbert Transform. Numeric Algorithms Volum 49, umbr 4, 8 485 Discrt Hilbrt Transform. umric Algorithms Ghorgh TODORA, Rodica HOLOEC and Ciprian IAKAB Abstract - Th Hilbrt and Fourir transforms ar tools usd for signal analysis in th tim/frquncy

More information

Least Favorable Distributions to Facilitate the Design of Detection Systems with Sensors at Deterministic Locations

Least Favorable Distributions to Facilitate the Design of Detection Systems with Sensors at Deterministic Locations Last Favorabl Distributions to Facilitat th Dsign o Dtction Systms with Snsors at Dtrministic Locations Bndito J. B. Fonsca Jr. Sptmbr 204 2 Motivation Rgion o intrst (city, park, stadium 3 Motivation

More information

INFLUENCE OF GROUND SUBSIDENCE IN THE DAMAGE TO MEXICO CITY S PRIMARY WATER SYSTEM DUE TO THE 1985 EARTHQUAKE

INFLUENCE OF GROUND SUBSIDENCE IN THE DAMAGE TO MEXICO CITY S PRIMARY WATER SYSTEM DUE TO THE 1985 EARTHQUAKE 13 th World Confrnc on Earthquak Enginring Vancouvr, B.C., Canada August 1-6, 2004 Papr No. 2165 INFLUENCE OF GROUND SUBSIDENCE IN THE DAMAGE TO MEXICO CITY S PRIMARY WATER SYSTEM DUE TO THE 1985 EARTHQUAKE

More information

Elements of Statistical Thermodynamics

Elements of Statistical Thermodynamics 24 Elmnts of Statistical Thrmodynamics Statistical thrmodynamics is a branch of knowldg that has its own postulats and tchniqus. W do not attmpt to giv hr vn an introduction to th fild. In this chaptr,

More information

2008 AP Calculus BC Multiple Choice Exam

2008 AP Calculus BC Multiple Choice Exam 008 AP Multipl Choic Eam Nam 008 AP Calculus BC Multipl Choic Eam Sction No Calculator Activ AP Calculus 008 BC Multipl Choic. At tim t 0, a particl moving in th -plan is th acclration vctor of th particl

More information

A New Approach to the Fatigue Life Prediction for Notched Components Under Multiaxial Cyclic Loading. Zhi-qiang TAO and De-guang SHANG *

A New Approach to the Fatigue Life Prediction for Notched Components Under Multiaxial Cyclic Loading. Zhi-qiang TAO and De-guang SHANG * 2017 2nd Intrnational Conrnc on Applid Mchanics, Elctronics and Mchatronics Enginring (AMEME 2017) ISBN: 978-1-60595-497-4 A Nw Approach to th Fatigu Li Prdiction or Notchd Componnts Undr Multiaxial Cyclic

More information

Bifurcation Theory. , a stationary point, depends on the value of α. At certain values

Bifurcation Theory. , a stationary point, depends on the value of α. At certain values Dnamic Macroconomic Thor Prof. Thomas Lux Bifurcation Thor Bifurcation: qualitativ chang in th natur of th solution occurs if a paramtr passs through a critical point bifurcation or branch valu. Local

More information