Jeremy Harrison
Chicago State University

REU program-Summer 2003
Univ. of Wisconsin - Madison
Madison, WI 53706

harrison@wisp.physics.wisc.edu



Research projects of other REU students
Useful links
My conclusions
Research Picture

The Fate of Gas Clouds
Que pasa

Introduction

In the galaxy, every object has there own velocity of 220 km/s for circular orbits, even gas clouds orbiting the milky way galaxy, (as observed from the center of the galaxy.) However, from our perspective things can be moving at an angle and thus, we can be moving towards some things and away from some things. It's called the red shift! Things moving away from us is shifted to the red, light, specturem and things moving towards us is shifted to the blue, light, specturem. However, these high velocity gass clouds are moving towards us, to galatic center either because they are in a decaying orbit or because they experience a drag force. Prehaps, both!

The bad news is that we can't observe this directly. To do so, would take about a million years or more. For you nonscience guys out there this cloud that we're talking about is about ... lets say about 30,000 light years (10KPC), now a light year is the distance that light travels in one year is 1629360000 miles (94608000000000 meters) because of the speed of light is 186,000 miles/h ( 3*10^7 meters/second.) and so the total distance would be 48880800000000 miles. Our space vehicles would take about a trillion-billion years or more to go that far out!

The other thing about these gas clouds orbiting the galaxy is that the galaxy has different gravitational fields at different coordinates of (X, Y, Z). On the earth we live in a constant gravitational field of 9.8 meters/second squared (32 feet/second squared), unless of course we go up as far the space shuttle which has a gravitational acceleration less then 32feet/second squared. You see the equation for calculating the force of gravity is (GMeMo/(R + h)^2), where G is the universal gravitional constant, Mo is Mass of the object, Me is the Mass of the earth, R is the radius of the earth and h is the height above the earth. Now when "h" is small we can leave the h out. Even if your on a big mountain, we can still say, "You're in a gravitiation field of 32 feet/second^2, but when "h" get's so high that you are above the earth then we say that your in a different gravitional field of the earth.

