 |
|
|
|
 |
SyPsych0
tranceaddict in training

Registered: Sep 2004
Location: Lost in Trance
|
|
|
In theory, it is easy. Just use scholar physics. In scholar physics we do not calculate the friction in common models, cos it is difficult to determine exact amount of the friction (There are so many influneces like air pressure, the friction of surrounding obejcts), if we want to be strictly accurate, we should also calculate the gravity of other obecjts around our model object (also the gravity of Earth). So in cholar physics we ignore the friction and the only problem of prepetum moblie (prepetual motion mechine) is the exitence of frition (cos the friction causes all objects slowly or quickly deccelerate when no external energy is added to it, e.g. u need some external force to keep the car moving, the moment u stop supplying the car with this force, the car will deccelerate - make sense )
So, if we use the scholar physics we can solve the problem of prepetum mobile, cos there is no friction and in calculations the machine will move forever. Of course, there is one porblem: The scholar physics doesnt work in real world 
(For other questions contact ur teacher of physics :P )
___________________
As officers gather evidence at the brutal crime scene, you can only ask yourselves: what kind of lunatic would commit such unthinkable crimes. The three adjectives which best describes this killer are sadistic, intelligent, and dangerous!!!
|
|
Jan-24-2006 22:44
|
|
|
 |
 |
Dr. Cfire
Supreme tranceaddict

Registered: Apr 2003
Location: Calgary
|
|
|
| quote: | Originally posted by SyPsych0
In theory, it is easy. Just use scholar physics. In scholar physics we do not calculate the friction in common models, cos it is difficult to determine exact amount of the friction (There are so many influneces like air pressure, the friction of surrounding obejcts), if we want to be strictly accurate, we should also calculate the gravity of other obecjts around our model object (also the gravity of Earth). So in cholar physics we ignore the friction and the only problem of prepetum moblie (prepetual motion mechine) is the exitence of frition (cos the friction causes all objects slowly or quickly deccelerate when no external energy is added to it, e.g. u need some external force to keep the car moving, the moment u stop supplying the car with this force, the car will deccelerate - make sense )
So, if we use the scholar physics we can solve the problem of prepetum mobile, cos there is no friction and in calculations the machine will move forever. Of course, there is one porblem: The scholar physics doesnt work in real world 
(For other questions contact ur teacher of physics :P ) |
himm intersting
Then here is my plans for a prepetual motion machine (Dont steal my shit)

and simulation of operation:
code: MATLAB code
close all; clear all; clc;
B=0; %friction Ns/m
M=0.9; %Mass of Load Kg
K=700; %Spring N/m
b0=M;
a0=K*M;
a1=B*M;
a2=1;
n = [b0];
d = [a2, a1 ,a0];
[A p k]=residue(n,d);
MAG=abs(A(1));
sigma=real(p(1));
omega=imag(p(1));
phi=atan((imag(A(1))/real(A(1)))+(pi/2));
t=0:0.01:3;
va=0:0.01:3;
for k=1:1:301
va(k)=2*MAG*exp(sigma*t(k))*sin(omega*t(k)+phi);
end
plot(t,va)
|
|
Feb-13-2006 06:35
|
|
|
 |
All times are GMT. The time now is 07:10.
Forum Rules:
You may not post new threads
You may not post replies
You may not edit your posts
|
HTML code is ON
vB code is ON
[IMG] code is ON
|
|
|
|
|
|
Contact Us - return to tranceaddict
Powered by: Trance Music & vBulletin Forums
Copyright ©2000-2026, Jelsoft Enterprises Ltd.
Privacy Statement / DMCA
|