Hi, Firnds,,,, We are going to have a workshop for "Basics of Linux " on 31st of tis July,, 2008 @ IITD
.. Please register it here,, http://lug-iitd.org/5th_LUG%40IITD_Workshop_-_Basics_of_Linux_Usage
July 27, 2008
July 16, 2008
Equations of Motion
Hi, most of the time I found incorrect equation of motion for classical mechanics with constant acceleration. So here are the correct equation in vector format with removing all assumptions.
Deriving the equations in vectors
- All constant are taken in capital letters
- All variable are given in small letter
Deriving v(t) = Ui + A (t - Ti)
so
for zero or constant acceleration A we have
we have one unknown K , we need to consider initial or final condition
- Lets take initially we have

ie
![]() | eq ... (1) |
If we take final condition in consideration then ie : 
![]() | eq ... (2) |
constant acceleration can be found using initial and final condition
![]() | eq ... (3) |
Deriving s(t) = Si + Ui(t-Ti) + (1/2)A (t - Ti)2
now we have
for eliminating K we need either final or initial condition ie 
![]() | eq ... (4) |
If we would have taken final condition ie
then
![]() | eq ... (5) |
Taking t = Tf and putting eq (3) in eq (4) , we will get
Or
![]() | eq ... (6) |
Deriving |v(t)|2 = |Ui|2 + 2 A . (s(t)-S_i)
taking case for final velocity
![]() | eq ... (7) |
or
![]() | eq ... (7) |
Source Page : http://en.wikipedia.org/wiki/User:Narendra_Sisodiya/mechanics
Labels:
mechanics
July 15, 2008
Command line PNR Enquiry Script
Hi, I have developed a command line PNR Enquiry Script, though it is a small but useful and ofcourse my first perl script.
Dependency :
you need to have Perl on your system with commnad line browser w3m, inshort install w3m and perl bofore you download the script.
Note : you can view in lynx also, in case of lynx , replace w3m with lynx
Install It
$ cd
$ wget http://narendra.sisodiya.googlepages.com/pnrenq.pl
$ chmod +x pnrenq.pl
How to use it
./pnrenq.pl 8322181194
The first argument is 10 digit PNR number
#######################################
# pnrenq - PNR Enquiry Script version 1 #
# Author - Narendra Sisodiya #
# Mail - narendra.sisodiya@gmail.com #
# (C) Narendra Sisodiya - 2008 #
# This Script is released under GPLv2 #
#######################################
Dependency :
you need to have Perl on your system with commnad line browser w3m, inshort install w3m and perl bofore you download the script.
Note : you can view in lynx also, in case of lynx , replace w3m with lynx
Install It
$ cd
$ wget http://narendra.sisodiya.googlepages.com/pnrenq.pl
$ chmod +x pnrenq.pl
How to use it
./pnrenq.pl 8322181194
The first argument is 10 digit PNR number
#######################################
# pnrenq - PNR Enquiry Script version 1 #
# Author - Narendra Sisodiya #
# Mail - narendra.sisodiya@gmail.com #
# (C) Narendra Sisodiya - 2008 #
# This Script is released under GPLv2 #
#######################################
Labels:
Perl
Subscribe to:
Posts (Atom)



![\vec v (t) = \vec A \, [t] _{T_i} ^t](http://upload.wikimedia.org/math/7/1/5/7159b5df20914a8493d13c20fb1eee22.png)









![\vec{s}(t) = (\vec U_i - \vec A \, T_i ) \ \Big[t\Big] ^{t} _{T_i} + \vec A \Bigg[\frac { t^2} {2} \Bigg] _{T_i} ^{t} + K](http://upload.wikimedia.org/math/0/0/f/00fccc3687b34195120f7c56bf9dc3f4.png)

















