Computational Tools to Evaluate High Pressure Ionic Prolarizabilities of Complex Solids: a Maple Implementation

Size: px
Start display at page:

Download "Computational Tools to Evaluate High Pressure Ionic Prolarizabilities of Complex Solids: a Maple Implementation"

Transcription

1 Instituto de Ciências Matemáticas e de Computação ISSN Computational Tools to Evaluate High Pressure Ionic Prolarizabilities of Complex Solids: a Maple Implementation Maria Carolina Monard Alicia Batana Jorge Bruno N ō 191 RELATÓRIOS TÉCNICOS DO ICMC São Carlos Fevereiro/2003 ftp://ftp.icmc.sc.usp.br/pub/biblioteca/rel_tec/rt_191.pdf

2 Computational Tools to Evaluate High Pressure Ionic Prolarizabilities of Complex Solids: a Maple Implementation Maria Carolina Monard Universidade de São Paulo Instituto de Ciências Matemáticas de São Carlos Departamento de Ciências de Computação e Estatística Caixa Postal 668, São Carlos, SP, Brasil mcmonard@icmsc.sc.usp.br Alicia Batana Jorge Bruno Universidad de Buenos Aires Facultad de Ciencias Exactas y Naturales Departamento de Química Inorgánica Analítica y Química Física and Universidad Nacional de La Patagonia San Juan Bosco Facultad de Ciencias Naturales {batana,jbruno}@q1.fcen.uba.ar Abstract An empirical method based on two models, with parameters fitted to ab initio and experimental data, has been developed for the evaluation of the pressure dependence of ionic polarizabilities in ionic crystals. The importance of this method is its predictive nature, particularly useful in the study of more complex materials for which there are no experimental data at high pressures. Both models have been implemented as Maple procedures and experimental results using these procedures on different salts are shown. Fevereiro 2003 Work partially supported by National Research Council CAPES/FINEP, Brasil Work partially supported by CONICET and ANPCyT, Argentina

3 Contents 1 Introduction 1 2 Method 1 3 Maple Implementation Data Structure Model Model Experimental Results 11 5 Conclusions 18 6 Appendix - Experimental Data 19 List of Algorithms 1 Model Model List of Figures 1 α = α e a R 2 for salt LiF Model α = α 3 α = α 1 1+aR 2 for salt LiF Model 2 s = aR 2 for salt LiF Model 2 s = List of Tables 1 List s Elements Mapping Data for LiF in cgs units Data for CaCl 2 in cgs units Results from Model 1 with Data in cgs Units Results from Model 2 for s = 3 with Data in cgs Units Results from Model 2 for s = 4 with Data in cgs Units Results from Model 1 with Data in au Units i

4 8 Results from Model 2 for s = 3 with Data in au Units Results from Model 2 for s = 4 with Data in au Units Experimental Data at Low Temperatures Values of 1 r +, r +, 1 r and r at Low Temperatures in cgs Units ii

5 1 Introduction High pressure studies of ionic materials are of geophysical interest; further importance is that one may also obtain a critical study of the theoretical models involved. The concept of ionic properties appears in these studies, such as polarizabilities of ions in the theories of dielectric constants, refractive index and optical properties of ionic solids. In the study of more complex systems, in general, there are no high pressure data available, thus it is important to have theoretical methods to evaluate these magnitudes; these may be based either on data only at P = 0 or on high pressure data of other solids that have either a cation or an anion in common with the one of interest. In this work we propose an alternative way, based on two different models [8], for evaluating high pressure ionics polarizabilities in more complex solids than the ones we used in previous work [1, 2, 9, 10, 11, 12, 13, 14]. Both models have been implemented as Maple procedures and experimental results obtained using different salts are shown and discussed. This work is organized as follows: in Section 2 the method proposed is presented and in Section 3 the corresponding Maple implementation is described. Experimental results are shown in Section 4 and conclusions are presented in Section 5. 2 Method Ab initio calculations for complex materials at high pressures are time consuming and expensive. We therefore propose to extend to these systems the behavior obtained in previous ab initio calculations of simple systems [4, 5, 6, 8]. In these studies it is shown that the anion polarizability curves α vs R, can be represented by different models equations 1 and 2 α α = e a R 2 (1) where α α = (1 + ar s ) for s = 3 or s = 4 (2) R is the equilibrium anion-cation distance (pressure p = 0); α is the value of α at R a is a parameter for a given anion in a given salt. For a given salt we propose to evaluate the parameter a that appears in both models by knowledge of α at the equilibrium R and α that should be evaluated independently. R is therefore obtained by diferentiating at the equilibrium R. If we know the value of the compressibility χ T one may evaluate as = R ( χ T R 3 ) (3) 1

6 we propose to use the method we described previ- To evaluate the cation contribution α + ously [2] equation 4 1 α + α + 1 α = 3( 1 r + r + 1 r r ) (4) where r + and r are the cation and anion radii respectively; r + and r are their pressure derivatives. The method has been implemented in Maple 6 [3], a comprehensive computer system for advanced mathematics. Maple 6 includes facilities for interactive algebra, calculus, discrete mathematics, graphics, numerical computation and many other areas of mathematics. It also provides a unique environment for rapid development of mathematical programs using its vast library of built-in functions and operations. 3 Maple Implementation Both models have been implemented as Maple procedures. In what follows we shall refer as Model 1 and Model 2 to the models described by equation 1 and equation 2 respectively. For Model 1 only the data related to the salt needs to be informed. For Model 2 the data related to the salt and the aditional information related to the value of s = 3 or s = 4 are needed. Furthermore, for each model we want to calculate using equation 3 as well as α + using equation 4. Thus, as we would like the procedures to execute interactively as well as in batch, we decided to keep together all data needed for the calculations related to each individual salt, as described in next section. 3.1 Data Structure Maple has a rich set of build-in data structures and we decided to use the list data structure to group each salt s data. A list is an ordered sequence of distinct expressions enclosed in square brackets. The elements of a list may be extracted via the selection operation. Thus, if L is a list then the ith element of L can be obtained by L[i]. In our implementation, a salt is described by a list of 11 elements where each element in the list is indexed only through the following defined Maple constants > alfaminus:=1: Requil:=2: xi:=3: alfaminusrinfinity:= 4: a:=5: SaltName:=6: alfaplus:=7: rplus:=8: rminus:=9: DerRPlusDp:=10: DerRMinusDp:=11: Table 1 shows the mapping between these Maple constants and the corresponding information held by these list s elements. 2

7 Constant Data alfaminus α Requil R xi χ T alfaminusrinfinity α a a SaltName Salt s name alfaplus α + rplus r + rminus r DerRPlusDp r + DerRMinusDp r Table 1: List s Elements Mapping LiF_1:=[0.89, 1.996, 1.43, , -100, "LiF_1", 0.03, 0.60, 1.36, , ]: Table 2: Data for LiF in cgs units This data structure allows to identify any salts s data through its name. For example, the data related to salt LiF has been defined (cgs units) as shown in Table 2 thus, the value of α for this salt is given by LiF_1[alfaMinus], the value of R at equilibrium by LiF_1[Requil], the value of χ T by LiF_1[xi] and so on Table 1. Observe that the 5th element of the list is negative (-100) corresponding to the value of a, this means that the value of a for this salt is unknown. Also, a 4th element negative value means that the value of α for that salt is unknown. The Maple implementation of both models is described next. 3.2 Model 1 The Model 1 algorithm is presented in Algorithm 1 Algorithm 1 for a given salt is implemented by Model_1/1 Maple procedure, where: <arg-1> = Salt > Model_1 := proc(salt::list) > local Calc_a, Calc_alfaMinusRinfinity, > todraw, DerAlfMinusDR, DerAlfMinusDp,DerAlfPlusDp; > print("model 1 for salt ", Salt[SaltName],Salt); 3

