How can I differentiate ln equations with quotient and chain rules?

  • Thread starter Thread starter Aerosion
  • Start date Start date
  • Tags Tags
    Differentiation
Click For Summary

Homework Help Overview

The discussion revolves around the differentiation of a logarithmic function involving a quotient, specifically the expression y=ln((x^3*tanx)/sqrt(5x^2+3x-7)). Participants express confusion regarding the application of differentiation rules, particularly the quotient rule and how the natural logarithm interacts with it.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants suggest breaking down the logarithmic expression into simpler components, using properties of logarithms to separate the terms. There is also mention of using differentiation rules such as the product rule, quotient rule, and chain rule, with some participants questioning how these rules apply to the simplified logarithmic form.

Discussion Status

Some participants have offered guidance on simplifying the expression before differentiation, while others are exploring different interpretations of the original problem. The conversation reflects a mix of attempts to clarify the differentiation process and the rules involved, without reaching a definitive consensus on the best approach.

Contextual Notes

There is an ongoing discussion about the correct interpretation of the logarithmic expression, specifically whether it is y = ln((x^3*tanx)/sqrt(5x^2+3x-7)) or y = ln((x^(3tanx))/sqrt(5x^2+3x-7)). This ambiguity may affect the differentiation process and the application of rules.

Aerosion
Messages
52
Reaction score
0
I've always had a hard time with differentiation. Always. Product rules, quotient rules, chain rules, too confusing.

Anyway, enough of my complaining. Let me post my problem.

Differentiate:

y=ln((x^3*tanx)/sq root(5x^2+3x-7))

I got some horribly long answer (which was wrong, I won't even post it, it's too absurd) and I'm wondering what I did wrong. I know I need to use the quotient rule, but how does the ln fit into that?

Help would be appreciated.
 
Physics news on Phys.org
This is much easier broken up. Always try simplifying as much as possible before differentiating.

Try y = ln(f(x)/g(x)) = ln(f(x)) - ln(g(x))

And x^(3tanx) = e^?

And ln(\sqrt{something}) = (1/2)ln{something}
 
Last edited:
Go to a computer on campus and start up Maple.
Click
Tools -> Tutors -> Calculus - Single Variable -> Differentiation Methods

Now try examples in this worksheet. It will walk you through step by step how to do it. Try a lot of examples.

Trust me. Once you get the hang of it, you will see how easy it is. More than likely you are just confusing yourself, and making things harder then they really are. That's ok. It just means you don't know how to "see" the problem yet. It will just take some practice and you'll be groovy.
 
Aerosion said:
I've always had a hard time with differentiation. Always. Product rules, quotient rules, chain rules, too confusing.

Anyway, enough of my complaining. Let me post my problem.

Differentiate:

y=ln((x^3*tanx)/sq root(5x^2+3x-7))

I got some horribly long answer (which was wrong, I won't even post it, it's too absurd) and I'm wondering what I did wrong. I know I need to use the quotient rule, but how does the ln fit into that?

