#Can someone explain the derivative of 1/3ln7x-1
35 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with: ```diff
+close
every online calculator says its 1/3x tho
Parentheses.
wdym
I mean... add parentheses... so that I know which of the like fifty possible different functions you're actually talking about.
(1/3)(ln7x-1)
Okay.
or (ln7x-1)/3
Then 1/3 is a constant multiple.
d/dx ln(kx) = 1/kx * k = 1/x.
A way to think of it is with log properties: ln(kx) = ln(k) + ln(x)
And ln(k) is a constant, whose derivative is 0.
k is -1 here right
ln(7x-1)
This is why parentheses are important.
d/dx ln(7x - 1)/3
= 1/3 * 1/(7x - 1) * 7
= 7/(21x - 3)```
,w d/dx ln(7x - 1)/3
...it is. It's not the same as "1/3ln7x-1", which is what you wrote.
Remember order of operations?
...you don't get to cancel 7 like that...
...what was even the goal here?
find derivative of the function by applying ln
...but why tho? Exponent rule + chain rule + quotient rule.