8 Algorithm 1: Model 1 Require: Salt 1: procedure Model 1(Salt) 2: if α is known then 3: a := R 2 (ln α ln α + ) 4: else 5: α := α e a R 2 6: end if 7: todraw(r) := α e a R 2 Model 1 equation 1 8: R α + todraw(r) := R = 9: R ( χ T R 3 ) {at the equilibrium R equation 3} 10: := α +( 1 α + 3( 1 r + r + 1 r r )) {at the equilibrium R equation 4} 11: print all values 12: plot todraw(r) and at the equilibrium R 13: end > if Salt[alfaMinusRinfinity] > 0 > then Calc_alfaMinusRinfinity := Salt[alfaMinusRinfinity]; > Calc_a := calculate_aorrequilmodel_1(salt); > print("dataalfaminusrinfinity=", Calc_alfaMinusRinfinity, > "Calculated a=", Calc_a) > else Calc_a := Salt[a]; > Calc_alfaMinusRinfinity := calculate_aorrequilmodel_1(salt); > print("calculatedalfaminusrinfinity=",calc_alfaminusrinfinity,"data > a=", Calc_a) fi; > todraw := alfminusmodel_1(calc_alfaminusrinfinity,calc_a,r); > print("todraw=",todraw); > DerAlfMinusDR := eval(diff(todraw,r),r=salt[requil]); > print("deralfminusdr=", DerAlfMinusDR); > DerAlfMinusDp := -DerAlfMinusDR*Salt[xi]*Salt[Requil]/3; > print("deralfminusdp=", DerAlfMinusDp); > DerAlfPlusDp:=CationPressureDerivative(Salt,DerAlfMinusDp); > print("deralfplusdp",deralfplusdp); > plot({[[salt[requil],0],[salt[requil],eval(todraw,r=salt[requil])]], > todraw },R=0.5..4*Salt[Requil],title=Salt[SaltName]); > end: Model_1/1 calls the following three Maple procedures 1. calculate_aorrequilmodel_1/1 2. alfminusmodel_1/2 4

9 3. CationPressureDerivative/2 which is also called by Model_2/2 Procedure calculate_aorrequilmodel_1/1 calculates, for a given salt, the value of a if the value of α is known else, the value of a is known and it calculates the value of α using, in both cases, equation 1 for Model 1. > calculate_aorrequilmodel_1:=proc(salt::list) > if Salt[alfaMinusRinfinity] > 0 > then -(Salt[Requil]^2)* > (ln(salt[alfaminus])-ln(salt[alfaminusrinfinity])) > else Salt[alfaMinus]*exp(Salt[a]/(Salt[Requil]^2)) fi end: Procedure alfminusmodel_1/2 calculates the value of α related to equation 1 for Model 1, where: <arg-1> α <arg-2> a <arg-3> free variable used for plotting > alfminusmodel_1:=proc(alfinf::float,a::float,r) > AlfInf*exp(-a/(R^2)) end: Procedure CationPressureDerivative/2 calculates the cation pressure derivative α + (equation 4) of a given salt, given the anion pressure derivative (equation 3) previously computed. This procedure is used for Model 1 and 2 procedures. <arg-1> salt <arg-2> > CationPressureDerivative := proc(salt::list,deralfminusdp::float) > eval(salt[alfaplus]*(3*(salt[derrplusdp]/salt[rplus]- > Salt[DerRMinusDp]/Salt[rMinus]) + DerAlfMinusDp/Salt[alfaMinus])) > end: In order to illustrate it follows an execution example of Model_1/1 Maple procedure for salt LiF Table 2 pg.3. The call > Model_1(LiF_1); 5

10 has the following output as well as the graph shown in Figure 1 Model 1 for salt, LiF 1, [.89, 1.996, 1.43, , 100, LiF 1,.03,.60, 1.36,.2784,.6709] Data alfaminusrinfinity=, , Calculated a=, todraw=, e ( R 2 ) DerAlfMinusDR=, DerAlfMinusDp=, DerAlfPlusDp, Figure 1: α = α e a R 2 for salt LiF Model 1 Furthermore, as Maple handles symbols, it is possible to execute Maple procedures although some data is not available. As an example, consider the case of salt CaCl 2 where the value of χ T is unknown. The data related to this salt has been defined (cgs units) as shown in Table 3. In this case, it is possible to execute Model 1 procedure obtaining some partial results. CaCl2_1:=[2.8740, , xiunknown, , -100, "CaCl2_1*",.4732,.99, 1.81, , ]; > Model_1(CaCl2_1); Table 3: Data for CaCl 2 in cgs units Model 1 for salt, CaCl2 1*, [2.8740, , xiunknown, , 100, CaCl2 1*,.4732,.99, 1.81,.2194, ] Data alfaminusrinfinity=, , Calculated a=, todraw=, e ( R 2 ) DerAlfMinusDR=,

11 DerAlfMinusDp=, xiunknown Error, (in Model_1) CationPressureDerivative expects its 2nd argument, DerAlfMinusDp, to be of type float, but received *xiunknown 3.3 Model 2 The Model 2 algorithm is presented in Algorithm 2 Require: Salt, s 1: procedure Model 2(Salt,s) 2: if α is known then Algorithm 2: Model 2 3: a := α α α R s 4: else 5: α := α (1 + R 2 ) 6: end if 7: todraw(r) := α 1+aR {Model 2 equation 2} s α 8: todraw(r) R := R α 9: = R ( χ T R 3 ) {at the equilibrium R equation 3} α 10: + := α +( 1 α + 3( 1 r + r + 1 r r )) {at the equilibrium R equation 4} 11: print all values 12: plot todraw(r) and at the equilibrium R 13: end Algorithm 2 for a given salt and s = 3 or s = 4 is implemented by Model_2/1 Maple procedure, where: <arg-1> = Salt <arg-2> = s value for Model 2. Should be set as 3 or 4 otherwise the procedure informs the erro. > Model_2 := proc(salt::list, ModelSet::integer) > local Calc_a, Calc_alfaMinusRinfinity, > todraw, DerAlfMinusDR, DerAlfMinusDp,DerAlfPlusDp; > if ModelSet=3 then print("model 2 for salt ", Salt[SaltName],Salt) > elif ModelSet=4 then print("model 3 for salt ", > Salt[SaltName],Salt); print("s=",modelset) > else print("error ModelSet should be 3 or 4!!!!") fi; 7

12 > if Salt[alfaMinusRinfinity] > 0 > then Calc_alfaMinusRinfinity := Salt[alfaMinusRinfinity]; > Calc_a := calculate_aorrequilmodel_2(salt,modelset); > print("data alfaminusrinfinity=", > Calc_alfaMinusRinfinity, "Calculated a=",calc_a) > else Calc_a :=Salt[a]; > Calc_alfaMinusRinfinity := calculate_aorrequilmodel_2(salt,modelset); > print("calculated alfaminusrinfinity=",calc_alfaminusrinfinity,"data > a=", Calc_a) fi; > todraw := alfminusmodel_2(calc_alfaminusrinfinity, > Calc_a,R,ModelSet); > print("todraw=",todraw); > DerAlfMinusDR := eval(diff(todraw,r),r=salt[requil]); > print("deralfminusdr=", DerAlfMinusDR); > DerAlfMinusDp := -DerAlfMinusDR*Salt[xi]*Salt[Requil]/3; > print("deralfminusdp=", DerAlfMinusDp); > DerAlfPlusDp := CationPressureDerivative(Salt,DerAlfMinusDp); > print("deralfplusdp",deralfplusdp); > plot({[[salt[requil],0],[salt[requil],eval(todraw, > R=Salt[Requil])]],todraw },R=0.5..4*Salt[Requil],title=Salt[SaltName]); > end: Model_2/2 calls the following three Maple procedures 1. calculate_aorrequilmodel_2/2 2. alfminusmodel_2/2 3. CationPressureDerivative/2 which is also called by Model_1/1 and has been described in Section 3.2 pg. 3 Procedure calculate_aorrequilmodel_2/2 calculates, for a given salt and s the value of a if the value of α is known else it calculates the value of α using Model 2 equation 2 for s = 3 or s = 4. > calculate_aorrequilmodel_2 > :=proc(salt::list, ModelSet::integer) > if Salt[alfaMinusRinfinity] > 0 > then (Salt[alfaMinusRinfinity]-Salt[alfaMinus])/ > ((Salt[Requil]^(-ModelSet))*Salt[alfaMinus]) > else Salt[alfaMinus]*(1+Salt[a]*Salt[Requil]^(-ModelSet)) fi end: 8