Help would be appreciated.
Hmm, if you encounter a product of functions, you can use Product Rule.
Example:
(x sin(x))' = x' sin(x) + x sin'(x) = sin(x) + x cos(x).
If you encounter a quotient, then you can use Quotient Rule.
Example:
[tex]\left( \frac{x}{\sin x} \right) ' = \frac{x' \sin x - x ( \sin x)'}{\sin ^ 2 x} = \frac{\sin x - x \cos x}{\sin ^ 2 x}[/tex]
If you encounter something look like a composite function, then use the Chain Rule.
Example:
((x + 5)2)'.
There are many ways to do this, you can either expand all the terms out and use the Sum Rule, i.e:
((x + 5)2)' = (x2 + 10x + 25)' = x2' + 10x' + 25' = 2x + 10
Or you can use the Product Rule:
((x + 5)2)' = ((x + 5) (x + 5))' = (x + 5)' (x + 5) + (x + 5) (x + 5)' = 2(x + 5).
Or you can let u = x + 5, and use the Chain Rule:
((x + 5)2)'x = (u2)'x = (u2)'u u'x = 2u(x + 5)'x = 2u(x' + 5') = 2u = 2(x + 5).
So two ways, but they will eventually lead you to one result.
--------------
However you should consider simplifying the expression before applying the rules, or you will mess it up. By the way, is it:
[tex]y = \ln \left( \frac{x ^ 3 \tan x}{\sqrt{5x ^ 2 + 3x - 7}} \right)[/tex]
or:
[tex]y = \ln \left( \frac{x ^ {3 \tan x}}{\sqrt{5x ^ 2 + 3x - 7}} \right)[/tex]?
Assume that it is the first one, split it into 2, or more separate logs to get a nicer expression:
[tex]y = \ln \left( \frac{x ^ 3 \tan x}{\sqrt{5x ^ 2 + 3x - 7}} \right) = \ln (x ^ 3 \tan x) - \ln (\sqrt{5x ^ 2 + 3x - 7}) = 3\ln (x) + \ln (\tan x) - \frac{1}{2} \ln(5x ^ 2 + 3x - 7)[/tex]
Now, it looks much more easier, right?
Can you go from here? :)
 
Last edited:
Thanks for all your help. I just have one more question.

VietDao29 said:
--------------
However you should consider simplifying the expression before applying the rules, or you will mess it up. By the way, is it:
[tex]y = \ln \left( \frac{x ^ 3 \tan x}{\sqrt{5x ^ 2 + 3x - 7}} \right)[/tex]
or:
[tex]y = \ln \left( \frac{x ^ {3 \tan x}}{\sqrt{5x ^ 2 + 3x - 7}} \right)[/tex]?
Assume that it is the first one, split it into 2, or more separate logs to get a nicer expression:
[tex]y = \ln \left( \frac{x ^ 3 \tan x}{\sqrt{5x ^ 2 + 3x - 7}} \right) = \ln (x ^ 3 \tan x) - \ln (\sqrt{5x ^ 2 + 3x - 7}) = 3\ln (x) + \ln (\tan x) - \frac{1}{2} \ln(5x ^ 2 + 3x - 7)[/tex]
Now, it looks much more easier, right?
Can you go from here? :)

So I should just apply one of the rules to that simplified equation, or should I just solve it directly?

If it's the latter, I could definitely do that, but if you have to apply a rule, then what would that be? The whole simplified problem only adds and subtracts the ln equations, and the rules specify only quotients, products, or powers, so how could any rule even be used here?
 
Aerosion said:
Thanks for all your help. I just have one more question.



So I should just apply one of the rules to that simplified equation, or should I just solve it directly?

If it's the latter, I could definitely do that, but if you have to apply a rule, then what would that be? The whole simplified problem only adds and subtracts the ln equations, and the rules specify only quotients, products, or powers, so how could any rule even be used here?
Ok, the 2 expressions are the same, so their derivatives will be the same. So will you choose the easier one to evaluate or you want to do the harder one? Of course, the easier one, right? :)
Yes, you can apply the 3 rules directly on the original expression, but the result will turn out to be very ugly, and you will have to simplify that, and you may mess it up. So why don't consider simplifying the expression before differentiate it?
By the way, you didn't answer my question, is it:
[tex]y = \ln \left( \frac{x ^ 3 \tan x}{\sqrt{5x ^ 2 + 3x - 7}} \right)[/tex] or [tex]y = \ln \left( \frac{x ^ {3 \tan x}}{\sqrt{5x ^ 2 + 3x - 7}} \right)[/tex]?
And you may need to use the Chain Rule to take the derivative of [tex]\frac{1}{2} \ln(5x ^ 2 + 3x - 7)[/tex]. :wink:
Can you go from here? :)
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 19 ·
Replies
19
Views
4K
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
5K