forked from Ian888Cooper/advschoolmaths
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmath01.htm
144 lines (111 loc) · 4.11 KB
/
math01.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
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Mathematics Extension 2, 4 Unit Mathematics">
<meta name="keywords" content="Graphs, Functions">
<meta name="keywords" content="Mathematics Extension 2, 4 Unit Mathematics">
<meta name="keywords" content="Mathematics">
<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>
<a class = "s4" href = "math.htm">MATHEMATICS EXTENSION 2</a><br>
4 UNIT MATHEMATICS<br>
TOPIC 1: GRAPHS</p>
</header>
<section class = "s2">
<p>Ian Cooper<br>
Honorary Lecturer, School of Physics, University of Sydney<br>
If you have any comments, suggestions or corrections please email Ian Cooper<br>
Not all topics fully developed as yet!!!
</p>
</section>
<HR SIZE="3" COLOR="purple" WIDTH="96%">
<section class = "s3">
<p>ESSENTIAL BACKGROUND TOPICS</p>
</section>
<section class = "s5">
<ul style = "list-style-type:none">
<li>
<a class = "s4" href = "math_trig.pdf">    TRIGONOMETRY and GEOMETRY</a>
</li><br>
<li>
<a class = "s4" href = "math_dydx.pdf">    DIFFERENTIATION</a>
</li><br>
</ul>
</section>
<HR SIZE="3" COLOR="purple" WIDTH="96%">
<section class = "s3">
<p>TOPICS</p>
</section>
<section class = "s5">
<ul style = "list-style-type:none">
<li>
<a class = "s4" href="graphs_01.pdf">    1.     Graphs and Linear Functions</a>
</li><br>
<li>
<a class = "s4" href="graphs_02.pdf">    2.     Ellipses and Circles</a>
</li><br>
<li>
<a class = "s4" href="http://www.physics.usyd.edu.au/teach_res/hsp/sim/sim_poly.pdf">    3.    OnLine Activity: Graphing Polynomial Functions</a>
</li><br>
<li>
<a class = "s4" href="graphs_04.pdf">    4.    Hyperbola, Exponential, Logarithmic, Power Functions</a>
</li><br>
<li>
<a class = "s4" href="graphs_05.pdf">    5.    Trigonometric Functions</a>
</li><br>
<li>
<a class = "s4" href="graphs_06.pdf">    6.    Slope of a curve, maxima and minima</a>
</li><br>
<li>
<a class = "s4" href="graphs_07.pdf">    7.    Sketching Functions</a>
</li><br>
<li>
<a class = "s4" href="graphs_08.pdf">    8.    Problem solving using graphs and inequality relationships</a>
</li><br>
</ul>
</section>
<HR SIZE="3" COLOR="purple" WIDTH="96%">
<section class = "s3">
<p>EXERCISES</p>
</section>
<section class = "s5">
<p>
<a class = "s4" href="ex17_123.pdf">    ex17_123</a>
</p>
</section>
<HR SIZE="3" COLOR="purple" WIDTH="96%">
<section class = "s2">
<p>The material presented on this website is designed to help you in preparing for your <br>
H.S.C examination for the N.S.W. Board of Studies Mathematics Extension 2 Syllabus.<br><br>
The material is presented in a format suitable for study using the internet on a computer<br>
or tablet computer instead of the traditional textbook.
</p>
</section>
<div>
<a href="http://www.reliablecounter.com" target="_blank"><img src="http://www.reliablecounter.com/count.php?page=www.physics.usyd.edu.au/teach_res/hsp/math/math01.htm&digit=style/plain/6/&reloads=0" alt="www.reliablecounter.com" title="www.reliablecounter.com" border="0"></a><br /><a href="http://www.analogmix.com" target="_blank" style="font-family: Geneva, Arial; font-size: 9px; color: #330010; text-decoration: none;">AnalogMix.com</a>
</div>
</body>
</html>