Integration of a complicated sort

  • Thread starter Thread starter mateomy
  • Start date Start date
  • Tags Tags
    Integration Sort
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 3K views
mateomy
Messages
305
Reaction score
0

Homework Statement



Here's the original problem in all of its glory...

[tex] \int_0^{T/2} \,\sin((2\pi(t)/T) - \alpha) \, dt[/tex]

Homework Equations



U Substitution
Trig identities (possibly)

The Attempt at a Solution



Using U substitution I've got u=[itex]2\pi(t)/T -\alpha[/itex]

Which means that du= [itex]2\pi/T dt[/itex]

Which also means that dt= [itex]Tdu/2\pi[/itex]

and resetting the limits of integration I have an upper bound at [itex]2\pi - \alpha[/itex] and a lower bound of [itex]-\alpha[/itex].

So now my little equation looks like this...

[tex] \int_{-\alpha}^{2\pi - \alpha} \, \sinu \,\frac{T}{2\pi}\,du[/tex]

pulling out the [itex]T/2\pi[/itex]...

[tex] \frac{T}{2\pi}\int_{-\alpha}^{2\pi -\alpha} \,\sinu \,du[/tex]

which using the Fundamental Theorem of Calculus I can turn to...

[tex] \frac{T}{2\pi} \, (-\cos(u)) [/tex]

evaluating at the upper minus the lower bound (previously stated)

Which looks something like this...

[tex] -\frac{T}{2\pi}\Big(\cos[\,2\pi\,-\,\alpha] - \cos[-\alpha]\Big)[/tex]

Can I use a trigonometric identity to break this thing apart?
When I try to do that I get this...

[tex] -\frac{T}{2\pi}\,\Big(\cos(2\pi)\cos(\alpha)\,+\,\sin(2\pi)sin(\alpha)\,+\,\cos(\alpha)\Big)[/tex]

All in all I end up with a final answer of

[tex] -\frac{T}{2\pi}\,2\cos(\alpha)[/tex]

I have no answer to check my work, so that's why I am posting it here for everyone to point out my probable mistakes and give me some advice. Thanks a ton for the help/suggestions.
 
Last edited:
Physics news on Phys.org
Sorry if my Latex is screwed up in some places.And on second glance...would this end up being a 0 in the end because the Integration with the new U substitution turns out to be an odd function? Or am I closer to being right the first time?
 
Fixed your first integral...I think.
mateomy said:

Homework Statement



Here's the original problem in all of its glory...

[tex] \int_0^{T/2} sin(2\pi(t)/T - \alpha) \, dt[/tex]



Homework Equations



U Substitution
Trig identities (possibly)



The Attempt at a Solution



Using U substitution I've got u=[itex]2\pi(t)/T -\alpha[/itex]

Which means that du= [itex]2\pi/T dt[/itex]

Which also means that dt= [itex]Tdu/2\pi[/itex]

and resetting the limits of integration I have an upper bound at [itex]2\pi - \alpha[/itex] and a lower bound of [itex]-\alpha[/itex].

So now my little equation looks like this...

[tex] \int_-\alpha^(2\pi - \alpha) \, \sinu \,\frac{T}{2\pi}\,du[/tex]

pulling out the [itex]T/2\pi[/itex]...

[tex] \frac{T}{2\pi}\int_-\alpha^(2\pi -\alpha) \,\sinu \,du[/tex]

which using the Fundamental Theorem of Calculus I can turn to...

[tex] \frac{T}{2\pi} \, -\cos(u) [/tex]

evaluating at the upper minus the lower bound (previously stated)

Which looks something like this...

[tex] -\frac{T}{2\pi}\Big(\cos[\,2\pi\,-\,\alpha] - \cos[-\alpha]\Big)[/tex]

Can I use a trigonometric identity to break this thing apart?
When I try to do that I get this...

[tex] -\frac{T}{2\pi}\,\Big(\cos(2\pi)\cos(\alpha)\,+\,\sin(2\pi)sin(\alpha)\,+\,\cos(\alpha)\Big)[/tex]

All in all I end up with a final answer of

[tex] -\frac{T}{2\pi}\,2\cos(\alpha)[/tex]

I have no answer to check my work, so that's why I am posting it here for everyone to point out my probable mistakes and give me some advice. Thanks a ton for the help/suggestions.
 
Yeah you fixed it. I'll try to work out the other integrals using your code as an example.

THANKS!
 
mateomy said:

Homework Statement



Here's the original problem in all of its glory...

[tex] \int_0^{T/2} \,\sin((2\pi(t)/T) - \alpha) \, dt[/tex]



Homework Equations



U Substitution
Trig identities (possibly)



The Attempt at a Solution



Using U substitution I've got u=[itex]2\pi(t)/T -\alpha[/itex]

Which means that du= [itex]2\pi/T dt[/itex]

Which also means that dt= [itex]Tdu/2\pi[/itex]

and resetting the limits of integration I have an upper bound at [itex]2\pi - \alpha[/itex] and a lower bound of [itex]-\alpha[/itex].

So now my little equation looks like this...

[tex] \int_{-\alpha}^{2\pi - \alpha} \, \sinu \,\frac{T}{2\pi}\,du[/tex]

pulling out the [itex]T/2\pi[/itex]...

[tex] \frac{T}{2\pi}\int_{-\alpha}^{2\pi -\alpha} \,\sinu \,du[/tex]

which using the Fundamental Theorem of Calculus I can turn to...

[tex] \frac{T}{2\pi} \, (-\cos(u)) [/tex]

evaluating at the upper minus the lower bound (previously stated)

Which looks something like this...

[tex] -\frac{T}{2\pi}\Big(\cos[\,2\pi\,-\,\alpha] - \cos[-\alpha]\Big)[/tex]
You have an error in the line above. Inside the parentheses it should be cos(pi - alpha) - cos(-alpha)

cos(pi - alpha) = -cos(alpha) and cos(-alpha) = cos(alpha)
mateomy said:
Can I use a trigonometric identity to break this thing apart?
When I try to do that I get this...

[tex] -\frac{T}{2\pi}\,\Big(\cos(2\pi)\cos(\alpha)\,+\,\sin(2\pi)sin(\alpha)\,+\,\cos(\alpha)\Big)[/tex]

All in all I end up with a final answer of

[tex] -\frac{T}{2\pi}\,2\cos(\alpha)[/tex]

I have no answer to check my work, so that's why I am posting it here for everyone to point out my probable mistakes and give me some advice. Thanks a ton for the help/suggestions.

I end up with (T/pi)cos(alpha).
 
Okay, so I am close...

Im looking at the point where I pulled the antiderivative of sin(u), which I thought was a (neg)cos(u). So wouldn't I want to pull it all the way out in front of my constant [itex]\frac{T}{2\pi}[/itex]?

Im also lost on how you reached a pi as opposed to the 2pi I have come to?

But seriously, thanks.
 
mateomy said:
Im also lost on how you reached a pi as opposed to the 2pi I have come to?

But seriously, thanks.
I meant that in sense of what was in the parenthesis, not the final answer; because, correct me if I am wrong but the 2pi in the denominator and 2cos would simplify to a pi in the denominator and a singular cosine.
 
When you evaluate cos(2pit/T - alpha) at t = T/2, you get cos((2pi/T)(T/2) - alpha). The 2's cancel and the T's cancel, so you're left with cos(pi - alpha).
 
Hmmmmmm
 
Last edited: