How to i solve the amplitude 3sin(2x)+4sin(x)

  • Thread starter Thread starter expscv
  • Start date Start date
  • Tags Tags
    Amplitude
AI Thread Summary
To solve the amplitude of the function 3sin(2x) + 4sin(x), the maximum value can be determined by finding the critical points of the function. The individual amplitudes are 3 and 4, but they do not simply add due to their differing frequencies. The maximum value of the combined function is approximately 6.10, confirmed through both calculus and graphing methods. The discussion also highlights the use of software like ROOT for visualizing the functions. Overall, the approach involves calculating derivatives and solving for critical points to find the maximum amplitude.
expscv
Messages
241
Reaction score
0
how to i solve the amplitude 3sin(2x)+4sin(x)
 
Mathematics news on Phys.org
The amplitude of one component is 3; the amplitude of the other is 4. When two sine waves are added together, regardless of their frequencies or phases, they will periodically be in phase and add together constructively. They will add to an amplitude of 7 at those points.

- Warren
 
thx , is amplitude find through max/min pts?
 
Far be it from me to disagree with Chroot, but I don't see how sin(x) and sin(2x) will "constructively interfere" to give an amplitude of 3+ 4. 4sin(x)= 4 only for x= pi/2+ 2npi while 3sin(2x)= 3 only for 2x= pi/2+ 2mpi or x= pi/4+ mpi. That means we would have to have (m-2n)pi= pi/4 for some integers m and n.

The way I would do this problem is to find the maximum value of y= 3sin(2x)+ 4sin(x) as expscv suggested:
If y= 3sin(2x)+ 4sin(x) then y'= 6cos(2x)+ 4cos(x). cos(2x)= 2cos2(x)- 1 so this is y'= 12 cos2(x)+ 4cos(x)- 6= 0.

Solving that quadratic equation for cos(x), then converting that to sin(x) and sin(2x) (sin(x)= sqrt(1- cos2(x)) of course, and sin(2x)= 2sin(x)cos(x)), I get that 3sin(2x)+ 4sin(x) has a maximum value of approximately 6.10, the same thing I get by graphing y= 3sin(2x)+ 4sin(x).
 
Whoops. Integer multiple frequencies. :sheepish grin:

- Warren
 
thx both in reply, espically HallsofIvy ,
 
I got too curious. :smile:

The red and blue are the two components. The black one the sum.
 

Attachments

  • c1.png
    c1.png
    2.6 KB · Views: 618
cool wat software is that?
 
Nice looking functions. You can do that with Excel as well, although it would be a bit less convenient.
 
  • #10
It's called ROOT. You can download it from here. It is mainly used for high energy physics.
 
Back
Top