II. Empirical Interpretation

Size: px
Start display at page:

Download "II. Empirical Interpretation"

Transcription

1 percapitagdp and pollutionb1.nb 1 In[1]:= In[2]:= << Statistics`LinearRegression` << Statistics`ContinuousDistributions`; # dataa# In[4]:= Off@General::spell General::spell1D II. Empirical Interpretation In this section we examine if the inverted U-shaped relation between the per capita GDP and the pollution level can be depicted for the Japanese cross-section data which was made available by National Institute of Environmental Studies ( The institute has published atmospheric pollution levels for observation points in each of 47 prefectures since 1980s. Types of atmospheric pollution range from SOX NOX SPM (Suspended Particulate Matters) to Oxidant etc. In this paper for each type of atmospheric pollution the simple average of observed values is defined as the atmospheric pollution level of the prefecture. Starting from SOX for each type of atmospheric pollution we examine if the inverted U-shaped relation between the per capita GDP and the pollution level can be depicted. As for the data of per capita GDP for each prefecture in 2000 datab is borrowed from Japan Statistical Yearbook 2005 (Statistical Research and Training Institute (ed.) Statistics Bureau Ministry of Internal Affairs and Communications). In order to make a comparison the data of per capita income for each prefecture in 2000 databb is also borrowed from Japan Statistical Yearbook # datab and databb# ü 1. SOX (2000) In Japan SOX has been the most notorious pollutant. It was in the 1890s that farmers and ecologists demanded the alleviation of the pollution caused by two Japanese copper sulfide mines: Ashio and Besshi mines. This pollution was due to the discharged sulfurous acid gas from those mines (Arahata [1907]). In 1973 both mines were closed and almost all the copper ores are imported from abroad. In the 1950s MINAMATA disease became the world-notorious synonym for pollution. This disease erupted in a southern coastal city MINAMATA and it was the mercury poisoning where the mercury was discharged into the sea in producing nitrogen fertilizer. This pollution leads to the legislation of the Water Preservation Act and the Factory Drainage Regulation Act in 1958 and finally to the Water Pollution Prevention Act in At about the same time there erupted the atmospheric pollution in Yokkaichi a central coastal city. The disease caused by the discharged sulfurous acid gas from petro-chemical refineries and electric power plants was called the Yokkaichi asthma. This pollution leads to the legislations of Smoke Regulation Act in 1962 the Atmospheric Pollution Prevention Act in 1968 and finally to the Revised Atmospheric Pollution Prevention Act in After the Kyoto Protocol was concluded in 1997 whose purpose is to reduce the CO2 emission into the atmosphere to prevent the global warming the trading on CO2 emission rights has attracted a great deal of attention. It was little known however that the SO2 emission rights for electric power plants in the United States was indeed traded in 1993 (Nihon Keizai Shimbun April ). In this subsection we examine if the inverted U shaped relation between the per capita GDP and SO2 level can be depicted for the Japanese cross-section data which was made available by National Institute of Environmental Studies. According to this institute in Hokkaido (Prefecture) there were 91 observation points in 2000 for SO2 whose observation results are given by data[1]. In this paper the SO2 level for Hokkaido (Prefecture) in 2000 is defined by the simple average of data[1]:

2 percapitagdp and pollutionb1.nb 2 In[7]:= data@1d = <; In[8]:= Length@data@1DD Out[8]= 91 In[9]:= Mean@data@1DD Out[9]= In Aomori (Prefecture) there were 12 observation points in 2000 for SO2 whose observation results are given by data[2]. In this paper the SO2 level for Aomori (Prefecture) in 2000 is defined by the simple average of data[2]: In[10]:= data@2d = <; In[11]:= Mean@data@2DD Out[11]= Continuing this procedure we obtain the following data dataso21 the collection of SO2 levels for 47 prefectures. #dataso21# In what follows utilizing dataso21 a linear regression is attempted between the per capita GDP and the SO2 level in In the following figure the actual distribution of pairs of data is connected by the dashed line. The solid line is the computed regression line which shows the positive relation between them. In[13]:= figso21 = ListPlot@Sort@dataSO21D PlotJoined True yso21 = Fit@dataSO21 81 x< xd; figso22 = Plot@ySO21 8x < DisplayFunction IdentityD; Show@8figSO21 figso22< AxesOrigin < AxesLabel 8"per capita GDP" "SOX"< DisplayFunction $DisplayFunctionD; SOX per capita GDP

3 percapitagdp and pollutionb1.nb 3 According to the following regression report on the linear regression however the positiveness of the slope is statistically not confirmed (p-value= ). In[17]:= Regress@dataSO21 81 x< x Out[17]= x RSquared AdjustedRSquared = Next utilizing dataso21 a quadratic regression is attempted between the per capita GDP and the SO2 level in In the following figure the actual distribution of pairs of data is connected by the dashed line. The solid curve is the computed regression curve which shows the inverted U-shaped relation between them. In[18]:= yso23 = Fit@dataSO21 81 x x^2< xd; figso23 = Plot@ySO23 8x < DisplayFunction IdentityD; Show@8figSO21 figso23< AxesOrigin < AxesLabel 8"per capita GDP" "SOX"< DisplayFunction $DisplayFunctionD; SOX per capita GDP If the quadratic regression is conducted however the coefficients are not statistically confirmed although they are statistically confirmed if the 10% probability rule on the null hypothesis is adopted according to the following regression report on the quadratic regression. In[21]:= Regress@dataSO21 81 x x ^ 2< x Out[21]= x x RSquared AdjustedRSquared = Next in what follows the regression is conducted between the per capita income and SO2 level. First utilizing dataso22 a linear regression is attempted between the per capita income and the SO2 level in In the following figure the actual distribution of pairs of data is connected by the dashed line. The solid line is the computed regression line which shows the positive slope. #dataso22#

4 percapitagdp and pollutionb1.nb 4 In[23]:= figso22 = ListPlot@Sort@dataSO22D PlotJoined True yso22 = Fit@dataSO22 81 x< xd; figso22000a = Plot@ySO22 8x < DisplayFunction IdentityD; Show@8figSO22 figso22000a< AxesLabel 8"" "SOX"< DisplayFunction $DisplayFunctionD; SOX Contrary to the regression utilizing the per capita GDP the positiveness of the slope is statistically confirmed (pvalue= ) according to the following regression report on the linear regression. In[27]:= Regress@dataSO22 81 x< x Out[27]= x RSquared AdjustedRSquared = Finally utilizing dataso22 a quadratic regression is attempted between the per capita income and the SO2 level in In the following figure the actual distribution of pairs of data is connected by the dashed line. The solid curve is the computed regression curve which shows the inverted U-shaped relation between them. In[28]:= yso23 = Fit@dataSO22 81 x x^2< xd; figso22000b = Plot@ySO23 8x < DisplayFunction IdentityD; Show@8figSO22 figso22000b< AxesLabel 8"" "SOX"< DisplayFunction $DisplayFunctionD; SOX Contrary to the case of regression on the per-capita GDP case the coefficients are statistically confirmed for the per-capita income case according to the following regression report on the quadratic regression.

