The max of 2 cos: int[0,L] A*sin(kx-wt) dx

Joseph123

New member
Joined
May 25, 2024
Messages
2
Hello,
Im stuck so for my final project i have to do some calculations:
[math]∫_0^L〖A*sin⁡(kx-ωt)dx〗[/math] This is an integral for a expresion of a sound wave trough a membrane
I have to get A out of the expression
[math]U(t)=W* A* (-(cos⁡(kL-ωt)-cos⁡(-ωt))/k)[/math]So it got this i think till here everything is correct but now i have to get A(amplitude) for the max displacement this is when: [math]cos⁡(ωt)-cos⁡(kL-ωt)[/math] is at its maximum value out of logic i think its 2 because cos is between 1 and -1 so if the one is 1 and the other is -1 its 2 but i have no idea
how to proof this i tried it with the simpson formulas but i think im soo wrong: [math]-2 sin⁡(((kL-ωt)-ωt)/2)*sin⁡(((kL-ωt)+ωt)/2) =-2 sin⁡(ωt-kL/2)*sin⁡(kL/2)[/math][math]ωt-kL/2=(-π)/2*n+k*2π (kϵz)[/math][math]kL/2=π/2-ωt*n+k*2π (kϵz)[/math]and this is then the answer:
[math]U_max=W*A/k*2[/math]could just someone help me with getting the max value of those 2 cos it would help me soo much!
 
Last edited:
Use trigonometric identity for [imath]\cos\alpha - \cos\beta[/imath] ?
 
I haven't checked the first part of your work. After this line...
[math]-2 sin⁡(((kL-ωt)-ωt)/2)*sin⁡(((kL-ωt)+ωt)/2) =-2 sin⁡(ωt-kL/2)*sin⁡(kL/2)[/math]
...I think you went a bit wrong. The variable is t isn't it? Therefore you effectively have...
[math]X(t) = -2 \sin⁡(f(t))\sin⁡(kL/2)[/math]The kL/2 is constant isn't it? And f(t) is some function of the variable t. The maximum and minimum values of the above expression should be obvious at this point if you assume f(t) could take any value :D

Don't forget [imath]U(t) = W*A*X(t)/k [/imath]
 
Hello,
Im stuck so for my final project i have to do some calculations:
[math]∫_0^L〖A*sin⁡(kx-ωt)dx〗[/math] This is an integral for a expresion of a sound wave trough a membrane
I have to get A out of the expression
[math]U(t)=W* A* (-(cos⁡(kL-ωt)-cos⁡(-ωt))/k)[/math]So it got this i think till here everything is correct but now i have to get A(amplitude) for the max displacement this is when: [math]cos⁡(ωt)-cos⁡(kL-ωt)[/math] is at its maximum value out of logic i think its 2 because cos is between 1 and -1 so if the one is 1 and the other is -1 its 2 but i have no idea
how to proof this i tried it with the simpson formulas but i think im soo wrong: [math]-2 sin⁡(((kL-ωt)-ωt)/2)*sin⁡(((kL-ωt)+ωt)/2) =-2 sin⁡(ωt-kL/2)*sin⁡(kL/2)[/math][math]ωt-kL/2=(-π)/2*n+k*2π (kϵz)[/math][math]kL/2=π/2-ωt*n+k*2π (kϵz)[/math]and this is then the answer:
[math]U_max=W*A/k*2[/math]could just someone help me with getting the max value of those 2 cos it would help me soo much!

In the first part, are you saying that...
[math]\int_0^LA\sin⁡(kx-ωt)dx[/math][math]=-WA[\cos⁡(kL-ωt)-\cos⁡(-ωt)]/k[/math]
I think this would be true if W = 1 :unsure:. (Also this integral assumes everything else is constant while x changes)
 
Last edited:
I haven't checked the first part of your work. After this line...

...I think you went a bit wrong. The variable is t isn't it? Therefore you effectively have...
[math]X(t) = -2 \sin⁡(f(t))\sin⁡(kL/2)[/math]The kL/2 is constant isn't it? And f(t) is some function of the variable t. The maximum and minimum values of the above expression should be obvious at this point if you assume f(t) could take any value :D

Don't forget [imath]U(t) = W*A*X(t)/k [/imath]
Thank you so much i think i understand it a little this is way above my league but you say that f(t) = [math](kL−ωt)−ωt)/2[/math] is that correct?
 
Thank you so much i think i understand it a little this is way above my league but you say that f(t) = [math](kL−ωt)−ωt)/2[/math] is that correct?

I wrote f(t) because it doesn't really matter what f(t) actually is... it only matters that the value of f(t) changes when t changes. (I assume that you aren't given any constraints on the values that t can have).

Let's look at each factor of X(t), below, in order to work out the min and max values of X(t) when t changes

[math]X(t) = -2 \sin⁡(f(t))\sin⁡(kL/2)[/math]
A) The first factor is -2. The value of this is a constant. It doesn't change when t changes.
B) The second factor is sin(f(t)). What is the maximum value that this could be when t changes? What is the minimum value that this could be when t changes?
C) The third factor is sin(kL/2). What happens to this value when t changes? The answer is nothing... because it doesn't contain "t". Therefore this is a constant value (that lies somewhere between -1 and 1 depending on the constants k and L).

Can you put this together to work out the min and max values of X(t)?

--

If you're still struggling, would you be able to work out the maximum value of this alternative expression:-
[math]Z(t) = -2\sin(t)\sin(0.1)[/math]
 
Top