Time Varying Unit Vectors for Analog Clock - Cartesian and Polar Coordinates

In summary, the homework statement is to solve an equation for the angle R in Cartesian and plane polar coordinates.
  • #1
mvrk10256
2
0
This is my first post here so please be gentle if I did anything wrong. Also this is for Emag class and its a 4000 level class but this question seems better suited for this forum. I have been doing homework all day and I do not knwo if I am just tired, but I can't get this.

Homework Statement


Work this problem in both Cartesian (rectangular) coordinates and plane polar coordinates:

Consider an analog watch that keeps perfect time and assume the origin to be at the center of the dial, the x-axis passing through the 12 mark, and the y-axis passing through the 3 mark.

(a) Write the expression for the time-varying unit vector directed along the hour hand of the watch.
(b) Write the expression for the time-varying unit vector directed along the minute hand of the watch.
(c) Obtain the specific expression for these unit vectors when the hour hand and the minute hand are aligned
exactly and [are] between the 5 and 6 marks.


Homework Equations



The hour hand makes jumps of 30 degrees or pi/6 and the minute hand jumps
6 degrees at each interval

the degrees have to be negative to move in a clockwise direction.

conversion from Cartesian to plane polar
[URL]http://upload.wikimedia.org/math/1/e/4/1e45270de98ece45a86492fb57d37263.png[/URL]


The Attempt at a Solution



I got the jump period and decide to arbitrarily make the scaler for minute 2 and the scaler for hours 1 I just don't understand how to make it move through the degrees in a time varying fashion.

all help greatly appreciated - I just need a clue.
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
Ok so I am making progress. for anyone else who comes across this thread witha similar question this should help. The angle R is calculated by (T/a)*360

where a is 30 degrees for hours and 6 degrees for minute

the final form is cos(R)x+sin(R)y

the real question comes down to the last part. still working on that
 
  • #3
I bet you're in my class. Did you forget to make the 12 point in the positive X direction?

From there figure out how many degrees the hour hand sweeps per second and how many degrees the second hand sweeps per second. Then just subtract the time multiplied by degrees per second from the number of degrees in a circle.

As to the last part have fun with that. I used a brute force method, but I'm sure there is something elegant you could do.
 

Related to Time Varying Unit Vectors for Analog Clock - Cartesian and Polar Coordinates

What is a vector clock?

A vector clock is a data structure used in distributed systems to track the relative ordering of events. It consists of a list of timestamped values for each process in the system.

Why are vector clocks important?

Vector clocks allow for determining causality between events in a distributed system without relying on a centralized clock. This is important for maintaining consistency and coordination in the system.

How do vector clocks work?

Each process in the system maintains its own vector clock. When an event occurs, the process increments its own timestamp in the vector clock. When a message is sent, the sender's vector clock is included in the message. The receiving process then updates its own vector clock by taking the maximum value for each process between its own vector clock and the received vector clock.

What is the difference between a scalar clock and a vector clock?

A scalar clock only tracks the local time of a process, whereas a vector clock tracks the time of all processes in the system. This allows for determining causality between events across multiple processes.

What are some applications of vector clocks?

Vector clocks are commonly used in distributed databases, distributed file systems, and distributed messaging systems. They are also used in event ordering and synchronization in multi-threaded systems.

Similar threads

  • Introductory Physics Homework Help
Replies
13
Views
528
  • Introductory Physics Homework Help
Replies
24
Views
2K
  • Introductory Physics Homework Help
Replies
3
Views
2K
Replies
5
Views
1K
Replies
3
Views
1K
  • Introductory Physics Homework Help
Replies
9
Views
2K
  • Introductory Physics Homework Help
Replies
8
Views
12K
  • Introductory Physics Homework Help
Replies
13
Views
629
  • Introductory Physics Homework Help
Replies
6
Views
4K
  • Introductory Physics Homework Help
Replies
1
Views
2K
Back
Top