Techniques of integration, Partial Fractions problem.

afcwestwarrior
Messages
453
Reaction score
0

Homework Statement



∫(2t)/(t-3)^2

the integral is 2 to 0

ok does it = A/ t-3 + B/(t-3)^2

I'm not sure if you break up (t-3)^2
 
Physics news on Phys.org
afcwestwarrior said:

Homework Statement



∫(2t)/(t-3)^2

the integral is 2 to 0

ok does it = A/ t-3 + B/(t-3)^2

I'm not sure if you break up (t-3)^2

Yep, \frac{2t}{ (t-3)^2} = \frac{A}{t-3} + \frac{B}{(t-3)^2}.

From here, just multiply both sides by (t-3)^2

Edit: Sorry, I used the variable 'x' instead of 't'.
 
It's ok.
 
So would it be 2t= A(t-3)+ B

=At-3A+B
A(t) - (3A+B)

A=2
3A+B=0

Is this correct.
 
afcwestwarrior said:
So would it be 2t= A(t-3)+ B

=At-3A+B
A(t) - (3A+B)

A=2
3A+B=0

Is this correct.

You should get
A = 2 and B - 3A = 0
 
you distributed the negative to make it B-3A
 
A=2
and B=6

then would it be 2/ t-2 + 6/ (t-2)^2


skipping u substitution part

= 2 ln[t-2] + 6 ln [(t-2)^2

is that correct
 
afcwestwarrior said:
A=2
and B=6

then would it be 2/ t-2 + 6/ (t-2)^2skipping u substitution part

= 2 ln[t-2] + 6 ln [(t-2)^2

is that correct
You have a typo. It's a 3 not a 2.

\int \frac{2t}{ (t-3)^2}dt =\int \frac{2}{t-3}dt + \int \frac{6}{(t-3)^2}dt

Also, you did not integrate the right term correctly, it's a degree of "-2" not "-1"
 
A=3 is what your saying, I'm not following. Where's my mistake
 
  • #10
afcwestwarrior said:
A=3 is what your saying, I'm not following. Where's my mistake

It is (t-3) not (t-2)
 
  • #11
oh ok I understand. so would it be 2 Ln [t-3] + 6 ln[(t-3)^2]
 
  • #12
afcwestwarrior said:
oh ok I understand. so would it be 2 Ln [t-3] + 6 ln[(t-3)^2]
This part is incorrect. What is the anti-derivative of \frac{1}{(t-3)^2}?
 
  • #13
The simple way to solve 2t= A(t-3)+ B, for all t, is to let t= 3 first: 2(3)= A(0)+ B so B= 6. Then, if, say, you let t= 0, 0= -3A+ 6 so 3A= 6 and A= 2.
 
Back
Top