SEARCH THIS BLOG :-)

Showing posts with label Differentiation. Show all posts
Showing posts with label Differentiation. Show all posts

Thursday, 17 December 2015

Example of Chain Rule for differentiation. Find $y'$ if $y=\left( \left( 3x^2+2\right)^4+1\right)^5$.

Example of Chain Rule for differentiation. 
Find $y'$ if $$y=\left( \left( 3x^2+2\right)^4+1\right)^5$$
The chain rule for differentiation is really quite simple. You just differentiate the 'outside function' first. Then multiply by the derivative of the 'inside function'. Easy peasy :-)

$\displaystyle y'=5\left( \left( 3x^2+2\right)^4+1\right)^4\times 4\left( 3x^2+2\right)^3\times 6x$


$\displaystyle y'=120x\left( 3x^2+2\right)^3\left( \left( 3x^2+2\right)^4+1\right)^4$


Sunday, 6 December 2015

Derivatives: Find these derivatives. Q18: $f(x) = 2x^3 - x^2 +3x$ Q36: $f(x)=3(5-x)^2$ Q38: $g(t) = 2 + 3 cos(t)$ Q42: $\displaystyle f(x) = x + {1\over x^2} = x + x^{-2}$ Q44: $\displaystyle h(x) = {2x^2-3x+1\over x}$ Q48: $f(x) = x^{1/3} + x ^{1/5}$ Q50: $f(t) = t^{2/3} - t^{1/3} +4$ Q56: $y = (x^2+2x)(x+1)$ Find the equation of the tangent at $(1,6)$.

QUESTION
Find the derivatives.

Q18: $f(x) = 2x^3 - x^2 +3x$ 
Q36: $f(x)=3(5-x)^2$ 
Q38: $g(t) = 2 + 3 cos(t)$ 
Q42: $\displaystyle f(x) = x + {1\over x^2} = x + x^{-2}$
Q44: $\displaystyle h(x) = {2x^2-3x+1\over x}$ 
Q48: $f(x) = x^{1/3} + x ^{1/5}$ 
Q50: $f(t) =  t^{2/3} - t^{1/3} +4$ 
Q56: $y = (x^2+2x)(x+1)$ 
         Find the equation of the tangent at $(1,6)$.  
 

SOLUTION

Basic derivative rule:    the derivative of $y=x^n$ is  $y'=nx^{n-1}$.

Q18: $f(x) = 2x^3 - x^2 +3x$ 
        The derivative is $f'(x)=6x^2-2x+3$ 

Q36: $f(x)=3(5-x)^2$ 
         $f'(x) = 3.2 (5-x)^1. (-1)$    the $-1$ is the derivative of $5-x$ (the inside function).                 
         $f'(x) = -6 (5-x)   or -30 +6x$ 