13 Procedure alfminusmodel_2/2 calculates the value of α related to equation 2 for Model 2, where: <arg-1> α <arg-2> a <arg-3> free variable used for plotting <arg-4> value of s for Model 2. Should be 3 or 4 > alfminusmodel_2:=proc(alfinf::float,a::float, > R, ModelSet::integer) > AlfInf/(1+a*(R^(-ModelSet))) end: In order to illustrate it follows an execution example of Model_2/2 Maple procedure for salt LiF Table 2 pg.3 with s = 3 and s = 4. The call > Model_2(LiF_1,3); has the following output as well as the graph shown in Figure 2 Model 2 for salt, LiF 1, [.89, 1.996, 1.43, , 100, LiF 1,.03,.60, 1.36,.2784,.6709] s=, 3 Data alfaminusrinfinity=, , Calculated a=, todraw=, R 3 DerAlfMinusDR=, DerAlfMinusDp=, DerAlfPlusDp,

14 Figure 2: α = α 1 for salt LiF Model 2 s = 3 1+aR 2 10

15 The call > Model_2(LiF_1,4); has the following output as well as the graph shown in Figure 3 Model 3 for salt, LiF 1, [.89, 1.996, 1.43, , 100, LiF 1,.03,.60, 1.36,.2784,.6709] s=, 4 Data alfaminusrinfinity=, , Calculated a=, todraw=, R 4 DerAlfMinusDR=, DerAlfMinusDp=, DerAlfPlusDp, Figure 3: α = α 1 1+aR 2 for salt LiF Model 2 s = 4 4 Experimental Results In this section the results obtained for different salts using data in cgs and au units are listed. 11

16 R α + Salt a α LiF LiCl LiBr LiI NaF NaCl NaBr NaI KF KCl KBr KI RbF RbCl RbBr RbI CsF CsCl CsBr CsI AgBr NaCN KCN NaClO NaBrO NH 4 F NH 4 Cl NH 4 Br NH 4 I CaCl SrCl SrBr BaCl BaBr Results Using Interpolated α Values NaCN KCN NaClO NaBrO Table 4: Results from Model 1 with Data in cgs Units 12

17 R α + Salt a α LiF LiCl LiBr LiI NaF NaCl NaBr NaI KF KCl KBr KI RbF RbCl RbBr RbI CsF CsCl CsBr CsI AgBr NaCN KCN NaClO NaBrO NH 4 F NH 4 Cl NH 4 Br NH 4 I CaCl SrCl SrBr BaCl BaBr Results Using Interpolated α Values NaCN KCN NaClO NaBrO Table 5: Results from Model 2 for s = 3 with Data in cgs Units 13

18 R α + Salt a α LiF LiCl LiBr LiI NaF NaCl NaBr NaI KF KCl KBr KI RbF RbCl RbBr RbI CsF CsCl CsBr CsI AgBr NaCN KCN NaClO NaBrO NH 4 F NH 4 Cl NH 4 Br NH 4 I CaCl SrCl SrBr BaCl BaBr Results Using Interpolated α Values NaCN KCN NaClO NaBrO Table 6: Results from Model 2 for s = 4 with Data in cgs Units 14

19 R α + Salt a α LiF LiCl LiBr LiI NaF NaCl NaBr NaI KF KCl KBr KI RbF RbCl RbBr RbI CsF CsCl CsBr CsI AgBr NaCN KCN NaClO NaBrO NH 4 F NH 4 Cl NH 4 Br NH 4 I CaCl SrCl SrBr BaCl BaBr Results Using Interpolated α Values NaCN KCN NaClO NaBrO Table 7: Results from Model 1 with Data in au Units 15

20 R α + Salt a α LiF LiCl LiBr LiI NaF NaCl NaBr NaI KF KCl KBr KI RbF RbCl RbBr RbI CsF CsCl CsBr CsI AgBr NaCN KCN NaClO NaBrO NH 4 F NH 4 Cl NH 4 Br NH 4 I CaCl SrCl SrBr BaCl BaBr Results Using Interpolated α Values NaCN KCN NaClO NaBrO Table 8: Results from Model 2 for s = 3 with Data in au Units 16

21 R α + Salt a α LiF LiCl LiBr LiI NaF NaCl NaBr NaI KF KCl KBr KI RbF RbCl RbBr RbI CsF CsCl CsBr CsI AgBr NaCN KCN NaClO NaBrO NH 4 F NH 4 Cl NH 4 Br NH 4 I CaCl SrCl SrBr BaCl BaBr Results Using Interpolated α Values NaCN KCN NaClO NaBrO Table 9: Results from Model 2 for s = 4 with Data in au Units 17

22 5 Conclusions Salts for which there are experimental data at high pressures were studied in order to establish the validity of the model. Results of α obtained with the method developed in this report and implemented as Maple procedures are, in absolute value, lower than those calculated via experimental data; on the other hand, the empirical method we proposed previously [13] gave values higher than the experimental ones. We may therefore predict upper and lower bounds of the experimental data. Results for more complex materials are given in this report showing the same behaviour as described previously when compared to results obtained with other methods. 18

23 6 Appendix - Experimental Data Experimental data used in this work has been taken from the experimental data at Low Temperature LT and Room Temperature RT described in [7]. It should be noted that some data was not available at LT, in those cases the missing data (data with an in Table 10) has been substituted by data at RT from the same source. Struct. Salt α + α R χ T cm cm cm cm 2 dyn 1 fcc Li C=2 LiF LiCl LiBr *4.20 LiI * Na NaF NaCl NaBr NaI K 0.81 KF KCl KBr KI Rb 1.35 RbF *3.81 RbCl *6.40 RbBr *7.69 RbI *9.48 Cs 2.34 CsF *4.25 bcc Cs 2.34 C= CsCl CsBr CsI AgBr NaCN KCN NaClO NaBrO NH 4 F NH 4 Cl NH 4 Br NH 4 I Ca CaCl Sr SrCl SrBr Ba BaCl BaBr Table 10: Experimental Data at Low Temperatures for different anions and cations at Low Temper- The following values of r +, r +, r and r ature have been used. 19

24 Cation r + r + Anion r r Li F Na Cl K Br Rb I Cs CN Ag ClO Ca BrO Sr Ba NH 4 F NH 4 Cl NH 4 Br NH 4 I Table 11: Values of 1 r +, r +, 1 r and r at Low Temperatures in cgs Units 20

25 References [1] Batana, A.; Bruno, J.; Munn, R.W. Anion Polarizability in Alkali Halide Crystals. Molecular Physics. 1997, 92(6), [2] Batana, A.; Bruno, J.; Monard. M.C. Ionic Polarizabilities in Cristals at High Pressures. Journal of Physics and Chemistry of Solids. 2001, 62, [3] Char, B.W.; Geddes, K.O.; Gonnet, G.O.; Leong, B.L.; Monagan, M.B.; Watt, S.M. Maple V Language Reference Manual. Springer-Verlag, 1991 [4] Fowler, P.W.; Madden, P.A. The In-crystal Polarizability of the Fluoride Ion. Molecular Physics. 1993, 49(4), [5] Fowler, P.W.; Madden, P.A. In-crystal Polarizabilities of Alkali and Halide Ions. Physical Review B. 1984, 29(2), [6] Fowler, P.W.; Pyper, N.C. In Crystal Ionic Polarizabilities Derived by Combining Experimental and ab initio Results. Proc. Roy. Soc. A , 377, [7] Fracchia, R.M. A Theoretical Study of Anharmonic Properties of Solids. PhD Thesis, (in spanish), Facultad de Ciencias Exactas y Naturales, University of Buenos Aires, Argentina, [8] Jemmer, P.; Fowler, P.W. Environmental Effects on Anion Polarizability: Variation with Lattice Parameters and Coordination Number. Journal of Physical Chemistry. 1998, 102, [9] Monard, M.C.; Bruno, J.; Batana, A. A Computational System for the Calculation of Polarizabilities and their Pressure Dependence. Tech. Rep. ICMC-USP, No. 51, ftp: //ftp.icmc.sc.usp.br/pub/biblioteca/rel_tec/rt_51.ps.zip [10] Monard, M.C.; Batana, A.; Bruno, J. Calculation of the Pressure Dependence of Anionn Polarizabilities in Crystals. Computers & Chemistry. 1999, 23, [11] Monard, M.C.; Batana, A.; Bruno, J. Calculation of Ionic Radii at High Pressure in Different Crystals. Tech. Rep. ICMC-USP, No. 112, ftp://ftp.icmc.sc.usp.br/pub/biblioteca/rel_tec/rt_112.ps.zip [12] Monard, M.C.; Batana, A.; Bruno, J. Computational System for the Calculation of the Pressure Dependence of Ionic Polarizabilities in Crystals. Tech. Rep. ICMC-USP, No. 113, ftp://ftp.icmc.sc.usp.br/pub/biblioteca/rel_tec/rt_113.ps.zip [13] Monard, M.C.; Bruno, J.; Faour, J.; Batana, A. Pressure Dependence of Ionic Polarizabilities in Crystals using MAPLE Procedures. Computers & Chemistry. 2001, Vol.25(5), [14] Monard, M.C.; Batana, A.; Bruno, J. A New Method to Evaluate Pressure Derivatives of Ionic Radii: Case Study. Tech. Rep. ICMC-USP, No. 171, ftp://ftp.icmc.sc.usp.br/pub/biblioteca/rel_tec/rt_171.pdf.zip 21

