-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmod5.htm
164 lines (111 loc) · 4.27 KB
/
mod5.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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="UTF-8">
<title>VISUAL PHYSICS ONLINE: ADVANCED MECHANICS</title>
<meta name="description" content="High School Physics, School Physics">
<meta name="keywords" content="NSW Syllabus for the Australian Curriculum Physics Stage 6">
<meta name="keywords" content="High School Physics, school physics, visual physics online, doing physics online, HSC Physics online ">
<meta name="keywords" content="mechanics, kinematics,dynamics, projectiles, projectile motion">
<meta name="keywords" content="satellites, rockets, Kepler's laws, orbital motion, orbital speed, escape speed">
<meta name="keywords" content="gravitational force, Newton's law of gravitation, gravitational field, gravitational potential energy">
<link rel="stylesheet" type = "text/css" href="style_002.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 = "spHome.htm">VISUAL PHYSICS ONLINE</a><br>
<br>
</header>
<section class = "s3">
<br />
<H2>Module 5     ADVANCED MECHANICS</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>
<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.htm">  REVIEW: Module 1   Kinematics</a>
</li><br>
<li>
<a class = "s4" href="mod2.htm">  REVIEW: Module 2   Dynamics</a>
</li><br>
<li>
<a class = "s4" href="mod5/m5UCM.pdf">  UNIFORM CIRCULAR MOTION</a>
</li><br>
<li>
<a class = "s4" href="mod5/m5CM.pdf">  NON-UNIFORM CIRCULAR MOTION</a>
</li><br>
<li>
<a class = "s4" href="mod5/m5GFF.pdf">  GRAVITATION FIELD: FORCES</a>
</li><br>
<li>
<a class = "s4" href="mod5/m5GFP.pdf">  GRAVITATIONAL FIELD: POTENTIAL ENERGY</a>
</li><br>
<li>
<a class = "s4" href="mod5/m5GFS.pdf">  MOTION OF PLANETS AND SATELLITES</a>
</li><br>
<li>
<a class = "s4" href="mod5/m5GFE.pdf">  SATELLITES AND ROCKETS</a>
</li><br>
<li>
<a class = "s4" href="mod1/m1_plane.pdf">  [2D] MOTION IN A PLANE</a>
</li><br>
<li>
<a class = "s4" href="mod5/m5PROJ.pdf">  PROJECTILE MOTION</a>
</li><br>
<li>
<a class = "s4" href="mod5/m5DSR.pdf">  DEPTH STUDY: ROCKETS and SATELLITES</a>
</li><br>
<li>
<a class = "s4" href="http://www.physics.usyd.edu.au/teach_res/mp/doc/cg001.htm"><strong>Secrets of Computer Graphics and Animations</strong></a>
</li><br>
</ol>
</section>
</section>
<section class = "s5">
<ul style = "list-style-type:none">
<li>
<a class = "s4" href = "ex/ex50.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=6900616&style=0006&nbdigits=7&type=page&initCount=10000" title="web page hit counters codes Free" Alt="web page hit counters codes Free" 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>