Sum, Difference, Product, and Quotient Rules

Chapter Summary (Express)

The Sum and Difference Rules

We have learned how to differentiate simple algebraical functions such as x 2 + c  or a x 4 , and we have now to consider how to tackle the sum of two or more functions.

For instance, let y = ( x 2 + c ) + ( a x 4 + b ) ; what will its d y d x be? How are we to go to work on this new job?

The answer to this question is quite simple: just differentiate them, one after the other, thus: d y d x = 2 x + 4 a x 3 . ( Ans . )

If you have any doubt whether this is right, try a more general case, working it by first principles. And this is the way.

 

Sum Rule: If y = u + v , where u is any function of  x , and v any other function of  x , then d y d x = d u d x + d v d x .

Let y = u + v , where u is any function of  x , and v any other function of  x . Then, letting x  increase to  x + d x , y  will increase to  y + d y ; and u will increase to  u + d u ; and v to  v + d v .

 

And we shall have: y + d y = u + d u + v + d v . Subtracting the original y = u + v , we get d y = d u + d v , and dividing through by  d x , we get: d y d x = d u d x + d v d x .

This justifies the procedure. You differentiate each function separately and add the results. This is called the Sum Rule.

 

\bbox[5px,border:1px solid black;background-color:#f2f2f2]{y=u+v\qquad\Rightarrow\qquad \dfrac{dy}{dx}=\dfrac{du}{dx}+\dfrac{dv}{dx}}\tag{Sum Rule}

Example 6.1. If now we take the example of the preceding paragraph, and put in the values of the two functions, we shall have, using the notation shown, \begin{align} \frac{dy}{dx} &= \frac{d(x^2+c)}{dx} + \frac{d(ax^4+b)}{dx} \\ &= 2x + 4ax^3 , \end{align} exactly as before.

If there were three functions of  x , which we may call u , v and  w , so that \begin{align} y &= u+v+w; \end{align} then \begin{align} \frac{dy}{dx} &= \frac{du}{dx} + \frac{dv}{dx} + \frac{dw}{dx}. \end{align}

As for subtraction, it follows at once; for if the function  v had itself had a negative sign, its derivative would also be negative; so that by differentiating \begin{align} y &= u-v, \end{align} we should get \begin{align} \frac{dy}{dx} &= \frac{du}{dx} - \frac{dv}{dx}. \end{align} This is called the Difference Rule. \bbox[5px,border:1px solid black;background-color:#f2f2f2]{y=u-v\qquad\Rightarrow\qquad \dfrac{dy}{dx}=\dfrac{du}{dx}-\dfrac{dv}{dx}}\tag{Difference Rule}

The Product Rule

When we come to do with Products, the thing is not quite so simple.

Suppose we were asked to differentiate the expression y = ( x 2 + c ) × ( a x 4 + b ) , what are we to do? The result will certainly not be 2 x × 4 a x 3 ; for it is easy to see that neither c × a x 4 , nor x 2 × b , would have been taken into that product.

 

Product Rule: To differentiate the product of two functions, multiply each function by the derivative of the other, and add together the two products so obtained.

 

Now there are two ways in which we may go to work.

Do the multiplying first, and, having worked it out, then differentiate.

Accordingly, we multiply together x 2 + c  and a x 4 + b .

This gives a x 6 + a c x 4 + b x 2 + b c .

Now differentiate, and we get: d y d x = 6 a x 5 + 4 a c x 3 + 2 b x .

Go back to first principles, and consider the equation y = u × v ; where u is one function of  x , and v is any other function of  x . Then, if x grows to be  x + d x ; and y to  y + d y ; and u becomes  u + d u , and v becomes  v + d v , we shall have: \begin{align} y + dy &= (u + du) \times (v + dv) \\ &= u \cdot v + u \cdot dv + v \cdot du + du \cdot dv. \end{align}

Now d u d v is a small quantity of the second order of smallness, and therefore in the limit may be discarded, leaving y + d y = u v + u d v + v d u .

Then, subtracting the original y = u v , we have left d y = u d v + v d u ; and, dividing through by  d x , we get the result: d y d x = u d v d x + v d u d x .

This shows that our instructions will be as follows: To differentiate the product of two functions, multiply each function by the derivative of the other, and add together the two products so obtained. This is called the Product Rule.

 

You should note that this process amounts to the following: Treat  u as constant while you differentiate  v ; then treat  v as constant while you differentiate  u ; and the whole derivative  d y d x will be the sum of these two treatments.

\bbox[5px,border:1px solid black;background-color:#f2f2f2]{y=u\times v\qquad\Rightarrow\qquad \dfrac{dy}{dx} = u\, \dfrac{dv}{dx} + v\, \dfrac{du}{dx}}\tag{Product Rule}

Now, having found this rule, apply it to the concrete example which was considered above.

Example 6.2. We want to differentiate the product ( x 2 + c ) × ( a x 4 + b ) .

Call ( x 2 + c ) = u ; and ( a x 4 + b ) = v .

Then, by the general rule just established, we may write: \begin{align} \dfrac{dy}{dx} &= (x^2 + c)\, \frac{d(ax^4 + b)}{dx} &&+ (ax^4 + b)\, \frac{d(x^2 + c)}{dx} \\ &= (x^2 + c)\, 4ax^3 &&+ (ax^4 + b)\, 2x \\ &= 4ax^5 + 4acx^3 &&+ 2ax^5 + 2bx, \end{align} d y d x = 6 a x 5 + 4 a c x 3 + 2 b x ,

exactly as before.

The Quotient Rule

Lastly, we have to differentiate quotients.

 

If y = u v where u and v are two different functions of the independent variable x , then d y d x = d u d x u v d v d x v .

 

Think of this example, y = b x 5 + c x 2 + a . In such a case it is no use to try to work out the division beforehand, because x 2 + a will not divide into b x 5 + c , neither have they any common factor. So there is nothing for it but to go back to first principles, and find a rule.

So we will put y = u v ; where u  and  v are two different functions of the independent variable  x . Then, when x becomes x + d x , y  will become y + d y ; and u will become u + d u ; and v will become v + d v . So then y + d y = u + d u v + d v . Now perform the algebraic division, thus:

image

As both these remainders are small quantities of the second order, they may be neglected, and the division may stop here, since any further remainders would be of still smaller magnitudes.

So we have got: y + d y = u v + d u v u d v v 2 ; which may be written = u v + v d u u d v v 2 . Now subtract the original y = u v , and we have left: d y = v d u u d v v 2 ; therefore, d y d x = v d u d x u d v d x v 2 .

A different approach to obtaining the Quotient Rule is to write the quotient y = u v as u = y v . If we differentiate both sides with respect to x , by the Product Rule we obtain d u d x = y d v d x + v d y d x . Solving for d y d x gives d y d x = d u d x y d v d x v Now if we make the substitution y = u v in the right-hand side of the above formula, we get \begin{align} \frac{dy}{dx}=\frac{\dfrac{du}{dx}-\dfrac{u}{v}\dfrac{dv}{dx}}{v} \end{align} or \begin{align} \frac{dy}{dx}=\frac{v\dfrac{du}{dx}-u\dfrac{dv}{dx}}{v^2}, \end{align} as before.

 

This gives us our instructions as to how to differentiate a quotient of two functions. Multiply the divisor function by the derivative of the dividend function; then multiply the dividend function by the derivative of the divisor function; and subtract. Lastly divide by the square of the divisor function. This is called the Quotient Rule.

\bbox[5px,border:1px solid black;background-color:#f2f2f2]{y=\dfrac{u}{v}\qquad\Rightarrow\qquad \dfrac{dy}{dx}=\dfrac{v\dfrac{du}{dx}-u\dfrac{dv}{dx}}{v^2}}\tag{Quotient Rule}

Example 6.3. Going back to our example y = b x 5 + c x 2 + a ,

write b x 5 + c = u ; and x 2 + a = v .

Then \begin{align} \frac{dy}{dx} &= \frac{(x^2 + a)\, \dfrac{d(bx^5 + c)}{dx} - (bx^5 + c)\, \dfrac{d(x^2 + a)}{dx}}{(x^2 + a)^2} \\ &= \frac{(x^2 + a)(5bx^4) - (bx^5 + c)(2x)}{(x^2 + a)^2}, \\ \frac{dy}{dx} &= \frac{3bx^6 + 5abx^4 - 2cx}{(x^2 + a)^2}.\quad {(\text{Answer}.)} \end{align}

The working out of quotients is often tedious, but there is nothing difficult about it.

Some further examples fully worked out are given hereafter.

 

Example 6.4. Differentiate y = a b 2 x 3 a 2 b x + a 2 b 2 .

 

Solution

Being a constant, a 2 b 2 vanishes, and we have d y d x = a b 2 × 3 × x 3 1 a 2 b × 1 × x 1 1 .

 

But x 1 1 = x 0 = 1 ; so we get: d y d x = 3 a b 2 x 2 a 2 b .

 

Example 6.5. Differentiate y = 2 a b x 3 3 b a 3 x 2 a b .

 

Solution

Putting x in the index form, we get y = 2 a b x 3 2 3 b a 3 x 1 2 a b .

 

Now d y d x = 2 a b × 3 2 × x 3 2 1 3 b a 3 × ( 1 ) × x 1 1 ; or, d y d x = 3 a b x + 3 b a 3 x 2 .

 

Example 6.6. Differentiate z = 1.8 1 θ 2 3 4.4 θ 5 27 .

 

Solution

This may be written: z = 1.8 θ 2 3 4.4 θ 1 5 27 .

 

The  27 vanishes, and we have d z d θ = 1.8 × 2 3 × θ 2 3 1 4.4 × ( 1 5 ) θ 1 5 1 ; or, d z d θ = 1.2 θ 5 3 + 0.88 θ 6 5 ; or, d z d θ = 0.88 θ 6 5 1.2 θ 5 3 .

 

Example 6.7. Differentiate v = ( 3 t 2 1.2 t + 1 ) 3 .

 

Solution

A direct way of doing this will be explained later (see here); but we can nevertheless manage it now without any difficulty.

 

Developing the cube, we get v = 27 t 6 32.4 t 5 + 39.96 t 4 23.328 t 3 + 13.32 t 2 3.6 t + 1 ; hence d v d t = 162 t 5 162 t 4 + 159.84 t 3 69.984 t 2 + 26.64 t 3.6 .

 

Example 6.8. Differentiate y = ( 2 x 3 ) ( x + 1 ) 2 .

 

Solution

\begin{align} \frac{dy}{dx} &= (2x - 3)\, \frac{d\bigl[(x + 1)(x + 1)\bigr]}{dx}+ (x + 1)^2 \, \frac{d(2x - 3)}{dx} \\ &= (2x - 3) \left[(x + 1)\, \frac{d(x + 1)}{dx}+(x + 1)\, \frac{d(x + 1)}{dx}\right] + (x + 1)^2 \, \frac{d(2x - 3)}{dx} \\ &= 2(x + 1)\bigl[(2x - 3) + (x + 1)\bigr]\\ & = 2(x + 1)(3x - 2); \end{align} or, more simply, multiply out and then differentiate.

 

Example 6.9. Differentiate y = 0.5 x 3 ( x 3 ) .

 

Solution

\begin{align} \frac{dy}{dx} &= 0.5\left[x^3 \frac{d(x-3)}{dx} + (x-3) \frac{d(x^3)}{dx}\right] \\ &= 0.5\left[x^3 + (x-3) \times 3x^2 \right] = 2x^3 - 4.5x^2 . \end{align}

 

Same remarks as for preceding example.

 

Example 6.10. Differentiate w = ( θ + 1 θ ) ( θ + 1 θ ) .

 

Solution

This may be written w = ( θ + θ 1 ) ( θ 1 2 + θ 1 2 ) . \begin{align} \frac{dw}{d\theta} &= (\theta + \theta^{-1}) \frac{d(\theta^{\frac{1}{2}} + \theta^{-\frac{1}{2}})}{d\theta} + (\theta^{\frac{1}{2}} + \theta^{-\frac{1}{2}}) \frac{d(\theta+\theta^{-1})}{d\theta} \\ &= (\theta + \theta^{-1})(\tfrac{1}{2}\theta^{-\frac{1}{2}} - \tfrac{1}{2}\theta^{-\frac{3}{2}}) + (\theta^{\frac{1}{2}} + \theta^{-\frac{1}{2}})(1 - \theta^{-2}) \\ &= \tfrac{1}{2}(\theta^{ \frac{1}{2}} + \theta^{-\frac{3}{2}} - \theta^{-\frac{1}{2}} - \theta^{-\frac{5}{2}}) + (\theta^{ \frac{1}{2}} + \theta^{-\frac{1}{2}} - \theta^{-\frac{3}{2}} - \theta^{-\frac{5}{2}}) \\&= \tfrac{3}{2} \left(\sqrt{\theta} - \frac{1}{\sqrt{\theta^5}}\right) + \tfrac{1}{2} \left(\frac{1}{\sqrt{\theta}} - \frac{1}{\sqrt{\theta^3}}\right). \end{align}

 

This, again, could be obtained more simply by multiplying the two factors first, and differentiating afterwards. This is not, however, always possible; see, for instance, Example 15.8, in which the rule for differentiating a product must be used.

 

Example 6.11. Differentiate y = a 1 + a x + a 2 x .

 

Solution

\begin{align} \frac{dy}{dx} &= \frac{(1 + ax^{\frac{1}{2}} + a^2x) \times 0 - a\dfrac{d(1 + ax^{\frac{1}{2}} + a^2x)}{dx}} {(1 + a\sqrt{x} + a^2x)^2} \\ &= - \frac{a(\frac{1}{2}ax^{-\frac{1}{2}} + a^2)} {(1 + ax^{\frac{1}{2}} + a^2x)^2}. \end{align}

 

Example 6.12. Differentiate y = x 2 x 2 + 1 .

 

Solution

d y d x = ( x 2 + 1 ) 2 x x 2 × 2 x ( x 2 + 1 ) 2 = 2 x ( x 2 + 1 ) 2 .

 

Example 6.13. Differentiate y = a + x a x .

 

Solution

In the indexed form, y = a + x 1 2 a x 1 2 . d y d x = ( a x 1 2 ) ( 1 2 x 1 2 ) ( a + x 1 2 ) ( 1 2 x 1 2 ) ( a x 1 2 ) 2 = a x 1 2 + a + x 1 2 2 ( a x 1 2 ) 2 x 1 2 ; hence d y d x = a ( a x ) 2 x .

 

Example 6.14. Differentiate θ = 1 a t 2 3 1 + a t 3 2 .

 

Solution

Now \begin{align} \theta &= \frac{1 - at^{\frac{2}{3}}}{1 + at^{\frac{3}{2}}}. \\[9pt] \frac{d\theta}{dt} &= \frac{(1 + at^{\frac{3}{2}}) (-\tfrac{2}{3} at^{-\frac{1}{3}}) - (1 - at^{\frac{2}{3}}) \times \tfrac{3}{2} at^{\frac{1}{2}}} {(1 + at^{\frac{3}{2}})^2} \\ &= \frac{5a^2 \sqrt[6]{t^7} - \dfrac{4a}{\sqrt[3]{t}} - 9a \sqrt[2]{t}} {6(1 + a \sqrt[2]{{t^3}})^2}. \end{align}

 

Example 6.15. A reservoir of square cross-section has sides sloping at an angle of 45 with the vertical. The side of the bottom is 200  feet. Find an expression for the quantity pouring in or out when the depth of water varies by 1  foot; hence find, in gallons, the quantity withdrawn hourly when the depth is reduced from 14 to 10  feet in 24  hours.

The volume of a frustum of pyramid (see the next figure) of height H , and of bases A and a , is V = H 3 ( A + a + A a ) .

Illustration for Sum, Difference, Product, and Quotient Rules
 

 

Solution

It is easily seen that, the slope being 45 , if the depth be h , the length of the side of the square surface of the water is 200 + 2 h  feet (see the next figure), so that the volume of water is h 3 [ 200 2 + ( 200 + 2 h ) 2 + 200 ( 200 + 2 h ) ] = 40 , 000 h + 400 h 2 + 4 h 3 3 .

 

Illustration for Sum, Difference, Product, and Quotient Rules
 

d V d h = 40 , 000 + 800 h + 4 h 2 = cubic feet per foot of depth variation. The mean level from 14 to 10  feet is 12  feet, when h = 12 , d V d h = 50 , 176  cubic feet.

Gallons per hour corresponding to a change of depth of 4  ft in 24  hours = 4 × 50 , 176 × 6.25 24 = 52 , 267  gallons.

 

Example 6.16. The absolute pressure, in atmospheres, P , of saturated steam at the temperature T measured in Centigrades is given by Dulong as being P = ( 40 + T 140 ) 5 as long as T is above 80 C. Find the rate of variation of the pressure with the temperature at 100 C.

 

Solution

Expand the numerator by the binomial theorem (see the appendix). P = 1 140 5 ( 40 5 + 5 × 40 4 T + 10 × 40 3 T 2 + 10 × 40 2 T 3 + 5 × 40 T 4 + T 5 ) ;

 

hence \begin{align} \dfrac{dP}{dT} = &\dfrac{1}{537,824 \times 10^5}\left(5 \times 40^4 + 20 \times 40^3 T + 30 \times 40^2 T^2 + 20 \times 40 T^3 + 5 T^4 \right), \end{align} when T = 100 this becomes 0.036  atmosphere per degree Centigrade change of temperature.

 

Exercises

Exercise 6.1. Differentiate

u = 1 + x + x 2 1 × 2 + x 3 1 × 2 × 3 + .

y = a x 2 + b x + c .

y = ( x + a ) 2 .

y = ( x + a ) 3 .

 

Answer

(1) 1 + x + x 2 2 + x 3 6 + x 4 24 + .

 

(2) 2 a x + b .

(3) 2 x + 2 a .

(4) 3 x 2 + 6 a x + 3 a 2 .

 

 

Solution

(1)

 

\begin{align} & u=1+x+\frac{x^{2}}{1 \times 2}+\frac{x^{3}}{1 \times 2 \times 3}+\cdots \\ & \frac{d u}{d x}=1+x+\frac{x^{2}}{1 \times 2}+\frac{x^{3}}{1 \times 2 \times 3}+\cdots=u \end{align}

(2)

\begin{align} & y=a x^{2}+b x+c \\ & \frac{d y}{d x}=2 a x+b \end{align}

(3)

\begin{align} & y=(x+a)^{2} \\ & y=x^{2}+2 a x+a^{2} \\ & \frac{d y}{d x}=2 x+2 a=2(x+a) \end{align}

(4)

\begin{align} y & =(x+a)^{3} \\ y & =x^{3}+3 x^{2} a+3 x a+a^{3} \\ \frac{d y}{d x} & =3 x^{2}+6 x a+3 a^{2} \\ & =3\left(x^{2}+2 a x+a^{2}\right) \\ & =3(x+a)^{2} \end{align}

 

Exercise 6.2. If w = a t 1 2 b t 2 , find d w d t .

 

Answer

d w d t = a b t .

 

 

Solution

 

\begin{align} w & =a t-\frac{1}{2} b t^{2} \\ \frac{d w}{d t} & =a-b t \end{align}

 

Exercise 6.3. Find the derivative of y = ( x + 1 ) × ( x 1 ) .

 

Answer

d y d x = 2 x .

 

 

Solution

y = ( x + 1 ) ( x 1 )

 

Method 1) Using the Product Rule, we get

\begin{align} \frac{d y}{d x} & =1 \times(x-\sqrt{-1})+1 \times(x+\sqrt{-1}) \\ & =2 x \end{align}

Method 2) First, let’s simplify the expression \begin{align} y & =(x+\sqrt{-1})(x-\sqrt{-1}) \\ & =x^{2}-(\sqrt{-1})^{2} \\ & =x^{2}-(-1)=x^{2}+1 \end{align} Now we can easily differentiate it: d y d x = 2 x

 

Exercise 6.4. Differentiate y = ( 197 x 34 x 2 ) × ( 7 + 22 x 83 x 3 ) .

 

Answer

14110 x 4 65404 x 3 2244 x 2 + 8192 x + 1379 .

 

 

Solution

y = ( 197 x 34 x 2 ) × ( 7 + 22 x 83 x 3 ) Method a) Use the Product Rule d y d x = ( 197 68 x ) ( 7 + 22 x 83 x 3 ) + ( 197 x 34 x 2 ) ( 22 249 x 2 ) = 1379 + 4334 x 16351 x 3 476 x 1496 x 2 + 5644 x 4 + 4334 x 49053 x 3 748 x 2 + 8466 x 4 Therefore,

 

d y d x = 14110 x 4 65404 x 3 22404 x 2 + 8192 x + 1379

Method b) Expand the given expression and then differentiate

