Message Boards Message Boards

0
|
4014 Views
|
2 Replies
|
1 Total Likes
View groups...
Share
Share this post:
GROUPS:

differentiating logs

Posted 9 years ago

Hi all.

I am confused by the output when differentiating logs.

When I try to differentiate 6(e^x)lny wrt x, using : D[6 e^x ln[y], x], the output is 6 e^x ln[y] Log[e]. The answer should be 6(e^x)lny. When I try to differentiate D[6 e^ln[u cos[v]] ln[u sin[v]], u], the output is 6 e^ln[u cos[v]] cos[v] ln[u sin[v]] Log[e] Derivative[1][ln][ u cos[v]] + 6 e^ln[u cos[v]] sin[v] Derivative[1][ln][u sin[v]] It's all rather confusing. Can someone please explain the outputs?

Thanks in advance.

POSTED BY: D P
2 Replies
Posted 9 years ago

Thank you.

POSTED BY: D P

You need to use correct Wolfram Language syntax:

Log[] is the natural log, and E is Euler's constant.

D[6 E^x Log[y], x]

From which you get

6 E^x Log[y]

Mathematica has very good documentation. You should read it.

Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract