-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvclass01.html
More file actions
82 lines (55 loc) · 3.08 KB
/
vclass01.html
File metadata and controls
82 lines (55 loc) · 3.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Physical Chemistry | vClass</title>
<link rel="stylesheet" href="styles.css" type="text/css" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
</head>
<body>
<section id="body" class="width">
<aside id="sidebar" class="column-left">
<header>
<h1><a href="#">vClass</a></h1>
<h2>by RiSE Institute</h2>
</header>
<nav id="mainnav">
<ul>
<li class="selected-item"><a href="#">Home </a></li>
<li><a href="vclass0101.html">Mole Concept </a></li>
<li><a href="vclass0102.html">Atomic Structure </a></li>
<li><a href="vclass0103.html">Solutions </a></li>
<li><a href="vclass0104.html">Chemical Kinetics </a></li>
</ul>
</nav>
</aside>
<section id="content" class="column-right">
<article>
<h2>Introduction to Physical Chemistry</h2>
<div class="article-info">Lectures by Mubeen Masudi</div>
<p>Physical Chemistry is the study of macroscopic, atomic, subatomic, and particulate phenomena in chemical systems in terms of the principles, practices, and concepts of physics such as motion, energy, force, time, thermodynamics, quantum chemistry, statistical mechanics, analytical dynamics and chemical equilibrium.
Physical chemistry, in contrast to chemical physics, is predominantly (but not always) a macroscopic or supra-molecular science, as the majority of the principles on which it was founded relate to the bulk rather than the molecular/atomic structure alone (for example, chemical equilibrium and colloids).
<br>
Some of the relationships that physical chemistry strives to resolve include the effects of:
<br>
<ol>
<li>Intermolecular forces that act upon the physical properties of materials (plasticity, tensile strength, surface tension in liquids).</li>
<li>Reaction kinetics on the rate of a reaction.</li>
<li>The identity of ions and the electrical conductivity of materials.</li>
<li>Surface science and electrochemistry of cell membranes.</li>
<li>Interaction of one body with another in terms of quantities of heat and work called thermodynamics.</li>
<li>Transfer of heat between a chemical system and its surroundings during change of phase or chemical reaction taking place called thermochemistry</li>
<li>Study of colligative properties of number of species present in solution.</li>
<li>Number of phases, number of components and degree of freedom (or variance) can be correlated with one another with help of phase rule.</li>
vReactions of electrochemical cells.</li>
</ol>
</p>
<a href="https://en.wikipedia.org/wiki/Physical_chemistry" class="button">Read more</a>
<footer class="clear">
<p>© 2018 RiSE. <a href="http://zypopwebtemplates.com/">Template</a> by ZyPOP</p>
</footer>
</section>
<div class="clear"></div>
</section>
</body>
</html>