Calculate closed pipe resonance frequency, speed of sound, or pipe length from any two values using the fundamental resonance formula.
Related Calculators
- Port Length Calculator
- Speaker Delay Calculator
- Angular Frequency Calculator
- DB Gain Calculator
- All Physics Calculators
Clock Angle Formula
The clock angle calculator uses the positions of the hour hand and minute hand measured clockwise from 12 o’clock. A full clock circle is 360 degrees, each hour mark is 30 degrees apart, and the minute hand moves 6 degrees per minute.
H = 30h + 0.5m
- H = hour hand angle from 12 o’clock, in degrees
- h = hour on a 12-hour clock, so 13 becomes 1, 14 becomes 2, and so on
- m = minutes after the hour
M = 6m
- M = minute hand angle from 12 o’clock, in degrees
- m = minutes after the hour
A = min(|M - H|, 360 - |M - H|)
- A = smaller angle between the clock hands
- H = hour hand angle
- M = minute hand angle
For the “Angle at a time” function, the calculator finds the hour hand position, finds the minute hand position, then returns the smaller angle between them. It can display the result in degrees or radians.
For the “Time for an angle” function, the calculator solves for the number of minutes after a chosen hour when the hands make the target smaller angle.
30h - 5.5m = ±A + 360k
- h = starting hour on a 12-hour clock
- m = minutes after the starting hour
- A = target smaller angle, in degrees
- k = an integer used to allow full 360 degree turns
The reverse mode checks the valid solutions within the selected hour interval, from 0 minutes up to but not including 60 minutes after the hour.
Common Clock Hand Angle Values
| Time | Hour hand angle | Minute hand angle | Smaller angle |
|---|---|---|---|
| 12:00 | 0° | 0° | 0° |
| 3:00 | 90° | 0° | 90° |
| 6:00 | 180° | 0° | 180° |
| 9:00 | 270° | 0° | 90° |
| 2:30 | 75° | 180° | 105° |
Angle Types on a Clock
| Smaller angle | Type | Meaning |
|---|---|---|
| 0° | Overlap | The hands point in the same direction. |
| Less than 90° | Acute | The hands form a narrow angle. |
| 90° | Right | The hands are perpendicular. |
| Between 90° and 180° | Obtuse | The hands form a wide angle. |
| 180° | Straight | The hands point in opposite directions. |
Clock Angle Examples
Example 1: Find the angle at 10:14
Use the hour hand formula:
H = 30(10) + 0.5(14) = 307°
Use the minute hand formula:
M = 6(14) = 84°
The difference is 223 degrees, so the smaller angle is:
A = 360 - 223 = 137°
At 10:14, the smaller angle between the hands is 137°.
Example 2: Find when the hands make a 90° angle between 3:00 and 4:00
Use the reverse formula with h = 3 and A = 90:
30(3) - 5.5m = 90
This gives:
90 - 5.5m = 90
m = 0
One answer is 3:00. There is another right angle later in the hour:
90 - 5.5m = -90
m = 32.727272...
So the hands also make a 90 degree angle at about 3:32:44.
Clock Angle Calculator FAQ
Why does the hour hand move when minutes pass?
The hour hand does not jump from one hour mark to the next. It moves continuously. Since it moves 30 degrees in 60 minutes, it moves 0.5 degrees per minute. That is why the hour hand formula includes 0.5m.
Why is the smaller clock angle always between 0° and 180°?
Two clock hands create two angles around the circle. Those two angles add to 360 degrees. The calculator reports the smaller one, so the result cannot be greater than 180 degrees.
Can I enter military time?
Yes. For the time input, you can enter hours from 0 to 23. The calculator converts the hour to its equivalent position on a 12-hour clock. For example, 14:30 is treated as 2:30 on the clock face.