Find derivative of y. y= ln (1 + √x) / (x^3)

  • Thread starter Thread starter HellRyu
  • Start date Start date
  • Tags Tags
    Derivative Ln
HellRyu
Messages
7
Reaction score
0

Homework Statement



Hi guys, I've got :

y= ln ( (1 + √x) / x^{3})


2. The attempt at a solution
I honestly don't know where to go from here, I tried getting the ln of each of them.


y = ln 1 +ln√x - ln x^{3}


Am I doing it write? If not, how am I suppose to work this problem out? If so, where do I go from here?
 
Physics news on Phys.org
First note, log(1+sqrt(x)) does not equal log(1) + log (sqrt(x)). You're thinking about this property:

log(ab) = log(a) + log(b). So, what you should have is this mess below:

y = \ln{(1+\sqrt{x})} - \ln{x^3}

On the first part, use the chain rule, on the second part use the chain rule. Show your work and we'll see where you go astray.
 
MarneMath said:
First note, log(1+sqrt(x)) does not equal log(1) + log (sqrt(x)). You're thinking about this property:

log(ab) = log(a) + log(b). So, what you should have is this mess below:

y = \ln{(1+\sqrt{x})} - \ln{x^3}

On the first part, use the chain rule, on the second part use the chain rule. Show your work and we'll see where you go astray.

O.K. so I started doing the chain rule for the first one and got:

(1/(1 + √x) )(1/(2√x) )

Is it right so far?

EDIT: I did the second one and got:

(1/(x^{3}) ) (3x^{2} )
 
Last edited:
ok I got used the chain rule and got

[(1/2x^{-1/2})/(1 + √x)] - [(3x^2)/(x^3)]

then

1/[ (2√x) + 2x ] - 3/x

How do I go from here to get the answer :

(-6 -5√x)/[2x(1 + √x) ] ?
 
HellRyu said:
ok I got used the chain rule and got

[(1/2x^{-1/2})/(1 + √x)] - [(3x^2)/(x^3)]

then

1/[ (2√x) + 2x ] - 3/x

How do I go from here to get the answer :

(-6 -5√x)/[2x(1 + √x) ] ?
Find a common denominator & combine fractions.
 
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