\begin{align} y & =\left(197 x-34 x^{2}\right)\left(7+22 x-83 x^{3}\right) \\ & =2822 x^{5}-16351 x^{4}-748 x^{3}+4096 x^{2}+1379 x \\ \frac{d y}{d x} & =14110 x^{4}-65404 x^{3}-2244 x^{2}+8192 x+1379 \end{align}

 

Exercise 6.5. If x = ( y + 3 ) × ( y + 5 ) , find d x d y .

 

Answer

d x d y = 2 y + 8 .

 

 

Solution

x = ( y + 3 ) ( y + 5 )

 

Using the Product Rule, we get: \begin{align} \frac{d x}{d y}&=\frac{d(y+3)}{dy}(y+5)+\frac{d(y+5)}{dy}(y+3) \\ &=1(y+5)+1(y+3)\\ & =2 y+8 \end{align}

 

Exercise 6.6. Differentiate y = 1.3709 x × ( 112.6 + 45.202 x 2 ) .

 

Answer

185.9022654 x 2 + 154.36334 .

 

 

Solution

 

y = 1.3709 x × ( 112.6 + 45.202 x 2 ) d y d x = 1.3709 ( 112.6 + 45.202 x 2 ) + 1.3709 x ( 90.404 x ) = 154.36334 + 61.9674218 x 2 + 123.9348436 x 2 = 185.9022654 x 2 + 154.36334

 