Journal of Atoms and Molecules

Journal of Atoms and Molecules Research article Journal of Atoms and Molecules An International Online Journal ISSN 2277 1247 Halides lattice energies and cationic hydration enthalpies for superheavy elements 119 and 120 Robson Fernandes

More information

CORRELATION BETWEEN STANDARD ENTHALPY OF FORMATION AND REFRACTIVE INDEX IN ALKALI HALIDES

CORRELATION BETWEEN STANDARD ENTHALPY OF FORMATION AND REFRACTIVE INDEX IN ALKALI HALIDES Int. J. Chem. Sci.: 7(4), 2009, 2489-2494 CORRELATION BETWEEN STANDARD ENTHALPY OF FORMATION AND REFRACTIVE INDEX IN ALKALI HALIDES A. NASAR * P. G. Department of Chemistry, Shibli National College, AZAMGARH

More information

Spectroscopic Constants & Potential Energy Function for Diatomic Molecules

Spectroscopic Constants & Potential Energy Function for Diatomic Molecules International Journal Of Computational Engineering Research (ijceronline.com) Vol. 3 Issue. 3 Spectroscopic Constants & Potential Energy Function for Diatomic Molecules 1, Ratikant Thakur and 2, Jagdhar

More information

Forming Chemical Bonds

Forming Chemical Bonds Forming Chemical Bonds Chemical Bonds Three basic types of bonds 2012 Pearson Education, Inc. Ionic Electrostatic attraction between ions. Covalent Sharing of electrons. Metallic Metal atoms bonded to

More information

ABSTRACT. Introduction

ABSTRACT. Introduction A SIMPLE CORRELATION BETWEEN POINTS WITH ACTIVITY COEFFICIENT UNITY FOR 1:1 ELECTROLYTES AT 298 K I. Brandariz, T.Vilarino, J.L. Barriada, Manuel E. Sastre de Vicente* 1, Departamento de Química Física,

More information

CHEMISTRY The Molecular Nature of Matter and Change

CHEMISTRY The Molecular Nature of Matter and Change CHEMISTRY The Molecular Nature of Matter and Change Third Edition Chapter 12 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 11 INTERMOLECULAR FORCES

More information

A corresponding states approach for the prediction of surface tension of molten alkali halides

A corresponding states approach for the prediction of surface tension of molten alkali halides Fluid Phase Equilibria 183 184 (2001) 239 245 A corresponding states approach for the prediction of surface tension of molten alkali halides N. Galamba a, C.A. Nieto de Castro a,, I. Marrucho b, J.F. Ely

More information

Ionic Compounds 1 of 31 Boardworks Ltd 2016

Ionic Compounds 1 of 31 Boardworks Ltd 2016 Ionic Compounds 1 of 31 Boardworks Ltd 2016 Ionic Compounds 2 of 31 Boardworks Ltd 2016 3 of 31 Boardworks Ltd 2016 Elements and compounds Elements are made up of just one type of atom. Some elements exist

More information

The Structure of Alkali Halide Dimers: A Critical Test of Ionic Models and New Ab Initio Results

The Structure of Alkali Halide Dimers: A Critical Test of Ionic Models and New Ab Initio Results Claremont Colleges Scholarship @ Claremont All HMC Faculty Publications and Research HMC Faculty Scholarship 5-22-1996 The Structure of Alkali Halide Dimers: A Critical Test of Ionic Models and New Ab

More information

Solubility Multiple Choice. January Which of the following units could be used to describe solubility? A. g/s B. g/l C. M/L D.

Solubility Multiple Choice. January Which of the following units could be used to describe solubility? A. g/s B. g/l C. M/L D. Solubility Multiple Choice January 1999 14. Which of the following units could be used to describe solubility? A. g/s B. g/l C. M/L D. mol/s 15. Consider the following anions: When 10.0mL of 0.20M Pb(NO3)

More information

Ionic Bond, Latice energy, characteristic of Ionic compounds

Ionic Bond, Latice energy, characteristic of Ionic compounds Ionic Bond, Latice energy, characteristic of Ionic compounds 1. The strong electrostatic attraction between two oppositely charged ions which are formed due to transfer of electrons from one atom to another

More information

NATIONAL ACADEMY OF SCIENCES

NATIONAL ACADEMY OF SCIENCES PROCEEDINGS OF THZ NATIONAL ACADEMY OF SCIENCES Volume 9 FEBRUARY 15, 1923 Number 2 ON THE HYPOTHESIS OF CONSTANT ATOMIC RADII. By RALPH W. G. WYCKOFF GUOPHYSICAI. LABORATORY, CARNZGIZ INSTITUTION, WASHINGTON

More information

GHW#3. Chapter 3. Louisiana Tech University, Chemistry 481. POGIL(Process Oriented Guided Inquiry Learning) Exercise on Chapter 3.

GHW#3. Chapter 3. Louisiana Tech University, Chemistry 481. POGIL(Process Oriented Guided Inquiry Learning) Exercise on Chapter 3. GHW#3. Chapter 3. Louisiana Tech University, Chemistry 481. POGIL(Process Oriented Guided Inquiry Learning) Exercise on Chapter 3. Energetics of Ionic Bonding. Why? What are the properties of ionic compounds?

More information

Funsheet 8.0 [SCIENCE 10 REVIEW] Gu 2015

Funsheet 8.0 [SCIENCE 10 REVIEW] Gu 2015 Funsheet 8.0 [SCIENCE 10 REVIEW] Gu 2015 1. Fill in the following tables. Symbol # # protons electrons # neutrons Atomic number Mass Number Atomic Mass Charge 56 54 83 18 16 32 35 47 1 19 40 1+ 92 241

More information

] after equilibrium has been established?

] after equilibrium has been established? Chemistry 1 Solubility Equilibrium onster Review 1. A saturated solution forms when a 0. 10 mol of salt is added to 10. L of water. The salt is A. Li S B. CuBr C. Zn( OH) ( ) D. NH CO 4. Consider the following

More information

E12 UNDERSTANDING CRYSTAL STRUCTURES

E12 UNDERSTANDING CRYSTAL STRUCTURES E1 UNDERSTANDING CRYSTAL STRUCTURES 1 Introduction In this experiment, the structures of many elements and compounds are rationalized using simple packing models. The pre-work revises and extends the material

More information

Crystals, packings etc.

Crystals, packings etc. Crystals, packings etc. Ram Seshadri MRL 2031, x6129, seshadri@mrl.ucsb.edu These notes complement chapter 6 of Anderson, Leaver, Leevers and Rawlings Bond Distances We have seen that in the P-cubic structure,

More information

Chapter 09: Chemical Bonding I: The Covalent Bond

Chapter 09: Chemical Bonding I: The Covalent Bond 1. Which one of the following is most likely to be an ionic compound? A) CaCl 2 B) CO 2 C) CS 2 D) SO 2 E) OF 2 3. Which one of the following is most likely to be an ionic compound? A) NCl 3 B) BaCl 2

More information

Test Bank for General Chemistry 10th Edition by Ebbing

Test Bank for General Chemistry 10th Edition by Ebbing Test Bank for General Chemistry 10th Edition by Ebbing Link full download: https://testbankservice.com/download/test-bank-for-general-che mistry-10th-edition-by-ebbing Chapter 9 - Ionic and Covalent Bonding

More information

M A S S A C H U S E T T S I N S T I T U T E O F T E C H N O L O G Y Materials Laboratory Fall Experiment 3: Modules α 1

