What is the difference quotient of ln (x^3 -5)? Picture provided....
- Thread starter Michael Santos
- Start date
-
- Tags
- Difference Ln Picture quotient
Click For Summary
The discussion revolves around finding the difference quotient of the function ln(x^3 - 5). Participants emphasize the importance of using the correct notation for logarithms and suggest that homework questions should be posted in the appropriate section. The use of L'Hopital's Rule is debated, with some arguing it is not suitable for this basic definition problem. A participant shares their progress on the limit calculation and receives guidance on how to simplify the expression further. Ultimately, the discussion concludes with a participant expressing confidence in their understanding after receiving assistance.
Physics news on Phys.org
BvU
Science Advisor
Homework Helper
- 16,213
- 4,925
I wish you wouldn't write ##\ln ## as ##\operatorname {in}##

Please post in homework and tell us which relevant equations you think you will need to use ...

Please post in homework and tell us which relevant equations you think you will need to use ...
Michael Santos
- 29
- 3
How do i move this over to homeworkBvU said:I wish you wouldn't write ##\ln ## as ##\operatorname {in}##![]()
Please post in homework and tell us which relevant equations you think you will need to use ...
Mark44
Mentor
- 38,044
- 10,533
@Michael Santos, homework questions must be posted in one of the Homework & Coursework sections. I have moved your thread to the Calculus & Beyond section.
Do not put the problem details in the thread title. They should go in the problem description of the homework template.
All of the work you show in the image can be done using LaTeX. See our tutorial here -- https://www.physicsforums.com/help/latexhelp/.
For example, $$\lim_{h \to 0} \frac 1 h \ln\left(\frac{(x + h)^3 - 5}{x^3 - 5}\right)$$
Here's what I actually wrote: $$\lim_{h \to 0} \frac 1 h \ln\left(\frac{(x + h)^3 - 5}{x^3 - 5}\right)$$ All of this is described in our tutorial.
To complete the problem, I don't believe expanding the expression ##(x + h)^3 - 5## is any help. A better way to do this is to use L'Hopital's Rule.
Finally, there is no function named "In" -- the first letter is lowercase L, for logarithm.
Do not put the problem details in the thread title. They should go in the problem description of the homework template.
All of the work you show in the image can be done using LaTeX. See our tutorial here -- https://www.physicsforums.com/help/latexhelp/.
For example, $$\lim_{h \to 0} \frac 1 h \ln\left(\frac{(x + h)^3 - 5}{x^3 - 5}\right)$$
Here's what I actually wrote: $$\lim_{h \to 0} \frac 1 h \ln\left(\frac{(x + h)^3 - 5}{x^3 - 5}\right)$$ All of this is described in our tutorial.
To complete the problem, I don't believe expanding the expression ##(x + h)^3 - 5## is any help. A better way to do this is to use L'Hopital's Rule.
Finally, there is no function named "In" -- the first letter is lowercase L, for logarithm.
vela
Staff Emeritus
Science Advisor
Homework Helper
- 16,205
- 2,854
Considering he's trying to calculate derivatives using the basic definition, I think L'Hopital's Rule isn't fair game.Mark44 said:To complete the problem, I don't believe expanding the expression ##(x+h)^3−5## is any help. A better way to do this is to use L'Hopital's Rule.
After expanding ##(x+h)^3##, you can rewrite the argument of the log in the form (1+something). Go from there.
Michael Santos
- 29
- 3
Yes the basic definition is what i am after.vela said:Considering he's trying to calculate derivatives using the basic definition, I think L'Hopital's Rule isn't fair game.
After expanding ##(x+h)^3##, you can rewrite the argument of the log in the form (1+something). Go from there.
Vela, will you be providing me with the rest of the answer?
Last edited:
Michael Santos
- 29
- 3
Vela here is what i have so farMichael Santos said:Yes the basic definition is what i am after.
Vela, will you be providing me with the rest of the answer?
$$\lim_{h\to 0} {\frac {\ln((x+h)^3 -5) - ln (x^3 - 5)} h} $$
$$\lim_{h\to 0}{\frac {\ln (x^3 +3x^2h +3xh^2 +h^3 -5) -ln (x^3 - 5)} h} $$
$$\lim_{h\to 0}{\frac {\ln (x^3 -5 +3x^2h +3xh^2 +h^3) -ln (x^3-5)} h} $$
I factored and used the product rule
$$\lim_{h\to 0}{{\frac {1} h} ×ln(x^3-5) +ln (1+{\frac {3x^2h+3xh^2+h^3} {x^3-5})} -ln (x^3-5)} $$
I can now eliminate the two $${ln (x^3-5)} $$ terms with subtraction and now i am stuck forever without you aid.
$$\lim_{h\to 0}{{\frac {1} h} ×ln(1+{\frac {3x^2h+3xh^2+h^3} {x^3-5})}}$$
Last edited:
Michael Santos
- 29
- 3
Mark44 said:No, that's against forum rules. @vela has given you a strong hint that involves polynomial division.
Mark here is what i have so farMichael Santos said:Yes the basic definition is what i am after.
Vela, will you be providing me with the rest of the answer?
$$\lim_{h\to 0} {\frac {\ln((x+h)^3 -5) - ln (x^3 - 5)} h} $$
$$\lim_{h\to 0}{\frac {\ln (x^3 +3x^2h +3xh^2 +h^3 -5) -ln (x^3 - 5)} h} $$
$$\lim_{h\to 0}{\frac {\ln (x^3 -5 +3x^2h +3xh^2 +h^3) -ln (x^3-5)} h} $$
I factored and used the product rule
$$\lim_{h\to 0}{{\frac {1} h} ×ln(x^3-5) +ln (1+{\frac {3x^2h+3xh^2+h^3} {x^3-5})} -ln (x^3-5)} $$
I can now eliminate the two $${ln (x^3-5)} $$ terms with subtraction and now i am stuck forever without you aid.
What now?
$$\lim_{h\to 0}{{\frac {1} h} ×ln(1+{\frac {3x^2h+3xh^2+h^3} {x^3-5})}}$$
Last edited by a moderator:
BvU
Science Advisor
Homework Helper
- 16,213
- 4,925
Do you know a limit for $$\ln (1+\varepsilon)\over \varepsilon $$ when ##\varepsilon\downarrow 0 ## ?
Michael Santos
- 29
- 3
No i do notBvU said:Do you know a limit for $$\ln (1+\varepsilon)\over \varepsilon $$ when ##\varepsilon\downarrow 0 ## ?
It is approaching one
BvU
Science Advisor
Homework Helper
- 16,213
- 4,925
In that case things become difficult. What equations do you have in your toolkit that may help in this situation ? In the template they are called 'relevant equations'.
Michael Santos
- 29
- 3
Well i know it now, what can i do with it?BvU said:In that case things become difficult. What equations do you have in your toolkit that may help in this situation ? In the template they are called 'relevant equations'.
BvU
Science Advisor
Homework Helper
- 16,213
- 4,925
I suppose that refers to what you first said you did not knowMichael Santos said:Well i know it now,
? Well, what do you get if you apply your new knowledge to your last expression in post #9 ?Michael Santos said:No i do not
Ray Vickson
Science Advisor
Homework Helper
Dearly Missed
- 10,704
- 1,723
Michael Santos said:Mark here is what i have so far
$$\lim_{h\to 0} {\frac {\ln((x+h)^3 -5) - ln (x^3 - 5)} h} $$
What now?
$$\lim_{h\to 0}{{\frac {1} h} ×ln(1+{\frac {3x^2h+3xh^2+h^3} {x^3-5})}}$$
You have
$$\frac{1}{h} \ln (1 + \underbrace{\frac{3 x^2 h + 3 x h^2 + h^3}{x^3-5}}_{H} ) $$
Here, ##H \to 0## whenever ##h \to 0##, so you have ##\ln(1+H)## with small ##|H|.##
Michael Santos
- 29
- 3
How doez that turn into the final answer ofRay Vickson said:You have
$$\frac{1}{h} \ln (1 + \underbrace{\frac{3 x^2 h + 3 x h^2 + h^3}{x^3-5}}_{H} ) $$
Here, ##H \to 0## whenever ##h \to 0##, so you have ##\ln(1+H)## with small ##|H|.##
$$\frac {3x^2} { \ x^3-5 \ }$$
Last edited:
BvU
Science Advisor
Homework Helper
- 16,213
- 4,925
You have $$\lim_{h\downarrow 0}\ {\ln (1+h )\over h} = 1$$ so what is $$\lim_{h\downarrow 0} \ {\ln (1+ \left(3x^2 \over x^3-5\right ) h )\over h} \quad \rm ? $$Michael Santos said:Well i know it now,
Ray Vickson
Science Advisor
Homework Helper
Dearly Missed
- 10,704
- 1,723
Michael Santos said:How doez that turn into the final answer of
$$\frac {3x^2} { \ x^3-5 \ }$$
Plug it in and work it out for yourself. Remember that you want to take the limit as ##h \to 0,## so lots of complicating terms will go away.
vela
Staff Emeritus
Science Advisor
Homework Helper
- 16,205
- 2,854
In another thread, you said you had solved a similar problem. I'm not sure why it's such a mystery now as to how to proceed with this one.
Michael Santos
- 29
- 3
SoRay Vickson said:Plug it in and work it out for yourself. Remember that you want to take the limit as ##h \to 0,## so lots of complicating terms will go away.
$$ \frac {3x^2h+3xh^2+h^3} { \ x^3-5 \ } $$ = h?
Michael Santos
- 29
- 3
-1.39...BvU said:You have $$\lim_{h\downarrow 0}\ {\ln (1+h )\over h} = 1$$ so what is $$\lim_{h\downarrow 0} \ {\ln (1+ \left(3x^2 \over x^3-5\right ) h )\over h} \quad \rm ? $$
Michael Santos
- 29
- 3
I figured it out thank you.
Similar threads
- Replies
- 4
- Views
- 1K
- Replies
- 54
- Views
- 13K
- Replies
- 9
- Views
- 2K
- Replies
- 8
- Views
- 2K
- Replies
- 5
- Views
- 2K
- Replies
- 3
- Views
- 2K
- Replies
- 2
- Views
- 1K
- Replies
- 5
- Views
- 703
- Replies
- 4
- Views
- 1K