Find the derivatives of

Exercise 6.7. y = 2 x + 3 3 x + 2 .

 

Answer

5 ( 3 x + 2 ) 2 .

 

 

Solution

 

y = 2 x + 3 3 x + 2

Using the Quotient Rule, we get:

\begin{align} \frac{d y}{d x} & =\frac{\dfrac{d(2x+3)}{dx}(3x+2)-\dfrac{d(3x+2)}{dx}(2x+3)}{(3x+2)^2}\\ &=\frac{2(3 x+2)-3(2 x+3)}{(3 x+2)^{2}} \\ & =-\frac{5}{(3 x+2)^{2}} \end{align}

 

Exercise 6.8. y = 1 + x + 2 x 2 + 3 x 3 1 + x + 2 x 2 .

 

Answer

6 x 4 + 6 x 3 + 9 x 2 ( 1 + x + 2 x 2 ) 2 .

 

 

Solution

 

y = 1 + x + 2 x 2 + 3 x 3 1 + x + 2 x 2 Using the Quotient Rule, we get

\begin{align} \frac{d y}{d x} & = \frac{\dfrac{d(1+x+2 x^{2}+3 x^{3})}{dx}\left(1+x+2 x^{2}\right)-\dfrac{d(1+x+2 x^{2})}{dx}(1+x+2 x^{2}+3 x^{3})}{\left(1+x+2 x^{2}\right)^2}\\ &=\frac{\left(1+4 x+9 x^{2}\right)\left(1+x+2 x^{2}\right)-(1+4 x)\left(1+x+2 x^{2}+3 x^{3}\right)}{(1+x+2 x)^{2}} \\ & =\frac{6 x^{4}+6 x^{3}+9 x^{2}}{(1+x+2 x)^{2}} \end{align}

 