Life would be so much better if things were that easy! On earth, just like in the Galaxy, you have a drag force that complicates things. The drag force is a little bit more complex because it is different for slow moving objects then for fast moving objects! "How so you ask?!" Well, for slow moving object the drag force is directly porpotional to the velocity and for fast moving objects, we have that the drag force is directly porpotional to the velocity squared. In Classical Mechanics, I mainly solved such types of problems anayltically, but such an equation is a 'grasp' NON-LINEAR differential equation. At least when the velocity is squared. My professor back home once told me that nobody really nows how to do non-linear differential equations so what we scientist do is linearize such equations. For example, the pendulum has a theta dependence (which I'll call 'A'), because the differential equation for the pendulum is actually ( d^2A/dt^2 = sinA ), but when A is very small we can just as easily say that the equation is ( d^2A/dt^2 = A ), and making life easier!

Okay so what do we do if we don't want to linearize the pendulum, Well we can go through a very tricky method of changing variables. Using some tricks with trig functiions and tricks with calculus, which is going to take me forever to explain, but is very interesting! I suggest reading "Symon," (it's a tough book, but it has a lot of information in it) or we can use numerical methods. Numerical Methods is the easy way to do differential equations for linear and nonlinear systems. The method we choose was the Runge-Kutta method because it was more accurate then any other method, plus it was the simplest method too. The problem was that I never did any numerical analysis before. To help me me understand how to do numerical analysis I wrote a program about about the acceleration of things here on earth. Now to make things simpler, or as my DEQ professor would say, "Let's make life easier." ( He only said that when he was feeling genourous and he didn't feel genourous a whole lot!) I had a term 'b' represent the mass of the object, the coefficient of drag, Cd, the area and the density of the air. Now on earth the density depends on height only, but in the Galaxy the density is a function of the height and the radius of the Galaxy. Moreover, no human has ever visited the outer reaches of the Galaxy so the best we can do is rely on emperical data, from our instruments here on earth and guessing (to be honest). I solved for the terminal velocity anayltically to be the squareroot of 'g' if 'b' was equal to one! Now I had to write the numerical methods program that would show that. It took me about 3 - 4 days of trail and error to finally get it right! When I got an answer, on the computer, a good scientist will always come back to the problem at hand to check the answer he/she got. Why? Because we are after the truth, whatever that might be! or so I hear! : )

Well, I finally had the numerical methods technique down. Now to write the program. ( dV/dt = g - bV^2) remember that the gravitiational field 'g' is in all three directions in the Galaxy and is different and so is the density. The other equation is ( dx/dt = V ) and these two equation is suppose to represent vectors in all three directions. Just one of these equations actually contain three equations, therefore we actually have six equations to worry about. One for dv/dt, and the other for dx/dt in all three directions. Moreover, unlike for the drag problem on earth I wasn't expecting the numbers to converge. I had to look for something different instead of the numbers converging to one value. The first thing we thought up is the energies. This is a conservative system without drag. So the energy should be constant. Also, momentum is conserved. Our initial thoughts were that the magnitude of the angular momentum should be conserved. That wasn't true but it was actually the Z component of the angular momentum that was conserved. This is because our clouds are cylindrical and the Z component is cylindrically symmetrical. The velocityy we noticed oscilated nicely, so you could represent it by the cosine function. Now with drag turned on we notice that the Z component of the angular momentum decreassed but at some point it leveled out to some value. This surprised us because we thought that the angular momentum should continue to decrease but it didn't. Moreover, over time, with drag the gas clouds became a perfect circle. The theory to explain that is ... Imagine you're in the water moving at some speed and then you enter a whirlpool big enough to trap ships or something like that to pull you down or whatever, at some point you will move at the speed of the whirlpool no matter how hard you try to over come it. The same is true for the gas clouds, it is submegged in a fluid of a circular velocity and it has no choice but to move with that fluid over time.

  1. One reason that I found this research interesting is because I get to learn some new stuff to do this research, like box orbits and numerical analysis. Learning a stuff is always exciting. I also learned about galatic coordinates and I even had to write a program that calculated orbits and speed of stars away from earth. The trouble is, I didn't know any of that stuff when I first arrived here. For the first few days, I was amazed about how much I didn't know about astronomy. But, that is why I'm here I told myself! I wanted to do this internship to learn and do something new. And, I fully reallized that I would come up to do something new, but it is not until I actually do something new is the point when I get nervous. ( Which we all do! "HOPEFULLY, Not just me!" )

  2. We get to discover something new! My professor back home, said "When you begin to do research, you will be one of the few people on the whole planet that knows about, 'X'. So, it will just be you and God that knows about, 'X'. Until you publish that is, but doesn't that sound incredibile!" At the time, it sounded cool, but now that I'm actually doing it! Helping out my advsior with this project it's really is sortof cool trying to become an authority on something. (now I don't know how big of an authority, I will be since I am only here for the summer, but I find it pretty cool) So, now I have more of a sense of what he was talking about! Sutemi!!

  3. The third thing that I'm happy about is that Madison is pretty cool and the thing that made me interested in science in the first place was space science. Over time, I sortof moved away from that because my home university doesn't have any astronomy program. It's just a physics program and my professors back home don't really talk that much about orbits and the stars in the first place. They are more concered with things, like quantum mechanics, Newtons laws, Calculus.(At least from my point of view). In a way, it's like a return to the beginning so to speak! I remember my freshman year in college arguing with my professor on wheter their was life on other planets besides our own ( No, this wasn't science fiction, we were talking about.) I basically argued my point so well that I got the name SPACEMAN!

What I am doing right now

Now that I am finished programing, I'm analyzing different graphs that was created. Seeing how things come out. One thing we just learned is that the timestep in our numerical methods program changes the out come of the graph, but very slightly! You see we used the Runge-Kutta method for our program. The reason we used that method like I said earlier is because it is very accurate, but it's only really good because it has teststeps before you get to the final timestep, those teststeps are meant to check out the slope. Instead of doing the euler method which doesn't test out how the slope is changing at all, it will just lead you to the answer and I'm afraid if you're timesteps are too big the errors may be huge.

Workoutput


The above picture may be talking about grad students but as a research student, there truth to this graph for me as well also, I didn't come up with this graph, it was made by the funny people at phdcomics. Try it out! phdcomics

Here is a graph of how the Magellanic Stream (MS) moves with time. The dots represent 250Myrs. The MS is a cross between an equitorial orbit and a polar orbit. there is a drag force on this cloud. You can tell because the velocity levels out to some constant non-zero value.

DATA

Look actual "DATA!" YES!!!

The dramatic conclusions of my research project

Drag is very important for a circular orbit! here is a case without drag and the second one will be a case with drag. The dots represent the time it takes our sun to travel around the Galaxy. For an equitorial orbit it may take about 3 dots for a cloud to get in a circular obrit and for a polar orbit it may take about 1000Myr - 2000Myr for the orbit to become circular. When we turned the column density up ( think of column density as the mass ) the clouds still looked like the ballistic case but was slowly slowing down! The function could still be represented as a cosine function but now there was an extra term that showed a decrease in the graph! The weridest graphs we got was rotational scale height, they greatly changed the Z component of the angular momentum and there orbit decayed to a much smaller circle or some graphs.

Here are two equitorial orbits. The simplest cases. The first one is without drag and the second one is with standard drag. For a purely equitorial orbit the Z velocity should be zero, but the program keeps missing up if we didn't give Z velocity some non zero value.
The only position we have is in the Y direction and therefore all the velocity is in the X direction The numbers are the initial conditions. Vx = V*(y/R).


Graph1


Graph2

One problem with the graphs is that we found out that with our program, we had to use very small timesteps, because our answer changed slightly with timesteps. For example, with timestep=.1, we got a nice looking orbit and then with a timestep=.01, we got a slightly different orbit. It's somewhat to be expected since we are using numerical methods to calculate the orbits, Luckily it doesn't change too much. Otherwise, that would indicate something was obvious wrong with our program!

Now that I showed you the equitorial orbits I should also show the polar orbits, again here is a case without drag and a case with drag.
polar colud
polar colud2


Useful links

The following links are very useful for looking up info on UNIX, web page making, and astrophysical data and journals.

SIMBAD (Stellar database)

SIMBAD (Stellar database)

NED (Extragalactic database)

UNIX tutorial

Web page basics

NASA Astrophysics Data Service