Decimal logarithms examples solutions. Logarithms: examples and solutions

    Not bad at all, right? While mathematicians search for words to give you a long, confusing definition, let's take a closer look at this simple and clear one.

    The number e means growth

    The number e means continuous growth. As we saw in the previous example, e x allows us to link interest and time: 3 years at 100% growth is the same as 1 year at 300%, assuming "compound interest".

    You can substitute any percentage and time values ​​(50% for 4 years), but it is better to set the percentage as 100% for convenience (it turns out 100% for 2 years). By moving to 100%, we can focus solely on the time component:

    e x = e percent * time = e 1.0 * time = e time

    Obviously e x means:

  • how much will my contribution grow after x units of time (assuming 100% continuous growth).
  • for example, after 3 time intervals I will receive e 3 = 20.08 times more “things”.

e x is a scaling factor that shows what level we will grow to in x amount of time.

Natural logarithm means time

The natural logarithm is the inverse of e, a fancy term for opposite. Speaking of quirks; in Latin it is called logarithmus naturali, hence the abbreviation ln.

And what does this inversion or opposite mean?

  • e x allows us to substitute time and get growth.
  • ln(x) allows us to take growth or income and find out the time it takes to generate it.

For example:

  • e 3 equals 20.08. After three periods of time, we will have 20.08 times more than what we started with.
  • ln(08/20) would be approximately 3. If you are interested in growth of 20.08 times, you will need 3 time periods (again, assuming 100% continuous growth).

Still reading? The natural logarithm shows the time required to reach the desired level.

This non-standard logarithmic count

Have you gone through logarithms - they are strange creatures. How did they manage to turn multiplication into addition? What about division into subtraction? Let's get a look.

What is ln(1) equal to? Intuitively, the question is: how long should I wait to get 1x more than what I have?

Zero. Zero. Not at all. You already have it once. It doesn't take long to go from level 1 to level 1.

  • ln(1) = 0

Okay, what about the fractional value? How long will it take for us to have 1/2 of the available quantity left? We know that with 100% continuous growth, ln(2) means the time it takes to double. If we let's turn back time(i.e., wait a negative amount of time), then we will get half of what we have.

  • ln(1/2) = -ln(2) = -0.693

Logical, right? If we go back (time back) to 0.693 seconds, we will find half the amount available. In general, you can turn the fraction over and take a negative value: ln(1/3) = -ln(3) = -1.09. This means that if we go back in time to 1.09 times, we will only find a third of the current number.

Okay, what about the logarithm of a negative number? How long does it take to “grow” a colony of bacteria from 1 to -3?

This is impossible! You can't get a negative bacteria count, can you? You can get a maximum (er...minimum) of zero, but there's no way you can get a negative number from these little critters. A negative bacteria count simply doesn't make sense.

  • ln(negative number) = undefined

"Undefined" means that there is no amount of time that would have to wait to get a negative value.

Logarithmic multiplication is just hilarious

How long will it take to grow fourfold? Of course, you can just take ln(4). But this is too simple, we will go the other way.

You can think of quadruple growth as doubling (requiring ln(2) units of time) and then doubling again (requiring another ln(2) units of time):

  • Time to grow 4 times = ln(4) = Time to double and then double again = ln(2) + ln(2)

Interesting. Any growth rate, say 20, can be considered a doubling right after a 10x increase. Or growth by 4 times, and then by 5 times. Or tripling and then increasing by 6.666 times. See the pattern?

  • ln(a*b) = ln(a) + ln(b)

The logarithm of A times B is log(A) + log(B). This relationship immediately makes sense when viewed in terms of growth.

If you are interested in 30x growth, you can wait ln(30) in one sitting, or wait ln(3) for tripling, and then another ln(10) for 10x. The end result is the same, so of course the time must remain constant (and it does).

What about division? Specifically, ln(5/3) means: how long will it take to grow 5 times and then get 1/3 of that?

Great, growth by 5 times is ln(5). An increase of 1/3 times will take -ln(3) units of time. So,

  • ln(5/3) = ln(5) – ln(3)

This means: let it grow 5 times, and then “go back in time” to the point where only a third of that amount remains, so you get 5/3 growth. In general it turns out

  • ln(a/b) = ln(a) – ln(b)