Exercise 6.9. y = a x + b c x + d .

 

Answer

a d b c ( c x + d ) 2 .

 

 

Solution

 

y = a x + b c x + d d y d x = a ( c x + d ) c ( a x + b ) ( c x + d ) 2 = a d c b ( c x + d ) 2

 

Exercise 6.10. y = x n + a x n + b .

 

Answer

a n x n 1 + b n x n 1 + 2 n x 1 ( x n + b ) 2 .

 

 

Solution

 

\begin{align} \frac{dy}{d x} &= \frac{n x^{n-1}\left(x^{-n}+b\right)-(-n) x^{-n-1}\left(x^{n}+a\right)}{\left(x^{-n}+b\right)^{2}} \\ &= \frac{n x^{-1}+n b x^{n-1}+n x^{-1}+a n x^{-n-1}}{\left(x^{-n}+b\right)^{2}} \\ &= \frac{a n x^{-n-1}+b n x^{n-1}+2 n x^{-1}}{\left(x^{-n}+b\right)^{2}} \end{align}

 

Exercise 6.11. The temperature  T of the filament of an incandescent electric lamp is connected to the current passing through the lamp by the relation C = a + b T + c T 2 . Find an expression giving the variation of the current corresponding to a variation of temperature.

 

Answer

b + 2 c T .

 

 

Solution

 

\begin{align} C&=a+b T+c T^{2} \\ \frac{d C}{d T}&=b+2 c T \end{align}

 

Exercise 6.12. The following formulae have been proposed to express the relation between the electric resistance R of a wire at the temperature T measured in C., and the resistance R 0 of that same wire at 0 centigrade, a , b , c being constants. \begin{align} R &= R_0 \left(1 + a T + bT^2 \right). \\ R &= R_0 \left(1 + a T + b\sqrt{T}\right). \\ R &= R_0 \left(1 + a T + bT^2 \right)^{-1}. \end{align}Find the rate of variation of the resistance with regard to temperature as given by each of these formulae.

 

Answer

R 0 ( a + 2 b T ) , R 0 ( a + b 2 T ) , R 0 ( a + 2 b T ) ( 1 + a T + b T 2 ) 2 or R 2 ( a + 2 b T ) R 0 .

 

 

Solution

If R = R 0 ( 1 + a T + b T 2 ) : \begin{align} \frac{d R}{d T}&=\frac{d\left\{R_{0}\left(1+a T+b T^{2}\right)\right\}}{d T}\\ &=R_0 \ \frac{d\left(1+a T+b T^{2}\right)}{d T}\\ &=R_{0}\,(a+2 b T) \end{align}

 

If R = R 0 ( 1 + a T + b T )

\begin{align} \frac{d R}{d T}&=\frac{d\left\{R_{0}\left(1+a T+b T^{\frac{1}{2}}\right)\right\}}{d T}\\ &= R_0 \frac{d\left(1+a T+b T^{\frac{1}{2}}\right)}{d T}\\ &=R_{0}\left(a+\frac{b}{2} T^{-\frac{1}{2}}\right)\\ &=R_{0}\left(a+\frac{b}{2 \sqrt{T}}\right) \end{align}

If R = R 0 ( 1 + a T + b T 2 ) 1 \begin{align} \frac{d R}{d T}&=\frac{d}{d T}\left(\frac{R_{0}}{1+a T+b T^{2}}\right)\\ &=R_{0} \frac{-(a+2 b T)}{\left(1+a T+b T^{2}\right)^{2}} \end{align}

Since R = R 0 ( 1 + a T + b T 2 ) , the result can also be written as

d R d T = R 2 ( a + 2 b T ) R 0

 

 

Exercise 6.13. The electromotive-force  E of a certain type of standard cell has been found to vary with the temperature  T according to the relation E = 1.4340 [ 1 0.000814 ( T 15 ) + 0.000007 ( T 15 ) 2 ]  volts . Find the change of electromotive-force per degree, at 15 C, 20   C and  25 C.

 

Answer

1.4340 ( 0.000014 T 0.001024 ) , 0.00117 , 0.00107 , 0.00097 .

 

 

Solution

 

E = 1.4340 [ 1 0.000814 ( T 15 ) + 0.000007 ( T 15 ) 2 ] or E = 1.4340 [ 0.000814 T + 0.01221 + 0.000007 ( T 2 30 T + 225 ) ] Therefore

\begin{align} & \frac{d E}{d T}=1.4340[-0.000814-0.00021+0.000014 T] \\ & =1.4340[-0.001024+0.000014 T] \end{align}

When T = 15 ,

d E d T = 0.001167

When T = 20 ,

d E d T = 0.001067

When T = 25 ,

d E d T = 0.000967

 

Exercise 6.14. The electromotive-force necessary to maintain an electric arc of length  l with a current of intensity  i has been found by Mrs. Ayrton to be E = a + b l + c + k l i , where a , b , c , k are constants.

Find an expression for the variation of the electromotive-force (a) with regard to the length of the arc; (b) with regard to the strength of the current.

 

Answer

d E d l = b + k i , d E d i = c + k l i 2 .

 

 

Solution

E = a + b l + c + k l i The variation of the electromotive-force with regard to the length of the arc: d E d l = b + k i

 

To find the variation of the electromotive-force with regard to the strength of the current or d E d i , we rewrite E as E = a + b l + ( c + k l ) i 1 . Then \begin{align} \frac{d E}{d i} & =-(c+k l) i^{-2} \\ & =-\frac{c+k l}{i^{2}} \end{align}

 

 

Full Chapter

The Sum and Difference Rules

We have learned how to differentiate simple algebraical functions such as x^2 + c or ax^4, and we have now to consider how to tackle the sum of two or more functions.

For instance, let y = (x^2+c) + (ax^4+b); what will its \dfrac{dy}{dx} be? How are we to go to work on this new job?

The answer to this question is quite simple: just differentiate them, one after the other, thus: \dfrac{dy}{dx} = 2x + 4ax^3.\quad (\text{Ans}.)

If you have any doubt whether this is right, try a more general case, working it by first principles. And this is the way.

Let y = u+v, where u is any function of x, and v any other function of x. Then, letting x increase to x+dx, y will increase to y+dy; and u will increase to u+du; and v to v+dv.

And we shall have: y+dy = u+du + v+dv. Subtracting the original y = u+v, we get dy = du+dv, and dividing through by dx, we get: \dfrac{dy}{dx} = \dfrac{du}{dx} + \dfrac{dv}{dx}.

This justifies the procedure. You differentiate each function separately and add the results. This is called the Sum Rule.