5 percapitagdp and pollutionb1.nb 5 In[31]:= Regress@dataSO22 81 x x ^ 2< x Out[31]= x x RSquared AdjustedRSquared = As a conclusion it may be said that the inverted U-shaped relation holds in 2000 between the per capita income and the SO2 level in Japan although the linear positive relation between them cannot be denied. ü 2. SOX (1990) In this subsection following the same procedure as abovewe obtain the data dataso23 the collection of pairs of per capita income and SO2 level in 1990 for 47 prefectures for the purpose of examining how the relation changed since 1990 until #dataso23# First utilizing dataso23 a linear regression is attempted between the per capita income and the SO2 level in In the following figure the actual distribution of pairs of data is connected by the dashed line. The solid line is the computed regression line which shows the positive relation between them. In[33]:= figso23 = ListPlot@Sort@dataSO23D PlotJoined True yso23 = Fit@dataSO23 81 x< xd; figso = Plot@ySO23 8x < DisplayFunction IdentityD; Show@8figSO23 figso231990< AxesLabel 8"" "SOX"< DisplayFunction $DisplayFunctionD; SOX According to the following regression report on the linear regression the positiveness of the slope is statistically confirmed (p-value= ).

6 percapitagdp and pollutionb1.nb 6 In[37]:= Regress@dataSO23 81 x< x Out[37]= x RSquared AdjustedRSquared = Next utilizing dataso23 a quadratic regression is attempted between the per capita income and the SO2 level in In the following figure the actual distribution of pairs of data is connected by the dashed line. The solid curve is the computed regression curve. In[38]:= yso24 = Fit@dataSO23 81 x x^2< xd; figso24 = Plot@ySO24 8x < DisplayFunction IdentityD; Show@8figSO23 figso24< AxesLabel 8"" "SOX"< DisplayFunction $DisplayFunctionD; SOX According to the following regression report on the quadratic regression the coefficients are statistically not confirmed. In[41]:= Regress@dataSO23 81 x x ^ 2< x Out[41]= x x RSquared AdjustedRSquared = As a conclusion on the comparison between 1990 and 2000 it may be said that the linear positive relation holds between the per capita income and the SO2 level in 1990 while the inverted U-shaped relation holds in 2000 between the per capita income and the SO2 level.

7 percapitagdp and pollutionb1.nb 7 ü 3. NOX (2000) NOX as well as SOX cause pollution such as acid rain or respiratory diseases and the government has attempted to reduce them. Compared with SOX however the reduction of NOX is more difficult. The origin of NOX is same as SOX. NOX such as NO or NO2 is generated by the combustion of petroleum. For the purpose of distinguishing the origin of NOX and SOX let us restrict it to the one from automobiles. SOX is generated inside the engines of automobiles: i.e. sulfur in petroleum is oxidized. Meanwhile NOX is generated outside the engines of automobiles: i.e. nitrogen in the atmosphere is oxidized by the heat of engines. In other words if the automobile manufacturers attempt to improve the efficiency in combustion of fuels usually the attempt succeeds in the reduction of SOX but it fails in the reduction of NOX. In 1992 the Automobile NOX Reduction Act was enacted. In this subsection following the same procedure as above we obtain the data datanox1 the collection of pairs of per capita GDP and NOX level in 2000 for 47 prefectures. #datanox1# Utilizing datanox1 a linear regression is attempted between the per capita GDP and the NOX level in In the following figure the actual distribution of pairs of data is connected by the dashed line. The solid line is the computed regression line which shows the positive relation between the per capita GDP and the NOX level in In[43]:= fignox1 = ListPlot@Sort@dataNOX1D PlotJoined True ynox1 = Fit@dataNOX1 81 x< xd; fignox2 = Plot@yNOX1 8x < DisplayFunction IdentityD; Show@8figNOX1 fignox2< AxesLabel 8"per capita GDP" "NOX"< DisplayFunction $DisplayFunctionD; NOX per capita GDP According to the following regression report on the linear regression the positiveness of the slope is statistically confirmed (p-value= ). In[47]:= Regress@dataNOX1 81 x< x Out[47]= x RSquared AdjustedRSquared =

8 percapitagdp and pollutionb1.nb 8 If the quadratic regression is conducted the coefficients are not statistically confirmed according to the following regression report on the quadratic regression. In[48]:= Regress@dataNOX1 81 x x ^ 2< x Out[48]= x x RSquared AdjustedRSquared = If the per capita GDP is modified to the per capita income what would happen? In what follows utilizing data- NOX2 a linear regression is attempted between the per capita income and the NOX level in In the following figure the actual distribution of pairs of data is connected by the dashed line. The solid line is the computed regression line which shows the positive relation between the per capita income and the NOX level in #datanox2# In[50]:= fignox21 = ListPlot@Sort@dataNOX2D PlotJoined True ynox2 = Fit@dataNOX2 81 x< xd; fignox22 = Plot@yNOX2 8x < DisplayFunction IdentityD; Show@8figNOX21 fignox22< AxesLabel 8"" "NOX"< DisplayFunction $DisplayFunctionD; NOX According to the following regression report on the linear regression the positiveness of the slope is statistically confirmed (p-value= ). As is clear from the improvement in the R 2 the fitness for this case is superior to the case between the per capita GDP and the NOX level in In[54]:= Regress@dataNOX2 81 x< x Out[54]= x RSquared AdjustedRSquared =

9 percapitagdp and pollutionb1.nb 9 If the quadratic regression is conducted the coefficients are not statistically confirmed either according to the following regression report on the quadratic regression. In[55]:= Regress@dataNOX2 81 x x ^ 2< x Out[55]= x x RSquared AdjustedRSquared = As a conclusion it may be said that the linear positive relation holds between the per capita GDP (or income) and the NOX level in Quadratic relation does not hold between the per capita GDP (or income) and the SPM level in 2000 let alone the inverted U-shaped relation. ü 4. NOX (1990) In this subsection it is examined how the relation changed since 1990 until In the same way as in the case of datanox1 datanox1990 the collection of pairs of income and NOX level in 1990 for 47 prefectures is constructed in what follows. #datanox1990# Utilizing datanox1990 first a linear regression is attempted between the per capita income and the NOX level in In the following figure the actual distribution of pairs of data is connected by the dashed line. The thick solid line is the computed regression line for 1990 which shows the positive relation between the per capita income and the NOX level in The solid line in this figure is the computed regression line for It may be said from the comparison between 1990 and 2000 that since 1990 until 2000 Japanese society became more pollution-intolerant. In[57]:= fignox19901 = ListPlot@Sort@dataNOX1990D PlotJoined True ynoxa2 = Fit@dataNOX x< xd; fignox31990 = Plot@yNOXA2 8x < PlotStyle Thickness@0.01D DisplayFunction IdentityD; Show@8figNOX22 fignox19901 fignox31990< AxesLabel 8"" "NOX"< DisplayFunction $DisplayFunctionD; NOX

10 percapitagdp and pollutionb1.nb 10 The regression report for datanox1990 in what follows confirms the positiveness of the slope statistically. As is clear from the improvement in the R 2 the fitness for this case is superior to the case between the per capita income and the NOX level in Japan for In[61]:= Regress@dataNOX x< x Out[61]= x RSquared AdjustedRSquared = As shown in the previous subsection the coefficients on the quadratic regression on NOX for 2000 were not statistically confirmed. If the quadratic regression for 1990 is conducted on NOX the coefficients are not statistically confirmed either according to the following regression report on the quadratic regression for In[62]:= Regress@dataNOX x x^2< x Out[62]= x x RSquared AdjustedRSquared = ü 5. SPM (2000) Until 1999 SPM (Suspended Particulate Matters) was almost unknown to the Japanese general public. In 1999 Governor of Tokyo Shintaro Ishihara abruptly announced the revision of Metropolis of Tokyo Pollution Prevention Act in a press conference showing the reporters the black powder in a bottle at the conference. The powder small enough to float in the air causes respiratory diseases or lung cancer. In Japan 43% of SPM in the air is generated by automobiles especially trucks with diesel engines (87% among automobiles). The revision which took effect in 2003 made stricter regulations on the transport through trucks. Nationwide the Automobile NOX Reduction Act enacted in 1992 was revised into the Automobile NOX-PM Reduction Act in Regulation by Metropolis of Tokyo is stricter than the national one. In this subsection following the same procedure as abovewe obtain the data dataspm1 the collection of pairs of per capita GDP and SPM level in 2000 for 47 prefectures. # dataspm1# Utilizing dataspm1 a linear regression is attempted between the per capita GDP and the SPM level in In the following figure the actual distribution of pairs of data is connected by the dashed line. The solid line is the computed regression line which shows the positive relation between the per capita GDP and the SPM level in 2000.

