Finding derivative of log and lnx. Please help Need help before test

josh_123
Messages
15
Reaction score
0
I need help in finding dy/dx or the derivative of these function:
1. y=sin^2(lnx)
so d/dx[sin^2(lnx)] I tried following this model of sin^x=(sinx)^2 so d/dx[(sinlnx)^2)]. Then use the chain rule of dy/dx= f'g(g') which is 2(sinlnx)(cos1/x) but I don't think that is right so can you please tell me another way to do it?thank you!


2. y=x[log2(x^2-2x)]^3
d/dx[xlog2(x^2-2x)]^3=3log2(x^2-2x)^2---> Again I don't think this is right so please direct me to the right one.

3. y=exp(sqrt(1+5x^3)). This one I don't even know how to begin. Exponent of what?

4. y=ln(cose^x) using the rule of d/dx[lnu]=1/u x (du/dx) I get dy/dx=(1/cose^x)(-sin(e^x)(e^x)
dy/dx=(1/cose^x)(-e^xsine^x)
dy/dx=(-e^xsine^x)/(cose^x)---> (tane^x)(-e^x)=-e^xtane^x~Please tell me if I did anything wrong

5. Finding the derivative by using implict differentation
y=ln(xtany). Please help me get started

6. Finding the derivative by using logarithmic differentation:
y=5root(x-1/x+1) or (x-1/x+1)^1/5
lny=ln(x-1/x+1)^(1/5)=(1/5)ln(x-1/x+1)
d/dx[(1/5)ln(x-1/x+1)]=(1/5)(x-1/x+1)(2/(x+1)^2+0(ln(x^2+1)
so dy/dx=y[(2x+2)/(5x-5)(x+1)^2]
=5root(x-1/x+1)[2x+2/(5x-5)(x+1)^2]

Is this right?
~Thank you in advance =D
 
Last edited:
Physics news on Phys.org
You just need to slow down and evaluate these things one step at a time.
josh_123 said:
I need help in finding dy/dx or the derivative of these function:
1. y=sin^2(lnx)
so d/dx[sin^2(lnx)] I tried following this model of sin^2 x=(sinx)^2 so d/dx[(sinlnx)^2)]. Then use the chain rule of dy/dx= f'g(g') which is 2(sinlnx)(cos1/x) but I don't think that is right so can you please tell me another way to do it?thank you!
You started off okay by rewriting it in an easier form to differentiate.y = (\sin \log x)^2When you apply the chain rule, you gety' = 2(\sin \log x)^1 \frac{d}{dx}[\sin (\log x)]
You evaluated the derivative of the inside, sin(log x), incorrectly. You can't just differentiate the sine and log separately like that. You need to apply the chain rule again because log x is inside of sin.
2. y=x[log2(x^2-2x)]^3
d/dx[xlog2(x^2-2x)]^3=3log2(x^2-2x)^2---> Again I don't think this is right so please direct me to the right one.
You need to apply the product rule first. Here you have y = fg where f=x and g=[log 2(x2-2x)]3 (Or is it supposed to be g=[log2 (x2-2x)]3?)
3. y=exp(sqrt(1+5x^3)). This one I don't even know how to begin. Exponent of what?
Exp(x) is just a different way of writing ex, so what you have isy=e^\sqrt{1+5x^3}
4. y=ln(cose^x) using the rule of d/dx[lnu]=1/u x (du/dx) I get dy/dx=(1/cose^x)(-sin(e^x)(e^x)
dy/dx=(1/cose^x)(-e^xsine^x)
dy/dx=(-e^xsine^x)/(cose^x)---> (tane^x)(-e^x)=-e^xtane^x~Please tell me if I did anything wrong
Looks good!
5. Finding the derivative by using implict differentation
y=ln(xtany). Please help me get started
I'd start by using the property \log ab = \log a + \log b.
6. Finding the derivative by using logarithmic differentation:
y=5root(x-1/x+1) or (x-1/x+1)^1/5
lny=ln(x-1/x+1)^(1/5)=(1/5)ln(x-1/x+1)
d/dx[(1/5)ln(x-1/x+1)]=(1/5)(x-1/x+1)(2/(x+1)^2+0(ln(x^2+1)
so dy/dx=y[(2x+2)/(5x-5)(x+1)^2]
=5root(x-1/x+1)[2x+2/(5x-5)(x+1)^2][/B]
Is this right?
~Thank you in advance =D
You're good up to\log y = \frac{1}{5}\log \frac{x-1}{x+1}Again, use the fact that log (a/b) = log a - log b to get rid of the quotient first, and then differentiate. That makes things much simpler.
 
Hello, thank you so much for your help.
~I re-try the first one and I got: 2(sinlnx)(1/x)(cos(lnx)). Can you tell me if this is the right answer?

~the second one I retry and got dy/dx=1 [log2 (x2-2x)]3 + [3log2(x^2-2x)]2 (x)
so to simplified it is : [log2(x2-2x)]3+ x[3log2(x^2-2x)]2~Can you tell me if I'm right?

~The third one i retry it and got y'=(1/2)(1+5x^3)-1/2 * e√1+5x^3
from the rule of y=eu the dy/dx=eu * du/dx
 
josh_123 said:
Hello, thank you so much for your help.
~I re-try the first one and I got: 2(sinlnx)(1/x)(cos(lnx)). Can you tell me if this is the right answer?
This is correct. Good work!
~the second one I retry and got dy/dx=1 [log2 (x2-2x)]3 + [3log2(x^2-2x)]2 (x)
so to simplified it is : [log2(x2-2x)]3+ x[3log2(x^2-2x)]2~Can you tell me if I'm right?
This one isn't. You didn't calculate g' correctly. You need to use the chain rule:
\frac{d}{dx}[\log_2 (x^2-2x)]^3 = 3[\log_2 (x^2-2x)]^2 \frac{d}{dx} [\log_2 (x^2-2x)]You have the first part correct; you're missing the second part. You'll want to use the fact that log2 u = (ln u)/(ln 2).
~The third one i retry it and got y'=(1/2)(1+5x^3)-1/2 * e√1+5x^3
from the rule of y'=f'(g)(g')
You're almost there. Same mistake as in the second problem. You need to keep using the chain rule. When you differentiate \sqrt{1+5x^3}, you need to multiply by the derivative of the inside.
 
I retry the 2nd one and here is the final answer (with your instructions =D)

dy/dx=1[log2(x^2-2x)]3 + 3[log2(x^2-2x)]2[(ln(x^2-2x)/ln2)(x)]
dy/dx=[log2(x^2-2x)]3 + 3x[log2(x^2-2x)]2 ((ln(x^2-2x)/ln2)
Is this right?:confused:

and I'm sorry I typed the last one wrong. It suppose to be y'=(1/2)(1+5x^3)^-1/2(15x^2) * e√1+5x^3
 
josh_123 said:
I retry the 2nd one and here is the final answer (with your instructions =D)

dy/dx=1[log2(x^2-2x)]3 + 3[log2(x^2-2x)]2[(ln(x^2-2x)/ln2)(x)]
dy/dx=[log2(x^2-2x)]3 + 3x[log2(x^2-2x)]2 ((ln(x^2-2x)/ln2)
Is this right?:confused:
Nope, not yet. You need to keep applying the chain rule. The base of the log just gives you a constant factor out front:
\frac{d}{dx} \log_2 (x^2-2x) = \frac{d}{dx} \frac{\ln (x^2-2x)}{\ln 2} = \frac{1}{\ln 2}\frac{d}{dx} \ln (x^2-2x)but you still need to differentiate the natural log and then what's inside of it.
and I'm sorry I typed the last one wrong. It suppose to be y'=(1/2)(1+5x^3)^-1/2(15x^2) * e√1+5x^3
Looks good!
 
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