Thursday, July 23, 2009

Student Answers Exp 5 1012

Q:  Explain how the earth's magnetic field could affect your results when measuring magnetic field directions around a DC wire.  Based only on your data, can you tell what side of the laboratory is facing (magnetic) north?
 
"The earth's magnetic field could possibly interfere with the needle of the compose by detecting the magnetic field produced from the current in the wire to the magnetic field that indicates north on earth.
The direction of the compass and the magnetic field of the earth is pointing to the back of the lab toward the door by the magnetic field earth actin on the  force this is the result of the sum of the vectors from the earth."

--
Adam D Scott

Wednesday, July 22, 2009

Student answers: Exp 6 1012

"Since the equation ... decreases as the capacitor increases, we know that the current will be less for the larger capacitor."
First of all, equations don't change; values in them may.  Capacitors don't change in the experiment they did; the charge stored on the capacitor is what changes.  The current only decreases at a slower rate for a larger capacitor; it's initial and final value has no bearing on what capacitor one uses, though.

"Another error is due to the fact that the timer is pretty quick and we are either getting the measurement a bit too early or a bit too late..."
Makes timers counting off seconds are too fast...but they count seconds, so seconds must be too fast...so life is too short?

--
Adam D Scott

Sunday, June 14, 2009

More on Logistic Map




















Here are several "slices" of the output vs. time from the orbit diagram. They show the output as it changes from iteration to iteration (time). The plot title is the corresponding r value, so you can compare how many different "lines" there are going across each plot (after about midway through the x-axis), to the number of points for each r value in the orbit diagram. It may be hard to see unless you enlarge these images, but you should see one, two, four, eight, numerous lines on the time series plots (points on the orbit diagram) for r=2.95,3.01,3.52,3.555,3.57, respectively.

Logistic Map




This is an orbit diagram for the logistic map. It shows how the period doubles for various r values along with windows where the period reduces. Approaching these windows, the output is aperiodic (chaotic)...I think I can say that and it's true. The growth parameter (x-axis), r ranged from 2.9 to 4 and is incremented by 0.001. For each r value, there are ~200 output values (y-axis). I only took outputs after the system reached steady state (eyeballing - half of total iterations). The initial input to the map is 0.5 (so the initial output is based on this...output = r*input*(1-input) ). Since this is a nonlinear map, the input generates an output which then becomes the new input, and repeat for many iterations. For some reason after r = 4, the system blows up after a few iterations...I'm not sure what to say about that right now.


Edit: The system blows up for r > 4 because input/output is bounded by 0 and 1. The map is a parabola with it's maximum at output = r/4...this assuming 0<=input<=1.

Thursday, May 28, 2009

Spleenwort Fern

I changed a sign or few in the matrix transforms. I think this is what Barnsley and Wagon intended people to get when implementing their model. This is way cooler looking too.

This is a fractal representation of a Spleenwort Fern. It is infinitely complex in that no matter the magnification, the resolution does not change. Essentially the fern pattern is what makes up every fern you see. Enjoy.

Wednesday, May 27, 2009

Sand Dollar Success!

I figured out what was wrong with my program.  There were two things:
1.  I needed to use the output as the new input, instead of sending a set of predetermined points through the function to generate output.
2.  I was taking the square root of a number that didn't need it.
In the end, the fixes took a grand total of a minute to fix in the program; however, it took many hours to discover what was wrong.
Enjoy my sand dollar.

Tuesday, May 5, 2009

My MS degree exam questions

1.  Explain the Schodinger's cat paradox.
2.  Consider the Stern-Gerlach (SG) experiment.  If you direct a beam of ions through one SG apparatus, and then place another SG apparatus oriented the same as the first in the path of one of the first split beams, then place a screen on just beyond the second SG apparatus, how will the ions be distributed on the screen?  Follow-up:  how many ions should hit the screen given a beam containing 1000 ions.
3.  A sailor drops a ball from the top of the mast on a sailing ship.  Where will the ball land?
4.  Consider a rod of uniform mass density resting balanced on a cylinder when a puff of wind tilts the rod.  At what angle will the rod slide off of the cylinder?  Note: there is static friction between the rod and cylinder.  Follow-up:  is the rod stable if it tilts by small angles compared with the angle required to slide off?  Follow-up:  will the rod experience harmonic motion at the small tilt angles?
5.  What makes the dynamics of neurons nonlinear?

Do YOU know the answers?