{"id":3578,"date":"2019-07-09T13:18:04","date_gmt":"2019-07-09T13:18:04","guid":{"rendered":"http:\/\/codethataint.com\/blog\/?p=3578"},"modified":"2019-07-09T15:46:01","modified_gmt":"2019-07-09T15:46:01","slug":"logarithm-basics","status":"publish","type":"post","link":"https:\/\/codethataint.com\/blog\/logarithm-basics\/","title":{"rendered":"Logarithm Basics"},"content":{"rendered":"<p><strong>Logarithmic and Exponential Form<\/strong><br \/>\nAny number can be written in Logarithmic and Exponential Form<\/p>\n<p><em>Logarithmic Form<\/em><br \/>\nlog<sub>b<\/sub>x = a<\/p>\n<p><em>Exponential Form<\/em><br \/>\nx = b<sup>a<\/sup><\/p>\n<p><strong>Logarithmic Function and Exponential function are inverse function to each other<\/strong><br \/>\nA function which is written in exponential form can be written into logarithmic form given both have the same base.<\/p>\n<p> y = log<sub>3<\/sub>x <\/p>\n<p> is equivalent to\t<\/p>\n<p> 3<sup>y<\/sup> = x<\/p>\n<p>Let take a number <strong>3<sup>4<\/sup><\/strong><\/p>\n<p>3<sup>4<\/sup> = 3 x 3 x 3 x 3 = 81<\/p>\n<p>log<sub>3<\/sub>81 = 4<\/p>\n<p>Here<br \/>\n3 is Base<br \/>\n4 is exponent<\/p>\n<p><em>What is the exponent of the below statement? What is the value of x?<\/em><\/p>\n<p>log<sub>5<\/sub>125 = x<br \/>\n5 x 5 x 5 = 125<br \/>\nx = 3<\/p>\n<p>log<sub>4<\/sub>1 = x<br \/>\nx = 0<\/p>\n<p><strong>Why Know Logarithms?<\/strong><br \/>\nLet us take the set of below numbers<\/p>\n<p>1<br \/>\n10<br \/>\n1000<br \/>\n100000(10<sup>5<\/sup>)<br \/>\n100000000(10<sup>8<\/sup>)<br \/>\n100000000000000(10<sup>14<\/sup> )<\/p>\n<p>When we try to plot the numbers we won&#8217;t be able to accommodate the small and the higher values since the variations are huge and the difference between the first and last number is huge. In such a case, we can represent the numbers in terms of logarithms with respect to some other decimal value. Now the above numbers could be written as below.<\/p>\n<p>log<sub>10<\/sub>1   = 0<br \/>\nlog<sub>10<\/sub>1   = 1<br \/>\nlog<sub>10<\/sub>1000   = 3<br \/>\nlog<sub>10<\/sub>x   = 5<br \/>\nlog<sub>10<\/sub>x   = 8<br \/>\nlog<sub>10<\/sub>x   = 14<\/p>\n<p>Now it is easy to accommodate 0,1,3,5,8,14 in the graph.<\/p>\n<p><strong>Practical application of Logarithms?<\/strong><br \/>\nThe best practical usage of the logarithm is the Richter scale which is used to measure the earthquake. Richter scale is a logarithmic scale with base 10.  Let&#8217;s say we there are earthquakes in 3 locations as below<br \/>\nIndia &#8211; 6.0<br \/>\nThailand &#8211; 7.0<br \/>\nJapan &#8211; 9.0<\/p>\n<p>Now the difference of intensity between the earthquake in India and Thailand is 10 Times Stronger<br \/>\nThe difference of intensity between the earthquake in India and Japan is 1000 Times Stronger<\/p>\n<p><strong>Fundamental properties<\/strong><\/p>\n<p><strong>1st Property<\/strong><br \/>\nlog<sub>b<\/sub>x = a<br \/>\nx = b<sup>a<\/sup><br \/>\nlog<sub>b<\/sub>x = b<sup>a<\/sup><\/p>\n<p><strong>2nd Property<\/strong><br \/>\nlog<sub>b<\/sub>b = x<br \/>\nlogb<sup>x<\/sup> = b<br \/>\nx = 1<\/p>\n<p>log4<sup>4<\/sup> = 1<br \/>\nlog25<sup>25<\/sup> = 1<\/p>\n<p><strong>3rd Property<\/strong><br \/>\nlog<sub>b<\/sub>b<sup>n<\/sup> = x<br \/>\nb<sup>x<\/sup> = b<sup>n<\/sup><br \/>\nx = n<\/p>\n<p>log<sub>11<\/sub>11<sup>3<\/sup> = 3<br \/>\nlog<sub>4<\/sub>4<sup>5<\/sup> = 5<\/p>\n<ol>\n<li>log<sub>b<\/sub>x = b<sup>a<\/sup><\/li>\n<li>log<sub>b<\/sub>b = 1<\/li>\n<li>log<sub>b<\/sub>b<sup>n<\/sup> = n<\/li>\n<\/ol>\n<p><strong>Condition<\/strong><\/p>\n<li>log<sub>b<\/sub>a  &#8211; the value of a(argument) should be greater than 0 &#8211; Incorrect<\/li>\n<li>log<sub>b<\/sub>0 is undefined and  log<sub>b<\/sub>(-ve no) is incorrect &#8211; Incorrect<\/li>\n<li>log<sub>b<\/sub>1= 0  is correct <\/li>\n<li>log<sub>b<\/sub>(1\/2)= -1 is correct<\/li>\n<li>log<sub>1<\/sub>a is incorrect- base cannot be 1<\/li>\n<li>log<sub>(-ve)<\/sub>a is incorrect- base cannot be -ve number<\/li>\n<p><strong>Change of Base Rule<\/strong><\/p>\n<li>log<sub>b<\/sub>a = log<sub>x<\/sub>a\/log<sub>x<\/sub>b where x>0, x != 1 and a,b >0 <\/li>\n<p><strong>log<\/strong> denotes log to the base 10 and <strong>ln<\/strong> or <strong>log <sub>e<\/sub><\/strong> represents natural log. <\/p>\n<p>e &#8211; <em>Maximum possible result after continuously compounding 100% growth over a time period<\/em><\/p>\n<p>log<sub>a<\/sub>b x log<sub>b<\/sub>a = 1<\/p>\n<p><strong>Logarithm Rules<\/strong><\/p>\n<ol>\n<li>log<sub>b<\/sub>(xy)= log<sub>b<\/sub>x + log<sub>b<\/sub>y<\/li>\n<li>log<sub>b<\/sub>(x\/y)= log<sub>b<\/sub>x &#8211; log<sub>b<\/sub>y<\/li>\n<li>log<sub>b<\/sub>a<sup>n<\/sup> = nlog<sub>b<\/sub>a<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Logarithmic and Exponential Form Any number can be written in Logarithmic and Exponential Form Logarithmic Form logbx = a Exponential Form x = ba Logarithmic Function and Exponential function are inverse function to each other A function which is written in exponential form can be written into logarithmic form given both have the same base.&hellip; <a href=\"https:\/\/codethataint.com\/blog\/logarithm-basics\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[288],"tags":[],"class_list":["post-3578","post","type-post","status-publish","format-standard","hentry","category-logarithms"],"_links":{"self":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts\/3578","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/comments?post=3578"}],"version-history":[{"count":5,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts\/3578\/revisions"}],"predecessor-version":[{"id":3598,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts\/3578\/revisions\/3598"}],"wp:attachment":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/media?parent=3578"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/categories?post=3578"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/tags?post=3578"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}