M A S S A C H U S E T T S I N S T I T U T E O F T E C H N O L O G Y Materials Laboratory Fall Experiment 3: Modules α 1 D E P A R T M E N T O F M A T E R I A L S S C I E N C E A N D E N G I N E E R I N G M A S S A C H U S E T T S I N S T I T U T E O F T E C H N O L O G Y 3.014 Materials Laboratory Fall 2006 Experiment 3:

More information

Basic Concepts of Chemical Bonding

Basic Concepts of Chemical Bonding 8 Basic Concepts of Chemical Bonding Visualizing Concepts 8.2 Analyze. Given the size and charge of four different ions, determine their ionic bonding characteristics. Plan. The magnitude of lattice energy

More information

Inorganic Chemistry with Doc M. Day 9. Acids and Bases Overview

Inorganic Chemistry with Doc M. Day 9. Acids and Bases Overview Inorganic Chemistry with Doc M. Day 9. Acids and Bases Overview Topics: 1. Bronsted-Lowry Concept 5. ph of salts 2. Lewis acid and base concepts 6. Hard-soft acid and base theory 3. Oxyacids 7. Non-aqueous

More information

Supplemental Activities. Module: States of Matter. Section: Intermolecular Forces - Key

Supplemental Activities. Module: States of Matter. Section: Intermolecular Forces - Key Supplemental Activities Module: States of Matter Section: Intermolecular Forces - Key Electrostatic Forces ACTIVITY 1 The purpose of this activity is to practice recognizing the nature of the forces important

More information

Sodium, Na. Gallium, Ga CHEMISTRY Topic #2: The Chemical Alphabet Fall 2017 Dr. Susan Findlay See Exercises 6.1 to 6.5 and 7.1.

Sodium, Na. Gallium, Ga CHEMISTRY Topic #2: The Chemical Alphabet Fall 2017 Dr. Susan Findlay See Exercises 6.1 to 6.5 and 7.1. Sodium, Na Gallium, Ga CHEMISTRY 1000 Topic #2: The Chemical Alphabet Fall 2017 Dr. Susan Findlay See Exercises 6.1 to 6.5 and 7.1 Forms of Carbon What is an alkali metal? Any element in Group 1 except

More information

insoluble partial very soluble (< 0.1 g/100ml) solubility (> 1 g/100ml) Factors Affecting Solubility in Water

insoluble partial very soluble (< 0.1 g/100ml) solubility (> 1 g/100ml) Factors Affecting Solubility in Water Aqueous Solutions Solubility is a relative term since all solutes will have some solubility in water. Insoluble substances simply have extremely low solubility. The solubility rules are a general set of

More information

Chemistry 12 Provincial Exam Workbook Unit 03: Solubility Equilibrium. Multiple Choice Questions

Chemistry 12 Provincial Exam Workbook Unit 03: Solubility Equilibrium. Multiple Choice Questions R. Janssen, MSEC Chemistry 1 Provincial Workbook (Unit 0), P 1 / 7 Chemistry 1 Provincial Exam Workbook Unit 0: Solubility Equilibrium Multiple Choice Questions 1. Which of the following would be true

More information

Types of bonding: OVERVIEW

Types of bonding: OVERVIEW 1 of 43 Boardworks Ltd 2009 Types of bonding: OVERVIEW 2 of 43 Boardworks Ltd 2009 There are three types of bond that can occur between atoms: an ionic bond occurs between a metal and non-metal atom (e.g.

More information

Reactions with water do NOT go to completion, so to find ion concentrations, need to know K eq and solve an equilibrium problem!

Reactions with water do NOT go to completion, so to find ion concentrations, need to know K eq and solve an equilibrium problem! Strong Acid and Base Solutions Easy to find ion concentrations! 0.1 M HCl = [H 3 O + ] = 0.1 M [OH ] = 1 x 10 13 M 0.1 M NaOH = [OH ] = 0.1 M [H 3 O + ] = 1 x 10 13 M Weak Acid and Base Solutions Reactions

More information

SOLUBILITY REVIEW QUESTIONS

SOLUBILITY REVIEW QUESTIONS Solubility Problem Set 1 SOLUBILITY REVIEW QUESTIONS 1. What is the solubility of calcium sulphate in M, g/l, and g/100 ml? 2. What is the solubility of silver chromate? In a saturated solution of silver

More information

Solubility Equilibria

Solubility Equilibria Chapter 17 SOLUBILITY EQUILIBRIA (Part II) Dr. Al Saadi 1 Solubility Equilibria The concept of chemical equilibrium helps to predict how much of a specific ionic compound (salt) will dissolve in water.

More information

The Nature of the Ionic Bond*

The Nature of the Ionic Bond* Aust. J. Phys., 1976, 29, 39-50 The Nature of the onic Bond* K. P. Thakur Department of Physics, S.P. College, Dumka (S.P.) 814101, Bihar, ndia. Abstract A new model to describe interionic binding in diatomic

More information

Ionic Bonding. Chem

Ionic Bonding. Chem Whereas the term covalent implies sharing of electrons between atoms, the term ionic indicates that electrons are taken from one atom by another. The nature of ionic bonding is very different than that

More information

Types of Chemical Reactions

Types of Chemical Reactions Types of Chemical Reactions Textbook pages 256 271 Section 6.1 Summary Before You Read Many chemical reactions occur in daily life. In the lines below, describe one chemical reaction you have observed.

More information

Ionic and Covalent Bonds

Ionic and Covalent Bonds Chapter 6 Lecture Chapter 6 Ionic and Molecular Compounds 6.1 Ions: Transfer of Electrons Learning Goal Write the symbols for the simple ions of the representative elements. Fifth Edition Octet Rule An

More information

Unit 5 Reactions. Learning Objectives. Progress Tracker. Test Date: Test Readiness Checks: 5.1 Chemical Equations. Webassign Due

Unit 5 Reactions. Learning Objectives. Progress Tracker. Test Date: Test Readiness Checks: 5.1 Chemical Equations. Webassign Due Unit 5 Reactions Progress Tracker Test Date: Learning Objectives 5.1 Chemical Equations 5.2 Classifying Reactions 5.3 Net Ionic Equations Webassign Due Score 5.1 Chemical Equations Packet Progress Checks

More information

Chapter 8 Test Study Guide AP Chemistry 6 points DUE AT TEST (Wed., 12/13/17) Date:

Chapter 8 Test Study Guide AP Chemistry 6 points DUE AT TEST (Wed., 12/13/17) Date: Chapter 8 Test Study Guide Name: AP Chemistry 6 points DUE AT TEST (Wed., 12/13/17) Date: Topics to be covered on the December 13, 2017 test: bond bond energy ionic bond covalent bond polar covalent bond

More information

ELECTROCHEMICAL DATA

ELECTROCHEMICAL DATA ELECTROCHEMICAL DATA A HANDBOOK FOR ELECTROCHEMISTS IN INDUSTRY AND UNIVERSITIES BY D. DOBOS II V-- ttzü m... T^ II / AKADEMIAI KIADO BUDAPEST 1975 CONTENTS Foreword 15 /. List of Symbols, fundamental

More information

Chapter 19. Solubility and Simultaneous Equilibria p

Chapter 19. Solubility and Simultaneous Equilibria p Chapter 19 Solubility and Simultaneous Equilibria p. 832 857 Solubility Product ) The product of molar concentrations of the constituent ions, each raised ot the power of its stoichiometric coefficients

More information

Unit 3: Solubility Equilibrium

Unit 3: Solubility Equilibrium Unit 3: Chem 11 Review Preparation for Chem 11 Review Preparation for It is expected that the student understands the concept of: 1. Strong electrolytes, 2. Weak electrolytes and 3. Nonelectrolytes. CHEM

More information

The change in free energy on transferring an ion from a medium of low dielectric constantε1 to one of high dielectric constant ε2:

The change in free energy on transferring an ion from a medium of low dielectric constantε1 to one of high dielectric constant ε2: The Born Energy of an Ion The free energy density of an electric field E arising from a charge is ½(ε 0 ε E 2 ) per unit volume Integrating the energy density of an ion over all of space = Born energy:

More information

12A Entropy. Entropy change ( S) N Goalby chemrevise.org 1. System and Surroundings

12A Entropy. Entropy change ( S) N Goalby chemrevise.org 1. System and Surroundings 12A Entropy Entropy change ( S) A SPONTANEOUS PROCESS (e.g. diffusion) will proceed on its own without any external influence. A problem with H A reaction that is exothermic will result in products that

