Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 16

2.

1 Derivatives of Algebraic and Transcendental Functions


Derivative is one of the fundamental concepts of calculus. In the previous module, we
discussed the concepts of limits. Derivative uses the limit concepts in its definition. We can
think of the derivative of a function as the instantaneous rate of change of one variable with
respect to the other variable. The derivative also gives the slope of a tangent line to the graph
of f at the point (x , f (x )), if the there is a tangent line at that point.

2.1.1 Definition of the Derivative of a Function


The derivative of the function f at x is

' f ( x+ h )−f (x)


f ( x )=lim
h →0 h
if this limit exists. The function is said to be differentiable over the open interval (a ,b), if f ’ (x )
exists for each x in (a ,b) .
The process of finding the derivative of a function is called differentiation and the derivative of
a function is obtained by differentiating the function.
Notations: The derivative of the function y=f (x ) can be denoted by any of the following
symbols:
dy d
, D x f , D x ( f ( x )), D x y , [ f ( x )] , y '
'
f (x),
dx dx
Example 1. Find the derivative of the function f ( x )=4 x−x 2.

Solution: Note that f ( x )=4 x−x 2 and so


2
f ( x +h )=4 ( x +h )−( x+ h)
Thus, using the definition

' f ( x+ h )−f (x)


f ( x )=lim
h →0 h
we have

4 ( x +h )− ( x +h )2−(4 x−x 2) Simply. Recall the special product


f ' ( x )=lim 2 2 2
h →0 h (u+ v) =u + 2uv + v

4 x+ 4 h−( x 2 +2 xh+ h2 )−4 x + x 2 Simplify further by eliminating 4 x


¿ lim and removing grouping symbol
h→ 0 h
2
4 h− x −2 xh−h + x
2 2
Simplify further by eliminating x 2
¿ lim
h→ 0 h
4 h−2 xh−h
2
Factor our h in the numerator
¿ lim
h→ 0 h
h (4−2 x−h) Cancel outh
¿ lim
h→ 0 h
¿ lim (4−2 x−h) Evaluate the limit
h→ 0
¿ 4−2 x The derivative

Thus, f ' ( x )=4−2 x

4 x +4 h−( x +h )2−(4 x−x 2)


f ' ( x )=lim
h →0 h
Finding the derivative of a function using the limit process may be difficult. We can avoid this
difficulty by applying the rules below in finding the derivative of a function.

2.1.2 General Differentiation Formulas

Theorem 1. Constant Function Rule Theorem 5. Product Rule


D x ( k )=0, D x [ f ( x ) ∙ g(x ) ] =g ( x ) ∙ D x f ( x ) + f ( x) ∙ D x g (x)
Where k is a constant

Theorem 2. Power Rule Theorem 6. Quotient Rule


D x [ x ]=n x ,
[ ] g ( x ) ∙ D x f ( x )−f ( x )∙ Dx g (x)
n n−1
f (x )
Dx =
where n is a real number. g(x ) [g ( x ) ]
2

Theorem 3. Constant Multiple Property Theorem 7. The Chain Rule


D x [ k ∙ f (x ) ] =k ∙ Dx f ( x) D x [ (f ∘ g)( x) ] =f '(g ( x ) )∙ g '(x )

Theorem 4. Sum and Difference Theorem 8. The General Power Rule


Property D x [ (u ( x ) )n ]=nu (x)n−1 ∙ D x u(x ),
D x [ f ( x ) ± g ( x) ] =D x f ( x ) ± Dx g (x) where u is a differentiable function of x and n is a
real number.

Example 1. Using the Constant Rule


[ Dx ( k )=0]

Function Derivative
a. y=9 y '=0
b. f (x)=0 '
f ( x )=0
c. s ( t )=−√ 2 ds
=0
dt
d. y=k π 3 , where k is a constant D x y=0
Example 2. Using the Power Rule

[ Dx [ xn ]=n x n−1 ]

Function Derivative
a. f ( x )=x 5 ' 5−1
f ( x )=5 x =5 x
4

b. g(x )=√4 x
[ ]
1 1
1 −1 1 1
g ( x ) =Dx x = x 4 = x−3/ 4= 3 / 4
' 4
4 4 4x

( )
1 dy d 1 d −3
c. y= 3 = = (x )
x dx dx x 3
dx
−3 −3−1
y=x ¿−3 x
−4
¿−3 x
3
¿− 4
x

