Thread: How to strip?

  1. #1
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708

    How to strip?

    Put your clothes on, son, this is a science question.

    My question is this:

    What would be the easiest way to degrade an element to the next size down? I thought maybe it would be to first free a neutron, then take this isotope and blast it with a proton beam to free the proton. Is that feasable?
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  2. #2
    mov.w #$1337,D0 Jeremy G's Avatar
    Join Date
    Nov 2001
    Posts
    704
    element->degrade(1.0);







    common, who didnt see that one commin?
    c++->visualc++->directx->opengl->c++;
    (it should be realized my posts are all in a light hearted manner. And should not be taken offense to.)

  3. #3
    Banned
    Join Date
    Jan 2003
    Posts
    1,708
    adrian, clyde and confuted would know, they're all science/chemistry buffs.

  4. #4
    The Earth is not flat. Clyde's Avatar
    Join Date
    Mar 2002
    Posts
    1,403
    My grasp of radioactivity is very rusty but

    I think you can make an atom decay by hitting it with neutrons (maybe protons too?) but it won't neccesarily decay to the next element.

    There are different forms of radiation, beta-radiation is where a neutron in the nucleus decays to a proton and spits out an electron.

    alpha radiation is where the nucleus spits out a hellium nucleus: two protons and two neutrons.

    So presumeably you could add a proton/neutron producing an unstable nucleus that would then decay via alpha/beta/a combination of the two, or instead split into two smaller nuclei and a bunch of neutrons (thats fission).

    But getting from say Chlorine to Sulphur, i don't think is likely to be feasable (though as i say i'm pretty rusty, so i may have made gargantuan errors ).
    Last edited by Clyde; 11-30-2003 at 08:19 AM.
    Entia non sunt multiplicanda praeter necessitatem

  5. #5
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    Unless the target element happens to be in the decay series of what you have, I really can't see any easy way of doing it.
    The word rap as it applies to music is the result of a peculiar phonological rule which has stripped the word of its initial voiceless velar stop.

  6. #6
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    Originally posted by Clyde
    summary of radiochemistry
    There's also k-capture: absorption of a k-shell electron with the same effect as beta-plus(positron) emission ie a reduction in nuclear charge.
    Last edited by Ken Fitlike; 11-30-2003 at 01:53 PM.
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

  7. #7
    Banned
    Join Date
    Jan 2003
    Posts
    1,708
    i find it wildly amazing that i actually have a clue about what you guys are talking about. chemistry was hell for me.

  8. #8
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    Originally posted by Ken Fitlike
    There's also k-capture: absorption of a k-shell electron with the same effect as beta-plus(positron) emission ie a reduction in nuclear charge.
    Wow Mr. Fitlike... Could this possibly be related to your profession?

  9. #9
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    >> There's also k-capture: absorption of a k-shell electron with the same effect as beta-plus(positron) emission ie a reduction in nuclear charge.

    Ken?? Is...that...you?

    I'm just trying to work out a theory here. I would prefer a straightforword method (ie: blasting atoms with neutron beams or similar) Anyone ever heard of this actually being achieved - that is: degrading (stable) elements in this way?
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  10. #10
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    Look at the field of alchemy.
    The word rap as it applies to music is the result of a peculiar phonological rule which has stripped the word of its initial voiceless velar stop.

  11. #11
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    >>Anyone ever heard of this actually being achieved<<

    neutron-proton (n,p) reactions, examples include oxygen and nitrogen

    If you're looking for a more rigorous approach perhaps take a look at capture cross section; I don't think there's any formal, predictive maths for systematic elemental transmutations; as far as I know radio/nuclear chemistry is still very much an empirical science.
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

  12. #12
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331

    Re: How to strip?

    Originally posted by Sebastiani
    Put your clothes on, son, this is a science question.
    Damn. Ok, then.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. GNU strip inquiry
    By Chris87 in forum Tech Board
    Replies: 2
    Last Post: 07-05-2009, 08:04 PM
  2. Memory Analyzer Tool
    By edesign in forum C Programming
    Replies: 9
    Last Post: 06-08-2009, 12:54 PM
  3. Command to strip out comments in source files
    By cyberfish in forum Tech Board
    Replies: 19
    Last Post: 11-13-2008, 02:50 PM
  4. strip out certain characters
    By bradleyd in forum C Programming
    Replies: 10
    Last Post: 04-20-2007, 02:57 PM
  5. about strip
    By George2 in forum Tech Board
    Replies: 3
    Last Post: 08-28-2006, 10:09 AM