Problem of Calculus: derivative, i guess logarithmic differentiation

BlaZz
Messages
3
Reaction score
0

Homework Statement



Image of the problem: http://prntscr.com/addkf

Homework Equations



My question is how I can solve the equation I gave above.

Should I use logarithmic differentiation?

Because I think that the logarithmic differentiation is used when y = (the equation) but my problem is f (x) = (the equation).

The Attempt at a Solution



Possible solutions: http://prntscr.com/addwu
 
Physics news on Phys.org
try using (f+g)'=f'+g', then use logarithmic differentiation for f and g separately.

In your link to worked example, first option is wrong because you never took derivative in sense of a^(5x-1) for instance. Second option is wrong because Log does not distrubute across addition like that.
 
What about this possible solution to the problem:(x^{(5x-1)}\frac{5x-1}{x}+5lnx) - 2xe^{(11-x^2)}
 
BlaZz said:

Homework Statement



Image of the problem: http://prntscr.com/addkf

Homework Equations



My question is how I can solve the equation I gave above.

Should I use logarithmic differentiation?

Because I think that the logarithmic differentiation is used when y = (the equation) but my problem is f (x) = (the equation).

The Attempt at a Solution



Possible solutions: http://prntscr.com/addwu
Hello BlaZz. Welcome to PF !

It really helps us, if you make your images visible in your post.

attachment.php?attachmentid=48215&stc=1&d=1339372887.png


attachment.php?attachmentid=48216&stc=1&d=1339372979.png


BlaZz said:
What about this possible solution to the problem:(x^{(5x-1)}\frac{5x-1}{x}+5lnx) - 2xe^{(11-x^2)}

Show us how you got that.

The \displaystyle -2x\,e^{11-x^2} is the derivative of \displaystyle e^{11-x^2}.
 

Attachments

  • deb153b4e2d04ac9be37978.png
    deb153b4e2d04ac9be37978.png
    639 bytes · Views: 490
  • 11b5c94dd47140df91ed5f6.PNG
    11b5c94dd47140df91ed5f6.PNG
    5.1 KB · Views: 531
Last edited:
I attach the procedure for which i got the result, i need that someone say me if i am right or wrong.

Thanks to all the members that comment in my thread and try to help me.
 

Attachments

  • Screenshot_problem.png
    Screenshot_problem.png
    5.6 KB · Views: 491
BlaZz said:
I attach the procedure for which i got the result, i need that someone say me if i am right or wrong.

Thanks to all the members that comment in my thread and try to help me.
attachment.php?attachmentid=48226&d=1339384422.png

Yes, that answer looks fine !
 
So, I gave the x5x-1 term to WolframAlpha to differentiate.

WolframAlpha did not use logarithmic differentiation. Instead, it used the following scheme.
Suppose we have a function that can be expressed in the following way,

\displaystyle f(x)=g\left(u(x),\,v(x)\right)

then the derivative of f(x) can be obtained as follows.

\displaystyle \frac{d}{dx}f(x)=\frac{d}{dx}g\left(u(x),\,v(x) \right)=\frac{\partial g(u,v)}{\partial u}\frac{d\,u(x)}{dx}+\frac{\partial g(u,v)}{\partial v}\frac{d\,v(x)}{dx}
For the case of \displaystyle f(x)=x^{5x-1}\,, we have \displaystyle g(u,\,v)=u^v\,, where \displaystyle u(x)=x\,, and \displaystyle u(x)=5x-1\,.

∂g/∂u treats the function g, as if the base of the expression, in this case x by itself, is the part with the variable, and treats the exponent as being constant, as is the case of a power function.

∂g/∂v treats the exponent of the expression, in this case x by itself, as being the part with the variable, and treats the base as being constant, as is the case of an exponential function.
 
Back
Top