Advanced Rules of Differentiation: Chain, Product, and Quotient Applications

Differentiation of Composite Functions using the Chain Rule

The process of differentiating a function that consists of a rational expression raised to a power involves the application of the Chain Rule in conjunction with the Quotient Rule. Consider the function:

y=(3x12x+1)2y = \left( \frac{3x-1}{2x+1} \right)^2

To find dydx\frac{dy}{dx}, we utilize a substitution method where we let the internal expression be represented by a variable uu:

Let u=3x12x+1\text{Let } u = \frac{3x-1}{2x+1}

Consequently, the original function can be rewritten in terms of uu as:

y=u2y = u^2

Following the Chain Rule, the derivative of yy with respect to xx is given by the product of the derivative of yy with respect to uu and the derivative of uu with respect to xx:

dydx=dydu×dudx\frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dx}

First, we calculate dydu\frac{dy}{du} by differentiating y=u2y = u^2 with respect to uu:

dydu=ddu(u2)=2u\frac{dy}{du} = \frac{d}{du}(u^2) = 2u

Substituting the original expression for uu back into this result, we get:

dydu=2(3x12x+1)\frac{dy}{du} = 2 \left( \frac{3x-1}{2x+1} \right)

Next, we calculate dudx\frac{du}{dx} using the Quotient Rule, which is defined as ddx(uv)=vdudxudvdxv2\frac{d}{dx}(\frac{u}{v}) = \frac{v \frac{du}{dx} - u \frac{dv}{dx}}{v^2}. Applying this to u=3x12x+1u = \frac{3x-1}{2x+1}, where the numerator is (3x1)(3x-1) and the denominator is (2x+1)(2x+1), we have:

dudx=(2x+1)ddx(3x1)(3x1)ddx(2x+1)(2x+1)2\frac{du}{dx} = \frac{(2x+1) \frac{d}{dx}(3x-1) - (3x-1) \frac{d}{dx}(2x+1)}{(2x+1)^2}

Evaluating the derivatives in the numerator:

dudx=(2x+1)(3)(3x1)(2)(2x+1)2\frac{du}{dx} = \frac{(2x+1)(3) - (3x-1)(2)}{(2x+1)^2}

Expanding the terms:

dudx=6x+3(6x2)(2x+1)2=6x+36x+2(2x+1)2=5(2x+1)2\frac{du}{dx} = \frac{6x+3 - (6x-2)}{(2x+1)^2} = \frac{6x+3-6x+2}{(2x+1)^2} = \frac{5}{(2x+1)^2}

Finally, we combine the two components to find dydx\frac{dy}{dx}:

dydx=2(3x12x+1)×5(2x+1)2\frac{dy}{dx} = 2 \left( \frac{3x-1}{2x+1} \right) \times \frac{5}{(2x+1)^2}

dydx=10(3x1)(2x+1)(2x+1)2=10(3x1)(2x+1)3\frac{dy}{dx} = \frac{10(3x-1)}{(2x+1) (2x+1)^2} = \frac{10(3x-1)}{(2x+1)^3}

The Product Rule for Differentiation

The Product Rule is used when a function is the product of two differentiable functions. The rule is stated as:

ddx(uv)=udvdx+vdudx\frac{d}{dx}(uv) = u \frac{dv}{dx} + v \frac{du}{dx}

Given the function:

y=(x1)(2x+5)y = (x-1)(2x+5)

To find dydx\frac{dy}{dx}, we assign u=(x1)u = (x-1) and v=(2x+5)v = (2x+5). The derivative is calculated as follows:

dydx=(x1)ddx(2x+5)+(2x+5)ddx(x1)\frac{dy}{dx} = (x-1) \frac{d}{dx}(2x+5) + (2x+5) \frac{d}{dx}(x-1)

Carrying out the differentiation for each term:

dydx=(x1)(2)+(2x+5)(1)\frac{dy}{dx} = (x-1)(2) + (2x+5)(1)

Simplifying the expression by distributing the constants:

dydx=2(x1)+2x+5\frac{dy}{dx} = 2(x-1) + 2x+5

dydx=2x2+2x+5=4x+3\frac{dy}{dx} = 2x-2+2x+5 = 4x+3

The Quotient Rule for Differentiation

The Quotient Rule is applied when differentiating the ratio of two functions. It is represented as:

