How Do Phase Differences Affect the Amplitude of Combined Waves?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 24K views
AndreAo
Messages
16
Reaction score
0

Homework Statement


Determine the amplitude of the resultant wave when two sinusoidal waves having the same frequency and traveling in the same direction are combined, if their amplitudes are 3.0 cm and 4.0 cm and they differ in phase by [tex]\pi/2[/tex] rad

Homework Equations


y(x,t)=a*sin(kx-wt)
y(x,t)=b*sin(kx-wt+[tex]\phi[/tex])
[tex]\phi[/tex] phase difference
sin a + sin b = 2sin 1/2(a+b) . cos 1/2(a-b)

The Attempt at a Solution


Because the amplitudes are not the same couldn't solve it using the sum of sin.
 
Physics news on Phys.org
Thanks:smile:

Using the principle of superposition:
y(x,t)=a*sin(kx-wt)+b*sin(kx-wt+[tex]\varphi[/tex])
Using sin(a+b)=sin a*cos b+sin b.cos a on the second sin of the expression above leads to:
y(x,t)=a*sin(kx-wt)+b*cos(kx-wt)
But I don't see a way to group sin and cos.
 
AndreAo said:
Thanks:smile:

Using the principle of superposition:
y(x,t)=a*sin(kx-wt)+b*sin(kx-wt+[tex]\varphi[/tex])
Using sin(a+b)=sin a*cos b+sin b.cos a on the second sin of the expression above leads to:
y(x,t)=a*sin(kx-wt)+b*cos(kx-wt)
Uh, not quite. Let's look at just the sin(kx-wt + φ) term.

sin(A+B) = sinA*cosB + sinB*cosA is correct.

So what does sin(kx-wt + φ) equal? Again, use

A = kx-wt
B = φ

(I've changed a&b into A&B, since a&b were already defined as something else in the problem statement. I missed that before, sorry.)
 
Using just in sin(kx-wt+[tex]\phi[/tex]):
sin(kx-wt+[tex]\phi[/tex]) = sin (kx-wt)*cos [tex]\phi[/tex]+ sin([tex]\phi[/tex])*cos (kx-wt)
cos [tex]\phi[/tex] = 0
sin [tex]\phi[/tex] = 1
so sin(kx-wt+[tex]\phi[/tex]) = cos (kx-wt). What is wrong?
 
You want to replace the two terms by a single sine or cosine function of kx-wt, with amplitude A and phase beta.


y(x,t)=a*sin(kx-wt)+b*cos(kx-wt) = A sin (kx-wt + beta).

Apply the rule for sin (y+z) again. You will have sine and cosine of (kx-wt) on both sides of the equation. As this is an identity, it has to be true for all values of kx-wt, so the factor of the sine term on the right is "a" and that of the cosine term is "b". Then you have two equations for A and beta, solve for A.

ehild
 
The result before was:
y(x,t)=a*sin(kx-wt)+b*cos(kx-wt)
a*sin(kx-wt)+b*cos(kx-wt) = A sin(kx-wt+[tex]\beta[/tex])
Applying the rule on the right side of equation:
A[sin(kx-wt)*cos [tex]\beta[/tex]+sin [tex]\beta[/tex]*cos(kx-wt)]
So, Acos [tex]\beta[/tex] = a and Asin [tex]\beta[/tex] = b
A = a/cos [tex]\beta[/tex] and A = b/sin [tex]\beta[/tex]
a/cos [tex]\beta[/tex] = b/sin [tex]\beta[/tex]
tan [tex]\beta[/tex] = b/a
tan [tex]\beta[/tex] = 0.04/0.03
tan [tex]\beta[/tex] = 1.33
[tex]\beta[/tex] = arctan 1.33
[tex]\beta[/tex] = 0.92
A = a/cos 0.92 = 0.05
The answer is y(x,t)= 0.05sin(kx-wt+0.92) which is the book answer
Redbelly and ehild, thanks for helping!