Example 3. Using the Constant Multiple Rule [ Dx [ k ∙ f ( x ) ] =k ∙ D x f ( x ) ]

Function Derivative
2x ' 2 2
a. y= y = ( 1 )=
3 3 3
b. y=2 √ x
( ) ( )
1 1
1 2 −1
y ' =2 ∙ D x x 2 =2 x
2

( )
−1
1
¿2 x 2
2
1
¿ 1
x2
' 1
y=
√x
c. y=
3 y ' =3 ∙ Dx ( x−1 )=−3 ( x−1−1 )
x
¿−3 ( x−2 )
' −3
y= 2
x
( )
−5 −5
−2
d. f ( t )= 3 2 f ' ( t )=Dt t 3
2 √t 2

( )
−2 −5
5 −2 −1 5 5
¿− t 3
= t3= 5
2 3 3
3t 3

Example 4. Using the Sum and Difference Rule

D x [ f ( x ) ± g ( x) ] =D x f ( x ) ± Dx g (x)

Function Derivative
a. y=x 2−4 x +6 y '=2 x−4

−x
4
−1
b. g ( x )= 3
+2 x −5 x g ' ( x )= ( 4 x3 ) + 2(3 x2 )−5
2 2
3 2
¿−2 x +6 x −5
2
7 x −x +1 ' −2 1
c. y= =7 x−1+ x
−1
y =7−x =7− 2
x x

Example 5. Using the Product Rule

Find the derivative of h ( x )=(3 x2 +1)(3 x−7) or h ( x )=9 x 3−21 x 2+ 3 x−7

Solution: Recall that

D x [ f ( x ) ∙ g(x ) ] =g ( x ) ∙ D x f ( x ) + f ( x) ∙ D x g (x)

Thus,
g(x ) D x f ( x) f ( x) D x g (x)
'
( 3 x−7 ) ∙ ⏞
h (x )=⏞ Dx ( 3 x +1 ) + ⏞
( 3 x +1 ) ∙ ⏞
2
Dx ( 3 x −7 ) 2

g (x ) D x f ( x) f (x) Dx g(x)

¿⏞ ( 6 x ) +⏞
( 3 x−7 ) ∙ ⏞ ( 3 x +1 ) ∙ ⏞2
Dx (3 )
2 2
¿ 18 x −42 x+ 9 x +3
' 2
h (x )=27 x −42 x +3

Example 6. Using the Quotient Rule


2
1−x
Find the derivative of h ( x )= .
3 x−5
Solution: Recall that
Dx
[ ]
f (x )
g(x )
=
g ( x ) ∙ D x f ( x )−f ( x )∙ Dx g (x)
[g ( x ) ]
2

So,
g (x) Dx f ( x ) f (x) Dx g(x)

