The Sensation Of Touch - A Subatomic Perspective

free web hosting
Free Web Hosting, No Ads > CONTRIBUTE > What Is...?

The Sensation Of Touch - A Subatomic Perspective

suberatu
I was first introduced to this concept in a movie entitled What the Bleep? Down the Rabbit Hole which I would highly recommend to anybody with the slightest interested in physics, or a curiosity to find out something new about the world. Basically, one part of the movie claimed that no two objects ever actually come into physical contact with each other in the real world. One might immediately say something like, "Then how come I can feel something when my hand gets close enough to it?"

The answer is that when you get close to an object, what you are actually feeling is the force created by the repulsion between the electrons in your hand (or other body part) and the electrons of that object. Different objects give you a different sensation because their unique chemical composition and physical structure causes varying amounts of forces (in the repulsion between your electrons and the electrons of that object).

The example given in the movie specifically refers to the bouncing of a basketball on a basketball court. You initially give the ball a downward velocity (which over time increases due to gravitational acceleration) and send it falling towards the concrete (or whatever substance the court floor is made of). As the ball starts approaching the floor, there is a slight repulsion between its electrons and those of the floor. As the ball gets closer, the force of repulsion becomes greater and greater (to keep the approaching ball's electrons from ever coming into physical contact with the floor's electrons). Eventually, this force becomes so great that it 'bounces' the ball back up towards you.

I just found it very interesting to imagine that at this moment, as I type on my keyboard, I am not actually touching the keys. The force of repulsion given off by the electrons on my fingertips is simply greater than that given off by the keys, which is why I am able to force them down and type this post. Kind of makes you question some of your basic perceptions on the world when you find out that something you that was so obvious or knew so much about turns out to be completely different than you had originally thought.

 

 

 


Reply

OpaQue
What you are saying is True.

Touching is the contact between two objects. And we cannot expect the electrons on the outer surface of one object being touched to the electrons of the other. This can actually cause a reaction and then might even result into electron exchange.

The force exerted by the electrons definitely gets affected by the velocity of the object into consideration. However, for a physical study and calculations, we consider the object as a whole and apply simple kinetic equations to get our answers (which tally with the real life readings).

To say in simple words, I know the monitor which I see this site does not understand anything and its all about series of 0's and 1's which are processed on a large scale by my processor. But, to make things simple, We have developed high level programming language for easy understanding and working with it.

-Shree

Reply

sylenzednuke
True. It's actually real simple. It's High School science. That's exactly the reason why if we fall from a place we don't get sucked right into the core of the Earth but rather fall flat on the Earth's surface. Because Electro-magnetic force is far greater in strength than Gravitational force. The repulsion between the electrons of our skin/clothes and the Earth's surface is way too much for Gravity to overcome.