ddx(uv)=vdudxudvdxv2\frac{d}{dx}\left(\frac{u}{v}\right) = \frac{v \frac{du}{dx} - u \frac{dv}{dx}}{v^2}

Consider the function defined as:

y=3x+44x+5y = \frac{3x+4}{4x+5}

Here, we let the numerator be u=3x+4u = 3x+4 and the denominator be v=4x+5v = 4x+5. To find dydx\frac{dy}{dx}, we substitute these into the Quotient Rule formula:

dydx=(4x+5)ddx(3x+4)(3x+4)ddx(4x+5)(4x+5)2\frac{dy}{dx} = \frac{(4x+5) \frac{d}{dx}(3x+4) - (3x+4) \frac{d}{dx}(4x+5)}{(4x+5)^2}

Evaluating the derivatives of the linear expressions:

dydx=(4x+5)(3)(3x+4)(4)(4x+5)2\frac{dy}{dx} = \frac{(4x+5)(3) - (3x+4)(4)}{(4x+5)^2}

Expanding the numerator:

dydx=12x+15(12x+16)(4x+5)2\frac{dy}{dx} = \frac{12x + 15 - (12x + 16)}{(4x+5)^2}

dydx=1(4x+5)2\frac{dy}{dx} = – \frac{1}{(4x+5)^2}

Differentiation of Root Functions containing Rational Expressions

When a function involves a square root of a quotient, such as:

y=1+x1xy = \sqrt{\frac{1+x}{1-x}}

We determine dydx\frac{dy}{dx} by employing the Chain Rule. We start by letting the radicand be uu:

Let u=1+x1x\text{Let } u = \frac{1+x}{1-x}

Then the function becomes:

y=u=u12y = \sqrt{u} = u^{\frac{1}{2}}

Differentiating yy with respect to uu using the Power Rule:

dydu=ddu(u12)=12u121=12u12=12u\frac{dy}{du} = \frac{d}{du}(u^{\frac{1}{2}}) = \frac{1}{2}u^{\frac{1}{2}-1} = \frac{1}{2}u^{-\frac{1}{2}} = \frac{1}{2\sqrt{u}}

Now we differentiate the substitution u=1+x1xu = \frac{1+x}{1-x} with respect to xx using the Quotient Rule:

dudx=(1x)ddx(1+x)(1+x)ddx(1x)(1x)2\frac{du}{dx} = \frac{(1-x) \frac{d}{dx}(1+x) - (1+x) \frac{d}{dx}(1-x)}{(1-x)^2}

Substituting the derivatives:

dudx=(1x)(1)(1+x)(1)(1x)2\frac{du}{dx} = \frac{(1-x)(1) - (1+x)(-1)}{(1-x)^2}

Simplifying the numerator terms:

dudx=1x(1x)(1x)2=1x+1+x(1x)2=2(1x)2\frac{du}{dx} = \frac{1-x - (-1-x)}{(1-x)^2} = \frac{1-x+1+x}{(1-x)^2} = \frac{2}{(1-x)^2}

Finally, we find dydx\frac{dy}{dx} by multiplying the results from both steps according to the Chain Rule:

dydx=dydu×dudx\frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dx}

dydx=12u×2(1x)2\frac{dy}{dx} = \frac{1}{2\sqrt{u}} \times \frac{2}{(1-x)^2}

dydx=11+x1x×1(1x)2\frac{dy}{dx} = \frac{1}{\sqrt{\frac{1+x}{1-x}}} \times \frac{1}{(1-x)^2}

To simplify this further, we can rewrite the root of the fraction:

11+x1x=1x1+x\frac{1}{\sqrt{\frac{1+x}{1-x}}} = \frac{\sqrt{1-x}}{\sqrt{1+x}}

Combining the expressions:

dydx=1x1+x(1x)2\frac{dy}{dx} = \frac{\sqrt{1-x}}{\sqrt{1+x}(1-x)^2}

Since (1x)2=1x4(1-x)^2 = \sqrt{1-x}^4, we can cancel a factor of 1x\sqrt{1-x}. Alternatively, using exponents, we have (1x)2×(1x)12=(1x)32(1-x)^{-2} \times (1-x)^{\frac{1}{2}} = (1-x)^{-\frac{3}{2}}. This results in:

dydx=11+x(1x)32\frac{dy}{dx} = \frac{1}{\sqrt{1+x}(1-x)^{\frac{3}{2}}}