🌐
Purplemath
purplemath.com › modules › logrules5.htm
What is the "Change of Base Formula" (for logs)? | Purplemath
What this rule says, in practical terms, is that you can evaluate a non-standard-base log by converting it to the fraction of the form "(standard-base log of the argument) divided by (same-standard-base log of the non-standard-base)". I keep this ...
Discussions

Solve for x, 1+2*log(base 4)(x+1) = 2log(base 2)(t)
1+2*(log base 4 of (x+1))=2*(log base 2 of (x)) (Given) Writing everything in terms of log base 4 is an acceptable strategy. Let's start with the 1 on the left-hand-side. 1 How do we re-write the 1, so that it's in terms of log base 4? Well, let's find out. Iog base 4 of (y) = 1 Suppose we didn't know what we need to take log base 4 of, in order to get 1. Let's call this value y, as shown above. We can convert this equation from logarithmic form to exponential form. Doing this gives us that 41=y. Then we know that 41=4, so we get 4=y (So, y=4). We can re-write 1 as (log base 4 of (4)) (I will call this expression (*)). Let's re-write the log on the right-hand-side as a log with a base of 4. 2*(log base 2 of (x)) We have a coefficient of 2 on this log, so we first need to pull the 2 back inside of the log. When we do this, the 2 will become the exponent on the x. In this case, we are just using the Power Property of Logarithms in the opposite direction. (log base 2 of (x2)) We can re-write this expression as a log with a base of 4, by using the Change-of-Base Formula. ((log base 4 of (x2))/(log base 4 of (2))) We can evaluate (log base 4 of (2)) by hand. Let's suppose that we didn't know the value of (log base 4 of (2)) off the top of our heads, so let's call it z. (log base 4 of (2))=z Converting from logarithmic form to exponential form gives us that 4z=2. We can get common bases, since we can think of 4 as 22 (and the 2 is 21). Then, using our properties of exponents, since we have a power raised to a power, we leave the base alone, and then multiply the exponents together. So, 4z=(22)z=22*z=22z. We can think of the 2 on the right as 21. We now have the following: 22z=21 At this point, since we just have a single exponential expression on both sides, and both sides have the same base, we can just set the exponents equal to each other, and solve (This is because exponential functions are one-to-one). 2z=1 z=(1/2) (Divide both sides by 2) Remember from earlier that z was what we called our original log (i.e., log base 4 of (2)), so this tells us that (log base 4 of (2))=(1/2). ((log base 4 of (x2))/(log base 4 of (2))) ((log base 4 of (x2))/(1/2)) Dividing by (1/2) is the same thing as multiplying by (2/1) (which is 2). 2*(log base 4 of (x2)) Now we pull the 2 back inside of the log, and when we do this, it becomes the exponent on the x2. (log base 4 of ((x2)2)) (x2)2=x2*2=x4 (log base 4 of (x4)) (I will call this expression (***)) As for the 2nd log on the left-hand-side, we have the following: 2*(log base 4 of (x+1)) Once again, we pull the 2 back inside of the log, and when we do this, it becomes the exponent on the (x+1). (log base 4 of ((x+1)2)) (log base 4 of (x2+2x+1)) (I will call this expression (**)) I will expand the (x+1)2. (x+1)2=((x)2)+(2*(x)*(1))+((1)2)=x2+2x+1 ((x)2)=x2 2*(x)*(1) =2x*(1) (Because 2*(x)=2x) =2x (Because 2x*(1)=2x) (1)2=12=1*1=1 Note: I used a formula to expand (x+1)2. Since we have a binomial sum/difference being squared, we can use this formula to expand the expression. (a±b)2=a2±2ab+b2 Note: If you're having trouble visualizing the multiplication this way, then you could also re-write (x+1)2 as (x+1)*(x+1), and then multiply/F.O.I.L. it out. Just remember that exponents do NOT distribute across sums and differences, so if you have a binomial sum/difference, you can't just square each term individually, and then add/subtract their squares. Our equation now becomes as follows: () + () = () (log base 4 of (4))+(log base 4 of (x2+2x+1))=(log base 4 of (x4)) On the left-hand-side, we just have two logs with the same base that are being added, so we can write it in terms of just a single logarithm (Of course, the new log will have the same base as the two logs that we're adding), and when we do this, we multiply the arguments of these logs together (This will give us the argument of the condensed log). (log base 4 of (4))+(log base 4 of (x2+2x+1)) =(log base 4 of (4*(x2+2x+1))) Keep in mind that the (x2+2x+1) needs to be inside parentheses, because that whole expression (not just one single term, but every term) is being multiplied by the 4. Now, we distribute the 4. =(log base 4 of (4x2+8x+4)) The right-hand-side has not changed. (log base 4 of (4x2+8x+4))=(log base 4 of (x4)) We now have a logarithmic equation, where we just have a single log on both sides, and both logs have the same base, so we can just set the arguments (i.e., the insides of the logs) equal to each other, and then solve for x (Similar to exponential functions, logarithmic functions are also one-to-one). 4x2+8x+4=x4 This is a polynomial equation of degree higher than 1, so we need to get one side of the equation equal to zero (0). In the equation above, the term with the highest power is x4, so I will move everything over to the right-hand-side (I don't like to have a negative leading coefficient). Hence, we subtract 4x2, 8x, and 4 from both sides. We get the following: 0=x4-4x2-8x-4 I will re-write the equation, so that we have the variables on the left-hand-side. x4-4x2-8x-4=0 You will need to solve this equation for x, and then check the original equation for extraneous solutions. More on reddit.com
🌐 r/MathHelp
7
1
April 8, 2022
Log base (-2) of 4
Many reasons. One is that logs are an invertible function. If you allow for log base -2 and log base 2 of 4 to both be 2, you're going to lose invertibility. Also because of change of base. Log base -2 of 4 should be equal to log(4) / log(-2) but we've got a problem with that denominator. More on reddit.com
🌐 r/askmath
35
1
January 24, 2025
Help log. Instructions say (hint: change log base 4 x to 2, then I get this and am stuck.
Calculate the value of log_2(4). Remember that Clog(x) = log(x^C) Remember that log(a) - log(b) = log(a/b) More on reddit.com
🌐 r/askmath
1
2
July 1, 2020
what am I missing? log2(-4)
The logarithm of negative numbers is undefined for this reason. No power of 2, or any number, will ever yield a negative. This is why the graph of log(x) has a vertical asymptote at x=0 as it is undefined in the negatives. More on reddit.com
🌐 r/MathHelp
9
3
March 21, 2024
People also ask

What is the value of log 4 to the base e?
The value of loge 4 = ln (4) = 1.386
🌐
byjus.com
byjus.com › maths › value-of-log-4
How to calculate the value of Log 4?
How do I calculate the logarithm in base 2?

To calculate the logarithm in base 2, you probably need a calculator. However, if you know the result of the natural logarithm or the base 10 logarithm of the same argument, you can follow these easy steps to find the result. For a number x:

  1. Find the result of either log10(x) or ln(x).

  2. Divide the result of the previous step by the corresponding value between:

    • log10(2) = 0.30103; or

    • ln(2) = 0.693147.

  3. The result of the division is log2(x).

🌐
omnicalculator.com
omnicalculator.com › math › log-2
Log Base 2 Calculator
Find the value of log (1/100) to the base 10.
log10(1/100) = log(-100) · = – 2 [since, log(100) = 2] · Therefore, log(1/100) = – 2
🌐
byjus.com
byjus.com › maths › value-of-log-4
How to calculate the value of Log 4?
🌐
Omni Calculator
omnicalculator.com › math › log-2
Log Base 2 Calculator
December 17, 2025 - As mentioned at the end of the ... power we should raise 2 in order to obtain x. For instance, we can easily observe that log₂ 4 = 2.......
🌐
Mathcentre
mathcentre.ac.uk › resources › Algebra leaflets › mc-logs3-2009-1.pdf pdf
Logarithms - changing the base mc-logs3-2009-1
So we can calculate base 2 logarithms using base 10 logarithms obtained using a calculator. ... Check these for yourself. More generally, for bases a and b, ... Use this formula to check that log20 100 = 1.5372 (correct to 4 d.p.).
🌐
BYJUS
byjus.com › maths › value-of-log-4
How to calculate the value of Log 4?
July 13, 2022 - Therefore, the value of log 4 to the base 2 equals 2. The log function or logarithm function eliminates the exponential functions when the equation has exponential values. It is used in mathematical problems to simplify equations.
🌐
Logarithm Calculator
logcalculator.net
Logarithm Calculator log(x)
For example, 23 = 8 ⇒ log2 8 = 3 (the logarithm of 8 to base 2 is equal to 3, because 23 = 8).
Find elsewhere
🌐
Mathway
mathway.com › popular-problems › Algebra › 200638
Evaluate log base 4 of 2 | Mathway
Rewrite in exponential form using the definition of a logarithm. If and are positive real numbers and does not equal , then is equivalent to . ... Create expressions in the equation that all have equal bases.
🌐
Wyzant
wyzant.com › resources › ask an expert
Logarithm Help | Wyzant Ask An Expert
July 17, 2017 - Math Algebra 2 Calculus Precalculus Algebra Equations Equation Functions College Algebra Expressions ... Math Help Exponential And Logarithmic Functions Pre Calculus Exponential Functions Math Answers Logarithmic Functions Properties Of Logs Logs Log Natural Logarithmic And Exponential Functions ... Chad B. 5.0 (199) Andrew S. 5.0 (542) Jordan V. 4...
🌐
Quora
quora.com › How-do-I-convert-the-base-of-log-to-other-base-like-log10-to-log2-etc
How to convert the base of log to other base like log10 to log2 etc. - Quora
4y · For this simply use the rule of log of change of base. Log of x to base y = (log of x to base 10) ÷ (log of y to base 10). Sanjay Chakradeo. ... It’s easier to explain with examples.
🌐
Calculator.net
calculator.net › home › math › log calculator
Log Calculator (Logarithm)
This free log calculator solves for the unknown portions of a logarithmic expression using base e, 2, 10, or any other desired base.
🌐
Reddit
reddit.com › r/mathhelp › solve for x, 1+2*log(base 4)(x+1) = 2log(base 2)(t)
r/MathHelp on Reddit: Solve for x, 1+2*log(base 4)(x+1) = 2log(base 2)(t)
April 8, 2022 -

Hi, I have tried solving by doing the following:

  • convert all numbers to logs and equate log bases, log(base 4)(4) + log(base 4)(x+1)^2 = log(base 4)(x)^4

  • remove logs, 4(x+1)^2 = x^4

  • solve for x:

    • x^4 - 4(x+1)^2 = 0

    • (x^2+2(x+1))(x^2-2(x+1))= 0

    • x^2+2(x+1) = 0 OR x^2-2(x+1)=0

    • at this point I get stuck and don't know how to solve for x

Can anyone tell me if I am on the right track and how to continue to solve for x?

Top answer
1 of 3
2
1+2*(log base 4 of (x+1))=2*(log base 2 of (x)) (Given) Writing everything in terms of log base 4 is an acceptable strategy. Let's start with the 1 on the left-hand-side. 1 How do we re-write the 1, so that it's in terms of log base 4? Well, let's find out. Iog base 4 of (y) = 1 Suppose we didn't know what we need to take log base 4 of, in order to get 1. Let's call this value y, as shown above. We can convert this equation from logarithmic form to exponential form. Doing this gives us that 41=y. Then we know that 41=4, so we get 4=y (So, y=4). We can re-write 1 as (log base 4 of (4)) (I will call this expression (*)). Let's re-write the log on the right-hand-side as a log with a base of 4. 2*(log base 2 of (x)) We have a coefficient of 2 on this log, so we first need to pull the 2 back inside of the log. When we do this, the 2 will become the exponent on the x. In this case, we are just using the Power Property of Logarithms in the opposite direction. (log base 2 of (x2)) We can re-write this expression as a log with a base of 4, by using the Change-of-Base Formula. ((log base 4 of (x2))/(log base 4 of (2))) We can evaluate (log base 4 of (2)) by hand. Let's suppose that we didn't know the value of (log base 4 of (2)) off the top of our heads, so let's call it z. (log base 4 of (2))=z Converting from logarithmic form to exponential form gives us that 4z=2. We can get common bases, since we can think of 4 as 22 (and the 2 is 21). Then, using our properties of exponents, since we have a power raised to a power, we leave the base alone, and then multiply the exponents together. So, 4z=(22)z=22*z=22z. We can think of the 2 on the right as 21. We now have the following: 22z=21 At this point, since we just have a single exponential expression on both sides, and both sides have the same base, we can just set the exponents equal to each other, and solve (This is because exponential functions are one-to-one). 2z=1 z=(1/2) (Divide both sides by 2) Remember from earlier that z was what we called our original log (i.e., log base 4 of (2)), so this tells us that (log base 4 of (2))=(1/2). ((log base 4 of (x2))/(log base 4 of (2))) ((log base 4 of (x2))/(1/2)) Dividing by (1/2) is the same thing as multiplying by (2/1) (which is 2). 2*(log base 4 of (x2)) Now we pull the 2 back inside of the log, and when we do this, it becomes the exponent on the x2. (log base 4 of ((x2)2)) (x2)2=x2*2=x4 (log base 4 of (x4)) (I will call this expression (***)) As for the 2nd log on the left-hand-side, we have the following: 2*(log base 4 of (x+1)) Once again, we pull the 2 back inside of the log, and when we do this, it becomes the exponent on the (x+1). (log base 4 of ((x+1)2)) (log base 4 of (x2+2x+1)) (I will call this expression (**)) I will expand the (x+1)2. (x+1)2=((x)2)+(2*(x)*(1))+((1)2)=x2+2x+1 ((x)2)=x2 2*(x)*(1) =2x*(1) (Because 2*(x)=2x) =2x (Because 2x*(1)=2x) (1)2=12=1*1=1 Note: I used a formula to expand (x+1)2. Since we have a binomial sum/difference being squared, we can use this formula to expand the expression. (a±b)2=a2±2ab+b2 Note: If you're having trouble visualizing the multiplication this way, then you could also re-write (x+1)2 as (x+1)*(x+1), and then multiply/F.O.I.L. it out. Just remember that exponents do NOT distribute across sums and differences, so if you have a binomial sum/difference, you can't just square each term individually, and then add/subtract their squares. Our equation now becomes as follows: () + () = () (log base 4 of (4))+(log base 4 of (x2+2x+1))=(log base 4 of (x4)) On the left-hand-side, we just have two logs with the same base that are being added, so we can write it in terms of just a single logarithm (Of course, the new log will have the same base as the two logs that we're adding), and when we do this, we multiply the arguments of these logs together (This will give us the argument of the condensed log). (log base 4 of (4))+(log base 4 of (x2+2x+1)) =(log base 4 of (4*(x2+2x+1))) Keep in mind that the (x2+2x+1) needs to be inside parentheses, because that whole expression (not just one single term, but every term) is being multiplied by the 4. Now, we distribute the 4. =(log base 4 of (4x2+8x+4)) The right-hand-side has not changed. (log base 4 of (4x2+8x+4))=(log base 4 of (x4)) We now have a logarithmic equation, where we just have a single log on both sides, and both logs have the same base, so we can just set the arguments (i.e., the insides of the logs) equal to each other, and then solve for x (Similar to exponential functions, logarithmic functions are also one-to-one). 4x2+8x+4=x4 This is a polynomial equation of degree higher than 1, so we need to get one side of the equation equal to zero (0). In the equation above, the term with the highest power is x4, so I will move everything over to the right-hand-side (I don't like to have a negative leading coefficient). Hence, we subtract 4x2, 8x, and 4 from both sides. We get the following: 0=x4-4x2-8x-4 I will re-write the equation, so that we have the variables on the left-hand-side. x4-4x2-8x-4=0 You will need to solve this equation for x, and then check the original equation for extraneous solutions.
2 of 3
1
Hi, u/_log0s ! This is an automated reminder: What have you tried so far? (See Rule #2; to add an image, you may upload it to an external image-sharing site like Imgur and include the link in your post.) Please don't delete your post. (See Rule #7) We, the moderators of r/MathHelp , appreciate that your question contributes to the MathHelp archived questions that will help others searching for similar answers in the future. Thank you for obeying these instructions. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
🌐
Mathway
mathway.com › popular-problems › Algebra › 200731
Evaluate log base 2 of 4 | Mathway
Rewrite in exponential form using the definition of a logarithm. If and are positive real numbers and does not equal , then is equivalent to . ... Create equivalent expressions in the equation that all have equal bases.
🌐
Quora
quora.com › How-do-I-solve-this-log-8-to-the-base-2-+log-8-to-the-base-4-+-log-8-to-the-base-16
How to solve this: log 8 to the base 2 +log 8 to the base 4 + log 8 to the base 16 - Quora
Compute each logarithm by converting bases or using change-of-base formula. Use that log_b(a) = ln a / ln b, or recognize powers of 2. Write 8 = 2^3, 4 = 2^2, 16 = 2^4.
🌐
Cuemath
cuemath.com › algebra › log-base-2
Log Base 2 - Formula, Solution, Examples
Let us understand this with a simple formula. For a natural number N its log to the base of 2 is equal to k and is written as \(log_2N = k\), which can be written in exponential form as 2k = N. Let us look at an example of converting an exponential form to log base 2.
🌐
Quora
quora.com › How-can-I-solve-this-log-base-2-of-x-+log-base-4-to-x-2
How to solve this log base: 2 of x +log base 4 to x = 2 - Quora
Answer (1 of 11): Some of the basic results used here: * \log_{a} b=\frac{\log_{c} b}{\log_{c} a} * \log_{a}x=y \implies x=a^y * \log a^b=b\log a Now focusing on the problem, \log_{2} x+\log_{4} x=2 \therefore \frac{\log x}{\log 2} +\frac{\log x}{\log 4}=2 \therefore \frac{\log x}{\log 2} ...
🌐
Homework.Study.com
homework.study.com › explanation › how-do-you-convert-log-base-2-to-log-base-10.html
How do you convert log base 2 to log base 10? | Homework.Study.com
Solve for x. log base a x = 2(log base a 2 + log base a 3) ... How to write the base of a log? Explain. ... Given that log base 10 3= 0.477 and log base 10 5 = 0.699, evaluate the logarithm: log base 10 0.0003 ... Use the change-of-base formula to approximate log _7 21. Write the fraction to use to change the base for log 815. ... Use a change-of-base formula to evaluate the logarithm. log _4(19) ... Use the logarithmic base change formula to convert ...
🌐
YouTube
youtube.com › watch
How to Solve Logarithmic Equations with the Base 4: Step-by-Step Tutorial - YouTube
Learn how to solve logarithmic equations with the same bases (Base 4) using this Step-by-Step tutorial on basic logarithmic and exponential rules. Also check...
Published   June 13, 2018