More information

Unit 10 Solution Chemistry 1. Solutions & Molarity 2. Dissolving 3. Dilution 4. Calculation Ion Concentrations in Solution 5. Precipitation 6.

Unit 10 Solution Chemistry 1. Solutions & Molarity 2. Dissolving 3. Dilution 4. Calculation Ion Concentrations in Solution 5. Precipitation 6. Unit 10 Solution Chemistry 1. Solutions & Molarity 2. Dissolving 3. Dilution 4. Calculation Ion Concentrations in Solution 5. Precipitation 6. Formula, Complete, Net Ionic Equations 7. Qualitative Analysis

More information

Ionic Bonding - Electrostatic Interactions and Polarization

Ionic Bonding - Electrostatic Interactions and Polarization Ionic Bonding - Electrostatic Interactions and Polarization Chemistry 754 Solid State Chemistry Dr. Patrick Woodward Lecture #13 Born-Haber Cycle for NaCl It is energetically unfavorable for Na metal and

More information

Unit 3: Solubility Equilibrium

Unit 3: Solubility Equilibrium Unit 3: Chem 11 Review Preparation for Chem 11 Review Preparation for It is expected that the student understands the concept of: 1. Strong electrolytes, 2. Weak electrolytes and 3. Nonelectrolytes. CHEM

More information

Spreadsheet Applications for Materials Science

Spreadsheet Applications for Materials Science Spreadsheet Applications for Materials Science The Ionic Bond Introduction A good place to start the study of engineering materials is with the nature of the energies and forces involved in the bonding

More information

Name: Date: Blk: Examine your periodic table to answer these questions and fill-in-the-blanks. Use drawings to support your answers where needed:

Name: Date: Blk: Examine your periodic table to answer these questions and fill-in-the-blanks. Use drawings to support your answers where needed: Name: Date: Blk: NOTES: BONDING Examine your periodic table to answer these questions and fill-in-the-blanks. Use drawings to support your answers where needed: I. IONIC BONDING Ionic bond: formed by the

More information

Physical Chemistry I. Crystal Structure

Physical Chemistry I. Crystal Structure Physical Chemistry I Crystal Structure Crystal Structure Introduction Crystal Lattice Bravis Lattices Crytal Planes, Miller indices Distances between planes Diffraction patters Bragg s law X-ray radiation

More information

Chapter 12 INTERMOLECULAR FORCES. Covalent Radius and van der Waals Radius. Intraand. Intermolecular Forces. ½ the distance of non-bonded

Chapter 12 INTERMOLECULAR FORCES. Covalent Radius and van der Waals Radius. Intraand. Intermolecular Forces. ½ the distance of non-bonded Chapter 2 INTERMOLECULAR FORCES Intraand Intermolecular Forces Covalent Radius and van der Waals Radius ½ the distance of bonded ½ the distance of non-bonded Dipole Dipole Interactions Covalent and van

More information

15.2 Born-Haber Cycles

15.2 Born-Haber Cycles 15.2 Born-Haber Cycles 15.2.1 - Define and apply the terms lattice enthalpy and electron affinity Lattice Enthalpy The energy required to completely separate one mole of a solid ionic compound into its

More information

Entropy. An endothermic reaction can be compared to a ball spontaneously rolling uphill or a pencil lying down springing upright.

Entropy. An endothermic reaction can be compared to a ball spontaneously rolling uphill or a pencil lying down springing upright. Entropy Exothermic and Endothermic Reactions Most chemical reactions give out heat energy as they take place, so the products have less energy (and so are more stable) than the reactants. These are exothermic

More information

Experiment 7: Understanding Crystal Structures

Experiment 7: Understanding Crystal Structures Experiment 7: Understanding Crystal Structures To do well in this laboratory experiment you need to be familiar with the concepts of lattice, crystal structure, unit cell, coordination number, the different

More information

Ø Draw the Bohr Diagrams for the following atoms: Sodium Potassium Rubidium

Ø Draw the Bohr Diagrams for the following atoms: Sodium Potassium Rubidium Chemistry 11 Atomic Theory V Name: Date: Block: 1. Atomic Radius 2. Ionization Energy 3. Electronegativity 4. Chemical Bonding Atomic Radius Periodic Trends Ø As we move across a period or down a chemical

More information

7. How many unpaired electrons are there in an atom of tin in its ground state? 2

7. How many unpaired electrons are there in an atom of tin in its ground state? 2 Name period AP chemistry Unit 2 worksheet 1. List in order of increasing energy: 4f, 6s, 3d,1s,2p 1s, 2p, 6s, 4f 2. Explain why the effective nuclear charge experienced by a 2s electron in boron is greater

More information

CHEMISTRY - CLUTCH CH.9 - BONDING & MOLECULAR STRUCTURE.

CHEMISTRY - CLUTCH CH.9 - BONDING & MOLECULAR STRUCTURE. !! www.clutchprep.com CONCEPT: ATOMIC PROPERTIES AND CHEMICAL BONDS Before we examine the types of chemical bonding, we should ask why atoms bond at all. Generally, the reason is that ionic bonding the

More information

Occurs when electrons are transferred electrostatic attractions (btw positive & negative atoms)

Occurs when electrons are transferred electrostatic attractions (btw positive & negative atoms) Ionic Bonding Ionic Bonding Occurs when electrons are transferred from one atom to another, forming two ions The ions stay together because of electrostatic attractions (btw positive & negative atoms)

More information

Question Answer Marks Guidance 1 (a) (i)

Question Answer Marks Guidance 1 (a) (i) 1 (a) (i) Fe + (g) + 2I(g) + e Fe2+ (g) + 2I- (g) Correct species AND state symbols required for each marks ALLOW e for e Fe(g) + 2I(g) TAKE CARE: In top left box, e may be in centre of response and more

More information

M A S S A C H U S E T T S I N S T I T U T E O F T E C H N O L O G Y Materials Laboratory Fall 2005

M A S S A C H U S E T T S I N S T I T U T E O F T E C H N O L O G Y Materials Laboratory Fall 2005 D E P A R T M E N T O F M A T E R I A L S S C I E N C E A N D E N G I N E E R I N G M A S S A C H U S E T T S I N S T I T U T E O F T E C H N O L O G Y 3.014 Materials Laboratory Fall 2005 Experiment 1:

More information

Activities in Aqueous Solutions of the Alkali Halide. Salts from Molecular Simulation

Activities in Aqueous Solutions of the Alkali Halide. Salts from Molecular Simulation Activities in Aqueous Solutions of the Alkali Halide Salts from Molecular Simulation Maximilian Kohns, Michael Schappals, Martin Horsch, and Hans Hasse Laboratory of Engineering Thermodynamics, University

More information

Chapter 11 Intermolecular Forces, Liquids, and Solids

Chapter 11 Intermolecular Forces, Liquids, and Solids Chapter 11 Intermolecular Forces, Liquids, and Solids Dissolution of an ionic compound States of Matter The fundamental difference between states of matter is the distance between particles. States of

More information

THE s- BLOCK ELEMENTS General electronic configuration- [ noble gas] ns 1-2

THE s- BLOCK ELEMENTS General electronic configuration- [ noble gas] ns 1-2 THE s- BLOCK ELEMENTS General electronic configuration- [ noble gas] ns 1-2 GROUP 1 ELEMENTS : ALKALI METALS General electronic configuration- [ noble gas] ns 1 Members- Li, Na, K, Rb, Cs, Fr Atomic and

More information

Chapter 7. Ionic Compounds and Metals

Chapter 7. Ionic Compounds and Metals Chapter 7 Ionic Compounds and Metals Periodic Trends Metals O Hate electrons O Give electrons away. O Have a low ionization energy. O Ions are always postive. O Cations (meow) Non-Metals O Love electrons

More information

Ionic Bonding and Ionic Compounds

Ionic Bonding and Ionic Compounds Main Ideas Ionic bonds form from attractions between positive and negative ions Differences in attraction strength give ionic and molecular compounds different properties Multiple atoms can bond covalently

More information

Illinois JETS Academic Challenge Chemistry Test (District) Useful Information. PV = nrt R = L atm mol -1 K -1.

