The composition of a function is an operation where two functions generate a new function. It is then not possible to differentiate them directly as we do with simple functions. This article explains theΒ differentiability of composite functions along with solved examples.
Composite Function
Consider three sets, A, B and C, which are non-empty.
Let f: A β B and g: B β C be two functions. Then g of f: A β C. This function is called the composition of f and g. Read more.
Properties of the Composition of Functions
- f is even, and g is even – fog is an even function
- f is odd, and g is odd – fog is an odd function
- f is even, and g is odd – fog is an even function
- f is odd, and g is even – fog is an even function
- The composite of functions is not commutative, i.e., fog β gof.
- The composite of functions is associative, i.e., (fog)oh = fo(goh)Β Β Β Β Β Β Β Β
- If f : A β B is bijection and g : B β AΒ is the inverse of f. Then fog = IB and gof = IA, where IA and IBΒ are identity functions on the sets A and B, respectively.
- If f : A β B and g : B β C are two bijections, then gof : A β C is a bijection and (gof)-1 = f-1og-1.
- fog β gof but if, fog= gof then either f-1 = g or g-1 = f also, (fog)(x) = (gof)(x) = x.
- (gof)(x) is simply the g-image of f(x), where f(x) is f-image of elementsΒ x β A.
- Function gof will exist only when the range of f is the subset of the domain of g.
- fog does not exist if the range of g is not a subset of the domain of f.
- fog and gof may not always be defined.
- If both f and g are one-one, then fog and gof are also one-one.
- If both f and g are onto, then gof is onto.
How Do You Know if a Function Is Differentiable?
- The function f (x) is said to be differentiable at point P if and only if a unique tangent exists at point P.
- A function is said to be differentiable in an interval (a, b) if it is differentiable at every point of (a, b).
- A function is said to be differentiable in an interval [a, b] if it is differentiable at every point of [a, b].
Composite Function Differentiation
Let g and h be two functions where y = g (u) and u = h (x). If the function is defined by y = g [h (x)] or g o h(x), then it is called a composite function. So, if g (x) and h (x) are 2 differentiable functions, then fog is also differentiable, and hence, (fog)β(x) = fβ(g(x)).gβ(x)
Let y be a differential function of u, and u is a differential function of x, then
[dy/dx] = [dy/(du)] Γ [du/(dx)]Let y = g(u) and u = f(x)
Let Ξx be an increment in x, and Ξ u and Ξy be the corresponding increments in u and y, respectively.
[y + Ξ y] = [g(u + Ξu)] and [u + Ξu] = [f(x + Ξx)]Ξy = [g(u + Ξu)] – [g(u)] and Ξu = [f(x + Ξx) – f(x)] [Ξy/(Ξu)] = [(g (u + Ξu)]/[(Ξu)] and [Ξu/(Ξx)] = [(f(x + Ξx) β f(x))]/[Ξx] [Ξy/(Ξx)] = [Ξy]/[(Ξu).Ξu/(Ξx)]
On applying the limits,
β [dy/dx] = [dy/du] Γ [du/dx]
= [d/du] g(u) Γ [d/dx] f(x)
Also, Read
Limits Continuity and Differentiability
Differentiability of Composite Functions Examples
Example 1:Β
Find dy/dx if y = β(x2 + 1).
Solution:
Example 2: Β
Solution: Given function is in the form f(g(h(x))), where f(x) = 1/x, g(x) = cos x and h(x) = x3
Let
Example 3:Β Show that function f (x) = (x2 β 1) |x2 β 3x + 2|+ cos (|x|) is not differentiable at points 0, 1 and 2.
Solution:
Since function |x| is not differentiable at x = 0,
|x2 β 3x + 2| = | (x β 1) ( x β 2) |
Hence, it is not differentiable at x = 1 and 2
Now, f (x) = (x2 β 1) |x2 β 3x + 2|+ cos (|x|) is not differentiable at x = 2
For 1 < x < 2, f (x) = β(x2 β1) (x2 β 3x + 2) + cosx
For 2 < x < 3, f (x) = +(x2 β1) (x2 β 3x + 2) + cosx
L fβ²(x) = β (x2 β1) (2x β 3) β 2x (x2 β 3x + 2) β sinx
L fβ²(2) = β 3 β sin(2)
R fβ²(x) = (x2 β1) (2x β 3) + 2x (x2 β 3x + 2) β sinx
R fβ²(2) = (4 β 1) (4 β 3) + 0 β sin(2) = 3 β sin(2)
Hence, Lfβ²(2) β Rfβ²(2).
Example 4: If
Solution:
Given f (x) is differentiable at x = 0. Hence, f (x) will be continuous at x = 0.Β
But f (x) is differentiable at x = 0, thenΒ Β Β Β Β
Video Lessons
Composite Functions
Composite and Periodic Functions
Frequently Asked Questions
What do you mean by a composite function?
A composite function is a function that is written inside another function. It is a function made of other functions, where the output of one is the input of the other. Let f(x) and g(x) be two functions, then gof(x) is a composite function.
State 2 properties of the composition of function.
If f is an even function and g is an even function, then fog is an even function.
If f is an odd function and g is an odd function, then fog is an odd function.
Is the composition of functions associative?
Yes, the composition of functions is associative. (fog)oh = fo(goh)
Is the composition of functions commutative?
No, the composition of functions is not commutative. fog β gof.
What is the derivative of (fog)(x)?
The derivative of (fog)(x) = (fog)β(x) = fβ(g(x)).gβ(x).
Comments