PDA

View Full Version : derivative of (sin(x))^x


The_Brain
Apr5-04, 09:02 PM
What are the steps used to obtain the derivative of (sin(x))^x? I know it's (sin(x))^x [xcot(x) + ln(sinx)] however I don't know how to get there.

cookiemonster
Apr5-04, 09:15 PM
Edit:

y = sin(x)^x
ln(y) = x ln(sin(x))

Now differentiate implicitly.

cookiemonster

vadik
Apr6-04, 01:15 PM
or: (d/dx)sin(x)^x = (d/dx)e^xln(sin(x)) = (ln(sin(x))+xcosx/sinx)sin(x)^x, that's what you got.

insipidgirl
Oct7-10, 02:03 AM
1st
lny=ln((sinx)^x)
lny=xln(sinx)
then take the derivative and use product and chain rule ;)

dy/dx(1/y)=x(1/sinx)cosx + ln(sinx)
then simplfy

dy/dx(1/y) = xcotx+lnsinx
dy/dx=y[xcotx+lnsinx]

plug in for y

dy/dx= (sinx)^x[xcotx+lnsinx]

message me if you need any explanations.

adriang
Oct7-10, 04:45 AM
dw soz

darkside00
Oct14-10, 11:12 PM
Thats a fun one to solve.

how do you integrate (sin(x))^x?

For the second derivative, I got

(((sin(x))^x)*(ln(sinx)+x/tanx))*(ln(sinx)+x*cotx)+((sin(x))^x)*(cotx-cotx/((sin(x))^2)

but got no way of checking

def
Nov10-10, 12:28 PM
uh guys, are you even allowed to do ln(sinx), i mean sinx isn't always positive right?

HallsofIvy
Nov10-10, 12:33 PM
Then do it for 0\le x\le \pi and use sin(x+ n\pi)= (-1)^n sin(x) for x outside that range.

def
Nov10-10, 12:35 PM
kk, so how do i differentiate (-1)^x?
edit: sorry i misread your post

my question is: how do do ln((-1)^n*sinx)?

def
Nov10-10, 12:43 PM
if I take -Pi<x<0 then I can write:

sin(x)^x=(-1)^x*(-sin(x))^x
so sin(x)^x=(-1)^x*exp(x*ln(-sin(x))) but then I'm stuck in the differentiation because of the (-1)^x

HallsofIvy
Nov11-10, 08:14 AM
The problem is not just differentiating (-1)^x. How are you defining (-1)^x?

def
Nov11-10, 10:52 AM
I dunno, hence my question: how do you guys manage to differentiate sinx^x?

When I try to differentiate it using the suggested method which I get stuck because of the (-1)^x for values of x on the intervals of the form [2kPi-Pi,2kPi].

This is frustrating I know, everywhere I look people use the same method, but to me there is something missing , or maybe there is something wrong with my thinking :(