Illinois JETS Academic Challenge Chemistry Test (District) Useful Information. PV = nrt R = L atm mol -1 K -1. Useful Information PV = nrt R = 0.08206 L atm mol -1 K -1 Q = m x T x s 1 atm = 760 torr Avogadro's number = 6.022 x 10 23 K = C + 273 ph = -log [H + ] 1 1 E = (-R H ) - n 2 n 2 f i R H = 2.18 x 10-18

More information

Name: Final Test. / n 2 Rydberg constant, R H. = n h ν Hydrogen energy, E n

Name: Final Test. / n 2 Rydberg constant, R H. = n h ν Hydrogen energy, E n 200 points Chemistry 121A Dr. Jay H. Baltisberger December 13, 1999 SHOW ALL CALCULATIONS & USE PROPER SIGNIFICANT FIGURES AND UNITS Avogadro s number, N A = 6.02x10 23 Planck s constant, h = 6.626x10

More information

Unit 10 Solution Chemistry 1. Solutions & Molarity 2. Dissolving 3. Dilution 4. Calculation Ion Concentrations in Solution 5. Precipitation 6.

Unit 10 Solution Chemistry 1. Solutions & Molarity 2. Dissolving 3. Dilution 4. Calculation Ion Concentrations in Solution 5. Precipitation 6. Unit 10 Solution Chemistry 1. Solutions & Molarity 2. Dissolving 3. Dilution 4. Calculation Ion Concentrations in Solution 5. Precipitation 6. Formula, Complete, Net Ionic Equations 7. Qualitative Analysis

More information

Bonding. October 20, Intro to Ionic Bonds Honors.notebook

Bonding. October 20, Intro to Ionic Bonds Honors.notebook Bonding Power Standards 1. OBJ: Students will be able to identify an ionic compound 2. OBJ: Students will be able to write out an ionic compounds in name and formula. 3. OBJ: Students will be able to characterize

More information

Followed by metals and inert gases - close-packed structures Deviations: BCC metals 'Ionic' compounds strive to follow the principles.

Followed by metals and inert gases - close-packed structures Deviations: BCC metals 'Ionic' compounds strive to follow the principles. Reading: West 7 &8 Principles of Laves 1.Space Principle: Space is used most efficiently 2.Symmetry Principle: Highest possible symmetry is adopted 3.Connection Principle: There will be the most possible

More information

1. Naming and Writing Formulas 2. Writing Chemical Equations 3. Balancing Reactions

1. Naming and Writing Formulas 2. Writing Chemical Equations 3. Balancing Reactions Chemistry 11 Stoichiometry I Name: Date: Block: 1. Naming and Writing Formulas 2. Writing Chemical Equations 3. Balancing Reactions Naming and Writing Formulas Key Points for naming ionic compounds: Cations

More information

2011, Robert Ayton. All rights reserved.

2011, Robert Ayton. All rights reserved. Liquids, Solids, and Intermolecular Forces Outline 1. Phase Diagrams and Triple Point Diagrams 2. Intermolecular Forces Review 1. Phase Diagrams and Triple Point Diagrams Phase Diagram of Water Triple

More information

He 1s 2 2 Ne 1s 2 2s 2 2p 6 8 = Ar 1s 2 2s 2 2p 6 3s 2 3p 6 8 = O 1s 2 2s 2 2p 4 6 = S 1s 2 2s 2 2p 6 3s 2 3p 4 6 = 2 + 4

He 1s 2 2 Ne 1s 2 2s 2 2p 6 8 = Ar 1s 2 2s 2 2p 6 3s 2 3p 6 8 = O 1s 2 2s 2 2p 4 6 = S 1s 2 2s 2 2p 6 3s 2 3p 4 6 = 2 + 4 Bonding is the joining of two atoms in a stable arrangement. CHAPTER 7: IONIC COMPOUNDS There are two different kinds of bonding: 1. Ionic bonds result from the transfer of electrons from one element to

More information

WS 1: Ionic Bonds 1. Charge on particle 1= q1 Charge on particle 2 = q2

WS 1: Ionic Bonds 1. Charge on particle 1= q1 Charge on particle 2 = q2 Part I: The Ionic Bonding Model: i WS 1: Ionic Bonds 1 Trends in ionization energies and electron affinities indicate that some elements for ions more readily than others. We know that ions with opposite

More information

States of Matter SM VIII (post) Crystallography. Experimental Basis. Experimental Basis Crystal Systems Closed Packing Ionic Structures

States of Matter SM VIII (post) Crystallography. Experimental Basis. Experimental Basis Crystal Systems Closed Packing Ionic Structures States of Matter SM VIII (post) Crystallography Experimental Basis Crystal Systems Closed Packing Ionic Structures Ref 12: 8 22-1 Experimental Basis is X-ray diffraction; see HT Fig. 21.1, Pet. Fig. 12.43

More information

Nuclear Magnetic Resonance Studies of 35Cl, 37C1, 79Br, and 81Br in Aqueous Solution

Nuclear Magnetic Resonance Studies of 35Cl, 37C1, 79Br, and 81Br in Aqueous Solution Nuclear Magnetic Resonance Studies of 35Cl, 37C, 79Br, and in Aqueous Solution J. BLASER, 0. L U T Z, a n d W. STEINKILBERG Physikalisches Institut der Universität T ü b i n g e n (Z. Naturforsch. 7 a,

More information

Big Idea: The following list is a GUIDE to what you should study in order to be prepared for the Unit #4 Test on Chemical Bonding.

Big Idea: The following list is a GUIDE to what you should study in order to be prepared for the Unit #4 Test on Chemical Bonding. 4 Chemical Bonding Learning Goals Big Idea: The following list is a GUIDE to what you should study in order to be prepared for the Unit #4 Test on Chemical Bonding. Goals: The student will be able to identify

More information

Chapter 4. Page 162, Practice Problems. 1. Atom Reactant Side Product Side Na 8 8 O H 8 8 Cr 4 4. Page 159, Quick Check

Chapter 4. Page 162, Practice Problems. 1. Atom Reactant Side Product Side Na 8 8 O H 8 8 Cr 4 4. Page 159, Quick Check Chapter 4 Page 157, Quick Check 1. Color change (red to silver), evolution of gas (O 2) and increase in solid mass. 2. CaO (s) + H 2O (l) 2 Ca(OH) 2(s) 3. Carbonic Acid decomposes to carbon dioxide gas

More information

UNIT IV PPT #3 Ka and Kb KEY.notebook. November 23, WHAT IS Ka? UNIT IV. CALCULATIONS USING Ka. WHAT IS Ka? Nov 10 9:42 PM.

UNIT IV PPT #3 Ka and Kb KEY.notebook. November 23, WHAT IS Ka? UNIT IV. CALCULATIONS USING Ka. WHAT IS Ka? Nov 10 9:42 PM. WHAT IS Ka? Recall: Find ph of 0.100 M HCl. But What is ph of 0.10 M HF? UNIT IV Ka and Kb CALCULATIONS USING Ka I. [H 3O + ] (or ph) from Ka Ex. Find the [H 3O + ] in 0.10 M HF. WHAT IS Ka? Look at equilibrium

More information

Chemistry Study Guide

Chemistry Study Guide Chemistry Study Guide Marking Period 3 Exam Week of 3/21/17 Study Guide due - When studying for this test, use your do nows, notes, homework, class handouts, and your textbook. Vocabulary Chapter 7 Anion

More information

Structure and bonding in small neutral alkali halide clusters

Structure and bonding in small neutral alkali halide clusters PHYSICAL REVIEW B VOLUME 56, NUMBER 23 15 DECEMBER 1997-I Structure and bonding in small neutral alkali halide clusters Andrés Aguado Departamento de Física Teórica, Facultad de Ciencias, Universidad de

More information

Chapter 3 (part 3) The Structures of Simple Solids

Chapter 3 (part 3) The Structures of Simple Solids CHM 511 chapter 3 page 1 of 9 Chapter 3 (part 3) The Structures of Simple Solids Rationalizing Structures Ionic radii As noted earlier, a reference value is needed. Usually oxygen is assumed to be 140

More information

D) A majority of α particles will pass through a thin metal sheet undeflected, while a small percentage scatter wildly.

D) A majority of α particles will pass through a thin metal sheet undeflected, while a small percentage scatter wildly. 4. What was the experimental basis for determining that the nucleus occupies a very small fraction of the volume of an atom? A) Neutral particles are emitted when a sheet of beryllium is bombarded with

More information

