Is My Logarithmic Differentiation Method Correct?

Click For Summary

Homework Help Overview

The discussion revolves around the application of logarithmic differentiation in calculus, specifically focusing on differentiating functions involving exponents and products. Participants are examining methods to differentiate expressions like \(y = \sin(x)^{\cos(x)}\) and \(y = x^{3/2} \sqrt{1 - x^2}\).

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants explore various differentiation techniques, including the product rule and chain rule. Some express confusion about whether to use logarithmic differentiation, while others suggest it as a viable method. Questions arise about specific steps in the differentiation process and the simplification of results.

Discussion Status

There is an active exchange of ideas, with participants providing hints and guidance on differentiation techniques. Some have made progress in their solutions, while others continue to seek clarification on specific aspects of the problems. Multiple interpretations of the differentiation methods are being explored.

Contextual Notes

Some participants mention feeling blocked or unsure about their approach, indicating a need for further clarification on the differentiation process. The discussion reflects a range of understanding and comfort with the material, with some participants expressing confusion about the application of logarithmic differentiation.

t_n_p
Messages
593
Reaction score
0

Homework Statement



http://img253.imageshack.us/img253/5748/logdiffji4.jpg

The Attempt at a Solution



I've tried both and i) and ii) however something just doesn't seem right. Can somebody tell me if my method is correct?

i) http://img253.imageshack.us/img253/8791/img0186anh3.jpg ii)http://img329.imageshack.us/img329/627/img0187azr5.jpg
 
Last edited by a moderator:
Physics news on Phys.org
You forgot to differentiate.
 
Hurkyl said:
You forgot to differentiate.

I've got a total mindblock , can you explain a little further?
 
differentiate both right and left hand side...
 
Ahmed Abdullah said:
differentiate both right and left hand side...

Oh yeh! I tried by using chain rule (Let sinx^cosx = u)
therefore i get :

(1/y)*(dy/dx) = (1/u)*[d/dx(sinx^cosx)]

How would I go about diff-ing sinx^cosx?
 
consider cosx as u and log(sinx) as v, then diff by the product rule (udv+vdu)
In diff. v, use the chain rule
 
f(x) said:
consider cosx as u and log(sinx) as v, then diff by the product rule (udv+vdu)
In diff. v, use the chain rule

Ah! so much easier!
 
Ok, after that tip from f(x) I got what I believe is the final answer. Can this be simplified any further?

http://img156.imageshack.us/img156/115/img0192us4.jpg
 
Last edited by a moderator:
Your work looks good up until very last step. Try that final step one more time.
 
  • #10
D H said:
Your work looks good up until very last step. Try that final step one more time.

silly me! :smile:

2nd time lucky!
http://img441.imageshack.us/img441/8141/answerem9.jpg
 
Last edited by a moderator:
  • #11
Much better.
 
  • #12
I'm not too sure how to go about part (ii)
So far I've converted the square roots to ^1/2 and expanded out to get
x^(3/2)[(1-x^2)^(1/4)]

I then let that equal u (chain rule) however the product rule within u seems to get pretty messy/complicated.

Is this the correct method?
 
  • #13
t_n_p said:
I'm not too sure how to go about part (ii)
So far I've converted the square roots to ^1/2 and expanded out to get
x^(3/2)[(1-x^2)^(1/4)]

I then let that equal u (chain rule) however the product rule within u seems to get pretty messy/complicated.

Is this the correct method?

If [itex]y=x^{3/2}[(1-x^2)^{1/4}],[/itex] then let [itex]u=x^{3/2}[/itex]and [itex]v=(1-x^2)^{1/4}[/itex] so that y'=uv'+u'v, remembering that to calculate v' you will need to use the chain rule.
 
Last edited:
  • #14
Ok, so I now know how to diff [itex]y=x^{3/2}[(1-x^2)^{1/4}],[/itex] but shouldn't I take log of both sides before diff-ing? In that case I need to figure out the derivative of ln[[itex]y=x^{3/2}[(1-x^2)^{1/4}],[/itex]]
 
  • #15
Bump, can anybody help?
 
  • #16
t_n_p said:
Ok, so I now know how to diff [itex]y=x^{3/2}[(1-x^2)^{1/4}],[/itex] but shouldn't I take log of both sides before diff-ing? In that case I need to figure out the derivative of ln[[itex]y=x^{3/2}[(1-x^2)^{1/4}],[/itex]]

You could but you don't have to. Typically "logarithmic differentiation is used when you have a function of x in the exponent.

Just use the product rule:
[itex]y'= (x^{3/2})'(1- x^2)^{1/4}+ x^{3/2}[(1-x^2)^{1/4}]'[/itex]
[itex]= (3/2)x^{1/2}(1- x^2)^{1/4}+ (x^{3/2})(1/4)(1-x^2)^{-3/4}[/itex]

If you take the logarithm of both sides, you get [itex]ln y= (3/2)ln(x)+ (1/4)ln(1+ x^2)[/itex]. Now [itex](1/y)y'= 3/(2x)+ 2x/(4(1+x^2))[/itex]. That righthand side is much simpler but you still have to multiply by y.
 
  • #17
