AE 13: Derivation

Suggested answers

Application exercise
Answers

In this exercise, we will:

Common functions + their Derivatives

  1. Power Function:
  • Function:

f(x)=xn

  • Derivative:

f(x)=ddx(xn)=nxn1

  1. Exponential Function:
  • Function:

f(x)=ex

  • Derivative:

f(x)=ddx(ex)=ex

  • Function:

f(x)=ax

  • Derivative:

f(x)=ddx(ax)=axln(a)

  1. Natural Logarithm
  • Function:

f(x)=ln(x)

  • Derivative:

f(x)=ddx(ln(x))=1x

  1. Trigonometric Functions
  • Function:

f(x)=sin(x)

  • Derivative:

f(x)=ddx(sin(x))=cos(x)

  • Function:

f(x)=cos(x)

  • Derivative:

f(x)=ddx(cos(x))=sin(x)

  • Function:

f(x)=tan(x)

  • Derivative:

f(x)=ddx(tan(x))=sec2(x)

  1. Hyperbolic Functions
  • Function:

f(x)=sinh(x)

  • Derivative:

f(x)=ddx(sinh(x))=cosh(x)

  • Function:

f(x)=cosh(x)

  • Derivative:

f(x)=ddx(cosh(x))=sinh(x)

Derivatives

For each problem, find the derivative of the given function. Show all steps clearly.

Exercise 1

Function:

f(x)=5x3

Solution:

  • The power rule states that ddx(xn)=nxn1

  • Applying the power rule:

f(x)=ddx(5x3)=15x2

Exercise 2

Function:

g(x)=x

Solution:

  • Rewrite the function with a fractional exponent: x=x1/2.

  • Apply the power rule:

g(x)=x1/2

g(x)=12x1/21=12x1/2=12x

Exercise 3

Function:

h(x)=ln(x)

Solution:

  • The derivative of the natural logarithm function is 1x

h(x)=ddx(ln(x))=1x

Intermediate Derivatives Using Chain Rule and Product Rule

Exercise 4

Function:

f(x)=(2x3+3x)4

Solution

  • Identify the outer function and inner function:

    • Outer function: u4

    • Inner function: u=2x3+3x

  • Apply the chain rule:

ddx(u4)=4u3ddx(u)

  • Differentiate the inner function:

ddx(2x3+3x)=6x2+3

  • Combine the results:

4(2x3+3x)3(6x2+3)

Exercise 5

Function:

ddx(x2ex)

Solution:

  • Identify the product of two functions: u=x2 and v=ex

  • Apply the product rule: (uv)=uv+uv

  • Differentiate each function:

u=ddx(x2)=2x

v=ddx(ex)=ex

  • Combine the results:

g=x2ex+ex2x=ex(x2+2x)

Exercise 6

Function:

h(x)=sin(x2)

Solution:

  • Identify the outer function and inner function:

    • Outer function: sin(u)

    • Inner function: u=x2

  • Apply the chain rule: ddx(sin(u))=cos(u)ddx(u)

  • Differentiate the inner function:

ddx(x2)=2x

  • Combine the results:

h(x)=2xcos(x2)

Advanced Derivatives

Exercise 7

Function:

f(x)=(ln(x)e2x)3

Solution

  • Identify the outer function and inner function

    • Outer function: u3

    • Inner function: u=ln(x)e2x

  • Apply the chain rule: ddx(u3)=3u2ddx(u)

  • Use the product rule to differentiate the inner function:

u=ln(x),v=e2x

  • Differentiate each function:

u=ddx(ln(x))=1x

v=ddx(e2x)=2e2x

  • Apply the product rule:

ddx(ln(x)e2x)=(1xe2x)+(ln(x)2e2x)

=e2x(1x+2ln(x))

  • Combine the outer function derivative:

f(x)=3(ln(x)e2x)2e2x(1x+2ln(x))

  • Simplify:

f(x)=3e4x(ln(x))2(1x+2ln(x))