11 percapitagdp and pollutionb1.nb 11 In[64]:= fig1 = ListPlot@Sort@dataSPM1D PlotJoined True y1 = Fit@dataSPM1 81 x< xd; fig2 = Plot@y1 8x < DisplayFunction IdentityD; Show@8fig1 fig2< AxesLabel 8"per capita GDP" "SPM"< DisplayFunction $DisplayFunctionD; SPM per capita GDP According to the following regression report on the linear regression the positiveness of the slope is statistically confirmed (p-value= ). In[68]:= Regress@dataSPM1 81 x< x Out[68]= x RSquared AdjustedRSquared = If the quadratic regression is conducted the coefficients are not statistically confirmed according to the following regression report on the quadratic regression. In[69]:= Regress@dataSPM1 81 x x ^ 2< x Out[69]= x x RSquared AdjustedRSquared = If the per capita GDP is replaced by the per capita income what would happen? In what follows a linear regression is attempted between the per capita income and the SPM level in Japan. In the following figure the actual distribution of pairs of data is connected by the dashed line. The solid line is the computed regression line which shows the positive relation between the per capita income and the SPM level in Japan. #dataspm1a#

12 percapitagdp and pollutionb1.nb 12 In[71]:= fig1 = ListPlot@Sort@dataSPM1AD PlotJoined True y1 = Fit@dataSPM1A 81 x< xd; fig2 = Plot@y1 8x < DisplayFunction IdentityD; Show@8fig1 fig2< AxesLabel 8"" "SPM"< DisplayFunction $DisplayFunctionD; SPM According to the following regression report on the linear regression the positiveness of the slope is statistically confirmed (p-value= ). As is clear from the improvement in the R 2 the fitness for this case is superior to the case between the per capita GDP and the SPM level in In[75]:= Regress@dataSPM1A 81 x< x Out[75]= x RSquared AdjustedRSquared = If the quadratic regression is conducted the coefficients are not statistically confirmed either according to the following regression report on the quadratic regression. In[76]:= Regress@dataSPM1A 81 x x^2< x Out[76]= x x RSquared AdjustedRSquared = As a conclusion it may be said that the linear positive relation holds between the per capita GDP (or income) and the SPM level in Japan. Quadratic relation does not hold between the per capita GDP (or income) and the SPM level in 2000 let alone the inverted U-shaped relation.

13 percapitagdp and pollutionb1.nb 13 ü 6. SPM (1990) In this subsection it is examined how the relation changed since 1990 until In the same way as in the case of SPM (2000) dataspm11990 the collection of pairs of income and SPM level in 1990 for 47 prefectures is constructed in what follows. #dataspm11990# Utilizing dataspm11990 first a linear regression is attempted between the per capita income and the SPM level in In the following figure the actual distribution of pairs of data is connected by the dashed line. The thick solid line is the computed regression line for 1990 which shows the positive relation between the per capita income and the SPM level in Japan. The solid line in this figure is the computed regression line for In[78]:= fig11990 = ListPlot@Sort@dataSPM11990D PlotJoined True y11990 = Fit@dataSPM x< xd; fig21990 = Plot@y x < PlotStyle Thickness@0.01D DisplayFunction IdentityD; Show@8fig11990 fig21990 fig2< AxesLabel 8"" "SPM"< DisplayFunction $DisplayFunctionD; SPM The regression report for dataspm11990 in what follows confirms the positiveness of the slope statistically. As is clear from the improvement in the R 2 the fitness for this case is superior to the case between the per capita income and the SPM level in Japan for The comparison between 1990 and 2000 shows that since 1990 until 2000 Japanese society became more pollution-intolerant. Note however that there is a report saying that the "SPM environmental achievement rates" in the observation points consecutively fell since 1999 until 2002 (Nihon Keizai Shimbun Sep ). In[82]:= Regress@dataSPM x< x Out[82]= x RSquared AdjustedRSquared =

14 percapitagdp and pollutionb1.nb 14 As shown in the previous subsection the coefficients on the quadratic regression for 2000 were not statistically confirmed. If the quadratic regression for 1990 is conducted the coefficients are not statistically confirmed either according to the following regression report on the quadratic regression for In[83]:= 81 x x^2< x Out[83]= x x RSquared AdjustedRSquared = Conclusions The aim of this paper was to examine the inverted U-shaped relation between the per-capita GDP and pollution level discovered by Grossman and Krueger [1995]. Colstad [1999] stressed the income effect. As in the traditional microeconomic argument on the backward-bending labor supply function it is explained that when a society is poor it endures the rising pollution level to become rich while as it becomes affluent it prefers less pollution when it becomes more affluent due to the income effect. Theoretically this argument assumes that the utility function is invariant as the society becomes rich or in the process of economic growth. To explain the inverted U-shaped relation in the economic growth however an alternative explanation is also possible. Thus assuming that in the process the hard experience of pollutions such as MINAMATA disease causes the shift of utility function towards more pollution-intolerant the alternative explanation goes as follows: i.e. although for each utility function the positive relation holds between the per-capita GDP and pollution level the locus of the society's selection of them in the economic growth may be of the inverted U-shaped. In Section I of this paper it was first examined if the inverted U-shaped relation between the per-capita GDP and pollution level can be depicted assuming the invariant utility function. It was shown that when Cobb-Douglas (invariant) utility function is assumed the positive relation holds and under assumption of CES (invariant) utility function it is possible to depict the inverted U-shaped curve for some specification of parameters. It was also shown that under assumption of CES (invariant) utility function it is possible to depict the linear positive line for other specification of parameters. Thus theoretically the above two explanations are possible. In Section II it was examined if the inverted U-shaped relation between the per-capita GDP and pollution level holds for specific years utilizing Japanese cross-section data for 1990 and In this section three types of pollution were dealt with: i.e. SOX NOX and SPM. It was ascertained that the replacement of per-capita GDP by per capita income gives rise to superior regression results for all the examinations. The inverted U-shaped relation between the per-capita income and pollution level does exist for SOX case in It is the case however only for SOX case in Note furthermore that even for this SOX case in 2000 statistically it is also possible to assert that the positive relation exists between the per-capita income and SOX level in In 1990 only the positive relation exists between the per-capita income and SOX level: i.e. the inverted-u shaped relation is statistically denied. For all the other cases on NOX and SPM only the positive relation exists while the inverted U-shaped relation is statistically denied. Furthermore since 1990 until 2000 the Japanese society becomes more pollution-intolerant. From the above results it appears that the explanation in terms of the shift of utility function towards more pollutionintolerant is more persuasive in Japan.

15 percapitagdp and pollutionb1.nb 15 References Arahata K. [ ] The History of the Extinction of Yanaka Village (in Japanese) Heimin Shoboh Tokyo (Republished by Iwanami Tokyo in 1999). Colstad C.D. [1999] Environmental Economics Oxford University Press. Fukiharu T. [1991] "A General Equilibrium Approach to Environmental Problems-Enlarged Version" Kobe University Economic Review 37 pp Grossman G.M. and A.B. Krueger [1995] "Economic Growth and the Environment" Quarterly Journal of Economics 110 pp Pigou A.C. [1920] The Economics of Welfare Macmillan London. Sumi K. [1989] Reality of Official Development Assistance (in Japanese) Iwanami Tokyo.