I hope that the strange arithmetic of logarithms is starting to make sense to you: multiplying growth rates becomes adding growth time units, and dividing becomes subtracting time units. No need to memorize the rules, try to understand them.

Using the natural logarithm for arbitrary growth

Well, of course,” you say, “this is all good if the growth is 100%, but what about the 5% that I receive?”

No problem. The "time" we calculate with ln() is actually a combination of interest rate and time, the same X from the e x equation. We just decided to set the percentage to 100% for simplicity, but we are free to use any numbers.

Let's say we want to achieve 30x growth: take ln(30) and get 3.4 This means:

  • e x = height
  • e 3.4 = 30

Obviously, this equation means "100% return over 3.4 years gives 30x growth." We can write this equation as follows:

  • e x = e rate*time
  • e 100% * 3.4 years = 30

We can change the values ​​of “bet” and “time”, as long as the bet * time remains 3.4. For example, if we are interested in 30x growth, how long will we have to wait at an interest rate of 5%?

  • ln(30) = 3.4
  • rate * time = 3.4
  • 0.05 * time = 3.4
  • time = 3.4 / 0.05 = 68 years

I reason like this: "ln(30) = 3.4, so at 100% growth it will take 3.4 years. If I double the growth rate, the time required will be halved."

  • 100% for 3.4 years = 1.0 * 3.4 = 3.4
  • 200% in 1.7 years = 2.0 * 1.7 = 3.4
  • 50% for 6.8 years = 0.5 * 6.8 = 3.4
  • 5% over 68 years = .05 * 68 = 3.4.

Great, right? The natural logarithm can be used with any interest rate and time because their product remains constant. You can move variable values ​​as much as you like.

Cool example: Rule of seventy-two

The Rule of Seventy-Two is a mathematical technique that allows you to estimate how long it will take for your money to double. Now we will deduce it (yes!), and moreover, we will try to understand its essence.

How long will it take to double your money at 100% interest compounded annually?

Oops. We used the natural logarithm for the case of continuous growth, and now you are talking about annual compounding? Wouldn't this formula become unsuitable for such a case? Yes, it will, but for real interest rates like 5%, 6% or even 15%, the difference between annual compounding and continuous growth will be small. So the rough estimate works, um, roughly, so we'll pretend that we have a completely continuous accrual.

Now the question is simple: How quickly can you double with 100% growth? ln(2) = 0.693. It takes 0.693 units of time (years in our case) to double our amount with a continuous increase of 100%.

So, what if the interest rate is not 100%, but say 5% or 10%?

Easily! Since bet * time = 0.693, we will double the amount:

  • rate * time = 0.693
  • time = 0.693 / bet

It turns out that if the growth is 10%, it will take 0.693 / 0.10 = 6.93 years to double.

To simplify the calculations, let's multiply both sides by 100, then we can say "10" rather than "0.10":

  • time to double = 69.3 / bet, where the bet is expressed as a percentage.

Now it’s time to double at a rate of 5%, 69.3 / 5 = 13.86 years. However, 69.3 is not the most convenient dividend. Let's choose a close number, 72, which is convenient to divide by 2, 3, 4, 6, 8 and other numbers.

  • time to double = 72 / bet

which is the rule of seventy-two. Everything is covered.

If you need to find the time to triple, you can use ln(3) ~ 109.8 and get

  • time to triple = 110 / bet

Which is another useful rule. The "Rule of 72" applies to growth in interest rates, population growth, bacterial cultures, and anything that grows exponentially.

What's next?

Hopefully the natural logarithm now makes sense to you - it shows the time it takes for any number to grow exponentially. I think it's called natural because e is a universal measure of growth, so ln can be considered a universal way of determining how long it takes to grow.

Every time you see ln(x), remember "the time it takes to grow X times". In an upcoming article I will describe e and ln in conjunction so that the fresh scent of mathematics will fill the air.

Addendum: Natural logarithm of e

Quick quiz: what is ln(e)?

  • a math robot will say: since they are defined as the inverse of one another, it is obvious that ln(e) = 1.
  • understanding person: ln(e) is the number of times it takes to grow "e" times (about 2.718). However, the number e itself is a measure of growth by a factor of 1, so ln(e) = 1.

