What is the derivative? #sqrt( (ax) / (a^2 + x^2) #

1 Answer
Oct 4, 2017

# d/dx sqrt( (ax) / (a^2 + x^2) ) = 1/(2sqrt(ax)) . ( a^3 - ax^2 ) / (a^2+x^2)^(3/2) #

Explanation:

We seek:

# d/dx sqrt( (ax) / (a^2 + x^2) ) #

We need to apply the chain rule and the quotient rule. For clarity we will perform explicit substitutions for the product rule and the chain rule, with practice this can be done in situ:

Let us use the following variables:

Let #{ (u,=ax, ), (v,=a^2+x^2, ), (w,=u/v, =(ax) / (a^2 + x^2) ), (y,=sqrt(w),=sqrt((ax) / (a^2 + x^2))) :} #

Then let us start some differentiation, we start by differentiating the two parts of the quotient #u# and #v# wrt #x#:

# (du)/dx = a # ..... [A]

# (dv)/dx = 2x # ..... [B]

And also, we can differentiate #y# wrt #w#:

# dy/(dw) = 1/2w^(-1/2) = 1/(2sqrt(w)) # ..... [C}

So we can apply the quotient rule to find the derivative of #w# wrt #x#:

# (dw)/dx = d/dx (u/v ) #

# \ \ \ \ \ \ = (v (du)/dx - u(dv)/dx) / v^2 # ........ "The Quotient Rule"

# \ \ \ \ \ \ = ( (a^2+x^2)(a) -(ax)(2x) ) / (a^2+x^2)^2 \ \ \ \ # Using [A] and [B]

# \ \ \ \ \ \ = ( a^3+ax^2 - 2ax^2 ) / (a^2+x^2)^2 #

# \ \ \ \ \ \ = ( a^3 - ax^2 ) / (a^2+x^2)^2 # ..... [D]

We can use the chain rule to get:

# dy/(dx) = dy/(dw) . (dw)/dx #
# \ \ \ \ \ = 1/(2sqrt(w)) . ( a^3 - ax^2 ) / (a^2+x^2)^2 \ \ \ \ # from [C] & [D]

Now we can replace #w# with our earlier substitution:

# dy/(dx) = 1/(2sqrt((u/v))) . ( a^3 - ax^2 ) / (a^2+x^2)^2 #
# \ \ \ \ \ = 1/(2sqrt(((ax)/(a^2+x^2)))) . ( a^3 - ax^2 ) / (a^2+x^2)^2 #

# \ \ \ \ \ = 1/2 . sqrt((a^2+x^2)/(ax)) . ( a^3 - ax^2 ) / (a^2+x^2)^2 #

# \ \ \ \ \ = 1/(2sqrt(ax)) . (a^2+x^2)^(1/2) . ( a^3 - ax^2 ) / (a^2+x^2)^2 #

# \ \ \ \ \ = 1/(2sqrt(ax)) . ( a^3 - ax^2 ) / (a^2+x^2)^(3/2) #

With practice we can just write these derivatives by applying the rules as we go and using the chain rule implicitly

# y = ( (ax) / (a^2 + x^2) )^(1/2) #

# dy/dx = 1/2 ( (ax) / (a^2 + x^2) )^(-1/2) d/dx ( (ax) / (a^2 + x^2) ) #
# \ \ \ \ \ \ = 1/2 ( (ax) / (a^2 + x^2) )^(-1/2) ( (a^2+x^2) (a) - (2x) (ax) ) / (a^2+x^2)^2 #
# \ \ \ \ \ \ = 1/2 ( (ax) / (a^2 + x^2) )^(-1/2) (a^3-ax^2 ) / (a^2+x^2)^2 #
# \ \ \ \ \ \ = 1/2 (ax)^(-1/2) (a^3-ax^2 ) / (a^2+x^2)^(3/2) #
# \ \ \ \ \ \ = 1/(2 (ax)^(1/2) ) (a^3-ax^2 ) / (a^2+x^2)^(3/2) #

Giving us the same result with much lkess work.