THE ENVIRONMENTAL KUZNETS CURVE(EKC): AN ANALYSIS FOR THE BALKANS

THE ENVIRONMENTAL KUZNETS CURVE(EKC): AN ANALYSIS FOR THE BALKANS THE ENVIRONMENTAL KUZNETS CURVE(EKC): AN ANALYSIS FOR THE BALKANS ABSTRACT JonidaGashi 1 ErindaGuma 2 The issue of relations between global climate change and the level of economic activity, lately, has

More information

Japan s Policy for Sustainable Development of Mineral Resources and Policy of Environment

Japan s Policy for Sustainable Development of Mineral Resources and Policy of Environment METI Japan s Policy for Sustainable Development of Mineral Resources and Policy of Environment February 6, 2014 Noboru Homma Deputy Director, Mineral and Natural Resources Division Agency for Natural Resources

More information

Air Pollution, Economic Growth, and the European Union Enlargement

Air Pollution, Economic Growth, and the European Union Enlargement International Journal of Economics and Finance; Vol. 5, No. 12; 2013 ISSN 1916-971X E-ISSN 1916-9728 Published by Canadian Center of Science and Education Air Pollution, Economic Growth, and the European

More information

Environmental Kuznets Curve Hypothesis? or Pollution Haven Hypothesis? A Comparison of the Two

Environmental Kuznets Curve Hypothesis? or Pollution Haven Hypothesis? A Comparison of the Two 1 Environmental Kuznets Curve Hypothesis? or Pollution Haven Hypothesis? A Comparison of the Two With the world becoming a global economy and global trade necessary, the concern for environmental quality

More information

ENVIRONMENTAL ISSUES. Introduction. Progress made but new challenges must be faced ENVIRONMENTAL ISSUES

ENVIRONMENTAL ISSUES. Introduction. Progress made but new challenges must be faced ENVIRONMENTAL ISSUES Web Japan http://web-japan.org/ ENVIRONMENTAL ISSUES Progress made but new challenges must be faced Minamata Bay as it is today (Photo courtesy of the Minamata Disease Municipal Museum) Introduction Environmental

More information

China s Changing Economic Growth Modes in Historical Perspective

China s Changing Economic Growth Modes in Historical Perspective Chapter 1 China s Changing Economic Growth Modes in Historical Perspective Liu Wei and Cai Zhizhou School of Economics, Peking University, Beijing, PRC China has kept a long-term rapid economic growth

More information

Practice Exam Questions for Exam 2

Practice Exam Questions for Exam 2 Practice Exam Questions for Exam 2 1. In a recent report by the Federal Reserve Bank of Philadelphia, it was suggested that bank managers own shares of stock in the bank they manage. This is a potential

More information

Water Pollution Events on Lake Biwa

Water Pollution Events on Lake Biwa Water Pollution Events on Lake Biwa It is said that the first water pollution event in Japan was Ashio Copper Mine Poisoning. But this event was not responded as a water quality management issue because

More information

Integrated Management of Water Environment in Japan

Integrated Management of Water Environment in Japan Integrated Management of Water Environment in Japan Experiences, Lessons, and Challenges Mitsuo Yoshida, Ph.D. Senior Advisor Global Environment Department Institute for International Cooperation, JICA,

More information

Motorization and Environmental Problem in Asia Kiyoyuki Minato Japan Automobile Research Institute

Motorization and Environmental Problem in Asia Kiyoyuki Minato Japan Automobile Research Institute 2008.11.2 JARI JBIC-LPEM Workshop in Jakarta Motorization and Environmental Problem in Asia Kiyoyuki Minato Japan Automobile Research Institute 1 Contents 1. Japanese Environmental Policy 2. Motorization

More information

How Much Effect Does Human Capital Have on Interregional Wage Differentials in Japan?

How Much Effect Does Human Capital Have on Interregional Wage Differentials in Japan? How Much Effect Does Human Capital Have on Interregional Wage Differentials in Japan? Kyosuke SUZUKI Graduate School of International Cooperation Studies, Kobe University 2-1, Rokkodai-cho, Nada-ku, Kobe,

More information

Criteria Pollutants. Sulfur Dioxide (SO 2 ) Nitrogen Oxides (NOx)

Criteria Pollutants. Sulfur Dioxide (SO 2 ) Nitrogen Oxides (NOx) 1) Sulfur dioxide 2) Nitrogen oxides 3) Carbon monoxide 4) Ozone 5) Particulates 6) Lead Criteria Pollutants Sulfur Dioxide (SO 2 ) SO 2 is a colorless gas that is formed from the combustion of sulfur-containing

More information

China-Japan Alliance Against Air Pollution

China-Japan Alliance Against Air Pollution 1 GIES 2007 Workshop China-Japan Alliance Against Air Pollution - Auto Industry s View - June 30, 2007 Hiroyuki Watanabe Senior Technical Executive Toyota Motor Corporation 2 Contents 1. Growing Auto Market

More information

A Methodology of Estimation on Air Pollution and Its Health Effects in Large Japanese Cities

A Methodology of Estimation on Air Pollution and Its Health Effects in Large Japanese Cities A Methodology of Estimation on Air Pollution and Its Health Effects in Large Japanese Cities 7 Keiko Hirota 1, Satoshi Shibuya 2, Shogo Sakamoto 2 and Shigeru Kashima 2 1 Japan Automobile Research Institute

More information

Empirical Study on the Environmental Kuznets Curve for CO2 in France: The Role of Nuclear Energy

Empirical Study on the Environmental Kuznets Curve for CO2 in France: The Role of Nuclear Energy MPRA Munich Personal RePEc Archive Empirical Study on the Environmental Kuznets Curve for CO2 in France: The Role of Nuclear Energy Iwata, Hiroki, Okada, Keisuke and Samreth, Sovannroeun Graduate School

More information

The Experimental Evidences, Theoretical Explanations and Policy Implications of Environmental Kuznets Curve

The Experimental Evidences, Theoretical Explanations and Policy Implications of Environmental Kuznets Curve 2016 3rd International Conference on Social Science (ICSS 2016) ISBN: 978-1-60595-410-3 The Experimental Evidences, Theoretical Explanations and Policy Implications of Environmental Kuznets Curve Zhi PANG1,a,

More information

Air Pollution Sources Overview. Amy Roberts, Division Manager January 24, 2019

Air Pollution Sources Overview. Amy Roberts, Division Manager January 24, 2019 Air Pollution Sources Overview Amy Roberts, Division Manager January 24, 2019 Types of Air Pollutants Criteria Pollutants Particulate Matter Nitrogen Dioxide Ozone Carbon Monoxide Lead Sulfur Dioxide Air

More information

Jennings O Donovan & Partners Consulting Engineers Sligo

Jennings O Donovan & Partners Consulting Engineers Sligo 8.0 AIR QUALITY 8.1 INTRODUCTION 8.1.1 Background Despite the ongoing deterioration in air quality on a national level due to the reliance on fossil fuel generated energy, Ireland as a whole is relatively

More information

POLLUTION FROM MOTOR VEHICLES

POLLUTION FROM MOTOR VEHICLES POLLUTION FROM MOTOR VEHICLES Urgency of development of environment-friendly, cleaner system for road transport: A. Introduction: Pollution from motor vehicle is the single largest source of air pollution

More information

Air pollution is caused by high concentrations of gases and particles emitted form combustion sources (vehicles, power plants, industries)

