The Naked Scientists
  • Login
  • Register
  • Podcasts
      • The Naked Scientists
      • eLife
      • Naked Genetics
      • Naked Astronomy
      • In short
      • Naked Neuroscience
      • Ask! The Naked Scientists
      • Question of the Week
      • Archive
      • Video
      • SUBSCRIBE to our Podcasts
  • Articles
      • Science News
      • Features
      • Interviews
      • Answers to Science Questions
  • Get Naked
      • Donate
      • Do an Experiment
      • Science Forum
      • Ask a Question
  • About
      • Meet the team
      • Our Sponsors
      • Site Map
      • Contact us

User menu

  • Login
  • Register
  • Home
  • Help
  • Search
  • Tags
  • Recent Topics
  • Login
  • Register
  1. Naked Science Forum
  2. On the Lighter Side
  3. Science Experiments
  4. Will this experiment result in an overunity device?
« previous next »
  • Print
Pages: [1]   Go Down

Will this experiment result in an overunity device?

  • 5 Replies
  • 10323 Views
  • 0 Tags

0 Members and 1 Guest are viewing this topic.

Offline LB7 (OP)

  • Sr. Member
  • ****
  • 454
  • Activity:
    0%
  • Thanked: 5 times
  • Ludovic Bavay Ubeda
Will this experiment result in an overunity device?
« on: 28/08/2015 15:05:03 »
The blue color is small balls. Each ball is attracted by a spring to the green line. Each spring attract from the green line to a ball. Like that I have the buoyancy like gravity can do in a container full of water. The torus can turn around the blue center. The device turns around the red center at the same angular velocity: the device is always like I drawn.

The grey part is attracted by springs from the green line of the other container.
I can't attract all the part from one container to the other torus but enough for change the direction of the torque. With the springs I attract the same volume of the grey part that is inside the container to cancel all forces on the green line.

F1/F1' gives counterclockwise torque. F2/F2' gives a counterclockwise torque. The only problem: springs rotates the torus in the clockwise direction, so I will attract the torus 1 with the container 2 and attract the torus2 with the container1, like that the torque on the torus is lower and I think I can change its direction when I see the volume.

I can increase the hatching area.

* cc5.png (59.11 kB, 992x705 - viewed 608 times.)

* 52.png (81.32 kB, 1150x746 - viewed 583 times.)

* df2.png (30.42 kB, 576x354 - viewed 595 times.)

* sx5.png (10.99 kB, 1140x261 - viewed 596 times.)
« Last Edit: 11/11/2015 16:03:50 by LB7 »
Logged
Ludovic Bavay 19011971 Valenciennes
 



Offline wolfekeeper

  • Naked Science Forum King!
  • ******
  • 1678
  • Activity:
    0%
  • Thanked: 79 times
Re: Will this experiment result in an overunity device?
« Reply #1 on: 07/10/2015 01:43:15 »
no

Your device is very, very well described by Newtonian Mechanics, and there's a general proof that overunity is completely impossible in Newtonian Mechanics.
« Last Edit: 07/10/2015 01:45:24 by wolfekeeper »
Logged
 
The following users thanked this post: RD

Offline wolfekeeper

  • Naked Science Forum King!
  • ******
  • 1678
  • Activity:
    0%
  • Thanked: 79 times
Re: Will this experiment result in an overunity device?
« Reply #2 on: 08/10/2015 16:03:35 »
not even then
Logged
 

Offline LB7 (OP)

  • Sr. Member
  • ****
  • 454
  • Activity:
    0%
  • Thanked: 5 times
  • Ludovic Bavay Ubeda
Re: Will this experiment result in an overunity device?
« Reply #3 on: 11/11/2015 07:38:18 »
I'm hatching the area where I exchange:

Container 1 attract the torus 2
Container 2 attract the torus 1

The springs attract all the blue area.

