• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Quick question about logarithm...

I don't see why you would use induction to solve this.

All you need to do is represent a and b as powers of c and calculate the logs in base c.
 
Originally posted by: Haircut
I don't see why you would use induction to solve this.

All you need to do is represent a and b as powers of c and calculate the logs in base c.

Can you explain further?
 
Originally posted by: johnnytightlips
How do I prove

log sub-c (ab) = log sub-c (a) + log sub-c (b)?

Thanks.

c^(logsub-c(a) + logsub-c(b) = ab
c^logsub-c(ab) = ab
ab = ab


given to first is by def.
first to second is just a property of log.... it's in your textbook probably
2nd to third is by def. of log,
 
What you would do is let a = c^x, b = c^y
Now, ab = c^x * c^y = c^(x+y)

Now just take logs of a, b and ab.
 
Back
Top