Air pollution is caused by high concentrations of gases and particles emitted form combustion sources (vehicles, power plants, industries) AIR POLLUTION Clean Air Act & Criteria Pollutants 7.1-7.5 Motor Vehicle Emissions: 7.8 Indoor Air and Box Models: 7.12 Air Pollution Meteorology: 7.10 Gaussian Plume Modeling: 7.11 1 Air pollution is caused

More information

Introduction of the Energy Conservation Act in Japan

Introduction of the Energy Conservation Act in Japan Introduction of the Energy Conservation Act in Japan 1 Outline of the Energy Conservation Act (EC Act) Japan intensively introduced Energy Management System based on Energy Conservation Act (the formal

More information

Proposal to Municipal Solid Waste Management of Nagoya City; Especially about Management of Bio-waste

Proposal to Municipal Solid Waste Management of Nagoya City; Especially about Management of Bio-waste Proposal to Municipal Solid Waste Management of Nagoya City; Especially about Management of Bio-waste Tomoko Okayama 1 1. EcoTopia Science Institute, Nagoya University, Nagoya, Japan Abstract: Nagoya City

More information

National Spatial Planning Act

National Spatial Planning Act National Spatial Planning Act (Act No. 205 of May 26, 1950) Latest Revision: Act No. 89 of 2005 Table of Contents Chapter 1 General Provisions (Article 1 Article 3) Chapter 2 Study, Deliberation, etc.

More information

Energy Consumption and its Impact on the Environment in Shanghai, China

Energy Consumption and its Impact on the Environment in Shanghai, China Energy Consumption and its Impact on the Environment in Shanghai, China Weijun Gao 1, Weiding Long 2, Jianxing Ren 3 and Toshio Ojima 4 1 Associate Professor, Faculty of Environment Engineering, The University

More information

complex systems many different variables many alternative theories 1

complex systems many different variables many alternative theories 1 M.(a) any one from: complex systems many different variables many alternative theories (b) carbon dioxide allows short wavelength radiation to pass through allow greenhouse gas(es) for carbon dioxide the

More information

Clean Air Interstate Rule (CAIR)

Clean Air Interstate Rule (CAIR) Clean Air Interstate Rule (CAIR) Reducing Power Plant Emissions for Cleaner Air, Healthier People, and a Strong America Office of Air and Radiation March 2005 Benefits of the Clean Air Interstate Rule

More information

PRESENT STATES AND MEASURE FOR ENVIRONMENTAL POLLUTION FROM IRONMAKING INDUSTRIES IN SHANXI PROVINCE IN CHINA

PRESENT STATES AND MEASURE FOR ENVIRONMENTAL POLLUTION FROM IRONMAKING INDUSTRIES IN SHANXI PROVINCE IN CHINA China-Japan International Academic Symposium Environmental Problem in Chinese Iron-Steelmaking Industries and Effective Technology Transfer Sendai, Japan, 6, March 2 PRESENT STATES AND MEASURE FOR ENVIRONMENTAL

More information

TOPIC-NATURAL RESOURCES NATURAL RESOURCES

TOPIC-NATURAL RESOURCES NATURAL RESOURCES TOPIC-NATURAL RESOURCES ENVIRONMENT: The physical, biological and social aspects of our surroundings in which we live is known as environment.the natural environment consists of things which have been

More information

Dumlupınar Üniversitesi Sosyal Bilimler Dergisi EYİ 2013 Özel Sayısı ENVIRONMENTAL KUZNETS CURVE FOR CARBON EMISSIONS IN BOSNIA & HERZEGOVINA

Dumlupınar Üniversitesi Sosyal Bilimler Dergisi EYİ 2013 Özel Sayısı ENVIRONMENTAL KUZNETS CURVE FOR CARBON EMISSIONS IN BOSNIA & HERZEGOVINA ENVIRONMENTAL KUZNETS CURVE FOR CARBON EMISSIONS IN BOSNIA & HERZEGOVINA Doç. Dr. Mehmet MERT Akdeniz Üniversitesi, İİBF, Ekonometri Bölümü mmert@akdeniz.edu.tr Arş. Gör. Hakan BOZDAĞ Süleyman Demirel

More information

Chukyo University Institute of Economics. Discussion Paper Series. March 2015

Chukyo University Institute of Economics. Discussion Paper Series. March 2015 Chukyo University Institute of Economics Discussion Paper Series March 2015 No. 1409 Estimation of the Effects of Industrial Concentration: The Case of Japan Seiji YAMADA Graduate School of Economics,

More information

FOSSIL FUEL COMBUSTION:

FOSSIL FUEL COMBUSTION: Science 30 Unit B Chemistry and the Environment Outcome 1: Students will analyze the sources of acids and bases and their effects on the environment. Specific Outcome 1.8: Outline the chemical reactions

More information

Three Industrial Emission Environmental Kuznets Curve Estimates of China

Three Industrial Emission Environmental Kuznets Curve Estimates of China Clemson University TigerPrints All Theses Theses 8-2016 Three Industrial Emission Environmental Kuznets Curve Estimates of China Tianmin Zhao Clemson University, tianmiz@g.clemson.edu Follow this and additional

More information

Arsenic Contamination in Groundwater - Technical and Policy Dimensions

Arsenic Contamination in Groundwater - Technical and Policy Dimensions Proceedings of The UNU-NIES International Workshop Arsenic Contamination in Groundwater - Technical and Policy Dimensions Held at the United Nations University, 18 February 2002 Tokyo, Japan Co-organized

More information

Environmental Impacts of the Road and Building Construction Industry in Japan

Environmental Impacts of the Road and Building Construction Industry in Japan Environmental Impacts of the Road and Building Construction Industry in Japan Gloria P. Gerilla, Yasushi Takeyama, Hajime Inamura ABSTRACT: Construction of infrastructure facilities such as buildings and

More information

FABRICATION AND TESTING OF AUTOMOBILE POLLUTANTS ABSORBERS

FABRICATION AND TESTING OF AUTOMOBILE POLLUTANTS ABSORBERS International Journal of Mechanical Engineering and Technology (IJMET) Volume 8, Issue 5, May 217, pp. 3 35, Article ID: IJMET_8_5_32 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=8&itype=5

More information

International Trade and the Environment

International Trade and the Environment International Trade and the Environment Shunsuke MANAGI 1, Akira HIBIKI 2* and Tetsuya TSURUMI 1 1 Faculty of Business Administration, Yokohama National University 2 Social Environmental Systems Division,

More information

ENVIRONMENTAL ISSUES EMISSIONS, POLLUTION CONTROL, ASSESSMENT AND MANAGEMENT

ENVIRONMENTAL ISSUES EMISSIONS, POLLUTION CONTROL, ASSESSMENT AND MANAGEMENT ENVIRONMENTAL ISSUES EMISSIONS, POLLUTION CONTROL, ASSESSMENT AND MANAGEMENT Introduction Base Coal has a long and rich history of use in providing a source of light, transport, and electricity for industry

More information

CE 213A Introduction to Environmental Science

CE 213A Introduction to Environmental Science CE 213A Introduction to Environmental Science Module D Air Pollution Dr. Anubha Goel FB 308, anubha@iitk.ac.in, x 7027 Nazaroff, Ch. 7 Air Pollution 2 Key Concepts Structure and composition of the atmosphere

More information

1. The layer that contains most of the mass of the atmosphere is the. A. Stratosphere B. Troposphere C. Mesosphere D. Exosphere

1. The layer that contains most of the mass of the atmosphere is the. A. Stratosphere B. Troposphere C. Mesosphere D. Exosphere 1. The layer that contains most of the mass of the atmosphere is the A. Stratosphere B. Troposphere C. Mesosphere D. Exosphere 2. Which of the following is a secondary pollutant? A. H 2 SO 4 B. O 3 C.

More information

Fuzzy Logic for Design of Air Quality Analyser

Fuzzy Logic for Design of Air Quality Analyser uzzy Logic for Design of Air Quality Analyser uzzy Logic for Design of Air Quality Analyser Manjeet Chemistry Department, BRCM CET, Bahal, M.D University, Rohtak, Haryana, India, E-mail: manjeetvijay@rediffmail.com.

More information

9th Period Environmental Science Chapter 15: The Atmosphere

9th Period Environmental Science Chapter 15: The Atmosphere Section 15.1: Earth s Atmosphere 9th Period Environmental Science Chapter 15: The Atmosphere Properties of the Atmosphere: nitrogen, oxygen, water vapor and 1% other gases. air pressure is higher at the

More information

Unit 9 Transport and the Natural Environment. TEC711S By Immanuel Nashivela

Unit 9 Transport and the Natural Environment. TEC711S By Immanuel Nashivela Unit 9 Transport and the Natural Environment TEC711S By Immanuel Nashivela Unit Outline On reading this unit, you will learn about: The relationship between the macro economy and the environment The impact

More information

Presented By Jonathan Skaza March 8,

Presented By Jonathan Skaza March 8, The Relationship between Economic Growth and Environmental Degradation: Exploring Models and Questioning the Existence of an Environmental Kuznets Curve Author Jonathan Skaza Student, Bryant University

More information

NITROGEN OXIDES (NO-NO 2 )

NITROGEN OXIDES (NO-NO 2 ) NITROGEN OXIDES (NO-NO 2 ) What is NOx? Where, when and how is it formed? What are its dangers? Are NO 2 emissions regulated? How can we get rid of it? What is the warning threshold for NO pollution? Here

More information

PRODUCTS OF COMBUSTION

PRODUCTS OF COMBUSTION PRODUCTS OF COMBUSTION Some of the fuel (hydrocarbon) may not completely burn during combustion and therefore is released into the atmosphere along with the products. The products that are formed during

More information

Chapter 10. Air Quality

Chapter 10. Air Quality Chapter 10 Air Quality Learning Objectives By the end of this chapter the reader will be able to: Describe historically important air pollution episodes List health effects associated with air pollution

More information

Annual Report on Environmental Statistics 2017

Annual Report on Environmental Statistics 2017 Annual Report on Environmental Statistics 2017 Chapter 1 Overview of Society and Economy Domestic Basic Indices 1.01 Population, area, gross prefectural product and electricity consumed by prefecture 1

More information

Sulfur oxides (SO x ) - particularly sulfur dioxide, a chemical compound with the formula SO 2. SO 2 is produced by volcanoes and in various

Sulfur oxides (SO x ) - particularly sulfur dioxide, a chemical compound with the formula SO 2. SO 2 is produced by volcanoes and in various AIR CANCER Sulfur oxides (SO x ) - particularly sulfur dioxide, a chemical compound with the formula SO 2. SO 2 is produced by volcanoes and in various industrial processes. Coal and petroleum often

More information

Research on Theoretical Analysis of Unemployment Rates Interim Report. Summary

Research on Theoretical Analysis of Unemployment Rates Interim Report. Summary Research on Theoretical Analysis of Rates Interim Report Summary Authors Hirokazu Fujii Research Director, The Japan Institute for Labour Policy and Training (JILPT) (Chapters 1 and 2) Hiroshi Amari Assistant

More information

THE ENVIRONMENTAL POLICY AND POLLUTION INTENSITY IMPACTS OF INTERNATIONAL TRADE SEAN EHRLICH, ECN 194H

THE ENVIRONMENTAL POLICY AND POLLUTION INTENSITY IMPACTS OF INTERNATIONAL TRADE SEAN EHRLICH, ECN 194H THE ENVIRONMENTAL POLICY AND POLLUTION INTENSITY IMPACTS OF INTERNATIONAL TRADE SEAN EHRLICH, ECN 194H LITERARY REVIEW Is Trade Good or Bad for the Environment? Sorting Out the Causality Jeffrey A. Frankel

More information

Human Health and Environmental Effects of the Clear Skies Initiative

Human Health and Environmental Effects of the Clear Skies Initiative Human Health and Environmental Effects of the Clear Skies Initiative Clear Skies Workshop June 19, 2002 Clear Skies Presentation Overview The importance of PM 2.5 - a multiple pollutant What s new on health

More information

Kanagawa University PRESS RELEASE

Kanagawa University PRESS RELEASE Kanagawa University PRESS RELEASE To whom it may concern at the media July 12, 2006 Joint Academy, Industry and Government Project led by Kanagawa University Significant reduction in emissions of toxic

More information

Topics in Labor Supply

Topics in Labor Supply Topics in Labor Supply Derivation of Labor Supply Curve What happens to hours of work when the wage rate increases? In theory, we don t know Consider both substitution and income effects. As the wage rate

More information

Natural gas. Natural Gas Embedded in Seas Close to Japan Natural gas reserves are abundant

Natural gas. Natural Gas Embedded in Seas Close to Japan Natural gas reserves are abundant About Natural Gas Clean Energy, Natural Gas Natural Gas as an Unconventional Resource Emissions of combustion by-products from fossil fuels (Coal = 100) Natural gas, which is primarily composed of methane,

More information

Overcoming Barriers to Growth through Environmental Measures

Overcoming Barriers to Growth through Environmental Measures April 2009 Overcoming Barriers to Growth through Environmental Measures Political Reform a Must; Numerical Targets Needed to Slow Global Warming Chi Hung Kwan Senior Fellow, Nomura Institute of Capital

More information

ENV Professor: Dr. David W. Mazyck

ENV Professor: Dr. David W. Mazyck ENV 6932 Special Problems in Environmental Engineering Course will focus on complexities of treating water for inorganic compounds using physical/chemical/biological treatment Professor: Dr. David W. Mazyck

More information

GHG emissions, statistics and mitigation for transport sector in Japan

GHG emissions, statistics and mitigation for transport sector in Japan GHG emissions, statistics and mitigation for transport sector in Japan Kohei Sakai Greenhouse Gas Inventory Office in Japan (GIO), Center for Global Environmental Research (CGER), National Institute for

More information

International Comparison of Labor Productivity Distribution for Manufacturing and Non-Manufacturing Firms

International Comparison of Labor Productivity Distribution for Manufacturing and Non-Manufacturing Firms Progress of Theoretical Physics Supplement No. 179, 2009 93 International Comparison of Labor Productivity Distribution for Manufacturing and Non-Manufacturing Firms Yuichi Ikeda 1 and Wataru Souma 2 1

More information

Each copy of any part of a JSTOR transmission must contain the same copyright notice that appears on the screen or printed page of such transmission.

Each copy of any part of a JSTOR transmission must contain the same copyright notice that appears on the screen or printed page of such transmission. Pareto Superiority of Unegalitarian Equilibria in Stiglitz' Model of Wealth Distribution with Convex Saving Function Author(s): Francois Bourguignon Source: Econometrica, Vol. 49, No. 6 (Nov., 1981), pp.

More information

AIM/Material Model 1. Modified Structure 2. India Application

AIM/Material Model 1. Modified Structure 2. India Application AIM/Material Model 1. Modified Structure 2. India Application Ashish Rana (NIES, Japan) The 8 th AIM International Workshop 13-15 March 2003, Tsukuba Part 1: Modified Structure Need for application to

More information

4.2 A Model of Production. 4.1 Introduction. A Model of Production. Setting Up the Model. Chapter 4

4.2 A Model of Production. 4.1 Introduction. A Model of Production. Setting Up the Model. Chapter 4 Chapter 4 A Model of Production By Charles I. Jones Media Slides Created By Dave Brown Penn State University 4.2 A Model of Production Vast oversimplifications of the real world in a model can still allow

More information

natural resources energy resources fossil fuels pollution environment deposition Acid Rain sulfur dioxide carbon dioxide nitrogen oxides

natural resources energy resources fossil fuels pollution environment deposition Acid Rain sulfur dioxide carbon dioxide nitrogen oxides Humans make use of many things found in nature. For example, we use trees to build our homes and cotton to make our clothes. Things that are not made by people, but instead occur naturally, are called

More information

Announcements. Pollution week continues. Thinking about pollution. Why are polar bears so contaminated?

Announcements. Pollution week continues. Thinking about pollution. Why are polar bears so contaminated? Announcements Grades for exam 2 have been posted March 7 th - Last day to submit LEAD summary to TA, extra credit videos due next Tuesday (no late videos will be accepted) Next Thursday, Environmental

More information

Sources of Nitrogen in Alberta

Sources of Nitrogen in Alberta Sources of Nitrogen in Alberta CASA Science Symposium on Nitrogen David Niemi Science & Technology Branch - CAC Environment Canada September 27, 2006 Assistance from: EC CAC Section, AB Environment: Bob

More information

Water and air, the two essential fluids on which all life depends, have become global garbage cans. Jacques-Yves Cousteau

Water and air, the two essential fluids on which all life depends, have become global garbage cans. Jacques-Yves Cousteau Water and air, the two essential fluids on which all life depends, have become global garbage cans. Jacques-Yves Cousteau YouTube link: https://www.youtube.com/watch?v=utdkrvwc1yq We could live about a

More information

GLOBAL WARMING COMPUTER LAB

GLOBAL WARMING COMPUTER LAB GLOBAL WARMING COMPUTER LAB A COMPUTER SIMULATION PROGRAM ON TEMPERATURE CHANGE AND SEA LEVEL RISING After performing this computer simulation lab you will be able to: 1) understand the greenhouse effect

