January 29, 2017

Arduino Airplane lights

ARDUINO AIRPLANE LIGHTS

I created a simple simulation of Airplane lights using three LED's [1red and 2 white], 3 20 ohm resistors, breadboard, Arduino UNO board and few jumpers. Check out the video!

January 22, 2017

Arduino 5 led blink

ARDUINO 5 LED BLINK


I created 5 LED blink using 5 red LED's, 5 20 ohm resistors, Arduino UNO board, breadboard and jumpers. Check out the video!
 
 

January 15, 2017

Arduino controlled Theater dim lights

Arduino controlled Theater dim lights

I created arduino controlled Theater dim lights using three yellow leds, arduino uno board, breadboard and few jumpers. I used the fade command to achieve dimming over a period of time. Check out the video!
 

January 8, 2017

Time dilation in equator versus pole of Earth



TIME DILATION IN EQUATOR VERSUS POLE OF EARTH


INTRODUCTION
Earth is the 3rd planet in our Solar System. It completes one rotation about its axis in 23 hours 56 minutes and 4 second. Consider three locations on our planet Earth, the center, equator and the North Pole. All points rotate with the same angular velocity but the center doesn’t have a tangential velocity. According to the Special Theory of Relativity, a clock on Earth’s equator would run slower than that on the pole with respect to the center. We’ll find the time gained by equator and pole relative to the stationary center.

ASSUMPTIONS

1. Earth is not revolving around the Sun.
2. The effect of Gravitational time dilation is negligible.

CALCULATION

The Angular velocity is given by,
ω = 2π/T [rad/s]
T – Rotational time period [T ≈ 24 hours = 86400s]
ω = 2*3.14/86400
ω = 7.2722*10-5 rad/s
The angular velocity is same at all points on earth since it doesn’t exhibit differential rotation. But the tangential velocity on surface varies with the distance from the center.

The tangential velocity at the center is given by,
v = R*ω [m/s]
R – Average radius of earth [R = 0m][center]
v = 0*7.2722*10-5
v = 0 m/s

Since tangential velocity is zero, time won’t dilate hence is absolute. We’ll consider time at the center for reference.

The tangential velocity at the equator is given by,
v = R*ω [m/s]
R – Equatorial radius of earth [R = 6378.13 km]
v = 6378.13*1000*7.2722*10-5
v = 463.8303 m/s

The tangential velocity at the North Pole is given by,
v = R*ω [m/s]
R – Polar radius of circular motion
R = 0 since the axis of pole passes through the center of Earth
v = 0*1000*7.2722*10-5
v = 0 m/s

According to the Special Theory of Relativity, the time dilation equation is,
t' = t/γ [s]
t’ – Actual time or Moving observer’s time. [s]
t - Proper time or Stationary observer’s time. [s]
γ – Relativistic gamma factor, γ = 1/√ [1-(v/c) 2]
c - Velocity of light [c = 3*108 m/s]

The time dilation at Equator is,
t' = t*√ [1-(v/c) 2]
t' = t*√ [1-2.3904*10-12]
t' = t*√ [0.99999999999761]
t' = t * 0.999999999998805

The time dilation at Pole is,
t' = t*√ [1-(v/c) 2]
t' = t*√ [1-0]
t' = t*√ [1]
t' = t* 

CONCLUSION

We can observe that pole and equatorial time isn’t the same which proves that time dilates only on equator and not on pole or center. We’ll consider 5 different t’ values and calculate the t value. The larger the t’ the more is the difference between t and t’. Thus equatorial region will gain around 37 microsecond than the polar region or center in one year.

Time
t’ [Center of Earth] (s)
t [Pole] (s)
t [Equator] (s)
1 minute
60
60
59.9999999999283
1 hour
3600
3600
3599.9999999957
1 day
86400
86400
86399.9999998968
1 month
2592000
2592000
2591999.9999969
1 year
31536000
31536000
31535999.9999623

January 1, 2017

Time dilation in a maglev train



TIME DILATION IN A MAGLEV TRAIN

INTRODUCTION

Maglev is an acronym for Magnetic Levitation. The principle of magnetic levitation is that when two wires carry current in opposite direction, they produce a magnetic field which repels each other. This creates a friction free surface. Trains working on the principle of magnetic levitation are referred to as Maglev trains. A Maglev train can move as fast as 381.25 mph. Consider an observer in a Maglev train and another observer who is stationary with respect to the Maglev train. According to the Special Theory of Relativity, the Maglev train’s clock would run slower compared to the stationary observer’s clock. We’ll find the time gained by the Maglev train relative to the stationary observer.


ASSUMPTION

The effect of Gravitational time dilation is negligible.

CALCULATION

The Maglev velocity is,
v = 381.25 mph = 169.44 m/s

According to the Special Theory of Relativity, the time dilation equation is,
t' = t/γ [s]
t’ – Actual time or Maglev train’s time. [s]
t - Proper time or Stationary observer’s time. [s]
γ – Relativistic gamma factor, γ = 1/√ [1-(v/c) 2]
c - Velocity of light [c = 3*108 m/s]

t' = t*√ [1-(v/c) 2]
t' = t*√ [1-3.189*10-13]
t' = t*√ [0.999999999999681]
t' = t* 0.999999999999841

CONCLUSION

We can observe that proper and actual time isn’t the same which proves that time dilates on Maglev train relative to the stationary observer. We’ll consider 3 different t’ values and calculate t value. The larger the t’ the more is the difference between t and t’. Thus the Maglev train gains 0.57nanosecond in one hour and 2.9nanosecond in 5 hours over the stationary observer.

Time
t’ [Stationary observer] (s)
t [Observer in Maglev] (s)
Difference (s)
1 minute
60
59.9999999999905
0.0000000000095
1 hour
3600
3599.99999999943
0.00000000057
5 hours
18000
17999.9999999971
0.0000000029