\bbox[5px,border:1px solid black;background-color:#f2f2f2]{y=u+v\qquad\Rightarrow\qquad \dfrac{dy}{dx}=\dfrac{du}{dx}+\dfrac{dv}{dx}}\tag{Sum Rule}

Example 1.

Example 6.1. If now we take the example of the preceding paragraph, and put in the values of the two functions, we shall have, using the notation shown \begin{align} \frac{dy}{dx} &= \frac{d(x^2+c)}{dx} + \frac{d(ax^4+b)}{dx} \\ &= 2x + 4ax^3, \end{align} exactly as before.

If there were three functions of x, which we may call u, v and w, so that \begin{align} y &= u+v+w; \end{align} then \begin{align} \frac{dy}{dx} &= \frac{du}{dx} + \frac{dv}{dx} + \frac{dw}{dx}. \end{align}

As for subtraction, it follows at once; for if the function v had itself had a negative sign, its derivative would also be negative; so that by differentiating \begin{align} y &= u-v, \end{align} we should get \begin{align} \frac{dy}{dx} &= \frac{du}{dx} - \frac{dv}{dx}. \end{align} This is called the Difference Rule. \bbox[5px,border:1px solid black;background-color:#f2f2f2]{y=u-v\qquad\Rightarrow\qquad \dfrac{dy}{dx}=\dfrac{du}{dx}-\dfrac{dv}{dx}}\tag{Difference Rule}

The Product Rule

When we come to do with Products, the thing is not quite so simple.

Suppose we were asked to differentiate the expression y = (x^2+c) \times (ax^4+b), what are we to do? The result will certainly not be 2x \times 4ax^3; for it is easy to see that neither c \times ax^4, nor x^2 \times b, would have been taken into that product.

Now there are two ways in which we may go to work.

Do the multiplying first, and, having worked it out, then differentiate.

Accordingly, we multiply together x^2 + c and ax^4 + b.

This gives ax^6 + acx^4 + bx^2 + bc.

Now differentiate, and we get: \dfrac{dy}{dx} = 6ax^5 + 4acx^3 + 2bx.

Go back to first principles, and consider the equation y = u \times v; where u is one function of x, and v is any other function of x. Then, if x grows to be x+dx; and y to y+dy; and u becomes u+du, and v becomes v+dv, we shall have: \begin{align} y + dy &= (u + du) \times (v + dv) \\ &= u \cdot v + u \cdot dv + v \cdot du + du \cdot dv. \end{align}

Now du \cdot dv is a small quantity of the second order of smallness, and therefore in the limit may be discarded, leaving y + dy = u \cdot v + u \cdot dv + v \cdot du.

Then, subtracting the original y = u\cdot v, we have left dy = u \cdot dv + v \cdot du; and, dividing through by dx, we get the result: \dfrac{dy}{dx} = u\, \dfrac{dv}{dx} + v\, \dfrac{du}{dx}.

This shows that our instructions will be as follows: To differentiate the product of two functions, multiply each function by the derivative of the other, and add together the two products so obtained. This is called the Product Rule.

You should note that this process amounts to the following: Treat u as constant while you differentiate v; then treat v as constant while you differentiate u; and the whole derivative \dfrac{dy}{dx} will be the sum of these two treatments.

\bbox[5px,border:1px solid black;background-color:#f2f2f2]{y=u\times v\qquad\Rightarrow\qquad \dfrac{dy}{dx} = u\, \dfrac{dv}{dx} + v\, \dfrac{du}{dx}}\tag{Product Rule}

Now, having found this rule, apply it to the concrete example which was considered above.

Example 2.

Example 6.2. We want to differentiate the product (x^2 + c) \times (ax^4 + b).

Call (x^2 + c) = u; and (ax^4 + b) = v.

Then, by the general rule just established, we may write: \begin{align} \dfrac{dy}{dx} &= (x^2 + c)\, \frac{d(ax^4 + b)}{dx} &&+ (ax^4 + b)\, \frac{d(x^2 + c)}{dx} \\ &= (x^2 + c)\, 4ax^3 &&+ (ax^4 + b)\, 2x \\ &= 4ax^5 + 4acx^3 &&+ 2ax^5 + 2bx, \end{align} \dfrac{dy}{dx}= 6ax^5 + 4acx^3 + 2bx,

exactly as before.

The Quotient Rule

Lastly, we have to differentiate quotients.

Think of this example, y = \dfrac{bx^5 + c}{x^2 + a}. In such a case it is no use to try to work out the division beforehand, because x^2 + a will not divide into bx^5 + c, neither have they any common factor. So there is nothing for it but to go back to first principles, and find a rule.

So we will put y = \frac{u}{v}; where u and v are two different functions of the independent variable x. Then, when x becomes x + dx, y will become y + dy; and u will become u + du; and v will become v + dv. So then y + dy = \dfrac{u + du}{v + dv}. Now perform the algebraic division, thus:

Illustration for Sum, Difference, Product, and Quotient Rules
Figure 1

As both these remainders are small quantities of the second order, they may be neglected, and the division may stop here, since any further remainders would be of still smaller magnitudes.

So we have got: y + dy = \dfrac{u}{v} + \dfrac{du}{v} - \dfrac{u\cdot dv}{v^2}; which may be written = \dfrac{u}{v} + \dfrac{v\cdot du - u\cdot dv}{v^2}. Now subtract the original y = \dfrac{u}{v}, and we have left: dy = \dfrac{v\cdot du - u\cdot dv}{v^2}; therefore, \dfrac{dy}{dx} = \dfrac{v\, \dfrac{du}{dx} - u\, \dfrac{dv}{dx}}{v^2}.

A different approach to obtaining the Quotient Rule is to write the quotient y=\frac{u}{v} as u=yv. If we differentiate both sides with respect to x, by the Product Rule we obtain \frac{du}{dx}=y\frac{dv}{dx}+v\frac{dy}{dx}. Solving for \dfrac{dy}{dx} gives \frac{dy}{dx}=\frac{\dfrac{du}{dx}-y\dfrac{dv}{dx}}{v} Now if we make the substitution y=\dfrac{u}{v} in the right-hand side of the above formula, we get \begin{align} \frac{dy}{dx}=\frac{\dfrac{du}{dx}-\dfrac{u}{v}\dfrac{dv}{dx}}{v} \end{align} or \begin{align} \frac{dy}{dx}=\frac{v\dfrac{du}{dx}-u\dfrac{dv}{dx}}{v^2}, \end{align} as before.

This gives us our instructions as to how to differentiate a quotient of two functions. Multiply the divisor function by the derivative of the dividend function; then multiply the dividend function by the derivative of the divisor function; and subtract. Lastly divide by the square of the divisor function. This is called the Quotient Rule.

\bbox[5px,border:1px solid black;background-color:#f2f2f2]{y=\dfrac{u}{v}\qquad\Rightarrow\qquad \dfrac{dy}{dx}=\dfrac{v\dfrac{du}{dx}-u\dfrac{dv}{dx}}{v^2}}\tag{Quotient Rule}

Example 3.

Example 6.3. Going back to our example y = \dfrac{bx^5 + c}{x^2 + a},

write bx^5 + c = u; and x^2 + a = v.

Then \begin{align} \frac{dy}{dx} &= \frac{(x^2 + a)\, \dfrac{d(bx^5 + c)}{dx} - (bx^5 + c)\, \dfrac{d(x^2 + a)}{dx}}{(x^2 + a)^2} \\ &= \frac{(x^2 + a)(5bx^4) - (bx^5 + c)(2x)}{(x^2 + a)^2}, \\ \frac{dy}{dx} &= \frac{3bx^6 + 5abx^4 - 2cx}{(x^2 + a)^2}.\quad {(\text{Answer}.)} \end{align}

The working out of quotients is often tedious, but there is nothing difficult about it.

Some further examples fully worked out are given hereafter.

 

Example 4.

Example 6.4. Differentiate y = \dfrac{a}{b^2} x^3 - \dfrac{a^2}{b} x + \dfrac{a^2}{b^2}.

Solution. Being a constant, \dfrac{a^2}{b^2} vanishes, and we have \frac{dy}{dx} = \frac{a}{b^2} \times 3 \times x^{3-1} - \frac{a^2}{b} \times 1 \times x^{1-1}.

But x^{1-1} = x^0 = 1; so we get: \frac{dy}{dx} = \frac{3a}{b^2} x^2 - \frac{a^2}{b}.

Example 5.

Example 6.5. Differentiate y = 2a\sqrt{bx^3} - \dfrac{3b \sqrt[3]{a}}{x} - 2\sqrt{ab}.

Solution. Putting x in the index form, we get y = 2a\sqrt{b} x^{\frac{3}{2}} - 3b \sqrt[3]{a} x^{-1} - 2\sqrt{ab}.

Now \frac{dy}{dx} = 2a\sqrt{b} \times \dfrac{3}{2} \times x^{\frac{3}{2}-1} - 3b\sqrt[3]{a} \times (-1) \times x^{-1-1}; or, \frac{dy}{dx} = 3a\sqrt{bx} + \frac{3b\sqrt[3]{a}}{x^2}.

Example 6.

Example 6.6. Differentiate z = 1.8 \sqrt[3]{\dfrac{1}{\theta^2}} - \dfrac{4.4}{\sqrt[5]{\theta}} - 27.

Solution. This may be written: z= 1.8\, \theta^{-\frac{2}{3}} - 4.4\, \theta^{-\frac{1}{5}} - 27.

The 27 vanishes, and we have \frac{dz}{d\theta} = 1.8 \times -\dfrac{2}{3} \times \theta^{-\frac{2}{3}-1} - 4.4 \times \left(-\dfrac{1}{5}\right)\theta^{-\frac{1}{5}-1}; or, \frac{dz}{d\theta} = -1.2\, \theta^{-\frac{5}{3}} + 0.88\, \theta^{-\frac{6}{5}}; or, \frac{dz}{d\theta} = \frac{0.88}{\sqrt[5]{\theta^6}} - \frac{1.2}{\sqrt[3]{\theta^5}}.

Example 7.

Example 6.7. Differentiate v = (3 t^2 - 1.2 t + 1)^3.

Solution. A direct way of doing this will be explained later; but we can nevertheless manage it now without any difficulty.

Developing the cube, we get v = 27 t^6 - 32.4 t^5 + 39.96 t^4 - 23.328 t^3 + 13.32 t^2 - 3.6 t + 1; hence \frac{dv}{dt} = 162 t^5 - 162 t^4 + 159.84 t^3 - 69.984 t^2 + 26.64 t - 3.6.

Example 8.

Example 6.8. Differentiate y = (2x - 3)(x + 1)^2.

Solution. \begin{align} \frac{dy}{dx} &= (2x - 3)\, \frac{d\bigl[(x + 1)(x + 1)\bigr]}{dx}+ (x + 1)^2\, \frac{d(2x - 3)}{dx} \\ &= (2x - 3) \left[(x + 1)\, \frac{d(x + 1)}{dx}+(x + 1)\, \frac{d(x + 1)}{dx}\right] + (x + 1)^2\, \frac{d(2x - 3)}{dx} \\ &= 2(x + 1)\bigl[(2x - 3) + (x + 1)\bigr]\\ & = 2(x + 1)(3x - 2); \end{align} or, more simply, multiply out and then differentiate.

Example 9.

Example 6.9. Differentiate y = 0.5 x^3(x-3).

Solution. \begin{align} \frac{dy}{dx} &= 0.5\left[x^3 \frac{d(x-3)}{dx} + (x-3) \frac{d(x^3)}{dx}\right] \\ &= 0.5\left[x^3 + (x-3) \times 3x^2\right] = 2x^3 - 4.5x^2. \end{align}

Same remarks as for preceding example.

Example 10.

Example 6.10. Differentiate w = \left(\theta + \dfrac{1}{\theta}\right) \left(\sqrt{\theta} + \dfrac{1}{\sqrt{\theta}}\right).

Solution. This may be written w = (\theta + \theta^{-1})(\theta^{\frac{1}{2}} + \theta^{-\frac{1}{2}}). \begin{align} \frac{dw}{d\theta} &= (\theta + \theta^{-1}) \frac{d(\theta^{\frac{1}{2}} + \theta^{-\frac{1}{2}})}{d\theta} + (\theta^{\frac{1}{2}} + \theta^{-\frac{1}{2}}) \frac{d(\theta+\theta^{-1})}{d\theta} \\ &= (\theta + \theta^{-1})(\tfrac{1}{2}\theta^{-\frac{1}{2}} - \tfrac{1}{2}\theta^{-\frac{3}{2}}) + (\theta^{\frac{1}{2}} + \theta^{-\frac{1}{2}})(1 - \theta^{-2}) \\ &= \tfrac{1}{2}(\theta^{ \frac{1}{2}} + \theta^{-\frac{3}{2}} - \theta^{-\frac{1}{2}} - \theta^{-\frac{5}{2}}) + (\theta^{ \frac{1}{2}} + \theta^{-\frac{1}{2}} - \theta^{-\frac{3}{2}} - \theta^{-\frac{5}{2}}) \\&= \tfrac{3}{2} \left(\sqrt{\theta} - \frac{1}{\sqrt{\theta^5}}\right) + \tfrac{1}{2} \left(\frac{1}{\sqrt{\theta}} - \frac{1}{\sqrt{\theta^3}}\right). \end{align}

This, again, could be obtained more simply by multiplying the two factors first, and differentiating afterwards. This is not, however, always possible; see, for instance, Example 15.8, in which the rule for differentiating a product must be used.

Example 11.

Example 6.11. Differentiate y =\dfrac{a}{1 + a\sqrt{x} + a^2x}.

Solution. \begin{align} \frac{dy}{dx} &= \frac{(1 + ax^{\frac{1}{2}} + a^2x) \times 0 - a\dfrac{d(1 + ax^{\frac{1}{2}} + a^2x)}{dx}} {(1 + a\sqrt{x} + a^2x)^2} \\ &= - \frac{a(\frac{1}{2}ax^{-\frac{1}{2}} + a^2)} {(1 + ax^{\frac{1}{2}} + a^2x)^2}. \end{align}

Example 12.

Example 6.12. Differentiate y = \dfrac{x^2}{x^2 + 1}.

Solution. \dfrac{dy}{dx} = \dfrac{(x^2 + 1)\, 2x - x^2 \times 2x}{(x^2 + 1)^2} = \dfrac{2x}{(x^2 + 1)^2}.

Example 13.

Example 6.13. Differentiate y = \dfrac{a + \sqrt{x}}{a - \sqrt{x}}.

Solution. In the indexed form, y = \dfrac{a + x^{\frac{1}{2}}}{a - x^{\frac{1}{2}}}. \frac{dy}{dx} = \frac{(a - x^{\frac{1}{2}})( \tfrac{1}{2} x^{-\frac{1}{2}}) - (a + x^{\frac{1}{2}})(-\tfrac{1}{2} x^{-\frac{1}{2}})} {(a - x^{\frac{1}{2}})^2} = \frac{ a - x^{\frac{1}{2}} + a + x^{\frac{1}{2}}} {2(a - x^{\frac{1}{2}})^2\, x^{\frac{1}{2}}}; hence \frac{dy}{dx} = \frac{a}{(a - \sqrt{x})^2\, \sqrt{x}}.

Example 14.

Example 6.14. Differentiate \theta = \frac{1 - a \sqrt[3]{t^2}}{1 + a \sqrt[2]{t^3}}.

Solution. Now \begin{align} \theta &= \frac{1 - at^{\frac{2}{3}}}{1 + at^{\frac{3}{2}}}. \\[9pt] \frac{d\theta}{dt} &= \frac{(1 + at^{\frac{3}{2}}) (-\tfrac{2}{3} at^{-\frac{1}{3}}) - (1 - at^{\frac{2}{3}}) \times \tfrac{3}{2} at^{\frac{1}{2}}} {(1 + at^{\frac{3}{2}})^2} \\ &= \frac{5a^2 \sqrt[6]{t^7} - \dfrac{4a}{\sqrt[3]{t}} - 9a \sqrt[2]{t}} {6(1 + a \sqrt[2]{{t^3}})^2}. \end{align}

Example 15.

Example 6.15. A reservoir of square cross-section has sides sloping at an angle of 45^\circ with the vertical. The side of the bottom is 200 feet. Find an expression for the quantity pouring in or out when the depth of water varies by 1 foot; hence find, in gallons, the quantity withdrawn hourly when the depth is reduced from 14 to 10 feet in 24 hours.

The volume of a frustum of pyramid (see the following figure) of height H, and of bases A and a, is V = \dfrac{H}{3} \left(A + a + \sqrt{Aa} \right).

Illustration for Sum, Difference, Product, and Quotient Rules
 

Solution. It is easily seen that, the slope being 45^\circ, if the depth be h, the length of the side of the square surface of the water is 200 + 2h feet (see the following figure), so that the volume of water is \dfrac{h}{3} [200^2 + (200 + 2h)^2 + 200(200 + 2h)] = 40,000 h + 400 h^2 + \dfrac{4 h^3}{3}.

Illustration for Sum, Difference, Product, and Quotient Rules
 

\dfrac{dV}{dh} = 40,000 + 800h + 4h^2 = {} cubic feet per foot of depth variation. The mean level from 14 to 10 feet is 12 feet, when h = 12, \dfrac{dV}{dh} = 50,176 cubic feet.

Gallons per hour corresponding to a change of depth of 4 ft in 24 hours {} = \dfrac{4 \times 50,176 \times 6.25}{24} = 52,267 gallons.

Example 16.

Example 6.16. The absolute pressure, in atmospheres, P, of saturated steam at the temperature T measured in Centigrades is given by Dulong as being P = \left( \dfrac{40 + T}{140} \right)^5 as long as T is above 80\,^\circC. Find the rate of variation of the pressure with the temperature at 100\,^\circC.

Solution. Expand the numerator by the binomial theorem (see the appendix). P = \frac{1}{140^5}\left (40^5 + 5\times40^4 T+ 10 \times 40^3 T^2 + 10 \times 40^2 T^3 + 5 \times 40 T^4 + T^5\right);

hence \begin{align} \dfrac{dP}{dT} = &\dfrac{1}{537,824 \times 10^5}\left(5 \times 40^4 + 20 \times 40^3 T + 30 \times 40^2 T^2 + 20 \times 40 T^3 + 5 T^4\right), \end{align} when T = 100 this becomes 0.036 atmosphere per degree Centigrade change of temperature.

Exercises

Exercise 1.

Exercise 6.1. Differentiate

u = 1 + x + \dfrac{x^2}{1 \times 2} + \dfrac{x^3}{1 \times 2 \times 3} + \dotsb.

y = ax^2 + bx + c.

y = (x + a)^2.

y = (x + a)^3.

 

Answer

(1) 1 + x + \dfrac{x^2}{2} + \dfrac{x^3}{6} + \dfrac{x^4}{24} + \ldots.

 

(2) 2ax + b.

(3) 2x + 2a.

(4) 3x^2 + 6ax + 3a^2.

 

 

Solution

(1)

 

\begin{align} & u=1+x+\frac{x^{2}}{1 \times 2}+\frac{x^{3}}{1 \times 2 \times 3}+\cdots \\ & \frac{d u}{d x}=1+x+\frac{x^{2}}{1 \times 2}+\frac{x^{3}}{1 \times 2 \times 3}+\cdots=u \end{align}

(2)

\begin{align} & y=a x^{2}+b x+c \\ & \frac{d y}{d x}=2 a x+b \end{align}

(3)

\begin{align} & y=(x+a)^{2} \\ & y=x^{2}+2 a x+a^{2} \\ & \frac{d y}{d x}=2 x+2 a=2(x+a) \end{align}

(4)

\begin{align} y & =(x+a)^{3} \\ y & =x^{3}+3 x^{2} a+3 x a+a^{3} \\ \frac{d y}{d x} & =3 x^{2}+6 x a+3 a^{2} \\ & =3\left(x^{2}+2 a x+a^{2}\right) \\ & =3(x+a)^{2} \end{align}

 

Exercise 2.

Exercise 6.2. If w = at - \frac{1}{2}bt^2, find \dfrac{dw}{dt}.

 

Answer

\dfrac{dw}{dt} = a - bt.

 

 

Solution

 

\begin{align} w & =a t-\frac{1}{2} b t^{2} \\ \frac{d w}{d t} & =a-b t \end{align}

 

Exercise 3.

Exercise 6.3. Find the derivative of y = (x + \sqrt{-1}) \times (x - \sqrt{-1}).

 

Answer

\dfrac{dy}{dx} = 2x.

 

 

Solution

y=(x+\sqrt{-1})(x-\sqrt{-1})

 

Method 1) Using the Product Rule, we get

\begin{align} \frac{d y}{d x} & =1 \times(x-\sqrt{-1})+1 \times(x+\sqrt{-1}) \\ & =2 x \end{align}

Method 2) First, let’s simplify the expression \begin{align} y & =(x+\sqrt{-1})(x-\sqrt{-1}) \\ & =x^{2}-(\sqrt{-1})^{2} \\ & =x^{2}-(-1)=x^{2}+1 \end{align} Now we can easily differentiate it: \frac{d y}{d x} =2 x

 

Exercise 4.

Exercise 6.4. Differentiate y = (197x - 34x^2) \times (7 + 22x - 83x^3).

Answer 14110x^4 - 65404x^3 - 2244x^2 + 8192x + 1379.

Solution y=\left(197 x-34 x^{2}\right) \times\left(7+22 x-83 x^{3}\right) Method a) Use the Product Rule \begin{gathered} \frac{d y}{d x}=(197-68 x)\left(7+22 x-83 x^{3}\right)+\left(197 x-34 x^{2}\right)\left(22-249 x^{2}\right) \\ =1379+4334 x-16351 x^{3}-476 x-1496 x^{2}+5644 x^{4} \\ +4334 x-49053 x^{3}-748 x^{2}+8466 x^{4} \end{gathered} Therefore,

\frac{d y}{d x}=14110 x^{4}-65404 x^{3}-22404 x^{2}+8192 x+1379

Method b) Expand the given expression and then differentiate

