LearninDaMath
- 295
- 0
SammyS said:What is logb(A) ?
logb(A) is the exponent that you use with a base of b to get A as a result.
Okay, that is kind of a tricky concept but I get it the idea of the property. I get the fact that A = e^ln(A). However in regard to the function:
s(t) = 976[.835^t - 1] + 176t
I'm trying to figure out how to apply it. The way I'm understanding this property is that it is used when trying to eliminate a log from an equation.
And so I'm not exactly sure how it can be applied to find the derivative.
If I have fx = b^x,
and I take ln of both sides: lnfx = ln(b^x)
Should I apply the property at this point to both sides: e^(lnfx) = e^ln(b^x)
Then I get e^(lnfx) = e^xlnb
And then, I would guess maybe to just cancel out the e's and: lnfx = xlnb.
And then just evaluate the derivative: (lnfx)' = (xlnb)'
i doubt this is correct, it just feels like I'm going in circles or something.