Page 1 of 2 12 LastLast
Results 1 to 15 of 17

Thread: Differentiating E

  1. #1
    Newbie
    Joined
    Jan 2007
    Posts
    16

    Differentiating E

    I'm really not understanding how to differentiate things when E to the power of something is present.

    For example:

    Differentiate:

    X^2 times e^-x

    Apply Product Rule:

    sol'n: 2xe^-x + x^2 ??

    The e^-x is confusing me.
    Follow Math Help Forum on Facebook and Google+

  2. #2
    is up to his old tricks again! Jhevon's Avatar
    Joined
    Feb 2007
    From
    New York, USA
    Posts
    11,663
    Thanks
    3
    Quote Originally Posted by Xavier20 View Post
    I'm really not understanding how to differentiate things when E to the power of something is present.

    For example:

    Differentiate:

    X^2 times e^-x

    Apply Product Rule:

    sol'n: 2xe^-x + x^2 ??

    The e^-x is confusing me.
    let u be a function

    d/du e^u = u' e^u

    in other words, to differentiate e raised to any power, you multiply e raised to the original power by the derivative of the power.

    example:

    d/dx e^(x^2) = 2xe^(x^2) ..........2x is the derivative of x^2

    now try the question again
    Follow Math Help Forum on Facebook and Google+

  3. #3
    Newbie
    Joined
    Jan 2007
    Posts
    16
    X^2 times e^-x

    2xe^-x + x^2 times -xe^-x

    ?
    Follow Math Help Forum on Facebook and Google+

  4. #4
    is up to his old tricks again! Jhevon's Avatar
    Joined
    Feb 2007
    From
    New York, USA
    Posts
    11,663
    Thanks
    3
    Quote Originally Posted by Xavier20 View Post
    X^2 times e^-x

    2xe^-x + x^2 times -xe^-x

    ?
    no, the derivative of -x is -1 not -x

    try one more time
    Follow Math Help Forum on Facebook and Google+

  5. #5
    Newbie
    Joined
    Jan 2007
    Posts
    16
    Ohh. Right.

    2xe^-x + x^2 times -e^-x
    Follow Math Help Forum on Facebook and Google+

  6. #6
    is up to his old tricks again! Jhevon's Avatar
    Joined
    Feb 2007
    From
    New York, USA
    Posts
    11,663
    Thanks
    3
    Quote Originally Posted by Xavier20 View Post
    Ohh. Right.

    2xe^-x + x^2 times -e^-x
    yeah, but you wouldn't write "times". write it out like a mathematician
    Follow Math Help Forum on Facebook and Google+

  7. #7
    Newbie
    Joined
    Jan 2007
    Posts
    16
    2xe^-x + (x^2)(-e^-x)
    Follow Math Help Forum on Facebook and Google+

  8. #8
    is up to his old tricks again! Jhevon's Avatar
    Joined
    Feb 2007
    From
    New York, USA
    Posts
    11,663
    Thanks
    3
    Quote Originally Posted by Xavier20 View Post
    2xe^-x + (x^2)(-e^-x)
    well that's better, but this is even better

    2xe^-x - (x^2)e^-x

    or to factorize:

    (xe^-x)(2 - x)
    Follow Math Help Forum on Facebook and Google+

  9. #9
    is up to his old tricks again! Jhevon's Avatar
    Joined
    Feb 2007
    From
    New York, USA
    Posts
    11,663
    Thanks
    3
    try these (if you have time, if you're doing homework otherwise, don't bother):

    Find the derivatives of the following:

    y = e^(ax^3) .........where a is a constant

    y = e^(tsin(2t))

    y = sqrt(1 + 2e^(3x))

    y = e^(e^x)

    y = cos(e^(pi*x))
    Follow Math Help Forum on Facebook and Google+

  10. #10
    Newbie
    Joined
    Jan 2007
    Posts
    16
    Find the derivative of the following:

    y = e^(ax^3) .........where a is a constant

    y' = (3ax^2)e^(ax^3)

    y = e^(tsin(2t))

    y' = [sin(2t)tcos(2t)]e^(tsin(2t))

    y = sqrt(1 + 2e^(3x))

    y = (1+2e^(3x))^1/2
    y' = [1/2(1+2e^(3x))^-1/2]6e^(3x)

    y = e^(e^x)

    y' = (e^x)e^(e^x)

    y = cos(e^(pi*x))

    y' = [-sin(e^(pi*x))]pi*e^(pi*x)
    Follow Math Help Forum on Facebook and Google+

  11. #11
    is up to his old tricks again! Jhevon's Avatar
    Joined
    Feb 2007
    From
    New York, USA
    Posts
    11,663
    Thanks
    3
    Quote Originally Posted by Xavier20 View Post

    y = e^(tsin(2t))

    y' = [sin(2t)tcos(2t)]e^(tsin(2t))
    Good! all were correct except the one above, try to see where you made the mistake
    Follow Math Help Forum on Facebook and Google+

  12. #12
    Newbie
    Joined
    Jan 2007
    Posts
    16
    y = e^(tsin(2t))

    y' = [sin(2t)tcos(2t)*2]e^(tsin(2t))

    I forgot the chain rule part of cos(2t).
    Follow Math Help Forum on Facebook and Google+

  13. #13
    is up to his old tricks again! Jhevon's Avatar
    Joined
    Feb 2007
    From
    New York, USA
    Posts
    11,663
    Thanks
    3
    Quote Originally Posted by Xavier20 View Post
    y = e^(tsin(2t))

    y' = [sin(2t)tcos(2t)*2]e^(tsin(2t))

    I forgot the chain rule part of cos(2t).
    you need both the product and chain rule to find the derivative of tsin(2t)

    you have 2 functions in a product, one is t and one is sin(2t) so you need the product rule. but sin(2t) is a composite function, so you need the chain rule for that

    Product rule:

    d/dx f(x)*g(x) = f ' (x)*g(x) + g'(x)*f(x)

    Chain rule:

    d/dx f(g(x)) = f ' (g(x))*g'(x)

    here goes:

    d/dx tsin(2t) = sin(2t) [i took the derivative of t here and multiplied by sin(2t)] + t(2cos(2t)) [i left the t and took the derivative of sin(2t) using the chain rule]

    so d/dx tsin(2t) = sin(2t) + 2tcos(2t)

    now you can complete the problem
    Follow Math Help Forum on Facebook and Google+

  14. #14
    Math Engineering Student
    Krizalid's Avatar
    Joined
    Mar 2007
    From
    Santiago, Chile
    Posts
    3,654
    Thanks
    5
    Looks like you got trouble with "e" number

    Always remember that



    Could be you are messin' it with chain rule.
    Follow Math Help Forum on Facebook and Google+

  15. #15
    Newbie
    Joined
    Jan 2007
    Posts
    16
    y' = [sin(2t)tcos(2t)*2]e^(tsin(2t))

    Yeah. I forgot to add the + sign between the sin(2t) and tcos(2t) and didn't bring the *2 out infront of the tcos(2t) in my chain rule.

    Thanks for sorting that out though.

    It should be:

    y' = [sin(2t) + 2tcos(2t)]e^(tsin(2t))
    Follow Math Help Forum on Facebook and Google+

Page 1 of 2 12 LastLast

Similar Math Help Forum Discussions

  1. differentiating.
    Posted in the Calculus Forum
    Replies: 4
    Last Post: August 24th 2010, 02:30 AM
  2. Differentiating...
    Posted in the Calculus Forum
    Replies: 8
    Last Post: August 5th 2010, 12:29 PM
  3. Differentiating over and over again.
    Posted in the Calculus Forum
    Replies: 2
    Last Post: July 22nd 2010, 02:04 PM
  4. Help with differentiating a ln.
    Posted in the Calculus Forum
    Replies: 2
    Last Post: September 25th 2009, 06:26 PM
  5. Differentiating twice
    Posted in the Calculus Forum
    Replies: 6
    Last Post: June 14th 2008, 01:59 PM

Search Tags


/mathhelpforum @mathhelpforum