More information

The Global Reaction to Water and Air Pollution

The Global Reaction to Water and Air Pollution The Global Reaction to Water and Air Pollution By History.com, adapted by Newsela staff on 05.30.17 Word Count 900 Level 1160L White plume smoke containing many pollutants is emitted from a quenching tower

More information

Market Access, Technology and Plant Lifecycle: A Natural Experiment from Opening of Japan in 1859

Market Access, Technology and Plant Lifecycle: A Natural Experiment from Opening of Japan in 1859 Market Access, Technology and Plant Lifecycle: A Natural Experiment from Opening of Japan in 1859 Tomohiro Machikita (IDE-JETRO) and Tetsuji Okazaki (The University of Tokyo) Motivation and literature

More information

Air Pollution Chapter 21. Atmosphere as a Resource

Air Pollution Chapter 21. Atmosphere as a Resource Air Pollution Chapter 21 Atmosphere as a Resource Atmospheric Composition Nitrogen 78.08% Oxygen 20.95% Argon 0.93% Carbon dioxide 0.04% Ecosystem services Blocks UV radiation Moderates the climate Redistributes

More information

Air Quality Basics. Overview. Program Objectives. Protect public health, welfare, & environment Develop & enforce regulations Air quality

Air Quality Basics. Overview. Program Objectives. Protect public health, welfare, & environment Develop & enforce regulations Air quality Air Quality Basics Air 101 Workshop May 2008 Melissa Ellis Overview Program Objectives Regulatory Background Regulated Pollutants What do we do & why? Where are we? How can we help you? Program Objectives

