-
Notifications
You must be signed in to change notification settings - Fork 0
/
physics-fa.html
160 lines (106 loc) · 3.49 KB
/
physics-fa.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
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
<?xml version="1.0" encoding="utf-8"?>
<!-- TÄMÄ SIVU ON fysiikka farsiksi -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Physics 1 (Persian)</title>
<link rel="stylesheet" type="text/css" href="tyylit.css" />
</head>
<body dir="rtl" >
<div class="navbartop">
<ul>
<li> <a href="main-fa.html"> صفحه اصلی</a> </li>
<li> <a href="lessons-fa.html">درس ها</a> </li>
<li> <a href="tools-fa.html">ابزار</a> </li>
<li> <a href="about-fa.html">درباره ما</a> </li>
</ul>
</div>
<h1>
فیزیک
</h1>
<h2>
سرعت
</h2>
<p>
فاصله، زمان و سرعت کمیت های فیزیکی هستند. زمان را با t و فاصله را با s و سرعت را با v نشان می دهیم
<br />
(همه حروف کوچک هستند)
</p>
<p>
ترجمه ناقص است.
</p>
<p>
ترجمه هنوز اماده نیست.
</p>
<h2>
Distance and time
</h2>
<p>
Distance, time and velocity are physical quantities. Time is denoted by t and distance by s and velocity by v (all the letters are lowercase).
</p>
<p> <center>
s = distance
<br />
t = time
<br />
v = velocity
</center> </p>
<p> Notes: the synonyms for distance include gap, separation, displacement, spacing, or the spatial length of a trip. The denotation s comes from from Latin "spatium" which can mean space or distance between two points.
</p>
<p>
Usually the distance is measured in metres and the time by seconds. However, often the distance unit can be the kilometre and the time unit the hour. Sometimes other units can be used such as miles and minutes.
</p>
<p> <center>
unit of distance = metre m or kilometre km
<br />
unit of time = second s or hour h
</center> </p>
<h3>
Excercise
</h3>
<p>Can you remember or calculate how many metres there are in one kilometre and how many seconds there are in an hour?
</p>
<h2>
Velocity
</h2>
<p>
Velocity, or speed, is defined as the ratio of distance to time. In other words, velocity is calculated by dividing the displacement s by the time t that it takes to complete the displacement. The mathematical formula for velocity is
</p>
<p> <center>
v = s : t
<br />
velocity equals distance divided by time
<br />
speed = distance / time
</center> </p>
<p>
The unit of velocity is metre per second, shortened to m/s. For example the running speed of an athlete can be seven metres per second, v = 7 m/s or sometimes written 7 mps (without the slash).
</p>
<p>
Sometimes the unit of velocity can be kilometre per hour, shortened to km/h. For example the driving speed of a car can be 50 kilometres per hour, v = 50 km/h or 50 kmph.
</p>
<h3>
Example Excercise
</h3>
<p>
A rabbit runs 60 metres in five seconds. Calculate its velocity.
</p>
<p>
Solution:
</p>
<p>
First, write down the numerical data for the quantities: <br />
distance <br />
s = 60 m <br /> <br />
time <br />
t = 5 s <br /> <br />
Then, use the formula v = s/t <br />
velocity = distance per time <br />
and substitute the values of the quantities. <br /> <br />
v = 60 m / 5 s = 12 m/s <br /> <br />
It means that every second the rabbit goes as much as twelve metres away, on average.
</p>
</body>
</html>