Mada za sehemu hiiDifferentiationMada 5
- Derivatives
- Differentiation of A Function
- Application Of Differentiation
- Taylor’s Series and Maclaurin’s Series
- Introduction to Partial Derivatives
Derivative of product of polynomials (product rule)
The product rule is used to find the derivative of a function that is the product of two other functions.
Let y=uv, where u and v are functions of x. The product rule states:
dxdy=udxdv+vdxdu
Derivation
Let y=u(x)v(x). If δy, δu, and δv represent small increments in y, u, and v respectively, then:
y+δy=(u+δu)(v+δv)
y+δy=uv+uδv+vδu+δuδv
Since y=uv:
δy=uδv+vδu+δuδv
Dividing by δx:
δxδy=uδxδv+vδxδu+δuδxδv
As δx→0, δv→0, and we get:
dxdy=udxdv+vdxdu
Example 1
Use the product rule to differentiate y=(x3−4x2+6)(2x4−19x+5) with respect to x.
Solution:
Let u=x3−4x2+6 and v=2x4−19x+5.
dxdu=3x2−8xanddxdv=8x3−19
Using the product rule:
dxdy=(x3−4x2+6)(8x3−19)+(2x4−19x+5)(3x2−8x)
=8x6−19x3−32x5+76x2+48x3−114+6x6−16x5−57x3+152x2+15x2−40x
=14x6−48x5+11x3+243x2+8x−114
Example 2
Differentiate f(x)=(x3−2)(x2+4) with respect to x, then find f′(x) at x=1.
Solution:
Let u=x3−2 and v=x2+4.
dxdu=3x2anddxdv=2x
Using the product rule:
f′(x)=(x3−2)(2x)+(x2+4)(3x2)
=2x4−4x+3x4+12x2
=5x4+12x2−4x
At x=1:
f′(1)=5(1)4+12(1)2−4(1)=5+12−4=13
Derivative of quotient of two functions (quotient rule)
The quotient rule is used to find the derivative of a function that is the quotient (division) of two other functions.
If y=vu, where u and v are differentiable functions of x, then the derivative of y with respect to x is given by:
dxdy=v2vdxdu−udxdv
Derivation
Let y=v(x)u(x). If δy, δu, and δv represent small increments in y, u, and v respectively, then:
y+δy=v+δvu+δu
δy=v+δvu+δu−vu
δy=v(v+δv)v(u+δu)−u(v+δv)
δy=v(v+δv)vu+vδu−uv−uδv
δy=v(v+δv)vδu−uδv
Dividing by δx:
δxδy=v(v+δv)vδxδu−uδxδv
Taking the limit as δx→0 (which also implies δv→0):
dxdy=limδx→0v(v+δv)vδxδu−uδxδv=v2vdxdu−udxdv
Example 1
Find the derivative of y=x2−4x2+4.
Solution:
Let u=x2+4 and v=x2−4.
dxdu=2xanddxdv=2x
Using the quotient rule:
dxdy=(x2−4)2(x2−4)(2x)−(x2+4)(2x)
=(x2−4)22x3−8x−2x3−8x
=(x2−4)2−16x
Example 2
If y=x+1x3+5x2+2, find dxdy.
Solution:
Let u=x3+5x2+2 and v=x+1.
dxdu=3x2+10xanddxdv=1
Using the quotient rule:
dxdy=(x+1)2(x+1)(3x2+10x)−(x3+5x2+2)(1)
=(x+1)23x3+10x2+3x2+10x−x3−5x2−2
=(x+1)22x3+8x2+10x−2
The chain rule
The chain rule is used to differentiate composite functions (functions within functions). If y is a function of u, say y=f(u), and u is a function of x, say u=g(x), then y is a composite function of x.
The chain rule states:
dxdy=dudy⋅dxdu
Derivation
Let y=f(u) and u=g(x). If δy and δu are small increments in y and u respectively, then:
y+δy=f(u+δu)
δy=f(u+δu)−f(u)
Dividing both sides by δx:
δxδy=δxf(u+δu)−f(u)
δxδy=δuf(u+δu)−f(u)⋅δxδu
Taking the limit as δx→0 (which implies δu→0):
limδx→0δxδy=limδu→0δuf(u+δu)−f(u)⋅limδx→0δxδu
dxdy=dudy⋅dxdu
Example 1
Given y=(x2+2)6, find dxdy.
Solution:
Let u=x2+2, then y=u6.
dxdu=2xanddudy=6u5
Using the chain rule:
dxdy=dudy⋅dxdu=6u5⋅2x=12xu5
Substituting u=x2+2 back in:
dxdy=12x(x2+2)5
Example 2
If y=(x3−3x+2)6 and u=x3−3x+2, express y in terms of u. Hence, find dxdy at x=2.
Solution:
Given y=(x3−3x+2)6 and u=x3−3x+2, then y=u6.
dudy=6u5anddxdu=3x2−3
Using the chain rule:
dxdy=dudy⋅dxdu=6u5(3x2−3)
Substituting u back in:
dxdy=6(x3−3x+2)5(3x2−3)
At x=2:
dxdy=6(23−3(2)+2)5(3(2)2−3)=6(8−6+2)5(12−3)=6(4)5(9)=6(1024)(9)=55296
Example 3
Find the derivative of y=(4x2−3x+4)23 at x=1.
Solution:
Let u=4x2−3x+4, then y=u23.
dxdu=8x−3anddudy=23u21
Using the chain rule:
dxdy=dudy⋅dxdu=23u21(8x−3)
dxdy=23(4x2−3x+4)21(8x−3)
At x=1:
dxdy=23(4(1)2−3(1)+4)21(8(1)−3)=23(5)21(5)=2155≈16.77
Differentiation of implicit functions
An implicit function is a function where the dependent variable (y) is not explicitly expressed in terms of the independent variable (x). It has the form f(x,y)=0. For example, x2+y2=25 is an implicit function.
Implicit differentiation is a technique used to find dxdy when y is defined implicitly as a function of x. The key is to differentiate both sides of the equation with respect to x, using the chain rule when differentiating terms involving y.
Remember that dxdf(y)=dydf⋅dxdy.
Also, the derivative of a term like xmyn is given by:
dxd(xmyn)=mxm−1yn+nxmyn−1dxdy
Example 1
Differentiate z=y2 with respect to x.
Solution:
Differentiating both sides with respect to x:
dxdz=dxd(y2)
Using the chain rule:
dxdz=2ydxdy
Example 2
Find dxdy for the curve 3x2−4y2=12 at the point (4,3).
Solution:
Differentiating both sides with respect to x:
dxd(3x2)−dxd(4y2)=dxd(12)
6x−8ydxdy=0
8ydxdy=6x
dxdy=8y6x=4y3x
At the point (4,3):
dxdy=4(3)3(4)=1212=1
Example 3
If y=2x+3x2−6, show that (dxdy)2=(4x−6)3225.
Solution:
First, find dxdy using the quotient rule:
dxdy=(2x+3)2(2x+3)(2x)−(x2−6)(2)
dxdy=(2x+3)24x2+6x−2x2+12
dxdy=(2x+3)22x2+6x+12
This is where the provided original solution had an error. Let's recalculate the derivative correctly and then square it:
dxdy=(2x+3)22(x2+3x+6)
Now, let's consider the given expression y=2x+3x2−6. If we were to calculate y2, we get:
y2=(2x+3)2(x2−6)2
It appears there's a misunderstanding in the original problem statement or the expected result. The provided "show that" statement does not directly follow from the given function using standard differentiation. The correct derivative is calculated above. The given solution seems to be attempting to relate the square of the derivative to an expression involving the original function in a way that isn't mathematically sound.
Therefore, the correct derivative is dxdy=(2x+3)22x2+6x+12 or simplified (2x+3)22(x2+3x+6). The "show that" part of the original problem is incorrect.
Further implicit differentiation
Implicit differentiation can be performed without explicitly solving for one variable in terms of the other. We differentiate each term with respect to x, applying the chain rule and product rule as needed.
Example 1
Find dxdy for 2y3+xy2−y+5=4.
Solution:
Differentiating each term with respect to x:
dxd(2y3)+dxd(xy2)−dxd(y)+dxd(5)=dxd(4)
Applying the chain rule and product rule:
6y2dxdy+(1⋅y2+x⋅2ydxdy)−dxdy+0=0
6y2dxdy+y2+2xydxdy−dxdy=0
Collecting terms with dxdy:
(6y2+2xy−1)dxdy=−y2
dxdy=6y2+2xy−1−y2
Example 2
If 5x3+4xy3−5y2=15, find dxdy.
Solution:
Differentiating each term with respect to x:
dxd(5x3)+dxd(4xy3)−dxd(5y2)=dxd(15)
Applying the product and chain rules:
15x2+(4y3+4x⋅3y2dxdy)−10ydxdy=0
15x2+4y3+12xy2dxdy−10ydxdy=0
Collecting terms with dxdy:
(12xy2−10y)dxdy=−15x2−4y3
dxdy=12xy2−10y−15x2−4y3=10y−12xy215x2+4y3
Example 3
Find the gradient of the curve x2−2xy+y2=1 at the point (2,1).
Solution:
Differentiating each term with respect to x:
dxd(x2)−dxd(2xy)+dxd(y2)=dxd(1)
2x−(2y+2xdxdy)+2ydxdy=0
2x−2y−2xdxdy+2ydxdy=0
Collecting terms with dxdy:
(2y−2x)dxdy=2y−2x
dxdy=2y−2x2y−2x=1,provided y=x
At the point (2,1):
dxdy=2(1)−2(2)2(1)−2(2)=−2−2=1
Derivatives of trigonometric functions
This section covers the differentiation of trigonometric functions, primarily using first principles and the chain rule.
Example 1: Derivative of f(x)=sinx
Using the first principles definition:
f′(x)=limh→0hsin(x+h)−sinx
Using the trigonometric identity sin(A+B)=sinAcosB+cosAsinB:
f′(x)=limh→0hsinxcosh+cosxsinh−sinx
f′(x)=limh→0hsinx(cosh−1)+cosxsinh
f′(x)=sinxlimh→0hcosh−1+cosxlimh→0hsinh
Since limh→0hcosh−1=0 and limh→0hsinh=1:
f′(x)=sinx(0)+cosx(1)=cosx
Therefore, dxd(sinx)=cosx.
Example 2: Derivative of y=cosx
Using the first principles definition:
dxdy=limh→0hcos(x+h)−cosx
Using the trigonometric identity cos(A+B)=cosAcosB−sinAsinB:
dxdy=limh→0hcosxcosh−sinxsinh−cosx
dxdy=limh→0hcosx(cosh−1)−sinxsinh
dxdy=cosxlimh→0hcosh−1−sinxlimh→0hsinh
Using the same limits as above:
dxdy=cosx(0)−sinx(1)=−sinx
Therefore, dxd(cosx)=−sinx.
Example 3: Derivative of sin3θ
Let y=sin3θ. Let u=3θ, so y=sinu.
dθdu=3anddudy=cosu
Using the chain rule:
dθdy=dudy⋅dθdu=cosu⋅3=3cos3θ
Example 4: Gradient of y=5sinx−x2 at x=−π
dxdy=5cosx−2x
At x=−π:
dxdy=5cos(−π)−2(−π)=5(−1)+2π=2π−5
Example 5: Derivative of secθ from first principles
Let f(θ)=secθ=cosθ1.
f′(θ)=limh→0hcos(θ+h)1−cosθ1
f′(θ)=limh→0hcosθcos(θ+h)cosθ−cos(θ+h)
Using the trigonometric identity cosA−cosB=−2sin(2A+B)sin(2A−B):
f′(θ)=limh→0hcosθcos(θ+h)2sin(22θ+h)sin(2h)
f′(θ)=limh→0cosθcos(θ+h)sin(θ+2h)⋅2hsin(2h)
As h→0, 2hsin(2h)→1, so:
f′(θ)=cos2θsinθ=cosθsinθ⋅cosθ1=tanθsecθ
Example 6: Derivative of y=cos(x1)
Let u=x1=x−1, so y=cosu.
dxdu=−x−2=−x21anddudy=−sinu
dxdy=dudy⋅dxdu=(−sinu)(−x21)=x21sin(x1)
Example 7: If f(x)=xcosx, show that f′(x)=x2−xsinx−cosx
Using the quotient rule:
f′(x)=x2x(−sinx)−(cosx)(1)=x2−xsinx−cosx
Derivatives of inverse trigonometric functions
This section covers the differentiation of inverse trigonometric functions.
1. Derivative of y=sin−1x
If y=sin−1x, then x=siny.
Differentiating both sides with respect to x:
1=cosydxdy
dxdy=cosy1
Since cos2y=1−sin2y and siny=x, we have cosy=1−x2.
Therefore, dxd(sin−1x)=1−x21.
Example 1: Differentiate y=sin−1(2x−3)
Let u=2x−3, so y=sin−1u.
dxdu=2anddudy=1−u21
Using the chain rule:
dxdy=dudy⋅dxdu=1−u21⋅2=1−(2x−3)22=1−(4x2−12x+9)2=−4x2+12x−82
2. Derivative of y=cos−1x
If y=cos−1x, then x=cosy.
Differentiating both sides with respect to x:
1=−sinydxdy
dxdy=siny−1
Since siny=1−cos2y=1−x2:
dxd(cos−1x)=1−x2−1
Example 2: Differentiate y=cos−1(3x−1)
Let u=3x−1, so y=cos−1u.
dxdu=3anddudy=1−u2−1
Using the chain rule:
dxdy=1−(3x−1)2−3=1−(9x2−6x+1)−3=−9x2+6x−3
3. Derivative of y=tan−1x
If y=tan−1x, then x=tany.
Differentiating both sides with respect to x:
1=sec2ydxdy
dxdy=sec2y1=cos2y
Since sec2y=1+tan2y and tany=x:
dxdy=1+x21
Example 3: Differentiate y=tan−1(x1)
Let u=x1, so y=tan−1u.
dxdu=−x21anddudy=1+u21
Using the chain rule:
dxdy=1+(x1)21⋅(−x21)=1+x211⋅(−x21)=x2+1x2⋅(−x21)=x2+1−1
Example 4: If y=tan−1(1−sinxcosx), show that dxdy=21
This example was quite complex in the original and contained errors. A more straightforward approach uses trigonometric identities to simplify first:
1−sinxcosx=1−cos(2π−x)sin(2π−x)=2sin2(4π−2x)2sin(4π−2x)cos(4π−2x)=cot(4π−2x)=tan(4π+2x)
Therefore y=tan−1(tan(4π+2x))=4π+2x
So, dxdy=21
Derivatives of logarithmic functions
Logarithmic functions are of the form y=logbx, where x>0, b>0, and b=1. They are the inverse of exponential functions.
If y=lnx (which means y=logex), then ey=x.
Differentiating both sides with respect to x:
eydxdy=1
dxdy=ey1=x1
Therefore, dxd(lnx)=x1.
More generally, if y=ln(f(x)), then dxdy=f(x)f′(x).
Example 1: If y=3loge(x−2), show that dxdy=x−23
Let u=x−2, so y=3logeu=3lnu.
dxdu=1anddudy=u3
Using the chain rule:
dxdy=dudy⋅dxdu=u3⋅1=x−23
Example 2: Show that dxd(xln(sinx))=ln(sinx)+xcotx
Let y=xln(sinx).
Using the product rule:
dxdy=(1)ln(sinx)+x⋅sinx1⋅cosx=ln(sinx)+xcotx
Example 3: Given y=loge(x+1x−1), evaluate y′ at x=2.
y=ln(x+1x−1)=ln(x−1)−ln(x+1)
y′=x−11−x+11=(x−1)(x+1)(x+1)−(x−1)=x2−12
At x=2, y′=22−12=32
Example 4: Find dxdy if yex=sinx
Taking natural logarithms of both sides: ln(yex)=ln(sinx)
lny+x=ln(sinx)
Differentiating implicitly with respect to x:
y1dxdy+1=sinxcosx
dxdy=y(cotx−1)=exsinx(cotx−1)=sinx(cotx−1)e−x
Example 5: Prove that the derivative of y=x4ln(sinx) is y′=x3(4ln(sinx)+xcotx)
Using the product rule:
y′=4x3ln(sinx)+x4⋅sinx1⋅cosx=x3(4ln(sinx)+xcotx)
Example 6: Find y′ if y=logax2
Using the change of base formula: logax2=lnalnx2=lna2lnx
Differentiating with respect to x:
y′=lna2⋅x1=xlna2
Derivatives of exponential functions
This section covers the differentiation of exponential functions.
The derivative of ex is ex itself. This can be shown using the series expansion of ex:
ex=1+x+2!x2+3!x3+4!x4+…
Differentiating term by term:
dxd(ex)=0+1+2!2x+3!3x2+4!4x3+⋯=1+x+2!x2+3!x3+⋯=ex
Therefore, dxd(ex)=ex.
More generally, if y=ef(x), then dxdy=ef(x)⋅f′(x) (using the chain rule).
Example 1: If f(x)=eax, where a is a constant, find f′(x).
Let u=ax, so f(x)=eu.
dxdu=aanddudf=eu
Using the chain rule:
f′(x)=dudf⋅dxdu=eu⋅a=aeax
Example 2: Find dxd(xe3x+5).
Using the product rule and chain rule:
dxd(xe3x+5)=(1)e3x+5+x(e3x+5⋅3)=e3x+5+3xe3x+5=e3x+5(1+3x)
Example 3: Find the derivative of y=ex+e−xex.
Using the quotient rule:
dxdy=(ex+e−x)2(ex+e−x)ex−ex(ex−e−x)
=(ex+e−x)2e2x+1−e2x+1=(ex+e−x)22
Example 4: Find y′ given that ln(ye−x)=x.
lny+lne−x=x
lny−x=x
lny=2x
Differentiating implicitly:
y1dxdy=2
dxdy=2y
Since lny=2x, we have y=e2x, so:
dxdy=2e2x
Example 5: Prove that the derivative of y=x4ln(sinx) is y′=x3(4ln(sinx)+xcotx).
Using the product rule:
y′=4x3ln(sinx)+x4⋅sinx1⋅cosx=x3(4ln(sinx)+xcotx)
Second derivatives
The second derivative of a function f(x) is the derivative of its first derivative, denoted as f′′(x) or dx2d2y.
To find the second derivative, you simply differentiate the first derivative using the standard differentiation rules (power rule, product rule, quotient rule, chain rule, etc.).
Example 1: If y=x2cos(8x), find dx2d2y at x=0.
First, find the first derivative using the product rule:
dxdy=2xcos(8x)+x2(−sin(8x))⋅8=2xcos(8x)−8x2sin(8x)
Now, find the second derivative using the product rule again:
dx2d2y=(2cos(8x)−16xsin(8x))−(16xsin(8x)+64x2cos(8x))
dx2d2y=2cos(8x)−32xsin(8x)−64x2cos(8x)
At x=0:
dx2d2y=2cos(0)−0−0=2
Example 2: If y=xsinx, prove that x2dx2d2y+2xdxdy+x2y=0.
First, find the first derivative using the quotient rule:
dxdy=x2xcosx−sinx
Now, find the second derivative using the quotient rule:
dx2d2y=x4x2(−xsinx+cosx−cosx)−(xcosx−sinx)(2x)
dx2d2y=x4−x3sinx−2x2cosx+2xsinx=x3−x2sinx−2xcosx+2sinx
Substitute into the given equation (note that the original equation had a typo; it should be x2y not y):
x2dx2d2y+2xdxdy+x2y=x2(x3−x2sinx−2xcosx+2sinx)+2x(x2xcosx−sinx)+x2(xsinx)
=x−x2sinx−2xcosx+2sinx+x2xcosx−2sinx+xsinx
=−xsinx−2cosx+x2sinx+2cosx−x2sinx+xsinx=0
Derivatives of parametric functions
Parametric functions define x and y in terms of a third variable, called a parameter (often t or θ). If x=f(t) and y=g(t), then:
dxdy=dtdxdtdy
dx2d2y=dtdxdtd(dxdy)
Example 1: If x=sint and y=cos(2t), show that dx2d2y=−4.
dtdx=cost
dtdy=−2sin(2t)=−4sintcost
dxdy=cost−4sintcost=−4sint
dtd(dxdy)=−4cost
dx2d2y=cost−4cost=−4
Example 2: Given x=θ+θ1 and y=θ−θ1, show that: (a) dxdy=θ2−1θ2+1 (b) dx2d2y=(θ2−1)3−4θ3
dθdx=1−θ21=θ2θ2−1
dθdy=1+θ21=θ2θ2+1
(a) dxdy=θ2θ2−1θ2θ2+1=θ2−1θ2+1
(b) dθd(dxdy)=(θ2−1)2(θ2−1)(2θ)−(θ2+1)(2θ)=(θ2−1)2−4θ
dx2d2y=θ2θ2−1(θ2−1)2−4θ=(θ2−1)3−4θ3
Example 3: If x=a(θ+sinθ) and y=a(1−cosθ), find dxdy and dx2d2y in terms of half-angles of θ.
dθdx=a(1+cosθ)
dθdy=asinθ
dxdy=a(1+cosθ)asinθ=2cos2(2θ)2sin(2θ)cos(2θ)=tan(2θ)
dθd(dxdy)=21sec2(2θ)
dx2d2y=a(1+cosθ)21sec2(2θ)=2acos2(2θ)21sec2(2θ)=4acos4(2θ)1=4a1sec4(2θ)
Mwalimu
Unasoma somo hili? Niulize nikuelezee chochote kilichomo.
Ingia ili kumuuliza Mwalimu wa AI wa Sonza kuhusu mada hii.
Ingia ili kuulizaMajadiliano
Hakuna maswali bado