Recent content by tjaeger

  1. T

    How can I solve this variation of the famous birthday problem?

    So, I've been trying to solve a variation of the famous birthday problem. The problem is a more generalized version and goes like this: given n people, what is the probability at least k people share a birthday? You could also describe the problem as such: given m items randomly distributed into...
  2. T

    Java Exception in thread main java.lang.NoClassDefFoundError:

    Exception in thread "main" java.lang.NoClassDefFoundError: I was getting this error trying to compile some java programs in SSH Secure Shell. Then I made a simple "Hello World" program in my home directory to see if it would compile by typing 'java HelloWorld' but all I got was: Caused by...
  3. T

    Does Sound Intensity Change with Frequency Shift in Doppler Effect?

    I think we are supposed to look at each case individually. The answer is given to be the 958Hz wave.
  4. T

    Does Sound Intensity Change with Frequency Shift in Doppler Effect?

    Homework Statement A car with a 1000Hz siren moves away from you toward a cliff at 15m/s. You are stationary. What frequency of sound do you hear directly from the wall and what frequency do you hear reflected off the wall? Which sound is louder? Homework Equations f' = f(v +/- vo)/(v...
  5. T

    Deriving the Doppler Effect

    Nevermind, I figured it out. Wavelength changes with a moving source and velocity of the sound wrt the observer changes when the observer is moving.
  6. T

    Deriving the Doppler Effect

    Homework Statement I have a problem that asks to derive the doppler effect for the two different cases of a moving observer and a moving source. Homework Equations I should get f' = f*(v +/- vo)/(v +/- vs) as my general equation, where f' is the observed frequency and f is the...
  7. T

    Straightforward vector calc problem

    ok, thanks. I got it now.
  8. T

    Straightforward vector calc problem

    Studying for finals and I don't recall how to do projection and I don't like the explanation my textbook gives Problem: Find the distance from the point (1,3,-2) to the plane 2x + y - z = 1 The answer to this problem should be sqrt(6) Relevant equations: ? The attempt at a solution...
Back
Top