More information

University, Ahvaz, Iran *Author for Correspondence

University, Ahvaz, Iran *Author for Correspondence INVESTIGATE THE RELATIONSHIP BETWEEN ECONOMIC VARIABLE AND CO2 EMISSION: PANEL CO-INTEGRATION APPROACH (CASE STUDY: A SELECTION OF DEVELOPING COUNTRIES) * Mehdi Basirat 1, Abdolmajid Ahangari 2, Abdolkhaleq

More information

Transport and the Environment

Transport and the Environment Partnership for Clean Fuels and Vehicles Transport and the Environment Glynda Bathan Policy and Partnership Manager Clean Air Initiative for Asian Cities Center UNEP-TNT Fleet Management Toolkit Launch

More information

The names and formulae of three hydrocarbons in the same homologous series are: Which homologous series contains ethane, propane and butane?

The names and formulae of three hydrocarbons in the same homologous series are: Which homologous series contains ethane, propane and butane? Q1.This question is about hydrocarbons. (a) The names and formulae of three hydrocarbons in the same homologous series are: Ethane C 2 H 6 Propane C 3 H 8 Butane C 4 H 10 The next member in the series

More information

ENVIRONMENTAL IMPACT DDT DDT DDT POLLUTION HISTORY. Environment. Throstur Thorsteinsson 1. Throstur Thorsteinsson

ENVIRONMENTAL IMPACT DDT DDT DDT POLLUTION HISTORY. Environment. Throstur Thorsteinsson 1. Throstur Thorsteinsson ENVIRONMENTAL IMPACT DDT 1947 Throstur Thorsteinsson ThrosturTh@hi.is First synthesized in 1874, DDT's insecticidal properties were not discovered until 1939, and it was used with great success in the

More information

Section 4 The Air We Breathe

Section 4 The Air We Breathe Section 4 The Air We Breathe Key Concept Air is an important natural resource that is affected by human activities. What You Will Learn Air pollution is caused by human activities, such as burning fossil

More information

Do Now pg 89. List 3 ways you think air pollution affects human health

Do Now pg 89. List 3 ways you think air pollution affects human health Do Now pg 89 List 3 ways you think air pollution affects human health Lesson 15.2 Pollution of the Atmosphere Types of Air Pollutants Primary air pollutants: Released directly into the atmosphere; example:

More information

Meaning Economics is the study of economic issues for the optimum use of scarce limited resource to maximize economic welfare.

Meaning Economics is the study of economic issues for the optimum use of scarce limited resource to maximize economic welfare. Chapter - 1 INTRODUCTION OF MICROECONOMICS Video Lecture Explanation Video Lecture 1 : Introduction 1. Meaning of Economics 2. Cause of central problem of economy 3. Central problem of economy Video Lecture

More information

Economic development and Environmental quality: The environmental Kuznets curve for water pollution

Economic development and Environmental quality: The environmental Kuznets curve for water pollution JASEM ISSN 1119-8362 All rights reserved Full-text Available Online at www.ajol.info and www.bioline.org.br/ja J. Appl. Sci. Environ. Manage. March., 2016 Vol. 20 (1) 161 169 Economic development and Environmental

More information

GE 2211 Environmental Science and Engineering Unit III Air Pollution. M. Subramanian

GE 2211 Environmental Science and Engineering Unit III  Air Pollution.  M. Subramanian GE 2211 Environmental Science and Engineering Unit III Air Pollution M. Subramanian Assistant Professor Department of Chemical Engineering Sri Sivasubramaniya Nadar College of Engineering Kalavakkam 603

More information

An Economic Analysis of Municipal Solid Waste Management of Toyohashi City, Japan: Evidences from Environmental Kuznets Curve

An Economic Analysis of Municipal Solid Waste Management of Toyohashi City, Japan: Evidences from Environmental Kuznets Curve An Economic Analysis of Municipal Solid Waste Management of Toyohashi City, Japan: Evidences from Environmental Kuznets Curve Yuzuru Miyata Graduate School of Architecture and Civil Engineering, Toyohashi

More information

Department of Economics. Harvard University. Spring Honors General Exam. April 6, 2011