Think clearly.

September 9, 2013

Instructions

Write the given logarithmic expression. If the expression uses the logarithm of 10, then its notation is shortened and looks like this: lg b is the decimal logarithm. If the logarithm has the number e as its base, then write the expression: ln b – natural logarithm. It is understood that the result of any is the power to which the base number must be raised to obtain the number b.

When finding the sum of two functions, you simply need to differentiate them one by one and add the results: (u+v)" = u"+v";

When finding the derivative of the product of two functions, it is necessary to multiply the derivative of the first function by the second and add the derivative of the second function multiplied by the first function: (u*v)" = u"*v+v"*u;

In order to find the derivative of the quotient of two functions, it is necessary to subtract from the product of the derivative of the dividend multiplied by the divisor function the product of the derivative of the divisor multiplied by the function of the dividend, and divide all this by the divisor function squared. (u/v)" = (u"*v-v"*u)/v^2;

If a complex function is given, then it is necessary to multiply the derivative of the internal function and the derivative of the external one. Let y=u(v(x)), then y"(x)=y"(u)*v"(x).

Using the results obtained above, you can differentiate almost any function. So let's look at a few examples:

y=x^4, y"=4*x^(4-1)=4*x^3;

y=2*x^3*(e^x-x^2+6), y"=2*(3*x^2*(e^x-x^2+6)+x^3*(e^x-2 *x));
There are also problems involving calculating the derivative at a point. Let the function y=e^(x^2+6x+5) be given, you need to find the value of the function at the point x=1.
1) Find the derivative of the function: y"=e^(x^2-6x+5)*(2*x +6).

2) Calculate the value of the function at a given point y"(1)=8*e^0=8

Video on the topic

Helpful advice

Learn the table of elementary derivatives. This will significantly save time.

Sources:

  • derivative of a constant

So, what is the difference between an irrational equation and a rational one? If the unknown variable is under the square root sign, then the equation is considered irrational.

Instructions

The main method for solving such equations is the method of constructing both sides equations into a square. However. this is natural, the first thing you need to do is get rid of the sign. This method is not technically difficult, but sometimes it can lead to trouble. For example, the equation is v(2x-5)=v(4x-7). By squaring both sides you get 2x-5=4x-7. Solving such an equation is not difficult; x=1. But the number 1 will not be given equations. Why? Substitute one into the equation instead of the value of x. And the right and left sides will contain expressions that do not make sense, that is. This value is not valid for a square root. Therefore, 1 is an extraneous root, and therefore this equation has no roots.

So, an irrational equation is solved using the method of squaring both its sides. And having solved the equation, it is necessary to cut off extraneous roots. To do this, substitute the found roots into the original equation.

Consider another one.
2х+vх-3=0
Of course, this equation can be solved using the same equation as the previous one. Move Compounds equations, which do not have a square root, to the right side and then use the squaring method. solve the resulting rational equation and roots. But also another, more elegant one. Enter a new variable; vх=y. Accordingly, you will receive an equation of the form 2y2+y-3=0. That is, an ordinary quadratic equation. Find its roots; y1=1 and y2=-3/2. Next, solve two equations vх=1; vх=-3/2. The second equation has no roots; from the first we find that x=1. Don't forget to check the roots.

Solving identities is quite simple. To do this, it is necessary to carry out identical transformations until the set goal is achieved. Thus, with the help of simple arithmetic operations, the problem posed will be solved.

You will need

  • - paper;
  • - pen.

Instructions

The simplest of such transformations are algebraic abbreviated multiplications (such as the square of the sum (difference), difference of squares, sum (difference), cube of the sum (difference)). In addition, there are many trigonometric formulas, which are essentially the same identities.

Indeed, the square of the sum of two terms is equal to the square of the first plus twice the product of the first by the second and plus the square of the second, that is, (a+b)^2= (a+b)(a+b)=a^2+ab +ba+b ^2=a^2+2ab+b^2.

Simplify both

General principles of the solution

