Jump to content

RyanJ

Senior Members
  • Posts

    2250
  • Joined

  • Last visited

About RyanJ

  • Birthday 10/12/1988

Profile Information

  • Location
    Directly above the center of the Earth.
  • Interests
    Computer programming and hobby chemistry.
  • Favorite Area of Science
    Chemistry
  • Biography
    Interested in computer programming, chemistry, physics and biology.
  • Occupation
    Student

Retained

  • Primate

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

RyanJ's Achievements

Primate

Primate (9/13)

34

Reputation

  1. Thank you. I need to take a bit of time to digest the implications of the equation you've presented so I can get a good understanding of what it is doing and why.
  2. What would that look like? Would that require something like this: Calculate the acceleration due to gravity (g) using [math]g = \frac{GM}{r^2}[/math] Calculate the time taken to fall over the distance h under the influence of g using [math] t = \sqrt{\frac{2h}{g}}[/math] Calculate the terminal velocity of the object after falling for time t using [math] v = v_0+gt[/math] Calculate the kinetic energy at the end of the fall using the relativistic kinetic energy equation [math]k_e = m_0 × c^2 × (\sqrt{1 - \frac{v^2}{c^2}} - 1)[/math] While this seems correct outwardly, I can see some issues. It assumes that the acceleration is uniform over the time of the fall and it doesn't factor in that there is an upper speed limit due to relativistic effects. I don't know how to account for the latter, for small heights it's a non-issue but for larger ones, the speed quickly exceeded what is actually possible - implying my model and method is ultimately faulty.
  3. Hi all. I've been trying to calculate how much energy would be released from dropping things onto the surface of a neutron star from certain heights. I'm using... [math]\Delta E = GMm (\frac{1}{r_2} - \frac{1}{r_1})[/math] To calculate the potential energy that could be released. Where G is the gravitational constant, M is the mass of the neutron star, m is the mass of the falling object, r2 is the radius of the neutron star plus the height and r1 is the radius of the neutron star. Phew! Would this be the correct formulation to use here? I don't know if I would need to take relativistic effects into account here (and I wouldn't know where to start with that, so advice would also be welcome). Are there any other factors I need to consider here? What proportion of that potential energy would realistically be released from such a collision? I'm trying to get back into practising using mathematics and physics in practice, I'm feeling seriously rusty. I also recall hearing something along the lines of "dropping a marshmallow onto the surface of the neutron star releases as much energy as an atomic bomb" and I wanted to put that claim to the test. I think this is the correct forum, but if not I would appreciate it if the thread could be moved. Thanks!
  4. Hi all! It has been quite a while since I last posted here. Again. I'm currently interested in supernovae and the exotic stellar remnants that are left behind from such events. I'm interested in the physics and science surrounding this subject, it's something that I currently have an interest in and want to learn more about. I'm considering doing a degree in astrophysics as I've found myself with quite a bit more free time recently. I'm brushing up on my physics (it's been a while since I used it). I have no problem with them being technical and in-depth and would prefer the details as opposed to the popular science explanations, though I'll happily take a look at those too. I've gone through as much YouTube as I can find on the subject, but I find myself wanting for more information about the subjects. I'm not afraid of getting my hands dirty with the math and whatnot. I'd also be interested in any books about the more theoretical stellar remnants, such as quark stars. If anyone has any suggestions then I would more than welcome them. Thanks!
  5. So, I was correct in my initial assumptions then? Ha, the irony. I had attempted to solve it as a simultaneous equation but I figured that was the wrong method and abandoned it. Thanks for the answer!
  6. Hello all! It's been quite a while since I posted here. I noticed this question while trying to help a niece solve a piece of homework and I just couldn't figure this one out. This isn't homework for me, trust me, I have left school long ago. Could someone enlighten me as to the solution for this one and how to go about solving them? Just in case I need to assist with homework again in the future... at least then I'll be able to provide pointers. I also hate not being able to answer such things. I had initially attempted to treat it as a simultaneous equation but I'm not convinced that it's the correct way to handle this one. Thanks!
  7. Hello , thanks for adding me to your friends :)

  8. Sorry but that really doesn't make any sense at all to me. I came up with something like this last night - though it may not be correct: (interestWanted * daysInYear) / interestRate)
  9. Hi guys! It has been a while since I last posted and I've come with a problem. I know the formula for calculating the future value of a value with compound interest is: [latex]PV = \frac{FV}{\left( 1 + i \right)^n}[/latex] However. I need to figure out how much interest you'd need in order to reach a specific amount of interest per day. For example. I'd need to know how much money I'd need at, say, 7% interest rate per yet in order to get £10 a day interest. I've been unable to figure this out so any help here would be appreciated. This has been giving me a bit of a headache - it's for an excel project I'm working on.
  10. Hi all, Does anyone know of a PHP compound parser that takes a compounds formula as input (e.g. UO2(CO3)) and then spits out an array of the element symbols with the number of each present in the specified formula, in this case U=1, O=5,C=1. Any help appreciated!
  11. The site references nitrogen dioxide, both the name, formula and CAS number to that page - which was apparently an error. I'm told that they'll be trying to fix it asap. Thanks all!
  12. Hi everyone! While browsing through a chemical database site I came upon an entry for nitrogen dioxide that showed the nitrogen having a positive charge: http://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=3609161&loc=ec_rcs Is this correct? Shouldn't this molecule actually be neutral? Have they confused it for something else? Thanks.
  13. Hi everyone! I am looking for some new books so I am interested in some good books about black holes, white dwarfs, neutron stars, magnetars and maybe theoretical objects like quark stars and so on. Not necessarily a technical reference book but books involving those, especially the quark stars would be great! Any suggestions?
  14. I know that. Actually that's what I'm working on at the moment I'm thinking of using pattern match and possible techniques such as entropy and compressibility in cases where patterns are not clear cut. The program is being written in C# and WPF so if anyone wants to take a look and work on this with me - feel free to let me know
  15. I know. It uses a pattern matching approach. However it also fails with files that have no structure, such as ISO files.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.