[ If you don't use this rule you can also just expand the brackets, simplify, then find derivative, as in $3(5-x)^2=3(25-10x+x^2)=75 - 30x + 3x^2$ and the derivative of this is $-30 +6x$ same as before] 
        
Q38: $g(t) = 2 + 3 \cos(t) $
        $g'(t) = 0 - 3 \sin(t) = -3 \sin(t) $
        
Q42: $f(x) =\displaystyle x + {1\over x^2} = x + x^{-2} $
         $ f'(x) = 1 -2 x^{-3} =\displaystyle 1 - {2\over x^3}$

Q44: $h(x) = \displaystyle {2x^2-3x+1\over x}$ 
        $h(x) =\displaystyle {2x^2\over x} - {3x\over x}+ 1/x = 2x - 3 + x^{-1}$
        $\displaystyle h'(x) = 2 - 0 -1.x^{-2} =\displaystyle 2 - {1\over x^2} $

Q48: $f(x) = x^{1/3} + x ^{1/5} $
        $f'(x) = (1/3) x^{1/3 - 1} + (1/5) x ^{1/5-1 } $
        $f'(x) = (1/3) x^{-2/3} +(1/5)x^{-4/5} $
        $f'(x) = \displaystyle {1\over 3x^{2/3}} +{1\over 5x^{4/5}} $

Q50:  $f(t) =  t^{2/3} - t^{1/3} +4 $
       $ f'(t) = (2/3) t^{2/3-1} -(1/3) t^{1/3-1} + 0 $
        $f'(t) = (2/3) t^{-1/3} - (1/3) t^{-2/3} $

Q56: $ y = (x^2+2x)(x+1)$ 
        $y= x^3 + 2x^2 +x^2 + 2x$ (by expanding) 
        $y = x^3 + 3 x^2 +2x$ 
        $y' = 3x^2 + 6x + 2$ 
        At $(1,6)$, $y' = 3(1)^2 + 6(1) + 2 = 3 + 6 + 2 = 11$ 
       Tangent line is $y - 6 = 11 (x - 1 )$   (point gradient form of line) 
                            $y = 11x -11 + 6$ 
        Tangent Line:  $y = 11x - 5$   

 
     

Friday, 4 December 2015

Theorem (harder) If $f(x) = uv$ where $u$ and $v$ are functions of $x$ then the nth derivative of this product is given by $$f^{(n)}(x)={d^n \over dx^n } (uv)=\sum^n_{r=0} {n\choose r} u^{(r)}v^{(n-r)}$$

This is probably outside of most high school syllabuses but many of you should extend yourself beyond the syllabus a bit. So here goes!To get an idea of what the result says, differentiate the product $y=uv$ several times. So find the first derivative, the second derivative, the third derivative, and see what pattern you get there..fill in the details here..

First derivative,
${d \over dx } (uv) = u'v+uv'$

Second derivative,
${d^2 \over dx^2 } (uv)=$

Third derivative,
${d^3 \over dx^3 } (uv)=$

Fourth derivative,
${d^4 \over dx^4 } (uv)=$

Here is the general case when you differentiate $n$ times.

THEOREM (harder):
If $f(x) = uv$ where $u$ and $v$ are functions of $x$ then the
nth derivative of this product is given by
$$f^{(n)}(x)={d^n \over dx^n } (uv)=\sum^n_{r=0} {n\choose r} u^{(r)}v^{(n-r)}$$
where we use the notation for the $r^{th}$ derivative
$$u^{(r)}={ d^r\over dx^r} u$$
(When it's a derivative there are brackets around the 'index')
And notation wise we will then have
$$\displaystyle{ d\over dx}\left( u^{(r)}\right) = { d\over dx} { d^r\over dx^r} u={ d^{r+1}\over dx^{r+1}}=u^{(r+1)}$$

PROOF: 

By induction on $n$.
For $n=0$, $f^{0}(x)=f(x)=uv$ true. and

$ {0\choose 0} u^{(0)}v^{(0)}=uv$ and so it is true for $n=0$.

[Remark, $n=0$ corresponds to not differentiating at all, so it should be the original product $uv$.]

For $n=1$,

$ {1\choose 0} u^{(0)}v^{(1)}+{1\choose 1} u^{(1)}v^{(0)}=uv'+u'v$ and so it is true for $n=1$.


[Remark, $n=1$ corresponds to differentiating once, the result is nothing more than the usual product rule for two functions.]

Assume the statement is true for $n=k$, prove it is true for $n=k+1$.


$\begin{array}{rcl}f^{(k+1)}(x)&=&{ d\over dx} f^{(k)}(x)\\
{ \;}&=&\displaystyle{ d\over dx} \sum^k_{r=0} {k\choose r} u^{(r)}v^{(k-r)}\\
&=&\displaystyle
\sum^k_{r=0} {k\choose r} u^{(r+1)}v^{(k-r)}+
\sum^k_{r=0} {k\choose r} u^{(r)}v^{(k+1-r)}\\
&=&\displaystyle
\sum^{k+1}_{s=1} {k\choose s-1} u^{(s)}v^{(k+1-s)}+

\sum^k_{r=0} {k\choose r} u^{(r)}v^{(k+1-r)}\\\end{array}$


where we changed variables to $s=r+1$ in the first summation.


$\begin{array}{lcl}
f^{(k+1)}(x) &= &\displaystyle{k\choose k} u^{(k+1)}v^{(0)}+{k\choose 0} u^{(0)}v^{(k+1)}\\&&\displaystyle +\sum^{k}_{s=1} {k\choose s-1} u^{(s)}v^{(k+1-s)}\\&&\displaystyle +
\sum^k_{r=1} {k\choose r} u^{(r)}v^{(k+1-r)}\\&= &\displaystyle u^{(k+1)} + v^{(k+1)}\\&&\displaystyle +\sum^{k}_{r=1} \left({k\choose r-1} +{k\choose r}\right) u^{(r)}v^{(k+1-r)} \\
&= &\displaystyle \sum^{k+1}_{r=0} \left({k\choose r-1} +{k\choose r}\right) u^{(r)}v^{(k+1-r)}
\\&= &\displaystyle \sum^{k+1}_{r=0} \left({k\choose r-1} +{k\choose r}\right) u^{(r)}v^{(k+1-r)}
\\&= &\displaystyle \sum^{k+1}_{r=0} {k+1\choose r}u^{(r)}v^{(k+1-r)}\end{array}$
and so it is proven true for $n=k+1$. Therefore by induction the statement is true for all integers $n\ge 0$.


EXAMPLE OF USE IS HERE <-- CLICKME

Sunday, 2 July 2006

SOLUTIONS TO 1997 COLLEGE ENTRANCE EXAM - mostly Calculus, Differentiation, Integration, Areas, Volumes.

SOLUTIONS TO 1997 COLLEGE ENTRANCE EXAM - mostly Calculus, Differentiation, Integration, Areas, Volumes.

Here are the questions. Then follow my solutions :-)













SOLUTIONS ===================