Question
Question: How to find the derivative of \(x\sqrt{1-x}\)?...
How to find the derivative of x1−x?
Solution
Apply the product rule in the given function x1−xand the formula of product rule is: [u(x).v(x)]′=u(x).v′(x)+v(x).u′(x) where u(x)=xand v(x)=1−x. To further differentiate xapply differentiation rule that is u′(x)=nxn−1 where according to the question n is equal to 1and to differentiate 1−x apply power rule: [v(x)n]′=nv(x)n−1.v′(x) where according to the question n is equal to 21.
Complete step by step solution:
The derivative of x1−x is as follows:
dxd[x1−x]
Applying product rule: [u(x).v(x)]′=u(x).v′(x)+v(x).u′(x) in the given function we get:
⇒dxd[x]1−x+xdxd[1−x]...(i)
Now to further differentiate xapply differentiation rule that is u′(x)=nxn−1
⇒dxd[x]=1...(ii)
And to differentiate 1−x apply power rule: [v(x)n]′=nv(x)n−1.v′(x) ⇒dxd[1−x]=21(1−x)21−1⋅dxd[1−x]...(iii)
Now putting the value of equation (ii)and (iii) in equation (i) we get:
⇒1×1−x+x×21(1−x)21−1×dxd[1−x]
Taking the LCM of the power of (1−x) that is 21−1=21−2=−21 we get power of (1−x) equal to −21 and putting this in the above equation we get:
⇒1−x+2x(1−x)−21×dxd[1−x]
We can also write (1−x)−21 as 1−x1. Applying it to the above equation we get:
⇒1−x+21−xx×dxd[1−x]
After solving the terms within the brackets, we get:
⇒1−x+21−xx(dxd[1]−dxd[x])
We know that derivative of 1 is 0 and for the derivative of x again apply differentiation rule that is u′(x)=nxn−1 that is dxd[x]=1
⇒1−x+21−xx(0−1)
After solving the terms within the brackets, we get:
⇒1−x−21−xx
By simplifying it further & taking the LCM we get:
⇒21−x2(1−x)−x
After solving the brackets in the numerator, we get:
⇒−21−x3x−2
∴Derivative of x1−x is −21−x3x−2.
Note:
Students can go wrong by not applying power rule in the function 1−x correctly that is they write dxd[1−x]=21(1−x)21−1and forget to multiply with the derivative of (1−x) which further leads to the wrong answer. So, the key point is to know all differentiation rule, power rule & product rule right that is the differentiation rule: u′(x)=nxn−1, the product rule: [u(x).v(x)]′=u(x).v′(x)+v(x).u′(x) & power rule: [v(x)n]′=nv(x)n−1.v′(x)