Integration of a trig function > 0

MechEMike
Messages
1
Reaction score
0
I need to take the integral of the following function over one cycle.

y(t) = sin(wt)cos(wt-p)


p is a phase angle that exist from 0 to pi. w is a frequency.

This would be pretty straightforward, but I need to take the integral only of the portions of the function that are greater than zero.
I need to do this for an efficiency analysis, where the negative portion of the cycle is waste energy and don't contribute to average power. I need an symbolic expression.

The zero crossings are at t1 = pi/w and t2 = pi/(2w) + p/w which I had been using as limits of integration.

\int ^{t_2}_{0} y(t) dt - \int ^{t_2}_{t_1} y(t) dt

The resulting expression is correct for values of for 0<=p <= pi/2. Above p = pi/2 though, the expression does not give me the result I need, because for p> pi/2, t2<t1 and the result of

\int ^{t_2}_{t_1} y(t) dt

changes sign.

I am not sure how to get around this. Any help would be...helpful. Thanks!
 
Last edited:
Physics news on Phys.org
I would suggest an alternate approach. cos(wt-p) = coswtcosp + sinwtsinp, so you can then have two integrals from 0 to 2π/w. cosp∫sinwtcoswtdt + sinp∫sin2wtdt.
 
Back
Top