Another way to differentiate the second expression is to change it to a single n-root, like this:
[tex]\sqrt{x ^ 3 \sqrt{1 - x ^ 2}} = \sqrt{\sqrt{x ^ 6 (1 - x ^ 2)}} = \sqrt[4]{x ^ 6 - x ^ 8}[/tex]
Let u = x6 - x 8. Now, the whole expression becomes [tex]\sqrt[4]{u}[/tex], you can apply the chain rule and finish the problem. Can you go from here? :)
 
  • #18
VietDao29 said:
Another way to differentiate the second expression is to change it to a single n-root, like this:
[tex]\sqrt{x ^ 3 \sqrt{1 - x ^ 2}} = \sqrt{\sqrt{x ^ 6 (1 - x ^ 2)}} = \sqrt[4]{x ^ 6 - x ^ 8}[/tex]
Let u = x6 - x 8. Now, the whole expression becomes [tex]\sqrt[4]{u}[/tex], you can apply the chain rule and finish the problem. Can you go from here? :)

I think ill go with this method. So using chain rule I get dy/dx = (1/4)((x^6-x^8)^(-3/4))*(6x^5-8x^7)

Hope you can make that out. So where does the logarithmic part come into it? Do I now take log of both sides?

I'm quite lost:confused:
 
  • #19
t_n_p said:
I think ill go with this method. So using chain rule I get dy/dx = (1/4)((x^6-x^8)^(-3/4))*(6x^5-8x^7)

Hope you can make that out. So where does the logarithmic part come into it? Do I now take log of both sides?

I'm quite lost:confused:
Nope, you can differentiate it normally as you've just done.

Or you can tuse logarithmic differentiation as HOI has suggested, i.e, it goes like this:

[tex]y = \sqrt{x ^ 3 \sqrt{1 - x ^ 2}}[/tex]

Taking log of both sides yields:

[tex]\ln y = \ln \left( \sqrt{x ^ 3 \sqrt{1 - x ^ 2}} \right) = \frac{1}{2} \ln \left( x ^ 3 \sqrt{1 - x ^ 2} \right) = \frac{1}{2} \left( \ln (x ^ 3) + \ln( \sqrt{1 - x ^ 2} ) \right)[/tex]

Now, you can differentiate both sides to find y'.

There are many ways to approach a differentiation problem, so just choose the one that you like best.
 
  • #20
That's very helpful! Had to navigate through the diff of [tex]\frac{1}{2} \left( \ln (x ^ 3) + \ln( \sqrt{1 - x ^ 2} ) \right)[/tex]. Was a bit tricky but I think I got it...
http://img253.imageshack.us/img253/6788/asdfry0.jpg

Can you please confirm?
 
Last edited by a moderator:
  • #21
Nope, still incorrect. You forget to multiply it by y.

Multiply it by y, then simplify the expression you get, and it's all done. :)

Note that differentiating [tex]\ln( \sqrt{1 - x ^ 2} )[/tex] can be a little bit tricky, but if you pull out the 1/2, it should be easier. It goes like this:

[tex][\ln( \sqrt{1 - x ^ 2} ) ]' = \frac{1}{2} [\ln (1 - x ^ 2) ]' = \frac{1}{2} \times \frac{-2x}{1 - x ^ 2} = \frac{-x}{1 - x ^ 2}[/tex] :)
 
  • #22
VietDao29 said:
Nope, still incorrect. You forget to multiply it by y.

Multiply it by y, then simplify the expression you get, and it's all done. :)

Note that differentiating [tex]\ln( \sqrt{1 - x ^ 2} )[/tex] can be a little bit tricky, but if you pull out the 1/2, it should be easier. It goes like this:

[tex][\ln( \sqrt{1 - x ^ 2} ) ]' = \frac{1}{2} [\ln (1 - x ^ 2) ]' = \frac{1}{2} \times \frac{-2x}{1 - x ^ 2} = \frac{-x}{1 - x ^ 2}[/tex] :)

Yeh, that was just the diff without * y.

After making common denom of (6x^3)(4-4x^2) and * by y I get
http://img242.imageshack.us/img242/5305/finalansux3.jpg
 
Last edited by a moderator:
  • #23
t_n_p said:
Yeh, that was just the diff without * y.

After making common denom of (6x^3)(4-4x^2) and * by y I get
http://img242.imageshack.us/img242/5305/finalansux3.jpg
[/URL]
You still haven't simplified it... =.="
HINT: You can factor out x2 in the numerator and denominator, then the two x2's will cancel each other out.

[tex]y \times \left( \frac{3x ^ 2}{6x ^ 3} - \frac{2x}{4 - 4 x ^ 2} \right) = \sqrt{x ^ 3 \sqrt{1 - x ^ 2}} \times \left( \frac{1}{2x} - \frac{x}{2 - 2 x ^ 2} \right)[/tex]

[tex]= \frac{1}{2}\sqrt{x ^ 3 \sqrt{1 - x ^ 2}} \times \left( \frac{1}{x} - \frac{x}{1 - x ^ 2} \right)[/tex]
And... you can stop here, and leave it in this form. :smile: It's okay, simplified enough. You shouldn't make common denominator, as it's unnecessary, and you may also make some minor mistakes during doing so.
 
Last edited by a moderator:
  • #24
Finally got it. Many, many thanks!
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
11K
  • · Replies 36 ·
2
Replies
36
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
6
Views
3K