Ask Experts Questions for FREE Help !
Ask

Evaluate the following integrals

Asked Sep 24, 2010, 10:59 PM — 11 Answers
1. (integral sign) 2x+5(over) x(squared)+3x+6
2. (integral sign) x(cubed)+5x(squared)+4(over) x(x(squared)+3x+2)
****over is equivalent to the division sign

11 Answers
gashan's Avatar
gashan Posts: 14, Reputation: 10
Junior Member
 
#2

Sep 24, 2010, 11:07 PM
Can someone assist me with these integrals
The s like sign e(raised to the power of 2x)+x(raised to the power of 2) cos3x dx. And the other question is
The s sign 2x+1 divided by the square root of (x(raised to the power of 2)+3x+6)
Helpful
Unknown008's Avatar
Unknown008 Posts: 8,147, Reputation: 3745
Uber Member
 
#3

Sep 25, 2010, 01:11 AM
1.

This is close to the form:



But you have f'(x) here = 2x + 3. So, break the fraction into two parts first.

2. Try a long division first as the fraction isn't a simple fraction.

3.

Separate into two integrals and use by parts for the x^2cos(3x) one.

4.

Use integration by parts for this one.
Helpful  (1)
gashan's Avatar
gashan Posts: 14, Reputation: 10
Junior Member
 
#4

Sep 25, 2010, 01:19 AM
Comment on Unknown008's post
Quote:
Originally Posted by Unknown008 View Post
1.

This is close to the form:



But you have f'(x) here = 2x + 3. So, break the fraction into two parts first.

2. Try a long division first as the fraction isn't a simple fraction.

3.

Separate into two integrals and use by parts for the x^2cos(3x) one.

4.

Use integration by parts for this one.
My best friend asked me to check on a solution for this question. I think he missed out a semester and is trying to teach himself from scratch. Would it be possible to give me the entire solution? Looking forward to your response
Helpful
galactus's Avatar
galactus Posts: 2,272, Reputation: 1436
Ultra Member
 
#5

Sep 25, 2010, 04:31 AM
For the last one:



Break it up into:



For the first half, let


See how?. It whittles down to



Now, continue with the second half.

For that part, complete the square on the quadratic in the radical and then make an appropriate substitution.

The first problem can be tackled by completing the square as well.
Helpful
gashan's Avatar
gashan Posts: 14, Reputation: 10
Junior Member
 
#6

Sep 25, 2010, 05:43 AM
Comment on galactus's post
Quote:
Originally Posted by galactus View Post
For the last one:



Break it up into:



For the first half, let


See how?. It whittles down to



Now, continue with the second half.

For that part, complete the square on the quadratic in the radical and then make an appropriate substitution.

The first problem can be tackled by completing the square as well.
for the second part, would it be equal to 1/4U+C?
Helpful
galactus's Avatar
galactus Posts: 2,272, Reputation: 1436
Ultra Member
 
#7

Sep 25, 2010, 06:05 AM
No, it is a bit more involved than that.

We start with:



Complete square:



Let

Then, we get:



Now, try a trig sub perhaps to finish:



Now, let

Make the subs and it becomes:



Integrate and make the back substitutions. The solution involves ln
Helpful  (1)
gashan's Avatar
gashan Posts: 14, Reputation: 10
Junior Member
 
#8

Sep 25, 2010, 06:28 AM
Comment on galactus's post
Quote:
Originally Posted by galactus View Post
No, it is a bit more involved than that.

We start with:



Complete square:



Let

Then, we get:



Now, try a trig sub perhaps to finish:



Now, let

Make the subs and it becomes:



Integrate and make the back substitutions. The solution involves ln
ok cool. Thank you. Help greatly appreciated.
Helpful
gashan's Avatar
gashan Posts: 14, Reputation: 10
Junior Member
 
#9

Sep 25, 2010, 11:27 AM
Can you confirm if these answers that we got are correct. We placed x=0 in the second question, and both sides equate to the same. But just wanted confirmation.
' (2x + 5)/(x + 3x + 6) dx
= ' (2x + 3 + 2)/(x + 3x + 6) dx
= ' (2x + 3)/(x + 3x + 6) dx + 2 ' dx/(x + 3x + 6)
= ' (2x + 3)/(x + 3x + 6) dx + 2 ' dx/((x + 3/2) + 15/4)
= ' (2x + 3)/(x + 3x + 6) dx + 2 ' dx/((x + 3/2) + '(15)/2)
= ln (x + 3x + 6) + 2 (2/'15) arctan( 2(x + 3/2)/'15) + C
= ln (x + 3x + 6) + (4/'15) arctan( 2(x + 3/2)/'15) + C

' (x + 5x + 4)/[x(x + 3x + 2) ] dx
= ' (x + 5x + 4)/(x + 3x + 2x) dx
= ' (x + 3x + 2x + 2x - 2x + 4)/(x + 3x + 2x) dx
= ' (x + 3x + 2x)/(x + 3x + 2x) dx + ' (2x - 2x + 4)/(x + 3x + 2x) dx

Let
(2x - 2x + 4)/(x + 3x + 2x) = A/x + B/(x + 1) + C/(x + 2)
Then
2x - 2x + 4 = A(x + 1)(x + 2) + Bx(x + 2) + Cx(x + 1)
2x - 2x + 4 = x(A + B + C) + x(3A + 2B + C) + (2A)

By comparing coefficients of different powers of x:
2A = 4 ==> A = 2

-2 = 3A + 2B + C ==> -2 = 6 + 2B + C ==> 2B + C = -8

2 = A + B + C ==> 2 = 2 + B + C ==> B + C = 0 ==> B = -C

==> -2C + C = -8 ==> C = 8 ==> B = 8

==> (2x - 2x + 4)/(x + 3x + 2x) = 2/x + 8/(x + 1) - 8/(x + 2)

Continuation
= ' (x + 3x + 2x)/(x + 3x + 2x) dx + ' (2x - 2x + 4)/(x + 3x + 2x) dx
= ' 1 dx + ' (2/x + 8/(x + 1) - 8/(x + 2)) dx
= x + 2ln|x| + 8ln|x + 1| - 8ln|x + 2| + C
Helpful
Unknown008's Avatar
Unknown008 Posts: 8,147, Reputation: 3745
Uber Member
 
#10

Sep 25, 2010, 12:03 PM
1.

Complete the square;



Sub you = x + 3/2.

Du = dx



Use











->





Okay, seems it agrees with your answer, good
Helpful  (1)

Not your question? Ask your question View similar questions

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search



Check out some similar questions!

Graphing calculator, calculus, derivitives, integrals [ 2 Answers ]

I am taking university calculus, and we are not allowed to use graphing calculators on tests. I was wondering if there were any calculators on the market that took derivitives and integrals, but are not classified as a graphing calculator.

Graphing calculator, calculus, derivitives, integrals [ 5 Answers ]

I am taking university calculus, and we are not allowed to use graphing calculators on tests. I was wondering if there were any calculators on the market that took derivitives and integrals, but are not classified as a graphing calculator.

Improper integrals [ 5 Answers ]

Can anyone tell me if the answer to this is: converges to -1/2


View more Math & Sciences questions Search