-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmod1.htm
136 lines (99 loc) · 3.77 KB
/
mod1.htm
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="UTF-8">
<title>VISUAL PHYSICS ONLINE: KINEMATICS</title>
<meta name="description" content="HSC Physics, School Physics">
<meta name="keywords" content="HSC Physics, school physics, doing physics online, HSC Physics online ">
<meta name="keywords" content="kinematics, displacement, velocity, acceleration, uniform acceleration ">
<meta name="author" content="Ian Cooper">
<link rel="stylesheet" type = "text/css" href="style_001.css" />
<script src="script.js"></script>
<style> .s4
color : blue;
/* unvisited link */
a:link {color: blue;}
/* visited link */
a:visited {color: blue;}
/* mouse over link */
a:hover {color: #FF00FF; background-color: #ffd9d9;}
/* selected link */
a:active {color: #0000FF;}
/*a {text-decoration: none; color: #000000}*/
a {text-decoration: none; color: blue}
</style>
</head>
<body>
<header>
<img src = "Image1.gif"
class = "a1" />
<br><br>
<a class = "s4" href = "https://d-arora.github.io/VisualPhysics/">VISUAL PHYSICS ONLINE</a><br>
<br>
</header>
<section class = "s3">
<br />
<H2>Module 1     KINEMATICS</H2>
</section>
<br><br>
<p style="font-size:24px">    <b>IAN COOPER</b></p>
<p style="font-size:24px">    Please email me any comments, corrections or suggestions</p>
<p style="font-size:24px">    email: [email protected]</p>
<p style="font-size:24px">    Many thanks to <b>Dharam Arora</b> for reinitialising the site from USyd servers (physics.usyd.edu.au/teach_res/...) to GitHub</p>
<br><br><br>
<HR SIZE="3" COLOR="purple" WIDTH="96%">
<section class = "s5">
<ol style = "list-style-type: = "1">
<ol style = "color:blue">
<li>
<a class = "s4" href="mod1/m1_Language.htm">    Language of Physics: Kinematics</a>
</li><br>
<li>
<a class = "s4" href="mod1/m1_RefFrames.htm">    FRAMES OF REFERNCE: VECTORS and UNIT VECTORS</a>
</li><br>
<li>
<a class = "s4" href="mod1/m1_SVQ.htm">    Language of Physics: SCALARS and VECTORS</a>
</li><br>
<li>
<a class = "s4" href="mod1/m1_B.htm">    Kinematics: Describing Motion</a>
</li><br>
<li>
<a class = "s4" href="mod1/m1_dva.htm">    Rectilinear Motion: Displacement, Velocity, Acceleration</a>
</li><br>
<li>
<a class = "s4" href="mod1/m1_aconstant.htm">    Rectilinear Motion: Uniform Acceleration</a>
</li><br>
<li>
<a class = "s4" href="https://d-arora.github.io/VisualPhysics/mod1/position.htm">    Relative Motion: Position</a>
</li><br>
<li>
<a class = "s4" href="mod1/m1_RelVel.htm">    Relative Motion: Velocity</a>
</li><br>
<li>
<a class = "s4" href="mod1/m1_plane.htm">    [2D] Motion in a Plane</a>
</li><br>
</ol>
</section>
<section class = "s5">
<ul style = "list-style-type:none">
<li>
<a class = "s4" href = "ex/ex10.htm" target = "_blank">          <b>EXERCISES and PRACTICAL ACTIVITIES</b></a>
</li><br
</ul>
</section>
<HR SIZE="3" COLOR="purple" WIDTH="96%">
<br><br>
<div>
<!-- hitwebcounter Code START -->
<a href="http://www.hitwebcounter.com" target="_blank">
<img src="http://hitwebcounter.com/counter/counter.php?page=6900609&style=0006&nbdigits=7&type=page&initCount=10000" title="install tracking codes" Alt="install tracking codes" border="0" >
</a> <br/>
<!-- hitwebcounter.com --><a href="http://www.hitwebcounter.com" title=""
target="_blank" style="font-family: ;
font-size: px; color: #; text-decoration: ;">
</a>
</div>
<br><br>
</body>
</html>