Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > University Math Help > Calculus
Reply
 
Thread Tools Display Modes
  #1  
Old October 21st, 2007, 02:42 PM
Newbie
 
Join Date: Oct 2007
Posts: 13
Country:
Thanks: 0
Thanked 0 Times in 0 Posts
curlywurlysqurly is on a distinguished road
Default Integration question

Hey, i was wondering if anyone could help me with this question:

integrate: 4x^3 exp(2x^4)

i know what the answer is but i really dont understand how to do the question as apparently, it doesnt involve any integration at all!!!

Thanks
Reply With Quote
Advertisement
 
  #2  
Old October 21st, 2007, 02:45 PM
Jhevon's Avatar
vs Jhevon
 
Join Date: Feb 2007
Location: New York, USA
Posts: 11,104
Country:
Thanks: 2,610
Thanked 4,271 Times in 3,970 Posts
Jhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond repute
Default

Quote:
Originally Posted by curlywurlysqurly View Post
Hey, i was wondering if anyone could help me with this question:

integrate: 4x^3 exp(2x^4)

i know what the answer is but i really dont understand how to do the question as apparently, it doesnt involve any integration at all!!!

Thanks
a simple substitution of u = 2x^4 will do

can you proceed?
Reply With Quote
  #3  
Old October 21st, 2007, 02:48 PM
Newbie
 
Join Date: Oct 2007
Posts: 13
Country:
Thanks: 0
Thanked 0 Times in 0 Posts
curlywurlysqurly is on a distinguished road
Default

sorry, no! i still dont understand. I was told to differentiate the (2x^4) and then put the whole thing over the (8x^3), it then simplifies, and you dont do any integration.
Reply With Quote
  #4  
Old October 21st, 2007, 02:49 PM
galactus's Avatar
Eater of Worlds

 
Join Date: Jul 2006
Location: Chaneysville, PA
Posts: 2,874
Country:
Thanks: 121
Thanked 1,104 Times in 992 Posts
galactus has much to be proud ofgalactus has much to be proud ofgalactus has much to be proud ofgalactus has much to be proud ofgalactus has much to be proud ofgalactus has much to be proud ofgalactus has much to be proud ofgalactus has much to be proud ofgalactus has much to be proud of
Default

Just let:

u=2x^{4}, \;\ du=8x^{3}, \;\ \frac{du}{8}=x^{3}

Make the subs and it'll fall into place.
Reply With Quote
  #5  
Old October 21st, 2007, 03:09 PM
Newbie
 
Join Date: Oct 2007
Posts: 13
Country:
Thanks: 0
Thanked 0 Times in 0 Posts
curlywurlysqurly is on a distinguished road
Default

i see what you mean kind of! but it isnt really working!!! please wouls someone help me go through all the steps.
Thankyouuuu
Reply With Quote
  #6  
Old October 21st, 2007, 03:13 PM
TD! TD! is offline
Senior Member
 
Join Date: Jan 2006
Location: Brussels, Belgium
Posts: 400
Country:
Thanks: 0
Thanked 66 Times in 58 Posts
TD! will become famous soon enoughTD! will become famous soon enough
Send a message via MSN to TD!
Default

\int {4x^3 e^{2x^4 } \,\mbox{d}x}  = \frac{1}{2}\int {\underbrace {e^{2x^4 } }_{e^u }\underbrace {8x^3 \,\mbox{d}x}_{\rm{d}u}}  = \frac{1}{2}\int {e^u \,\mbox{d}u}
Reply With Quote
  #7  
Old October 21st, 2007, 03:14 PM
Jhevon's Avatar
vs Jhevon
 
Join Date: Feb 2007
Location: New York, USA
Posts: 11,104
Country:
Thanks: 2,610
Thanked 4,271 Times in 3,970 Posts
Jhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond repute
Default

Quote:
Originally Posted by curlywurlysqurly View Post
i see what you mean kind of! but it isnt really working!!! please wouls someone help me go through all the steps.
Thankyouuuu
fine, we will spoil you this time

\int 4x^3 e^{2x^4}

Let u = 2x^4

\Rightarrow du = 8x^3 ~dx

\Rightarrow \frac {du}2 = 4x^3 ~dx

So our integral becomes:

\frac 12 \int e^u~du = \frac 12 e^u + C

= \frac 12 e^{2x^4} + C


TD!'s underbraces make the substitution more explicit
Reply With Quote
  #8  
Old October 21st, 2007, 03:16 PM
Krizalid's Avatar
Math Engineering Student

 
Join Date: Mar 2007
Location: Santiago
Posts: 3,056
Country:
Thanks: 82
Thanked 1,362 Times in 1,086 Posts
Krizalid has a brilliant futureKrizalid has a brilliant futureKrizalid has a brilliant futureKrizalid has a brilliant futureKrizalid has a brilliant futureKrizalid has a brilliant futureKrizalid has a brilliant futureKrizalid has a brilliant futureKrizalid has a brilliant futureKrizalid has a brilliant futureKrizalid has a brilliant future
Send a message via MSN to Krizalid
Default

Quote:
Originally Posted by curlywurlysqurly View Post
integrate: 4x^3 exp(2x^4)
Note that (e^{2x^4})'=8x^3e^{2x^4}

Integrate both sides e^{2x^4}+k_1=\int8x^3e^{2x^4}\,dx

Divide by two and yields

\frac12e^{2x^4}+k=\int4x^3e^{2x^4}\,dx
Reply With Quote
  #9  
Old October 21st, 2007, 03:20 PM
Newbie
 
Join Date: Oct 2007
Posts: 13
Country:
Thanks: 0
Thanked 0 Times in 0 Posts
curlywurlysqurly is on a distinguished road
Thumbs up

Ooooohhhhh thankyou! very clever, now that you have done it i remember doin that at school! lol ahh well, needed that for my test tomorrow!!!
Thanks!
Reply With Quote
  #10  
Old October 21st, 2007, 03:26 PM
Newbie
 
Join Date: Oct 2007
Posts: 13
Country:
Thanks: 0
Thanked 0 Times in 0 Posts
curlywurlysqurly is on a distinguished road
Default

Sorry, that was actually to Jhevon but thanks to everyone!!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -7. The time now is 05:20 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
©2005 - 2009 Math Help Forum


Math Help Forum is a community of maths forums with an emphasis on maths help in all levels of mathematics.
Register to post your math questions or just hang out and try some of our math games or visit the arcade.