This was even shown in the "Elegant Universe" series. This thing applies to anything and everything as nothing is made-up of something other than atoms and molecules. Be it your keyboard, your body, your drum kit, the ball. Though it is kinda amazing that heat and friction, texture all still can be felt. The accurateness of the electrons! Something more amazing to imagine. You pluck the strings on your guitar, but it isn't actually your fingers that are pulling the string, it's the "wall of repulsion" between the string and your finger that's doing the task.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : sensation, touch, subatomic, perspective

  1. Ipod Touch Vs. Iphone
    (4)
  2. Htc Touch Diamond Or Iphone?
    (5)
    The HTC Diamond looks pretty good but it will be launched on 29 june (hopefully) and there
    aren't many apps; The iPhone it's really nice (and less expensive) but it doesn't have a
    qwerrty keyboard!! I'm really "in the air" /xd.gif" style="vertical-align:middle"
    emoid=":XD:" border="0" alt="xd.gif" /> What do you think about these 2 touch phone?? ....
  3. Mac Book Touch
    (4)
    Hello Everyone, I'm a newbie but I'd just like to talk about a few things i've noticed
    on the internet. I've noticed this 'concept' that hasn't really been introduced yet,
    but it looks pretty cool. It's called the MacBook Touch, and it's meant to be a MacBook but
    a touchscreen version similar to their iPhone, but a Mac Computer. Looks pretty cool. Here's a
    picture: http://i151.photobucket.com/albums/s145/Ka...let-mockup2.jpg And here's some info on
    it (well this one has a different picture but who cares /wink.gif" style="ve....
  4. Games Like The Ones You See On Touch Screen Machines
    im sure most of you know the touch screen games (2)
    Im just wondering if anyone know of the Mega touch screen games , if you do is there a way to find
    them to play on computer? its like you know how sudoku and photohunt is available as computer
    version.. but i want something like Word dojo or that monkey game where you hit the monkey on the
    bum and you see how far it goes.. i don't remember what that one is called, or even those games
    like Qshot .. i want most of the games that they use on the Mega touch screen games when you go to
    the game centers at the shops. the touch screen games cost to much to buy it. I'v....
  5. Why Smf Has Lost Its "touch"
    (4)
    So after asking jlhaslip (thanks btw!) which is the best PHPBB3 or SMF he said go on guess...
    AEF, never heard of it before untill today, today my friends SMF gets shot. AEF is fantastic It has
    got little sexy icons at the bottom that move (yes move). The icons will zoom in and out. I have
    never seen such an advanced forum with so many features STANDARD! For example, it has a HTML
    section so you can put what you want in the headers and footers! No nasty messed up code (like
    SMF or PHPBB3) I have gotta say well done to the developers of phpbb3 though their ....
  6. Ipod Touch Doesn't Work On Xbox360
    (1)
    Does anyone know a way to get this to work? All the other ipods work but my touch doesnt. =[....
  7. Help Me (perspective Projection)
    make a Mode7 projection (0)
    I made this code to test isometric projection: #include #include #include #include
    #include float matrix = {{1, 0, 0, 0}, {0, 0, 0, 0}, {0, 0, 1, 0}, {0, 0, 0, 1}}; void
    vertex( float x, float y, float z ){ float n ,r ={0, 0, 0, 0}; n =x; n =y; n =z; n =1;
    for(int i=0; i for(int j=0; j r +=n *matrix ; putpixel(r +(getmaxx()/2),r
    +(getmaxx()/2),YELLOW); } int main(void) { int gdriver = DETECT, gmode, errorcode;
    initgraph(&gdriver, &gmode, ""); errorcode = graphresult(); if (errorcode != grOk) {
    printf("Grap....
  8. Ipod Touch Help...
    ideal screen size? (5)
    hey guys, i just recently got an 8gb ipod touch and i LOOOOOOVE it! i found an excellent video
    and dvd to mp4 converter, however i have just one problem with it. it allows you to convert to a
    number of sizes, and i have figured out that i must choose between two of them. they are displayed
    as: -ipod touch mpeg-4 wide screen (720x406) and -ipod touch mpeg-4 extra (640x480) after doing
    some research, i discovered that the ipod touch's screen size is actually 640x480, however
    widescreen might also look better.... so which one? does anyone know?....
  9. The New Ipod Touch
    Touch Screen iPod (10)
    iPod Touch QUOTE The iPod touch is an iPod portable media player designed and
    marketed by Apple Inc. The device, which features a multi-touch interface, was unveiled to the
    general public on September 5, 2007 as part of an event dubbed "The Beat Goes On", - an event which
    featured the introduction of Cover Flow to the iPod line. The iPod touch uses 8 or 16 GB of flash
    memory, costing US$299 and US$399 respectively. It also has Wi-Fi and includes Safari,
    Apple's web browser. The iPod touch is the first generation of the iPod line to inc....
  10. *** Virus Alert *** Important ***
    *** DO NOT TOUCH THESE LINKS *** (14)
    Sources have warned that the following links, or similar, should not be "touched" or linked to.
    Your Anti-virus will issue a severe warning if you click to these links. It would appear that the
    common element is the filename in the link which follows the web protocol h t t p. h {double t} p
    {colon} //xxthebestxx.hut2.ru/ r57.txt h {double t} p {colon} //www.hdcs.org.np/ r57.txt
    h {double t} p {colon} (a file on your account) %20script:void(0) h {double t} p {colon}
    //turkey.dnsdc9.com/~activ7/ r57.txt h {double t} p {colon} //turkey.dnsdc9.co....
  11. Goodbye guys
    (8)
    Just would like to inform you guys that I will be leaving trap17. It has been a good adventure,
    spending 9 months in trap17, but I have decided to hop onto computer host. Thanks to opaque who
    helped me in the registration and also I have done a redirect on my trap17 site to link to my new
    site for another 170 days, so for sure I won't lose any new visitors. The support I had was
    amazing, and within 2 hours, everything was settled. Thanks to anyone who I have shared some good
    discussions in trap17 See ya guys!....
  12. Wanting To Touch Up/learn My Html Again
    (27)
    Ok, well recently i realized that i am not as skilled in HTML (such as building website layouts) as
    i want to be, with tables etc... and so i was thinking about going through many many many many many
    many sites and just touching up on my HTML and see if i can code my own website template before
    starting to learn PHP because that is what i want to do. so, i am asking all of you experianced
    people on trap17 what websites did you use to learn your HTML skills, yees i know i could go to
    google and type in learn html or somthing along the lines of that, but i want to know wh....
  13. Psp Universal Media Discs (umd)
    With a touch of homebrew (0)
    Basically this article explains alot about the UMD, the UMD holds a pity 1.8 gigs of space and thats
    really all that this doesnt tell you. UMDS are neat but annoying, but just take a read, sony had
    their reasons for making umds, except they didnt reach their.... goal. (Taken from wikpedia)
    QUOTE Information In an effort to combat piracy and maintain exclusive control, the UMD Disk
    format is proprietary, and neither blank media nor media writers are available to the public.
    Individuals have found a way to hack the format, which caused the release of pirated IS....
  14. Robots That Can Touch
    (19)
    I found this article about robots and their sense of touch pretty interesting. Click here ....
  15. A Good News Update
    From a liberal perspective (5)
    Here's a quick (mostly postive) news post: 1) Haiti is in the process of electing Préval (a
    friend of the kidnapped former president Aristede). 2) A group of Chinese Elders, who formly held
    postions of power within the goverment, have publicly challenged China's policy of mass
    cencorship. Talk about getting support from an unexpected quater. 3) Sweden claims that it will
    fully abolish it's reliance on fossil feuls by 2020. That's 16 years. Wow. 4) There are
    leaked memos floating around that seem to suggest that the UK goverment will pull out half of ....
  16. Multi-input Touch Screen
    (11)
    This is a demonstration video of a latest technology touch-screen. It is truely amazing and mind
    boggling to think of the possible uses for this technology. You can check out the 3 1/2 minute long
    video here . Most of the time new technology to me is so so but this is pretty damn
    spectacular! ....
  17. Fold Laptop With Touch Screen
    this is information about the fold lappy (3)
    Ok i have heard that there is a new kind of laptop out... you can fold the screen over the mouse
    and keyboard with the screen facing up then with the laptop you get i call a "Magic Pen!" that
    interacts with the laptop screen and the courser moves with it and you can write hand written emails
    with this clever pen every thing to work to gamming done by this fold back screen pen laptop any
    ware at any time it folds like a notpad "paper notpad!" 360' turn too i have one of these
    works with any Operation system ever (not including 3.1 /blink.gif' border='0' s....
  18. Talk Is Cheap :: Discussion, in perspective
    (1)
    Firstly, FNH is awesome . 8) Secondly, check out my forums! I plan on keeping them for a while,
    trying to actually build a user base, etc. Feel free to join, it's good for you!
    http://talkischeap.uni.cc /smile.gif' border='0' style='vertical-align:middle'
    alt='smile.gif' /> ....
  19. Can't Touch This!
    *dances* (7)
    http://www.dbzgalaxy.com/canttouchthis2.wmv ....

    1. Looking for sensation, touch, subatomic, perspective

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for sensation, touch, subatomic, perspective

*MORE FROM TRAP17.COM*
advertisement



The Sensation Of Touch - A Subatomic Perspective



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE