Power Rule

Key Questions

  • We can use the Power Rule and the Difference Quotient ( First Principles ).

    Power Rule

    #f(x)=sqrt(x)=x^(1/2)#

    #f'(x)=(1/2)x^((1/2-1))=(1/2)x^((1/2-2/2))=(1/2)x^((-1/2))=1/(2sqrt(x))#

    Difference Quotient ( First Principles )

    #f'(x)=lim_(h->0)(f(x+h)-f(x))/h#

    #f(x)=sqrt(x)#

    #f(x+h)=sqrt(x+h)#

    #f'(x)=lim_(h->0)(sqrt(x+h)-sqrt(x))/h#

    #f'(x)=lim_(h->0)(sqrt(x+h)-sqrt(x))/h*(sqrt(x+h)+sqrt(x))/(sqrt(x+h)+sqrt(x))#

    #f'(x)=lim_(h->0)(x+h-x)/(h*(sqrt(x+h)+sqrt(x)))#

    #f'(x)=lim_(h->0)(h)/(h*(sqrt(x+h)+sqrt(x)))#

    #f'(x)=lim_(h->0)1/(sqrt(x+h)+sqrt(x))#

    #f'(x)=1/(sqrt(x+0)+sqrt(x))#

    #f'(x)=1/(sqrt(x)+sqrt(x))#

    #f'(x)=1/(2sqrt(x))#

    Please see the videos below and a similar question.

    Difference Quotient

    Power Rule

    How do you find the derivative of #f(x)=sqrt(x)# ?

  • You could use the quotient rule or you could just manipulate the function to show its negative exponent so that you could then use the power rule.

    I will convert the function to its negative exponent you make use of the power rule.

    #y=1/sqrt(x)=x^(-1/2)#

    Now bring down the exponent as a factor and multiply it by the current coefficient, which is 1, and decrement the current power by 1.

    #y'= (-1/2)x^((-1/2 -1))=(-1/2)x^((-1/2-2/2))=(-1/2x^(-3/2))=-1/(2x^(3/2))#

  • Answer:

    #y^' = nx^(n-1)#

    Below are the proofs for every numbers, but only the proof for all integers use the basic skillset of the definition of derivatives. The proof for all rationals use the chain rule and for irrationals use implicit differentiation.

    Explanation:

    That being said, I'll show them all here, so you can understand the process. Beware that it #will# be fairly long.

    From #y = x^(n)#, if #n = 0# we have #y = 1# and the derivative of a constant is alsways zero.

    If #n# is any other positive integer we can throw it in the derivative formula and use the binomial theorem to solve the mess.

    #y = lim_(h rarr 0)((x+h)^n - x^n)/h#
    #y = lim_(h rarr 0)(x^n + Sigma_(i=1)^n(K_i*x^(n-i)h^i) - x^n)/h#

    Where #K_i# is the appropriate constant

    #y = lim_(h rarr 0)Sigma_(i=1)^n(K_i*x^(n-i)h^i)/h#

    Dividing that #h#

    #y = lim_(h rarr 0)Sigma_(i=1)^nK_i*x^(n-i)h^(i-1)#

    We can take out the first term from the sum

    #y = lim_(h rarr 0) K_1*x^(n-1) + Sigma_(i=2)^nK_ix^(n-i)h^(i-1)#

    Taking the limit, everything else still in the sum goes to zero. Calculating #K_1# we see that it equals #n#, so

    #y = K_1*x^(n-1) = nx^(n-1)#

    For #n# that are negative integers it's a bit more complicated. Knowing that #x^-n = 1/x^b#, such that #b = -n# and therefore is positive.

    #y = lim_(h rarr 0)1/h(1/(x+h)^b - 1/x^b)#
    #y = lim_(h rarr 0)1/h((x^b - (x+h)^b)/(x^b(x+h)^b))#
    #y = lim_(h rarr 0)1/h((x^b - x^b - Sigma_(i=1)^bK_ix^(b-i)h^i)/(x^b(x+h)^b))#
    #y = lim_(h rarr 0)((- Sigma_(i=1)^bK_ix^(b-i)h^(i-1))/(x^b(x+h)^b))#

    Take out the first term

    #y = lim_(h rarr 0)((-K_1x^(b-1) - Sigma_(i=2)^bK_ix^(b-i)h^(i-1))/(x^b(x+h)^b))#

    Take the limit, Where #K_1 = b#, subsituting that back to #n#

    #y = -K_1x^(b-1)/(x^b*x^b) = -K_1x^(b-1-2b) = -K_1x^(-b-1) = nx^(n-1)#

    For rationals we need to use the chain rule. I.e.: #[f(g(x))]^' = f^'(g(x))g^'(x)#

    So, knowing that #x^(1/n) = root(n)(x)# and assuming #n = 1/b# we have

    #(x^n)^b = x#

    If #b# is even, the answer is technically #|x|# but this is close enough for our purposes

    So, using the chain rule we have

    #[x^n]^' = 1/(bx^(nb-n)) = 1/(bx^(1-n)) = nx^(n - 1)#

    And last but not least, using implicit differentiation we can prove for all real numbers, including the irrationals.

    #y = x^n#
    #ln(y) = n*ln(x)#

    #y^'/y = n/x#

    #y^' = (nx^n)/x = nx^(n-1)#

Questions