Before the green line attract the green torus and the red line attract the red torus. But now, the green line attract the red torus where the hatched area is (don't forget there are 2 torus) and the red line attract the green torus where the area is hatched. The green line attract the rest of the green torus (not hatched area), and the red line attract the rest of the red torus like that there is no force on the green line and on the red line. Like that I don't have any force on the red line and on the green line.

I drawn the container1 and the torus1 alone and the container2 and the torus2 alone to look the differences.

The device turns around the red center, it is always like I drawn: it's important to keep constant the length of the springs. The springs don't lost any energy.

* dh5.png (42.79 kB, 746x550 - viewed 580 times.)

* rf13.png (43.76 kB, 529x585 - viewed 550 times.)

* dr1.png (42.3 kB, 511x453 - viewed 577 times.)

* dr2.png (45.04 kB, 608x403 - viewed 675 times.)
« Last Edit: 11/11/2015 17:19:19 by LB7 »
Logged
Ludovic Bavay 19011971 Valenciennes
 

Offline LB7 (OP)

  • Sr. Member
  • ****
  • 454
  • Activity:
    0%
  • Thanked: 5 times
  • Ludovic Bavay Ubeda
Re: Will this experiment result in an overunity device?
« Reply #4 on: 12/11/2015 11:58:59 »
The first image shows the device in the side view.

The second image shows how is the attraction from Container1 to Torus2 and from Container2 to Torus1.

The third image shows how the device turns around the red center.

The springs keep their length constant, the device turns around the red axis but all turns at the same angular velocity.

I calculated the torque:

Code: [Select]

from math import *

N=2000
c1=0 #number of points of the torus1 inside the container1 or the surface if divised by N²
c2=0 #number of points of the torus2 inside the container2 or the surface if divised by N²
c3=0 #number of points of the hatching area or the surface if divised by N²
couple1=0.0 #clockwise torque on the torus1 (from springs) IF all part is attracted by the green line
couple2=0.0 #clockwise torque on the torus2 (from springs) IF all part is attracted by the red line
couple3=0.0 #counterclockwise torque on the torus1 or the torus2 due to the presence of the hatching area

Ra=7.0 #inner radius of the tore
Rb=8.72 #outer radius of the tore
dx=Ra+Rb #the center of the torus1 is (0,0), the center of the torus2 is (dx,dy)
dy=4.92

for i in range (0,N) :
for j in range (0,N):
x=i*(Ra+Rb)/N
y=j*dy/N
if x**2+y**2>Ra**2 and x**2+y**2<Rb**2 and x>Ra and x<Rb and y>0 and y<dy:
c1+=1
couple1+=y*x
if (x-dx)**2+(y-dy)**2>Ra**2 and (x-dx)**2+(y-dy)**2<Rb**2 and (x-dx)<-Ra and (x-dx)>-Rb and (y-dy)<0 and (y-dy)>-dy:
c2+=1
couple2+=abs(y-dy)*abs(x-dx)
if x**2+y**2>Ra**2 and x**2+y**2<Rb**2 and x>Ra and x<Rb and y>0 and y<dy and (x-dx)**2+(y-dy)**2>Ra**2 and (x-dx)**2+(y-dy)**2<Rb**2 and (x-dx)<-Ra and (x-dx)>-Rb and (y-dy)<0 and (y-dy)>-dy:
c3+=1
couple3+=y*x

print c1
print c2
print c3
print couple1/N**2
print couple2/N**2
print couple3/N**2

The results:

Couple1=1.169
Couple2=1.169
Couple3=0.895

The Couple1 is the torque if I have attracted the torus 1 with the green line, like the hatching area gives 0.895 this would say the rest of the area attracted by the green line is 0.274 clockwise so the torque on each torus is counterclockwise of 0.895-0.274=0.621


Energy is constant: qt1.png


Energy not constant: sr2.png

* uu6.png (127.92 kB, 1389x749 - viewed 603 times.)

* uuu10.png (17.83 kB, 855x242 - viewed 574 times.)

* rf1cc4.png (37.95 kB, 547x315 - viewed 617 times.)

* qt1.png (49.41 kB, 1107x588 - viewed 397 times.)

* sr2.png (70.59 kB, 1073x710 - viewed 381 times.)

* qt1.png (49.41 kB, 1107x588 - viewed 378 times.)

* sr2.png (70.59 kB, 1073x710 - viewed 374 times.)
« Last Edit: 30/03/2018 14:39:27 by LB7 »
Logged
Ludovic Bavay 19011971 Valenciennes
 



Offline LB7 (OP)

  • Sr. Member
  • ****
  • 454
  • Activity:
    0%
  • Thanked: 5 times
  • Ludovic Bavay Ubeda
Re: Will this experiment result in an overunity device?
« Reply #5 on: 13/11/2015 19:21:57 »

* i2.png (16.38 kB . 1052x552 - viewed 3224 times)With one torus and one container it must be ok but the torus must be in 2 parts:

- the inner wall and the outer wall receive the pressure from balls, the sum of forces are transmit to the center of the torus, it gives F1, F1 gives a counterclockwise torque
- the inside torus is free to turn in the walls, the inside torus will receives a clockwise torque but lower

The container receives a counterclockwise torque from F2.

I calculated the torque with:

Inner radius=7
Outer radius=8.72
height ot the container=4.92
Pressure=height

The torque from F1 is 17Nm
The torque to the green torus is -11.8 Nm
The torque to the container is 6 Nm

The sum is not 0.

At start, all parts of the device turns counterclockwise at w around the red center. I apply my method, the green torus slow down but the device accelerates more.

If I add a motor on the blue axis, I can compensate the torque from the springs, like that the springs keep their length. The motor need to give an energy but less than the torque from F1


* drx1.png (52.83 kB, 869x632 - viewed 572 times.)

* i1.png (45.82 kB, 1053x552 - viewed 426 times.)

* i3.png (14.76 kB, 1052x553 - viewed 365 times.)

* i4.png (12.82 kB, 1052x551 - viewed 364 times.)

* i5.png (10.84 kB, 1052x553 - viewed 437 times.)

* i6.png (6.16 kB, 1053x552 - viewed 369 times.)
« Last Edit: 30/03/2018 15:37:44 by LB7 »
Logged
Ludovic Bavay 19011971 Valenciennes
 



  • Print
Pages: [1]   Go Up
« previous next »
Tags:
 
There was an error while thanking
Thanking...
  • SMF 2.0.15 | SMF © 2017, Simple Machines
    Privacy Policy
    SMFAds for Free Forums
  • Naked Science Forum ©

Page created in 0.268 seconds with 36 queries.

  • Podcasts
  • Articles
  • Get Naked
  • About
  • Contact us
  • Advertise
  • Privacy Policy
  • Subscribe to newsletter
  • We love feedback

Follow us

cambridge_logo_footer.png

©The Naked Scientists® 2000–2017 | The Naked Scientists® and Naked Science® are registered trademarks created by Dr Chris Smith. Information presented on this website is the opinion of the individual contributors and does not reflect the general views of the administrators, editors, moderators, sponsors, Cambridge University or the public at large.