How do you find the derivative of #y=ln(t)/t^2#?

1 Answer

To solve this problem, one must use the quotient rule.

The quotient rule for derivatives states the following:

#(d/dx) [(u(x))/(v(x))] = [u'(x)v(x) - u(x)v'(x)]/[v^2(x)]#.

In other words, the derivative of the quotient is equal to:

The derivative of the numerator function times the original denominator function, minus the product of the original numerator function and the derivative of the denominator function, all divided by the square of the original denominator function. Note that this only works at locations where #v(x) != 0#

Go here to see how the quotient rule is derived.

Now, for the particular problem in question, we have #y(t) = ln(t)/t^2#. We can use the steps above, this time using #t# instead of #x# as our independent variable. In this case, we have the following:

#u(t) = ln(t), v(t) = t^2#

The derivative of the function #ln(t)# is #dt/t#, or in this case #1/t# because our #t# is simply the variable itself. Further, the derivative of #v(t)# can be found using the power rule to be #v'(t) = 2t#. Therefore we also have:

#u'(t) = 1/t , v'(t) = 2t#

Using our above formula for the quotient rule, we arrive at, for all #t# such that #v(t) !=0#:

#y'(t) = [(1/t)*(t^2) - (ln(t)*2t)]/(t^4) = [1-2ln(t)]/(t^3)#. Note that the simplification of this solution only works for #t!=0#, but since our #v(t) = 0 # at #t=0#, this is acceptable. Simply include a line stating that this derivative is true for all #x!=0#