Repeat from a textbook on mathematical analysis or higher mathematics what a definite integral is. As is known, the solution to a definite integral is a function whose derivative will give an integrand. This function is called antiderivative. Based on this principle, the main integrals are constructed.
Determine by the type of the integrand which of the table integrals is suitable in this case. It is not always possible to determine this immediately. Often, the tabular form becomes noticeable only after several transformations to simplify the integrand.

Variable Replacement Method

If the integrand is a trigonometric function whose argument is a polynomial, then try using the change of variables method. In order to do this, replace the polynomial in the argument of the integrand with some new variable. Based on the relationship between the new and old variables, determine the new limits of integration. By differentiating this expression, find the new differential in . Thus, you will get a new form of the previous integral, close or even corresponding to some tabular one.

Solving integrals of the second kind

If the integral is an integral of the second kind, a vector form of the integrand, then you will need to use the rules for the transition from these integrals to scalar ones. One such rule is the Ostrogradsky-Gauss relation. This law allows us to move from the rotor flux of a certain vector function to the triple integral over the divergence of a given vector field.

Substitution of integration limits

After finding the antiderivative, it is necessary to substitute the limits of integration. First, substitute the value of the upper limit into the expression for the antiderivative. You will get some number. Next, subtract from the resulting number another number obtained from the lower limit into the antiderivative. If one of the limits of integration is infinity, then when substituting it into the antiderivative function, it is necessary to go to the limit and find what the expression tends to.
If the integral is two-dimensional or three-dimensional, then you will have to represent the limits of integration geometrically to understand how to evaluate the integral. Indeed, in the case of, say, a three-dimensional integral, the limits of integration can be entire planes that limit the volume being integrated.

What is a logarithm?

Attention!
There are additional
materials in Special Section 555.
For those who are very "not very..."
And for those who “very much…”)

What is a logarithm? How to solve logarithms? These questions confuse many graduates. Traditionally, the topic of logarithms is considered complex, incomprehensible and scary. Especially equations with logarithms.

This is absolutely not true. Absolutely! Don't believe me? Fine. Now, in just 10 - 20 minutes you:

1. You will understand what is a logarithm.

2. Learn to solve a whole class of exponential equations. Even if you haven't heard anything about them.

3. Learn to calculate simple logarithms.

Moreover, for this you will only need to know the multiplication table and how to raise a number to a power...

I feel like you have doubts... Well, okay, mark the time! Go!

First, solve this equation in your head:

If you like this site...

By the way, I have a couple more interesting sites for you.)

You can practice solving examples and find out your level. Testing with instant verification. Let's learn - with interest!)

You can get acquainted with functions and derivatives.

As society developed and production became more complex, mathematics also developed. Movement from simple to complex. From ordinary accounting using the method of addition and subtraction, with their repeated repetition, we came to the concept of multiplication and division. Reducing the repeated operation of multiplication became the concept of exponentiation. The first tables of the dependence of numbers on the base and the number of exponentiation were compiled back in the 8th century by the Indian mathematician Varasena. From them you can count the time of occurrence of logarithms.

Historical sketch

The revival of Europe in the 16th century also stimulated the development of mechanics. T required a large amount of computation related to multiplication and division of multi-digit numbers. The ancient tables were of great service. They made it possible to replace complex operations with simpler ones - addition and subtraction. A big step forward was the work of the mathematician Michael Stiefel, published in 1544, in which he realized the idea of ​​​​many mathematicians. This made it possible to use tables not only for powers in the form of prime numbers, but also for arbitrary rational ones.

In 1614, the Scotsman John Napier, developing these ideas, first introduced the new term “logarithm of a number.” New complex tables were compiled for calculating the logarithms of sines and cosines, as well as tangents. This greatly reduced the work of astronomers.

New tables began to appear, which were successfully used by scientists for three centuries. A lot of time passed before the new operation in algebra acquired its finished form. The definition of the logarithm was given and its properties were studied.

Only in the 20th century, with the advent of the calculator and computer, did humanity abandon the ancient tables that had worked successfully throughout the 13th centuries.

Today we call the logarithm of b to base a the number x that is the power of a to make b. This is written as a formula: x = log a(b).

For example, log 3(9) would be equal to 2. This is obvious if you follow the definition. If we raise 3 to the power of 2, we get 9.