\begin{align} y & =\left(197 x-34 x^{2}\right)\left(7+22 x-83 x^{3}\right) \\ & =2822 x^{5}-16351 x^{4}-748 x^{3}+4096 x^{2}+1379 x \\ \frac{d y}{d x} & =14110 x^{4}-65404 x^{3}-2244 x^{2}+8192 x+1379 \end{align}

Exercise 5.

Exercise 6.5. If x = (y + 3) \times (y + 5), find \dfrac{dx}{dy}.

 

Answer

\dfrac{dx}{dy} = 2y + 8.

 

 

Solution

x=(y+3)(y+5)

 

Using the Product Rule, we get: \begin{align} \frac{d x}{d y}&=\frac{d(y+3)}{dy}(y+5)+\frac{d(y+5)}{dy}(y+3) \\ &=1(y+5)+1(y+3)\\ & =2 y+8 \end{align}

 

Exercise 6.

Exercise 6.6. Differentiate y = 1.3709x \times (112.6 + 45.202x^2).

 

Answer

185.9022654x^2 + 154.36334.

 

 

Solution

 

\begin{gathered} y=1.3709 x \times\left(112.6+45.202 x^{2}\right) \\ \frac{d y}{d x}=1.3709\left(112.6+45.202 x^{2}\right)+1.3709 x(90.404 x) \\ =154.36334+61.9674218 x^{2}+123.9348436 x^{2} \\ =185.9022654 x^{2}+154.36334 \end{gathered}

 