⏞ x−5) ∙ ⏞
D x ( 1−x ) −⏞
( 1−x ) ∙ ⏞2 2
(3 Dx (3 x−5)
h' ( x ) =

[3 x −5]2
2
[ g ( x )]

D x f ( x) D x g (x) D x f ( x) D x g (x)

(3 x−5)∙ ⏞ ⏞
(−2 x )−( 1−x ) ∙ (3) (3 x−5)∙ ⏞ ⏞
(−2 x )−( 1−x ) ∙ (3)
2 2
¿ 2
¿ 2
( 3 x −5 ) ( 3 x −5 )
2 2
−6 x +10 x−3+3 x
¿
( 3 x−5 )2
2
−3 x +10 x−3
h '( x)=
( 3 x−5 )2

Example 7. Using the General Power Rule


1
Find the derivative of f ( x )= √ 2 x 6−8 or y=( 2 x 6−8 ) 3
3

Solution: Recall that D x [ (u ( x ) )n ]=n¿ ¿. Then

[ ]
1

f ( x )=D x ( 2 x −8 )
' 6 3

n−1
u (x)
Dx u( x)
1⏞
1
¿ [(2 x −8)] 3 ∙ ⏞
−1
6 6
Dx (2 x −8)
3
Dx u (x)
−2
1 ⏞
¿ (2 x 6−8) ∙[2 ( 6 x6 −1 ) ]
3
3
−2
1
¿ (2 x −8) 3 ∙ ( 12 x )
6 5
3
5
' 4x
f ( x )= 2
6
(2 x −8) 3

2.1.3 Derivatives of Exponential and Logarithmic Functions


Recall that the exponential and logarithmic functions are inverses of each other, and
that for any base b> 0 , b ≠1 we have
x
y=b if and only if x=log b y

where x ∈ R and y >0 .

Exponential Function Logarithmic Form to


to the base b the base b
y=b
x
y=log b x
Domain: (−∞ ,+∞ ) Domain: (0 ,+ ∞)
Range: (0 ,+ ∞) Range: (−∞,+∞)

 if b=10, we have the common logarithmic function y=log x =log 10 x .


 if b=e ≈ 2.7182812 , we have the natural exponential function y=e x and the natural
exponential function y=ln x=log e x

Also, take note of the following rules:

Laws of Exponents Laws for Logarithm


Let a ≠ 0 and b ≠ 0 be real. Let b be a positive real number,
p ∈ R , and u and v be algebraic
expressions.
x+y
x y
b b =b log b (uv)=log b u+log b v

()
x
b x− y u
=b log b =log b u−log b v
b
y
v
y p
( b x ) =b xy log b u =p log b u
(ab) =a b
x x x
log a
log b a= , where a , b ∈ R
log b

()
x x
a a
= x
b b
x xln b
b =e

We are now ready to discuss the derivatives of the exponential and logarithmic functions. The
following formulas can be obtained using the definition of the derivative.

Theorem 9. Derivatives of Exponential and Logarithmic Functions

Let u be a differentiable function x . Then for a> 0 and a ≠ 1 we have


D x ( e u )=eu ∙ D x u 1
D x ( ln u ) = ∙ D x u
u
D x ( a )=a ln a ∙ D x u
u u
D x ( log a u )=
1
∙D u
u ln a x
Consequently, if u=x, then we have
D x ( e x ) =e x D x ( ln x )=
1
x
D x ( a )=a ln a
x x
D x ( log a x ) =
1
x ln a
Example 8. Derivatives of Exponential Functions

Function Derivative
Dx u Dx u
u

∙⏞ ∙ (⏞
⏞x
Dx (−3 x ) =e
2 2 2
' 2 −3 x −3 x
2 y =e −3
−6 x ) =−6 x e
y=e−3 x

Using the Product Rule:

y=x e
5 −3 ln x
y ' =x 5 ∙ D x ( e−3 ln x ) + e−3 ln x ∙ D x ( x 5 )

¿ x 5 ∙ [ e−3 ln x ∙ D x (−3 ln x ) ] + e−3 ln x ∙ ( 5 x 4 )

[ ]
D x ( −3 ln x )


( )
( ) D x ln x

¿x ∙ e
5 −3 ln x
∙ −3 ∙
⏞1 +5 x 4 −3 ln x
e
x
However, we
( )+5 x e
−3 ln x
5 −3 e 4 −3 ln x
¿x ∙
can also simplify x
the given ¿−3 x e
4 −3 ln x
+5x e
4 −3 ln x

function using ¿2 x e
4 −3 ln x
,note that e
−3 ln x
=x
−3

the properties of ¿ 2 x 4 x −3
exponents: ¿2 x

We can simplify the process using the laws of exponents.


y ' =D x ( x 5 e−3 ln x )=D x ( x 2 ) =2 x

5 −3 ln x
y=x e
−3

¿ x 5 eln x
5 −3
¿x x
2
¿x

y ' =25 x ln 2 ∙ D x ( 5 x ) +3√ x ln 3 ∙ D x ( x 1 /2 )


y=2 + 3√ x
( 12 x )
5x
−1 /2
¿ 25 x ln 2 ∙ ( 5 ) +3 √ x ln3 ∙
3 √ x ln3
¿(5)25 x ln 2+
2√x

Function Derivative
( e +e ) ∙ Dx ( e −e )−( e −e−x ) ∙ Dx ( e x +e−x )
x −x x −x x
y'= 2
e −e
x −x ( e x +e− x )
y= x −x
e +e ( e x +e−x ) ∙ ( e x −e−x (−1)) −( e x −e−x ) ∙ ( e x +e−x (−1))
¿ 2
( e x +e−x )
( e x +e−x ) ∙ ( e x +e−x ) −( e x −e−x ) ∙ ( e x −e−x )
¿ 2
( e x +e−x )
e2 x +2+ e−2 x −( e 2 x −2+ e−2 x )
¿ 2
( e x +e− x )
2x −2 x 2x −2 x
e +2+ e −e +2−e
¿ 2
( e x +e− x )
4
¿ 2
( e +e−x )
x

Example 9. Derivatives of Logarithmic Functions

Function Derivative
D xu
1
∙⏞
'
G ( x )= D ( ln x )
ln x x
u

⏞x )
G ( x )=ln (ln Dx u

1 ⏞ 1
¿ ∙
ln x x

1
¿
x ln x

y=ln {( 5 x+ 1 ) ( 7 x 3 +2 x ) } '
y=
1
∙ D x ( 5 x+ 1 )+ 3
1
∙ D x ( 7 x +2 x )
3
5 x +1 7 x +2 x
D x( 7 x + 2 x )
3
D x ( 5 x+1)
Note that:
∙⏞
1
∙ (⏞
1 ( 21 x 2 +2 )
¿ 5) + 3
5 x +1 7 x +2 x
y=ln ( 5 x +1 ) + ln ( 7 x 3 +2 x )
2
5 21 x +2
¿ + 3
5 x +1 7 x +2 x
( )
x+1 ' x +1
y=log 2 y =D x log
x −1 2
x −1

( )
u

Note that ⏞
¿ D x −log (x−1)
Dx u
x+1 1
y=log 2
x −1 ¿− ∙⏞
D ( x−1 )
( x−1 ) ln10 x
x+1 Dx u
¿ log 1
(x +1)(x−1) ¿− ∙⏞
( 1)
( x−1 ) ln10
1
¿ log
x−1 1
¿−
( x−1 ) ln10
¿ log 1−log (x−1)
¿ 0−log(x−1)
¿−log (x−1)

( )
u 1/ 2

f ( x)=√ log a x
'

f ( x )=D x log ax

Dx u

( )
1 /2
u
1
f(x)= log ¿ ( log a x )−1 /2 ∙ ⏞
D x ( log a x )
⏞ ax 2
Dx u

1 −1 /2 ⏞ 1
¿ ( log a x ) ∙
2 x ln a
1
¿
2 x ln a √ log a x

2.1.4 Derivatives of Trigonometric Functions


Let us have a quick review of the trigonometric functions before we discuss its
derivatives. Recall that the trigonometric functions sin x , cos x , and tan x can be used to find an
unknown side of a right triangle. The remaining three trigonometric functions
csc x , sec x , and cot x are just the reciprocals of sin x , cos x , and tan x , respectively.

Trigonometric Function Domain Range


y=sin x R [−1 ,1]
y=cos x R [−1 ,1]

y=tan x
R ¿ { n+ ( 12 ) π ¿}, R
wheren is an integer
R ¿ {nπ ¿}, (−∞ ,−1 ] ∪ ¿
y=csc x where n is an integerer

y=sec x
( 12 ) π ¿},
R ¿ { n+
(−∞ ,−1 ] ∪ ¿
where nis an integerer
R ¿ {nπ ¿},
y=cot x where n is an integerer R

Simplification of complicated expressions involving trigonometric functions require some


trigonometric identities. Let us recall some of the trigonometric identities.

The Eight Fundamental Trigonometric Identities


1 cos x
sin x= cot x=
csc x sin x
1 2
sin x+ cos x=1
1
cos x=
sec x
1 2
1+ tan x=sec x
2
tan x=
cot x
sin x 2
1+cot x=csc x
2
tan x=
cos x
The Sum and Difference Identities Double Measure Identities
sin ( x ± y )=sin x cos y ± sin y cos x sin 2 x=2 sin x cos y
cos ( x ± y )=cos x cos y ∓ sin x sin y cos 2 x=cos x−sin x
2 2

2
¿ 2 cos x−1
2
¿ 1−2 sin x
tan x ± tan y 2 tan x
tan ( x ± y )= tan2 x=
1 ∓ tan x tan y 1−tan x
2

The derivatives of sine and cosine functions are obtained by using the definition of a derivative
of a function.

Theorem 10. If f ( x )=sin x , then f ' ( x )=cos x .

Proof. Note that sin ( x +h )=sin x cos h+ sin h cos x . Then


sin ( x +h )−sin x
f ' ( x )=lim
h →0 h
sin x cos h+sin h cos x−sin x
¿ lim
h→ 0 h
sin h cos x +sin x (cos h−1)
¿ lim
h→ 0 h
sin h cos h−1
¿ lim cos x ∙ + lim sin x ∙
h→ 0 h h →0 h
sin h cos h−1
¿ ( cos x ) lim + ( sin x ) lim
h→0 h h →0 h
¿ ( cos x ) ( 1 ) + ( sin x )( 0 )
¿ cos x

Theorem 11. If f ( x )=cos x , then f ' ( x )=−sin x .

Proof. Note that cos x=sin ( π2 )∙ cos x +sin x cos( π2 )=sin ( π2 −x). Then
[
f ' ( x )=D x sin ( π2 −x )]
¿ cos ( π2 −x )∙ D ( π2 −x)
x

¿ cos ( −x )(−1)
π
2

[
¿− cos
π
2
π
cos x +sin sin x
2 ]
¿−[ (0)cos x +(1)sin x ]
¿−sin x

Knowing the derivatives of the sine and cosine functions, one can use the trigonometric
identities and the quotient rule of differentiation to find the derivatives of the remaining four
trigonometric functions.

Theorem 12. Derivatives of Trigonometric Functions


Let u be a differentiable function x . Then
D x ( sin u )=(cos u)∙ D x u D x ( cos u )=(−sin u)∙ D x u 2
D x ( tanu )=(sec u)∙ Dx u
D x ( csc u )=(−csc u cot u)∙ D x u D x ( sec u )=(sec u tan u)∙ D x u 2
D x ( cot u ) =(−cs c u)∙ D x u
Consequently, if u=x, then we have
D x ( sin x )=cos x D x ( cos x )=−sin x D x ( tan x )=sec x
2

D x ( csc x )=−csc x cot x D x ( sec x )=sec x tan x D x ( cot x )=−cs c x


2
Example 10. Differentiating Trigonometric Functions

Function Derivative
a. y=x −cot x y =1− (−csc 2 x ) =1+csc 2 x
'

b. y=x cos x Using the Product Rule, we have


'
y =x ∙ D x ( cos x ) +cos x ∙ Dx ( x )
¿ x ∙ (−sin x ) +cos x ∙1
y '=−x sin x +cos x

Example 11. Differentiate both forms of


sin x−1
y= =tan x −sec x
cos x

Solution:
sin x−1
First form: y=
cos x
cos x ∙ D x ( sin x−1 )−(sin x−1)∙ D x ( cos x )
y'=
( cos x )2
cos x ( cos x )−(sin x−1) (−sin x )
¿
cos2 x
2 2
cos x+ sin x−sin x 2 1
¿ 2
(note :sin x+ cos x=1)
cos x
' 1−sin x
y= 2
cos x
Second form: y=tan x−sec x
' 2
y =sec x−sec x tan x
We can show that these two derivatives are equal by using the identities.

1−sin x
2
1
= 2 −
sin x
2
cos x cos x cos x
=sec 2 x−
1
cos x ( )( cos x)
sin x 2
=sec x−sec x tan x

Example 12. Trigonometric Functions and the Chain Rule

Function Derivative
u cos u D xu

y=sin ⏞
3x '

y =cos 3x ∙⏞
D x ( 3 x ) =cos 3 x ∙ ( 3 )=3 cos 3 x
u Dx u


y=sec (2
2
x −1) y =sec(2 x −1)tan (2 x −1)∙ ⏞
'
D x ( 2 x −1 )
2 2 2

Dx u
2

¿ sec (2 x −1)tan(2 x −1)∙ (4 x)
2

2 2
¿ 4 x sec (2 x −1) tan (2 x −1)

Dx u

u
'
y =−cs c
2
√x∙ ⏞
Dx( x )
1/ 2

y=cot ⏞
√x Dx u

¿−cs c
2
√x ∙ (⏞ )1 −1 /2
2
x

cs c 2 √ x
¿−
2√ x

y ' =D x ( cos 2 x )
2 2
y=cos x=( cos x)

[( ) ] use general power rule


u 2

⏞x
¿ D x cos
D xu

¿ 2 ( cos x ) ∙ ⏞
1
D x ( cos x )
D xu

¿ 2 cos x ∙ ⏞
(−sin x )
¿−2 sin x cos x
y= √ tan x y ' =D x ( √3 tan x )
3

[( ]
1/ 3

)
u

⏞x
¿ D x tan use general power rule
Dx u
1
¿ ( tan x ) ∙ ⏞
−2 /3
Dx ( tan x )
3
Dx u
1
¿ ( tan x ) ∙ ⏞
−2 /3
sec 2 x
3
2
sec x
¿ 2/ 3
3 ( tan x )

2.1.5 Derivatives of Inverse Trigonometric Functions


Recall that some values of the inverse trigonometric functions are restricted so these
functions to become one-to-one. They are defined as follows:
Inverse
Trigonometri Definition Domain Range
c Function
[−1 ,1]
[ ]
−1
y=sin x if and
−1
y=sin x −π π
,
2 2
only if x=sin y
−1 −1
y=cos x y=cos x if and
[−1 ,1] [0 , π ]
only if x=cos y
y=tan x if and
−1

R
( −π2 , π2 )
−1
y=tan x only if x=tan y

y=csc x if and
−1

(−∞ ,−1 ] ∪ ¿
[ ) ( ]
−1
y=csc x only if x=csc y −π π
,0 ∪ 0 ,
2 2
y=sec x if and
−1

(−∞ ,−1 ] ∪ ¿
[ )( ]
−1
y=sec x only if x=sec y π π
0, ∪ ,π
2 2
y=cot x if and
−1

y=cot x
−1
only if x=cot y R (0 , π )

Theorem 13. Derivatives of Inverse Trigonometric Functions


Let u be a differentiable function x . Then
1 −1 1
D x ( sin u ) = D x ( cos u )= D x ( tan u )=
−1 −1 −1
∙ Dxu ∙ Dxu ∙ Dx u
√1−u 2
√ 1−u 2
1+u
2

−1 1 −1
D x ( csc u ) = D x ( sec u )= ∙ D x u D x ( cot −1 u )=
−1 −1
∙ Dxu ∙ Dxu
¿u∨√ u −1 ¿ u∨ √ u −1
2 2 2
1+ u
Consequently, if u=x, then we have
1 −1 1
D x ( sin x )= D x ( cos x ) = D x ( tan x ) =
−1 −1 −1

√ 1−x 2
√1−x 2
1+ x
2

−1 1 −1
D x ( csc x )= D x ( sec x ) = D x ( cot x ) =
−1 −1 −1

¿ x∨√ x −1 ¿ x∨ √ x −1
2 2 2
1+ x

Example 13. Differentiation of the Inverse Trigonometric Functions

Function Derivative
h ( x )=x ∙ Dx ( cos x ) +cos −1 x ∙ Dx ( x )
−1
h ( x )=x cos x ' −1
¿ x∙
(√ )
1−x
−1
2
−1
+cos x ∙ ( 1 )

x −1
¿− + cos x
√1−x 2

f ( z )=sin−1 ( 12 z)+ sec −1


(5 z ) f ' ( z )=
1 1
∙ Dz z + ( )
1
Dz ( 5 z )

√ |5 z|√ ( 5 z ) −1
2 2
1− z ( )
1 2
2

¿
1
∙ ( 12 )+ ¿ 5 z∨ √525 z −1

2
z2
1−
4
¿
1
∙ ( 12 )+ ¿5 z∨ √525 z −1

2
4−z 2
4
¿
√ 4−z
1
2
∙ ( 12 )+ ¿5 z∨ √525 z −12

2
¿
2 1
∙ + ()
√ 4−z 2 ¿ 5 z∨√ 25 z 2−1
2
5

1 5
¿ +
√ 4−z ¿5 z∨ √25 z 2−1
2

g ( s )=cot −1 ( 2s )−tan ( 2s )
−1
g' ( s ) =
−1
∙ Ds
2
()

1
∙ Ds
2
()
() ()
2
2
s 2
2
s
1+ 1+
s s
1 1
∙ D x (2 s )− ∙ Dx( 2 s )
−1 −1
¿−
4 4
1+ 2 1+ 2
s s

[ ]
1
∙ D x (2 s )
−1
¿−2
4
1+ 2
s

[ ]
1
¿−2 2 ∙ (−2 s−2)
s +4
s2

[ ( )]
2
s −2
¿−2 2
∙ 2
s +4 s
4
¿ 2
s +4

References:

Barnett R., Ziegler M., Byleen K. (2011). Calculus for Business, Economics, Life Sciences, and
Social Sciences (12 ed). Prentice Hall.
Canoy S., Benitez J., Buenavista R., Tubo B. (2014). A First Course in Analytic Geometry and
Calculus. CSM-DMS, MSU-IIT

Larson R., Edwards, B. (2013). Calculus of a Single Variable. Cengage Learning.

You might also like