Thus, the formulated definition sets only one restriction: the numbers a and b must be real.

Types of logarithms

The classic definition is called the real logarithm and is actually the solution to the equation a x = b. Option a = 1 is borderline and is not of interest. Attention: 1 to any power is equal to 1.

Real value of logarithm defined only when the base and the argument are greater than 0, and the base must not be equal to 1.

Special place in the field of mathematics play logarithms, which will be named depending on the size of their base:

Rules and restrictions

The fundamental property of logarithms is the rule: the logarithm of a product is equal to the logarithmic sum. log abp = log a(b) + log a(p).

As a variant of this statement there will be: log c(b/p) = log c(b) - log c(p), the quotient function is equal to the difference of the functions.

From the previous two rules it is easy to see that: log a(b p) = p * log a(b).

Other properties include:

Comment. There is no need to make a common mistake - the logarithm of a sum is not equal to the sum of logarithms.

For many centuries, the operation of finding a logarithm was a rather time-consuming task. Mathematicians used the well-known formula of the logarithmic theory of polynomial expansion:

ln (1 + x) = x — (x^2)/2 + (x^3)/3 — (x^4)/4 + … + ((-1)^(n + 1))*(( x^n)/n), where n is a natural number greater than 1, which determines the accuracy of the calculation.

Logarithms with other bases were calculated using the theorem about the transition from one base to another and the property of the logarithm of the product.

Since this method is very labor-intensive and when solving practical problems difficult to implement, we used pre-compiled tables of logarithms, which significantly speeded up all the work.

In some cases, specially compiled graphs of logarithms were used, which gave less accuracy, but significantly speeded up the search for the desired value. The curve of the function y = log a(x), constructed over several points, allows you to use a regular ruler to find the value of the function at any other point. For a long time, engineers used so-called graph paper for these purposes.

In the 17th century, the first auxiliary analog computing conditions appeared, which by the 19th century acquired a complete form. The most successful device was called the slide rule. Despite the simplicity of the device, its appearance significantly accelerated the process of all engineering calculations, and this is difficult to overestimate. Currently, few people are familiar with this device.

The advent of calculators and computers made the use of any other devices pointless.

Equations and inequalities

To solve various equations and inequalities using logarithms, the following formulas are used:

  • Moving from one base to another: log a(b) = log c(b) / log c(a);
  • As a consequence of the previous option: log a(b) = 1 / log b(a).

To solve inequalities it is useful to know:

  • The value of the logarithm will be positive only if the base and argument are both greater or less than one; if at least one condition is violated, the logarithm value will be negative.
  • If the logarithm function is applied to the right and left sides of an inequality, and the base of the logarithm is greater than one, then the sign of the inequality is preserved; otherwise it changes.

Sample problems

Let's consider several options for using logarithms and their properties. Examples with solving equations:

Consider the option of placing the logarithm in a power:

  • Problem 3. Calculate 25^log 5(3). Solution: in the conditions of the problem, the entry is similar to the following (5^2)^log5(3) or 5^(2 * log 5(3)). Let's write it differently: 5^log 5(3*2), or the square of a number as a function argument can be written as the square of the function itself (5^log 5(3))^2. Using the properties of logarithms, this expression is equal to 3^2. Answer: as a result of the calculation we get 9.

Practical use

Being a purely mathematical tool, it seems far from real life that the logarithm suddenly acquired great importance for describing objects in the real world. It is difficult to find a science where it is not used. This fully applies not only to natural, but also to humanitarian fields of knowledge.

Logarithmic dependencies

Here are some examples of numerical dependencies:

Mechanics and physics

Historically, mechanics and physics have always developed using mathematical research methods and at the same time served as an incentive for the development of mathematics, including logarithms. The theory of most laws of physics is written in the language of mathematics. Let us give only two examples of describing physical laws using the logarithm.

The problem of calculating such a complex quantity as the speed of a rocket can be solved by using the Tsiolkovsky formula, which laid the foundation for the theory of space exploration:

V = I * ln (M1/M2), where

  • V is the final speed of the aircraft.
  • I – specific impulse of the engine.
  • M 1 – initial mass of the rocket.
  • M 2 – final mass.

