-
Notifications
You must be signed in to change notification settings - Fork 0
/
door3.html
43 lines (43 loc) · 1.81 KB
/
door3.html
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script src = "main.js"></script>
<title>Gr 11 MathCaching</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
</head>
<body bgcolor="white">
<div id="bar" style="background-color: #006684">3. Chapters 6-7, 2 Adv Func</div>
<div class="back" id="breview">
<a
href="classroom.html">
<img src="images/back.png" width="90" height="90"alt="back"></a>
</div>
<div class="info r3">
<br><br><br>
<h1>Clue 3:</h1>
<ol>
<a href="images/Clue3.pdf" tabindex="-1" target="_blank"><strong>Clue 3 Cheat Sheet</strong></a>
<br>
<br>
<li>The Mackenzie Science department has made scientific history, finding a strange behaving particle that seems to move like a graphed secant.</li>
<ul>
The equation of the movement (x and y coordinates) recorded by this particle is modelled as:
<br><img src="images/image222.png" alt="square">
<img src="images/Secant.svg" alt="square">
<br><br>
a) Estimate the IROC of y at x = 3.
<br>
b) Find the AROC of y from x = π/4 to x = 3π/4.
<br>
c) What is the equivalent csc function? Hint: Use a phase shift.
<br><br><img src="images/image111.png" alt="square">
</ul>
</ol>
</div>
</body>
</html>