Chemistry 101 Chapter 9 CHEMICAL BONDING. Chemical bonds are strong attractive force that exists between the atoms of a substance

Chemistry 101 Chapter 9 CHEMICAL BONDING. Chemical bonds are strong attractive force that exists between the atoms of a substance CHEMICAL BONDING Chemical bonds are strong attractive force that exists between the atoms of a substance Chemical Bonds are commonly classified into 3 types: 1. IONIC BONDING Ionic bonds usually form between

More information

AP 17.4, 17.5 Study Questions

AP 17.4, 17.5 Study Questions Name: Class: Date: AP 17.4, 17.5 Study Questions True/False Indicate whether the statement is true or false. 1. The solubility product of a compound is numerically equal to the product of the concentration

More information

Chem 241. Lecture 20. UMass Amherst Biochemistry... Teaching Initiative

Chem 241. Lecture 20. UMass Amherst Biochemistry... Teaching Initiative Chem 241 Lecture 20 UMass Amherst Biochemistry... Teaching Initiative Announcement March 26 Second Exam Recap Ellingham Diagram Inorganic Solids Unit Cell Fractional Coordinates Packing... 2 Inorganic

More information

Chemical Reactions Chapter 11 Study Guide (Unit 8)

Chemical Reactions Chapter 11 Study Guide (Unit 8) Name: Hr: Understand and be able to explain all of the key concepts. Define and understand all of the survival words Memorize the names and symbols for these elements: (Ag, Al, Ar, As, Au, B, Ba, Be, Br,

More information

Li or Na Li or Be Ar or Kr Al or Si

Li or Na Li or Be Ar or Kr Al or Si Pre- AP Chemistry 11 Atomic Theory V Name: Date: Block: 1. Atomic Radius/Size 2. Ionization Energy 3. Electronegativity 4. Chemical Bonding Atomic Radius Effective Nuclear Charge (Z eff) Ø Net positive

More information

Lecture 8. Polyprotic Acids often acid molecules have more than one ionizable H these are called polyprotic acids. sulfuric acid is a diprotic acid

Lecture 8. Polyprotic Acids often acid molecules have more than one ionizable H these are called polyprotic acids. sulfuric acid is a diprotic acid Lecture 8 Professor icks Inorganic Chemistry (CE152) Polyprotic Acids often acid molecules have more than one ionizable these are called polyprotic acids 1 = monoprotic, 2 = diprotic, 3 = triprotic Cl

More information

Citation Zeitschrift für Metallkunde. 89(5)

Citation Zeitschrift für Metallkunde. 89(5) Title Thermodynamic Evaluation of Salt Mixtures in Common Ion the Sur Alkali- Author(s) Tanaka, Toshihiro; Hara, Shigeta; O Tamotsu Citation Zeitschrift für Metallkunde. 89(5) Issue 1998 Date Text Version

More information

Bonding Practice Problems

Bonding Practice Problems NAME 1. When compared to H 2 S, H 2 O has a higher 8. Given the Lewis electron-dot diagram: boiling point because H 2 O contains stronger metallic bonds covalent bonds ionic bonds hydrogen bonds 2. Which

More information

a) most likely to gain two electrons Br O Al Mg b) greatest tendency to form a negative ion Na Li S Mg c) a non-metal Sr S Al K

a) most likely to gain two electrons Br O Al Mg b) greatest tendency to form a negative ion Na Li S Mg c) a non-metal Sr S Al K 1. (4 pts) Name the following compounds: Al 2 (SO 4 ) 3 N 2 O 3 2. (4 pts) Give the chemical formulas for the following compounds: chromium (III) carbonate magnesium phosphate 3. (16 pts) Circle the formula

More information

Atomic Arrangement. Primer in Materials Spring

Atomic Arrangement. Primer in Materials Spring Atomic Arrangement Primer in Materials Spring 2017 30.4.2017 1 Levels of atomic arrangements No order In gases, for example the atoms have no order, they are randomly distributed filling the volume to

More information

You have mastered this topic when you can:

You have mastered this topic when you can: CH 11 T17 IONIC COMPOUNDS IONIC BONDS 1 You have mastered this topic when you can: 1) define or describe these terms: IONIC BOND, CATION, ANION and FORMULA UNIT. 2) predict the formation of an IONIC BOND

More information

Atomic Arrangement. Primer Materials For Science Teaching Spring

Atomic Arrangement. Primer Materials For Science Teaching Spring Atomic Arrangement Primer Materials For Science Teaching Spring 2016 31.3.2015 Levels of atomic arrangements No order In gases, for example the atoms have no order, they are randomly distributed filling

More information

Chem 121 Final Exam. (2) 1) A cube measures 3.21 cm on one side. Calculate its volume in liters (cm 3 = ml) and put the answer in the box.

Chem 121 Final Exam. (2) 1) A cube measures 3.21 cm on one side. Calculate its volume in liters (cm 3 = ml) and put the answer in the box. Chem 121 Final Exam Page 1 of 13 (2) 1) A cube measures 3.21 cm on one side. Calculate its volume in liters (cm 3 = ml) and put the answer in the box. (2) 2) The charge on a phosphorus atom is neutral

More information

Chemical Bonding Ionic Bonding. Unit 1 Chapter 2

Chemical Bonding Ionic Bonding. Unit 1 Chapter 2 Chemical Bonding Ionic Bonding Unit 1 Chapter 2 Valence Electrons The electrons responsible for the chemical properties of atoms are those in the outer energy level. Valence electrons - The s and p electrons

More information

(b) electrovalent and covalent (c) electrovalent and co-ordinate (d) covalent and co-ordinate 10. Which pair is different from others (a) Li Mg (b)

(b) electrovalent and covalent (c) electrovalent and co-ordinate (d) covalent and co-ordinate 10. Which pair is different from others (a) Li Mg (b) 1. Following triads have approximately equal size (a) Na+, Mg 2+, Al 3+ (iso-electronic) (b) F, Ne, O 2 (iso-electronic) (c) Fe, Co, Ni (d) Mn+, Fe 2+, Cr (iso-electronic) 2. Which of the following halides

More information

In a chemical reaction (or any ordinary change in matter physical or chemical)..

In a chemical reaction (or any ordinary change in matter physical or chemical).. WARM UP 2-6-17 Chemical Formulas/Equations ch. 14, p. 392-395 1) Finish the counting atoms worksheet you received at the end of class on Thursday. Then answer the questions below: 1) In ~1785, Antoine

More information

CHEMISTRY Midterm #3 November 27, 2007

CHEMISTRY Midterm #3 November 27, 2007 Name: The total number of points in this exam is 100. CHEMISTRY 123-01 Midterm #3 November 27, 2007 PART I: MULTIPLE CHOICE (Each multiple choice question has a 2-point value). Mass of electron = 9.11

More information

Name Exam1 Page 1. (on a mole basis). If the pressure of air in this room is 745 mm Hg, what is the partial pressure of O 2 , O 2

Name Exam1 Page 1. (on a mole basis). If the pressure of air in this room is 745 mm Hg, what is the partial pressure of O 2 , O 2 Name Exam1 Page 1 GASES AND THEIR BEHAVIOR 1. (3 points) In order to use the ideal gas law, we must express the pressure in units of atmospheres. Express 816 mm Hg in atmospheres. 816 mm Hg = atmospheres

More information

CHAPTER 6 FUNCTIONAL THEORY

CHAPTER 6 FUNCTIONAL THEORY CHAPTER 6 FUNDAMENTAL CONCEPTS BASED ON DENSITY FUNCTIONAL THEORY IKTRODUCTION 6.1 THE PRINCIPLE OF MAXIMLrM PHYSICAL HARDNESS 6.1.1 The Griineisen constant 6.2 THEORETICAL MODEL 6.3 CONCLUSION CHAPTER

More information

Inorganic Chemistry I (CH331) Solid-state Chemistry I (Crystal structure) Nattapol Laorodphan (Chulabhorn Building, 4 th Floor)

Inorganic Chemistry I (CH331) Solid-state Chemistry I (Crystal structure) Nattapol Laorodphan (Chulabhorn Building, 4 th Floor) Inorganic Chemistry I (CH331) Solid-state Chemistry I (Crystal structure) Nattapol Laorodphan (Chulabhorn Building, 4 th Floor) 7/2013 N.Laorodphan 1 Text books : 1. D.F. Sheiver, P.W. Atkins & C.H. Langford

More information