Integrate t.sin(t^2-1) using integration by parts | Math solution

  • Thread starter Thread starter DryRun
  • Start date Start date
  • Tags Tags
    Integrate
Click For Summary

Homework Help Overview

The problem involves finding the integral of the function t*sin(t^2-1), which falls under the subject area of calculus, specifically integration techniques. Participants are exploring various methods to approach this integral, including integration by parts and substitution.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants discuss using integration by parts, with one original poster expressing difficulty due to an endless cycle in their attempts. Others suggest moving the variable t into the differential or using substitution methods. There are also considerations of the relationship between t^2-1 and 1-t^2, as well as the parity of the cosine function.

Discussion Status

The discussion is ongoing, with various approaches being explored. Some participants have offered tentative substitutions and questioned the effectiveness of certain methods. There is recognition of the importance of including the differential in the integral, which has led to clearer insights for some participants.

Contextual Notes

There are indications that some participants are struggling with the setup of the integral, particularly regarding the inclusion of the differential. The discussion reflects a range of interpretations and methods, with no explicit consensus reached on the best approach.

DryRun
Gold Member
Messages
837
Reaction score
4
Homework Statement

Find [itex]\int t\sin(t^2-1)[/itex]

The attempt at a solution
I've used the method of integration by parts.
Let U=t, then dU =1
Let dV=[itex]sin(t^2-1)[/itex], then [itex]V=-\frac{cos(t^2-1)}{2t}[/itex]

Then, [itex]\int t\sin(t^2-1)=t.-\frac{cos(t^2-1)}{2t}- \int -\frac{cos(t^2-1)}{2t}.1[/itex]

Again, i use the method of integration by parts to find [itex]\int -\frac{cos(t^2-1)}{2t}.1[/itex]
Let U=[itex]cos(t^2-1)[/itex], then dU=[itex]-\frac{sin(t^2-1)}{2t}[/itex]
Let dV=[itex]\frac{-1}{2t}[/itex], then V=[itex]-\frac{ln2t}{2}[/itex]

Then, [itex]\int -\frac{cos(t^2-1)}{2t}=cos(t^2-1).-\frac{ln2t}{2}-\int -\frac{ln2t}{2}.-\frac{sin(t^2-1)}{2t}[/itex]

The integration cycle is endless. I'm stuck.

Or, i could have also tried for [itex]\int -\frac{cos(t^2-1)}{2t}[/itex]
Let [itex]U=\frac{-1}{2t}[/itex], then [itex]dU=\frac{2}{t^2}[/itex]
Let [itex]dV=cos(t^2-1)[/itex], then [itex]V=\frac{sin(t^2-1)}{2t}[/itex]

Then, [itex]\int -\frac{cos(t^2-1)}{2t}=\frac{-1}{2t}.\frac{sin(t^2-1)}{2t}-\int \frac{sin(t^2-1)}{2t}.\frac{2}{t^2}[/itex]

But still, it looks like it's going to go on forever.
 
Last edited:
Physics news on Phys.org
Why not move the t into the differential. That way when you construct the equation you will have to find the derivative of the sine and then substitute...
I will work that example out in a few mins
 
I didn't understand what you meant, but i probably tried it already in my first post above. Anyway, I'm still waiting for your attempt at the solution.
 
sharks said:
Homework Statement

Find [itex]\int t\sin(t^2-1)[/itex]

The attempt at a solution
I've used the method of integration by parts.
Let U=t, then dU =1
Let dV=[itex]sin(t^2-1)[/itex], then [itex]V=-\frac{cos(t^2-1)}{2t}[/itex]

That is wrong.

Use integration by substitution.ehild
 
Hi ehild

A tentative substitution... Let [itex]t=\sin\theta[/itex]. I tried it but it doesn't look "friendly". :smile:
Here is what i get: [itex]\int \sin\theta\sin(-\cos^2\theta).\cos\theta\,.d\theta=\int \frac{\sin 2\theta}{2}.\sin(-\cos^2\theta)[/itex]
I don't think i should use t=tan (half-angle) here. So, no idea what substitution to use.
 
Last edited:
sharks said:
Hi ehild

A tentative substitution... Let [itex]t=\sin\theta[/itex]. I tried it but it doesn't look "friendly".:smile:

Why do you think it makes things easier?

You have the composite function sin(t^2-1). It is multiplied by t which is almost the derivative of the inner function t^2-1. Choose the inner function as new variable.


ehild
 
Let [itex]u=t^2-1[/itex]

[itex]t=\sqrt{u+1}[/itex]

[itex]du=2t\,.dt[/itex], [itex]dt=\frac{1}{2\sqrt{u+1}}\,.du[/itex]

Then, i get the answer: [itex]-\frac{\cos u}{2}=-\frac{\cos (t^2-1)}{2}[/itex]

But in Wolfram, i get this answer: [itex]-\frac{\cos (1-t^2)}{2}[/itex]

I suppose this means that the two answers are equivalent to each other?
 
Last edited:
How are t^2-1 and 1-t^2 related?
What about the parity of the cosine function?

ehild
 
ehild said:
How are t^2-1 and 1-t^2 related?
What about the parity of the cosine function?

ehild

[itex](t^2-1)=-(1-t^2)[/itex]

[itex]\cos -(t^2-1)=\cos (t^2-1)[/itex]

Therefore, [itex]-\frac{\cos (t^2-1)}{2}=-\frac{\cos -(1-t^2)}{2}=-\frac{\cos (1-t^2)}{2}[/itex]

Am i correct?
 
  • #10
Well, you dropped a pair of parentheses. cos(-(t^2-1)) is correct.

Is everything clear now? :smile:

Do not forget that you can use substitution whenever you have have a factor in the integrand which is a constant times the derivative of an inner function.

ehld
 
  • #11
Sharks, sorry... Got back from shopping - had to unload everything ...
Now back to the problem: Indeed, this kind of substitution you wrote is the most efficient
I tried solving by moving under the differential, but it gets too complicated and takes too much time to solve :)
So, in conclusion - this is the way it should be done :)
 
  • #12
I understand it now. As usual, thanks for your help, ehild. :smile:
 
  • #13
The key to this is to use the double angle 2t. You need to convert the expression to be in terms of 2t instead of t squared.
 
  • #14
sharks said:
Homework Statement

Find [itex]\int t\sin(t^2-1)[/itex]
In my opinion, some of the problems encountered in this thread arise from dropping the dt in the above integral, which should br written:
[itex]\displaystyle \int t\sin(t^2-1)dt[/itex]​
That way the substitution u = t2-1

gives du=(2t)dt .

Upon rewriting the integral it becomes pretty obvious where to plug everything in.

[itex]\displaystyle \int t\sin(t^2-1)dt=\frac{1}{2}\int \sin(t^2-1)(2t)dt[/itex]
[itex]\displaystyle =\frac{1}{2}\int \sin(u)du[/itex]​
 
  • #15
sharks said:
I understand it now. As usual, thanks for your help, ehild. :smile:

You are welcome (as usual :smile:) but I hope next time you remember the possibility of substitution.


ehild
 
  • #16
SammyS said:
In my opinion, some of the problems encountered in this thread arise from dropping the dt in the above integral, which should br written:
[itex]\displaystyle \int t\sin(t^2-1)dt[/itex]​

You are right, Sammy, (as always :smile:) dt must not be omitted.

ehild
 

Similar threads

  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 105 ·
4
Replies
105
Views
11K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K