Find the derivatives of

Exercise 7.

Exercise 6.7. y = \dfrac{2x + 3}{3x + 2}.

 

Answer

\dfrac{-5}{(3x + 2)^2}.

 

 

Solution

 

y=\frac{2 x+3}{3 x+2}

Using the Quotient Rule, we get:

\begin{align} \frac{d y}{d x} & =\frac{\dfrac{d(2x+3)}{dx}(3x+2)-\dfrac{d(3x+2)}{dx}(2x+3)}{(3x+2)^2}\\ &=\frac{2(3 x+2)-3(2 x+3)}{(3 x+2)^{2}} \\ & =-\frac{5}{(3 x+2)^{2}} \end{align}

 

Exercise 8.

Exercise 6.8. y = \dfrac{1 + x + 2x^2 + 3x^3}{1 + x + 2x^2}.

 

Answer

\dfrac{6x^4 + 6x^3 + 9x^2}{(1 + x + 2x^2)^2}.

 

 

Solution

 

y=\frac{1+x+2 x^{2}+3 x^{3}}{1+x+2 x^{2}} Using the Quotient Rule, we get

\begin{align} \frac{d y}{d x} & = \frac{\dfrac{d(1+x+2 x^{2}+3 x^{3})}{dx}\left(1+x+2 x^{2}\right)-\dfrac{d(1+x+2 x^{2})}{dx}(1+x+2 x^{2}+3 x^{3})}{\left(1+x+2 x^{2}\right)^2}\\ &=\frac{\left(1+4 x+9 x^{2}\right)\left(1+x+2 x^{2}\right)-(1+4 x)\left(1+x+2 x^{2}+3 x^{3}\right)}{(1+x+2 x)^{2}} \\ & =\frac{6 x^{4}+6 x^{3}+9 x^{2}}{(1+x+2 x)^{2}} \end{align}

 