Department of Economics. Harvard University. Spring Honors General Exam. April 6, 2011 Department of Economics. Harvard University. Spring 2011 Honors General Exam April 6, 2011 The exam has three sections: microeconomics (Questions 1 3), macroeconomics (Questions 4 6), and econometrics

More information

EMISSIONS: SOURCES, POLICIES AND DEVELOPMENT IN MALAYSIA

EMISSIONS: SOURCES, POLICIES AND DEVELOPMENT IN MALAYSIA International Journal of Education and Research Vol. 1 No. 7 July 2013 EMISSIONS: SOURCES, POLICIES AND DEVELOPMENT IN MALAYSIA Shahrul Nizam Salahudin* Muhammad Madi Abdullah; Nazia Ahmad Newaz College

More information

ENERGY AND THE ENVIRONMENT Environmental Impacts

ENERGY AND THE ENVIRONMENT Environmental Impacts ENERGY AND THE ENVIRONMENT Environmental Impacts Presented by Mr S. Mooloo, Ag Deputy Director Department of Environment MRC July 2006 Contents From Dirty to Clean fuel Environmental impacts International

More information

Annual Report on the Environment in FY2008 Annual Report on the Sound Material-Cycle Society in FY2008 Annual Report on the Biodiversity in FY2008

Annual Report on the Environment in FY2008 Annual Report on the Sound Material-Cycle Society in FY2008 Annual Report on the Biodiversity in FY2008 Annual Report on the Environment in Annual Report on the Sound Material-Cycle Society in Annual Report on the Biodiversity in Part 1 The Ministry of the Environment's Report on Comprehensive Measures Chapter1

More information

Annual Report on Environmental Statistics 2016

Annual Report on Environmental Statistics 2016 Chapter 1 Overview of Society and Economy Domestic Basic Indices 1.01 Population, area, gross prefectural product and electricity consumed by prefecture 1 1.02 Population by city (2015) 5 1.03 Chart of

More information

THE RELATIONSHIP BETWEEN ECONOMIC GROWTH AND ENVIRONMENTAL ISSUES

THE RELATIONSHIP BETWEEN ECONOMIC GROWTH AND ENVIRONMENTAL ISSUES THE RELATIONSHIP BETWEEN ECONOMIC GROWTH AND ENVIRONMENTAL ISSUES *Mohammad Sadegh Alipour Statistical Research and Training Center, Statistical Center of Iran *Author for Correspondence ABSTRACT In recent

More information

Computable General Equilibrium (CGE) Models: A Short Course. Hodjat Ghadimi Regional Research Institute

Computable General Equilibrium (CGE) Models: A Short Course. Hodjat Ghadimi Regional Research Institute Computable General Equilibrium (CGE) Models: A Short Course Hodjat Ghadimi Regional Research Institute WWW.RRI.WVU.EDU Spring 2007 Session One: THEORY Session 1: Theory What are CGE models? A brief review:

More information

Air Pollution. Asian Brown Cloud. Developed Countries have reduced emissions recently

Air Pollution. Asian Brown Cloud. Developed Countries have reduced emissions recently Study Questions 1. Compare and contrast primary vs. secondary pollutants, giving examples of each. 2. Compare and contrast indoor vs. outdoor pollution, listing specific examples and sources of each. 3.

More information

22nd Annual Decisionmakers Conference Bay Planning Coalition

22nd Annual Decisionmakers Conference Bay Planning Coalition 22nd Annual Decisionmakers Conference Bay Planning Coalition Catherine Reheis-Boyd Western States Petroleum Association April 22, 2009 Sustainability 2 AB 32 Global Warming Solutions Act 2000 levels by

More information

- Changes in the concentration of gases can increase or decrease Earth s temperature.

- Changes in the concentration of gases can increase or decrease Earth s temperature. Greenhouse effect Human and natural causes The source of energy that drives the Earth s climate is the radiation of the sun. To balance the incoming energy, the Earth itself must radiate on average the

More information

Air Pollution. GEOL 1350: Introduction To Meteorology

Air Pollution. GEOL 1350: Introduction To Meteorology Air Pollution GEOL 1350: Introduction To Meteorology 1 Overview Types and Sources of Air Pollutants Factors That Affect Air Pollution Air Pollution and the Urban Environment 2 Air pollutants are airborne

More information

Submission by Republic of China (Taiwan) Intended Nationally Determined Contribution ( 核定本 )

Submission by Republic of China (Taiwan) Intended Nationally Determined Contribution ( 核定本 ) Submission by Republic of China (Taiwan) Intended Nationally Determined Contribution ( 核定本 ) The Republic of China (Taiwan) supports the 21 st Conference of the Parties (COP21) to the United Nations Framework

More information

40% 55% 18% No.1. Four Keys to the Future Growth Potential of Tokyo Gas GROWTH POTENTIAL ENVIRONMENTAL FRIENDLINESS SERVICE AREA

40% 55% 18% No.1. Four Keys to the Future Growth Potential of Tokyo Gas GROWTH POTENTIAL ENVIRONMENTAL FRIENDLINESS SERVICE AREA SPECIAL FEATURE 1 Four Keys to the Future Growth Potential of Tokyo Gas Fact 1 GROWTH POTENTIAL Fact 2 ENVIRONMENTAL FRIENDLINESS Fact 3 SERVICE AREA 18% 55% 4% Fact 4 COMPREHENSIVE STRENGTH No.1 1 Fact

More information

An Environmental SAM and SAM-based CGE Modelling. for Environmental Policy Problems

An Environmental SAM and SAM-based CGE Modelling. for Environmental Policy Problems An Environmental SAM and SAM-based CGE Modelling for Environmental Policy Problems Paper prepared for International Workshop for Interactive Analysis on Economy and Environment, Cabinet Office, the Government

More information

Climate and Atmosphere-- United States

Climate and Atmosphere-- United States Climate and Atmosphere-- United States EarthTrends Country Profiles United States North America Carbon Dioxide (CO2) Emissions {a} World (in thousand metric tons of CO2) Total Emissions, 1998 5,447,640

More information

Performance-based Wage System and Motivation to Work

Performance-based Wage System and Motivation to Work Performance-based Wage System and Motivation to Work Fumio Ohtake, Institute of Social and Economic Research, Osaka University Koji Karato, Faculty of Economics, Toyama University Abstract This paper presents

More information

Introduction to Environmental Kuznets Curve (EKC) By Azmi Shahrin & Abdul Halim Abg Naili

Introduction to Environmental Kuznets Curve (EKC) By Azmi Shahrin & Abdul Halim Abg Naili Introduction to Environmental Kuznets Curve (EKC) By Azmi Shahrin & Abdul Halim Abg Naili Introduction to Environmental Kuznets Curve (EKC) Can we sustain economic growth while the environment is continually

More information

Oil Market of Today and Tomorrow *

Oil Market of Today and Tomorrow * Oil Market of Today and Tomorrow * Dr. Tsutomu Toichi Senior Managing Director & COO, Chief Executive Researcher It is a great honor for me to have the opportunity to make a presentation about Oil Market

More information

CFC Modeling assignment

CFC Modeling assignment CFC Modeling assignment Go to http://cs.clark.edu/~mac/physlets/globalpollution/cfcass1.htm for data and interactive model. Objective: Use the NOAA/CMDL data graphs to estimate the global average concentration

More information

Development of New Sustainability Indicators for EcoTopia Society

Development of New Sustainability Indicators for EcoTopia Society Development of New Sustainability Indicators for EcoTopia Society Hideyuki ITO Assistant Professor Department of Transportation Systems Engineering, College of Science and Technology, Nihon University

More information