Solving Sound Wave Phase Difference: Analysis of (x,y,z) Co-ords

AI Thread Summary
The discussion centers on calculating the phase difference of a spherical sound wave emitted from the origin, with a frequency of 13100Hz and a wave speed of 346m/s, between two points in 3D space. The initial calculation of phase difference using a simple distance approach was incorrect, as it didn't account for the distances of each point from the origin. Participants clarified that the phase difference should be determined by the distances of the points from the source, using the 3D distance formula. After recalculating, the correct phase difference was found to be π/2 radians or 90 degrees. The conversation highlights the importance of understanding 3D coordinates in wave physics.
fredrick08
Messages
374
Reaction score
0

Homework Statement


a spherical sound wave source at the origin emits a sound wave with frequency 13100Hz and a wave speed of 346m/s. what is the phase difference in degrees and radians between the two points with (x,y,z) co-ords (1cm,3cm,2cm) and (-1cm,1.5cm,2.5cm)??


Homework Equations


v=f\lambda
\Delta\phi=2\pi\Deltax/\lambda

The Attempt at a Solution


\lambda=v/f=346/13100=26.4x10^-3m
\Delta\phi=2\pi(.01--.01)/\lambda=
2\pi(.02)/26.4x10^-3=4.76rad=272.6degrees

i know this question seems simple but is it really just that, it doesn't seem right?
what about the x,y,z co-ords, y tell me them? please does anyone have any idea??
 
Physics news on Phys.org
srry bout all them, pi's they are meant to be multiplied, for some reason they look superscript, don't quite know how to use this equation editor yet...
 
it doenst help that there is not an example of a question like this in my book, just the formula... but 4.76rad and 272.6degrees, doesn't seem quite right...
 
Hi fredrick08,

fredrick08 said:

Homework Statement


a spherical sound wave source at the origin emits a sound wave with frequency 13100Hz and a wave speed of 346m/s. what is the phase difference in degrees and radians between the two points with (x,y,z) co-ords (1cm,3cm,2cm) and (-1cm,1.5cm,2.5cm)??


Homework Equations


v=f\lambda
\Delta\phi=2\pi\Deltax/\lambda

The Attempt at a Solution


\lambda=v/f=346/13100=26.4x10^-3m
\Delta\phi=2\pi(.01--.01)/\lambda=


I don't think this is right. The important thing for the phase changes is the distance the waves are for the source. If this was a one-dimensional wave in the x-direction, you would just subtract the x-coordinates. What would you need to do for a three-dimensional case? Once you have that, I think the rest is straightforward.
 
oh ok, yer that's what i was thinking, but how do i find out the distance from each other in 3d? i don't quite understand how to draw a 3d graph... the difference between the x,y,z is (0.02,-0.015,0.005)m...
 
No, what is needed is not the distance between the points, but the difference in how far each point away is from the origin. What do you get?

(For example, if the two points were (1,0,0) and (0,1,0), the phase difference would be zero, because they would be the same distance from the origin.)
 
ok so i got have to do a lot of pythag...

point1=sqrt(0.01^2+0.03^2)=0.031m, and in z dir, sqrt(0.031^2+0.02^2)=0.0374m
point2=sqrt(0.01^2+0.015^2)=0.018m, and in z dir, sqrt(0.018^2+0.025^2)=0.0308m
change=point1-point2=0.374-0.0308=0.0066
put that in the equation and rofl change in phase = .25(2pi)=pi/2 or 90degrees rofl... now that question has been rigged lol, is that right? sounds it lol
 
That looks right to me

You can do the 3-D distance formula in one step, so point 1 would be:

<br /> d=\sqrt{x^2+y^2+z^2}=\sqrt{0.01^2+0.03^2+0.02^2}<br />
and the same thing for point 2.
 
wow kool, didnt know that lol, never worked in 3d before... lol, anyways thanks so much, ur a legend! lol
 
  • #10
Sure, glad to help!
 
Back
Top