Exercise 9.

Exercise 6.9. y = \dfrac{ax + b}{cx + d}.

 

Answer

\dfrac{ad - bc}{(cx + d)^2}.

 

 

Solution

 

\begin{gathered} y=\frac{a x+b}{c x+d} \\ \frac{d y}{d x}=\frac{a(c x+d)-c(a x+b)}{(c x+d)^{2}} \\ =\frac{a d-c b}{(c x+d)^{2}} \end{gathered}

 

Exercise 10.

Exercise 6.10. y = \dfrac{x^n + a}{x^{-n} + b}.

 

Answer

\dfrac{anx^{-n-1} + bnx^{n-1} + 2nx^{-1}}{(x^{-n} + b)^2}.

 

 

Solution

\begin{align} \frac{dy}{d x}&= \frac{n x^{n-1}\left(x^{-n}+b\right)-(-n) x^{-n-1}\left(x^{n}+a\right)}{\left(x^{-n}+b\right)^{2}} \\ &= \frac{n x^{-1}+n b x^{n-1}+n x^{-1}+a n x^{-n-1}}{\left(x^{-n}+b\right)^{2}} \\ &= \frac{a n x^{-n-1}+b n x^{n-1}+2 n x^{-1}}{\left(x^{-n}+b\right)^{2}} \end{align}

 

Exercise 11.

Exercise 6.11. The temperature T of the filament of an incandescent electric lamp is connected to the current passing through the lamp by the relation C = a + b T + c T^2. Find an expression giving the variation of the current corresponding to a variation of temperature.

 

Answer

b + 2 c T.

 

 

Solution

 

\begin{align} C&=a+b T+c T^{2} \\ \frac{d C}{d T}&=b+2 c T \end{align}

 

Exercise 12.

Exercise 6.12. The following formulae have been proposed to express the relation between the electric resistance R of a wire at the temperature T measured in ^\circC., and the resistance R_0 of that same wire at 0 centigrade, a, b, c being constants. \begin{align} R &= R_0\left(1 + a T + bT^2\right). \\ R &= R_0\left(1 + a T + b\sqrt{T}\right). \\ R &= R_0\left(1 + a T + bT^2\right)^{-1}. \end{align} Find the rate of variation of the resistance with regard to temperature as given by each of these formulae.

 

Answer

R_0(a + 2 b T),R_0 \left(a + \dfrac{b}{2\sqrt{T}}\right), -\dfrac{R_0(a + 2bT)}{(1 + a T + b T^2)^2}or\dfrac{R^2 (a + 2 b T)}{R_0}.

 

 

Solution

If R = R_0\left(1 + a T + bT^2\right): \begin{align} \frac{d R}{d T}&=\frac{d\left\{R_{0}\left(1+a T+b T^{2}\right)\right\}}{d T}\\ &=R_0\ \frac{d\left(1+a T+b T^{2}\right)}{d T}\\ &=R_{0}\,(a+2 b T) \end{align}

 

If R=R_0\left(1 + a T + b\sqrt{T}\right)

\begin{align} \frac{d R}{d T}&=\frac{d\left\{R_{0}\left(1+a T+b T^{\frac{1}{2}}\right)\right\}}{d T}\\ &= R_0 \frac{d\left(1+a T+b T^{\frac{1}{2}}\right)}{d T}\\ &=R_{0}\left(a+\frac{b}{2} T^{-\frac{1}{2}}\right)\\ &=R_{0}\left(a+\frac{b}{2 \sqrt{T}}\right) \end{align}

If R=R_0\left(1 + a T + bT^2\right)^{-1} \begin{align} \frac{d R}{d T}&=\frac{d}{d T}\left(\frac{R_{0}}{1+a T+b T^{2}}\right)\\ &=R_{0} \frac{-(a+2 b T)}{\left(1+a T+b T^{2}\right)^{2}} \end{align}

Since R=\dfrac{R_{0}}{\left(1+a T+b T^{2}\right)}, the result can also be written as

\frac{d R}{d T}=-\frac{R^{2}(a+2 b T)}{R_{0}}

 

 

Exercise 13.

Exercise 6.13. The electromotive-force E of a certain type of standard cell has been found to vary with the temperature T according to the relation E = 1.4340 \bigl[1 - 0.000814(T-15)+ 0.000007(T-15)^2\bigr] \text{ volts}. Find the change of electromotive-force per degree, at 15\,^\circC, 20\ ^\circC and 25\,^\circC.

 

Answer

1.4340(0.000014 T - 0.001024),-0.00117,-0.00107,-0.00097.

 

 

Solution

 

E=1.4340\left[1-0.000814(T-15)+0.000007(T-15)^{2}\right] or E=1.4340\left[-0.000814 T+0.01221+0.000007\left(T^{2}-30 T+225\right)\right] Therefore

\begin{align} & \frac{d E}{d T}=1.4340[-0.000814-0.00021+0.000014 T] \\ & =1.4340[-0.001024+0.000014 T] \end{align}

When T=15,

\frac{d E}{d T}=-0.001167

When T=20,

\frac{d E}{d T}=-0.001067

When T=25,

\frac{d E}{d T}=-0.000967

 

Exercise 14.

Exercise 6.14. The electromotive-force necessary to maintain an electric arc of length l with a current of intensity i has been found by Mrs. Ayrton to be E = a + bl + \frac{c + kl}{i}, where a, b, c, k are constants.

Find an expression for the variation of the electromotive-force (a) with regard to the length of the arc; (b) with regard to the strength of the current.

 

Answer

\dfrac{dE}{dl} = b + \dfrac{k}{i},\dfrac{dE}{di} = -\dfrac{c + kl}{i^2}.

 

 

Solution

E =a+b l+\frac{c+k l}{i} The variation of the electromotive-force with regard to the length of the arc: \frac{d E}{d l} =b+\frac{k}{i}

 

To find the variation of the electromotive-force with regard to the strength of the current or \dfrac{d E}{d i}, we rewrite E as E=a+b l+(c+k l) i^{-1}. Then \begin{align} \frac{d E}{d i} & =-(c+k l) i^{-2} \\ & =-\frac{c+k l}{i^{2}} \end{align}