Another important example- this is used in the formula of another great scientist Max Planck, which serves to evaluate the equilibrium state in thermodynamics.

S = k * ln (Ω), where

  • S – thermodynamic property.
  • k – Boltzmann constant.
  • Ω is the statistical weight of different states.

Chemistry

Less obvious is the use of formulas in chemistry containing the ratio of logarithms. Let's give just two examples:

  • Nernst equation, the condition of the redox potential of the medium in relation to the activity of substances and the equilibrium constant.
  • The calculation of such constants as the autolysis index and the acidity of the solution also cannot be done without our function.

Psychology and biology

And it’s not at all clear what psychology has to do with it. It turns out that the strength of sensation is well described by this function as the inverse ratio of the stimulus intensity value to the lower intensity value.

After the above examples, it is no longer surprising that the topic of logarithms is widely used in biology. Entire volumes could be written about biological forms corresponding to logarithmic spirals.

Other areas

It seems that the existence of the world is impossible without connection with this function, and it rules all laws. Especially when the laws of nature are associated with geometric progression. It’s worth turning to the MatProfi website, and there are many such examples in the following areas of activity:

The list can be endless. Having mastered the basic principles of this function, you can plunge into the world of infinite wisdom.

Logarithm with base a is a function of y (x) = log a x, inverse to the exponential function with base a: x (y) = a y.

Decimal logarithm is the logarithm to the base of a number 10 : log x ≡ log 10 x.

Natural logarithm is the logarithm to the base of e: ln x ≡ log e x.

2,718281828459045... ;
.

The graph of the logarithm is obtained from the graph of the exponential function by mirroring it with respect to the straight line y = x. On the left are graphs of the function y (x) = log a x for four values logarithm bases: a = 2 , a = 8 , a = 1/2 and a = 1/8 . The graph shows that when a > 1 the logarithm increases monotonically. As x increases, growth slows down significantly. At 0 < a < 1 the logarithm decreases monotonically.

Properties of the logarithm

Domain, set of values, increasing, decreasing

The logarithm is a monotonic function, so it has no extrema. The main properties of the logarithm are presented in the table.

Domain 0 < x < + ∞ 0 < x < + ∞
Range of values - ∞ < y < + ∞ - ∞ < y < + ∞
Monotone monotonically increases monotonically decreases
Zeros, y = 0 x = 1 x = 1
Intercept points with the ordinate axis, x = 0 No No
+ ∞ - ∞
- ∞ + ∞

Private values


The logarithm to base 10 is called decimal logarithm and is denoted as follows:

Logarithm to base e called natural logarithm:

Basic formulas for logarithms

Properties of the logarithm arising from the definition of the inverse function:

The main property of logarithms and its consequences

Base replacement formula

Logarithm is the mathematical operation of taking a logarithm. When taking logarithms, products of factors are converted into sums of terms.

Potentiation is a mathematical operation inverse to logarithm. During potentiation, a given base is raised to the degree of expression over which potentiation is performed. In this case, the sums of terms are transformed into products of factors.

Proof of basic formulas for logarithms

Formulas related to logarithms follow from formulas for exponential functions and from the definition of an inverse function.

Consider the property of the exponential function
.
Then
.
Let's apply the property of the exponential function
:
.

Let us prove the base replacement formula.
;
.
Assuming c = b, we have:

Inverse function

The inverse of a logarithm to base a is an exponential function with exponent a.

If , then

If , then

Derivative of logarithm

Derivative of the logarithm of modulus x:
.
Derivative of nth order:
.
Deriving formulas > > >

To find the derivative of a logarithm, it must be reduced to the base e.
;
.

Integral

The integral of the logarithm is calculated by integrating by parts: .
So,

Expressions using complex numbers

Consider the complex number function z:
.
Let's express a complex number z via module r and argument φ :
.
Then, using the properties of the logarithm, we have:
.
Or

However, the argument φ not uniquely defined. If you put
, where n is an integer,
then it will be the same number for different n.

Therefore, the logarithm, as a function of a complex variable, is not a single-valued function.

Power series expansion

When the expansion takes place:

References:
I.N. Bronstein, K.A. Semendyaev, Handbook of mathematics for engineers and college students, “Lan”, 2009.



Random articles

Up