Logarithmic Differentiation Help NeededA LOT OF PROCESS WORK IS SHOWN

johnq2k7
Messages
53
Reaction score
0
Use logarithmic differentiation to find:

a.) d/dx of [(sin^-1(x^2)*sinh^-1(x^2))/(sin^4(x^2))]

b.) d^2/dx^2 (sech^-1(e^(2*x)))


work shown for a:

let y= [(sin^-1(x^2)*sinh^-1(x^2))/(sin^4(x^2))]

taking the natural logarithm of both sides:

ln y= ln [(sin^-1(x^2)*sinh^-1(x^2))/(sin^4(x^2))]

ln y= ln (sin^-1(x^2)*sinh^-1(x^2)) - ln (sin^4(x^2))

ln y = ln (sin^-1(x^2)) +ln (sinh^-1(x^2)) - 4*ln(sin^4(x^2))

differentiating both sides:

1/y* y'= (1/sin^-1(x^2))(1/sqrt(1-(x^2)^2)(2x) + (1/sinh^-1(x^2))(2x)(1/sqrt(1+(x^2)^2)) - (4)(1/sin(x^2))(2x*cos(x^2))

substituting y i got:

y'= (sin^4(x^2)*2x)/(sqrt(1-x^4)) + 2xsin^4(x^2)/(sqrt(1+x^4)) - 8x*cos(x^2)sin^3(x^2)

is this correct... i think I may have made a few errors

work shown for b:

let y= sech^-1(e^(2x))

taking natural logarithm of both sides:

ln y= ln (sech^-1(e^(2x))

differentiating both sides:

y'= 2/(sqrt(1-e^(4x))

to find d^2/dx^2 i set dy/dx as y again:

therefore let y= 2/(sqrt(1-e^(4x))

finding the natural logarithm of both sides of dy/dx

i get ln y= ln 2- (1/2)ln (1-e^(4x))

differentiating both sides leads to:

y"= 4e^(4x)/((1-e^(4x))^(3/2))

is this correct.. i believe i may have made a few errors.. please check

 
Physics news on Phys.org


I looked over a and I think that it is pretty good, but I think you made errors when you plugged y back in.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top