Logarithmic and Exponential Expressions and Equations
28 soru
Soru 21Soru →
If log2(x+5)+log2(x−1)=4, what is the value of x?
Cevabı ve açıklamayı göster
Cevap: 3
Cevap
The correct answer is 3.
The correct answer is 3. Combining the logarithmic terms using the product property gives log2((x+5)(x−1))=4. Converting this to exponential form yields (x+5)(x−1)=24=16. Expanding and rewriting in standard form gives x2+4x−21=0, which factors as (x+7)(x−3)=0. This gives potential solutions of x=3 and x=−7. However, x=−7 results in negative arguments for the logarithms in the original equation, making it extraneous. Thus, the only valid solution is 3.
Adım Adım Çözüm
1
Apply the product property of logarithms to combine the terms on the left side of the equation.
log2((x+5)(x−1))=4
The sum of logarithms with the same base is equal to the logarithm of their product: logb(A)+logb(B)=logb(AB).
2
Convert the logarithmic equation to its equivalent exponential form.
(x+5)(x−1)=24
By definition, logb(Y)=C is equivalent to bC=Y.
3
Expand the product and simplify the equation into standard quadratic form.
x2+4x−21=0
Expanding (x+5)(x−1) yields x2+4x−5. Subtracting 16 from both sides gives the standard quadratic form Ax2+Bx+C=0.
4
Factor the quadratic equation to find the potential values of x.
(x+7)(x−3)=0, so x=−7 or x=3
We need two numbers that multiply to −21 and add to 4, which are 7 and −3.
5
Check the potential solutions against the domain of the original logarithmic equation.
x=3
The arguments of the logarithms, x+5 and x−1, must be strictly positive. For x=−7, the arguments are negative, so x=−7 is an extraneous solution. For x=3, both arguments are positive, so x=3 is the only valid solution.
Anahtar Kavram
Solving logarithmic equations by applying logarithmic properties and converting to exponential form, while checking for extraneous solutions.
Soru 22Soru →
If x is a real number such that log4(x−3)=21+log4(2), what is the value of x?
Cevabı ve açıklamayı göster
Cevap: 7
Cevap
The value of x is 7.
By moving the logarithmic terms to the same side and applying the quotient rule, the equation simplifies to log4(2x−3)=21. Converting this to exponential form yields 2x−3=41/2. Since 41/2=2, we have 2x−3=2, which gives x−3=4, or x=7. Substituting x=7 back into the original equation shows it is a valid solution.
Adım Adım Çözüm
1
Group logarithmic terms on one side of the equation.
log4(x−3)−log4(2)=21
Grouping the logarithms allows them to be combined using logarithmic properties.
2
Apply the quotient property of logarithms.
log4(2x−3)=21
The quotient property states that logb(a)−logb(c)=logb(ca).
3
Convert the equation from logarithmic form to exponential form.
2x−3=41/2
A logarithmic equation logb(y)=z is equivalent to bz=y.
4
Evaluate the fractional exponent and solve the linear equation for x.
x=7
Since 41/2=2, the equation becomes 2x−3=2. Multiplying both sides by 2 gives x−3=4, so adding 3 to both sides yields x=7.
Anahtar Kavram
Solving logarithmic equations using properties of logarithms
Tahmini Süre:1m 30s
Soru 23Soru →
If b is a positive real number unequal to 1 such that logb3=x and logb5=y, what is the value of logb(b245) in terms of x and y?
2x+y−2
x2+y−2
22x+y
2x+y−2b
2x−y−2
Cevabı ve açıklamayı göster
Cevap: 2x+y−2
Cevap
2x+y−2
The correct answer is 2x+y−2. By applying the quotient property of logarithms, logb(b245) is rewritten as logb45−logb(b2). Factoring 45 as 32⋅5 allows the first term to be expanded using the product and power properties into 2logb3+logb5. Simplifying logb(b2) to 2 and substituting x and y yields 2x+y−2.
Adım Adım Çözüm
1
Apply the quotient property of logarithms.
logb(b245)=logb45−logb(b2)
The logarithm of a quotient is the difference of the logarithms of the numerator and the denominator: logb(M/N)=logbM−logbN.
2
Factor the number 45 and apply the product property of logarithms.
logb(32⋅5)−logb(b2)=logb(32)+logb5−logb(b2)
Since 45=9⋅5=32⋅5, we can use the product property: logb(M⋅N)=logbM+logbN.
3
Apply the power property to simplify the terms.
2logb3+logb5−2
The power property states that logb(Mk)=klogbM. Also, logb(b2)=2 because the base b raised to the second power is b2.
4
Substitute the given values x=logb3 and y=logb5.
2x+y−2
Replacing the logarithmic expressions with x and y gives the final simplified expression.
Anahtar Kavram
Applying logarithmic properties (quotient, product, power) to simplify expressions
Tahmini Süre:1m 0s
Soru 24Soru →
What value of the base b satisfies the equation logb(3b+10)=2?
Cevabı ve açıklamayı göster
Cevap: 5
Cevap
The correct answer is 5.
Applying the definition of logarithms to the equation logb(3b+10)=2 converts it to the quadratic equation b2=3b+10. Subtracting 3b and 10 from both sides results in b2−3b−10=0. Factoring the quadratic yields (b−5)(b+2)=0, giving the potential solutions b=5 and b=−2. Because the base of a logarithm must be positive (b>0), the negative solution is extraneous. This leaves 5 as the only valid base.
Adım Adım Çözüm
1
Convert the logarithm to exponential form.
b2=3b+10
By the definition of logarithms, logb(x)=y is equivalent to by=x.
2
Rearrange into standard quadratic form.
b2−3b−10=0
Subtracting 3b and 10 from both sides sets the quadratic expression equal to zero.
3
Factor the quadratic equation.
(b−5)(b+2)=0
Finding two integers that multiply to −10 and add to −3 gives −5 and 2.
4
Solve for the variable and apply base constraints.
b=5
Solving the factored equation yields b=5 or b=−2. Since a logarithmic base must be strictly positive (b>0), we reject b=−2 as extraneous, leaving b=5.
Anahtar Kavram
Converting logarithmic equations to exponential form and verifying base restrictions.
Tahmini Süre:1m 30s
Soru 25Soru →
If x and y are positive real numbers such that log(x+y)=logx+logy, which of the following equations expresses y in terms of x?
y=x+1x
y=1−xx
y=x−1x (where x>1)
y=x
Any positive real number y, because the equation is a general identity for all positive x and y
Cevabı ve açıklamayı göster
Cevap: y=x−1x (where x>1)
Cevap
y=x−1x (where x>1)
By applying the product property of logarithms, the right side of the given equation logx+logy simplifies to log(xy). This transforms the equation to log(x+y)=log(xy). Equating the arguments gives the algebraic equation x+y=xy. Rearranging this equation to group all y terms on one side yields x=xy−y. Factoring out y gives x=y(x−1). Finally, dividing both sides by x−1 results in the equation stating that y is equal to x divided by the quantity x minus one.
Adım Adım Çözüm
1
Apply the product property of logarithms to the right side of the equation: logx+logy=log(xy).
The equation becomes log(x+y)=log(xy).
This allows both sides to be expressed as a single logarithm with the same base.
2
Equate the arguments of the logarithms, since log(u)=log(v) implies u=v for positive real numbers.
x+y=xy
To eliminate the logarithms and work with a purely algebraic equation.
3
Isolate the terms containing y on one side of the equation.
x=xy−y
Grouping the y terms on the same side is a necessary step to factor out the variable we want to solve for.
4
Factor out y from the right side and divide both sides by the remaining coefficient x−1.
x=y(x−1)⟹y=x−1x (for x>1 to keep y positive and avoid division by zero).
This completely isolates y in terms of x.
Anahtar Kavram
Properties of Logarithms and Algebraic Isolation
Soru 26Soru →
If 8x−2=(41)x−7, what is the value of x?
Cevabı ve açıklamayı göster
Cevap: 4
Cevap
The correct answer is 4.
To solve 8x−2=(41)x−7, express both bases as powers of 2. Since 8=23 and 41=2−2, the equation can be written as (23)x−2=(2−2)x−7. Using the power of a power property (am)n=amn, we simplify this to 23x−6=2−2x+14. Because the bases are equal, their exponents must be equal: 3x−6=−2x+14. Adding 2x and 6 to both sides yields 5x=20, which simplifies to x=4.
Adım Adım Çözüm
1
Express both bases as powers of 2
8=23 and 41=2−2
To solve exponential equations with different bases, rewrite them using a common base.
2
Substitute the powers back into the equation and simplify exponents
23(x−2)=2−2(x−7)
Apply the exponent power rule (am)n=amn.
3
Equate the exponents since the bases are identical
3(x−2)=−2(x−7)
If by=bz and b>0,b=1, then y=z.
4
Solve the linear equation for x
3x−6=−2x+14⟹5x=20⟹x=4
Distribute, group like terms, and isolate the variable.
Anahtar Kavram
Solving exponential equations using a common base
Soru 27Soru →
If x is a real number such that log5(x)+log5(x−20)=3, what is the value of x?
Cevabı ve açıklamayı göster
Cevap: 25
Cevap
The value of x is 25.
Applying the logarithmic product rule simplifies the equation to log5(x2−20x)=3. Writing this in exponential form yields x2−20x=125. Rearranging into standard form gives x2−20x−125=0, which factors into (x−25)(x+5)=0. This gives potential solutions of 25 and −5. Because the logarithmic arguments must be strictly positive, x=−5 is extraneous. Therefore, the only correct value is 25.
Adım Adım Çözüm
1
Use the product property of logarithms to combine the terms on the left side.
log5(x(x−20))=3
The sum of logarithms with the same base is equal to the logarithm of the product of their arguments: logb(M)+logb(N)=logb(MN).
2
Rewrite the logarithmic equation in exponential form.
x(x−20)=53⟹x2−20x=125
The logarithmic equation logb(y)=c is equivalent to the exponential equation bc=y.
3
Rearrange the quadratic equation into standard form and solve by factoring.
x2−20x−125=0⟹(x−25)(x+5)=0⟹x=25 or x=−5
Subtracting 125 from both sides sets the quadratic equation to 0, which can then be factored into binomials whose product is 0.
4
Verify the potential solutions in the original equation to identify any extraneous roots.
For x=−5, the arguments of the original logarithms are negative, which is undefined. For x=25, the arguments are positive. Thus, the only valid solution is x=25.
Logarithmic functions are only defined for positive real numbers. Therefore, we must have x>0 and x−20>0, which requires x>20.
Anahtar Kavram
Solving logarithmic equations by combining logarithmic terms and checking for extraneous solutions.
Tahmini Süre:1m 30s
Soru 28Soru →
If 92x−1=27x+4, what is the value of x?
5
-13
14
6
-4
Cevabı ve açıklamayı göster
Cevap: 14
Cevap
14
Converting both bases to 3 yields (32)2x−1=(33)x+4. Applying the exponent power rule gives 34x−2=33x+12. Equating the exponents results in 4x−2=3x+12. Subtracting 3x from both sides gives x−2=12, and adding 2 to both sides results in x=14. This matches the correct value of 14.
Adım Adım Çözüm
1
Express both sides of the equation with a common base of 3.
(32)2x−1=(33)x+4
Since 9=32 and 27=33, rewriting the bases allows us to equate the exponents later.
2
Apply the power of a power property, (am)n=amn, to simplify the exponents on both sides.
32(2x−1)=33(x+4) which simplifies to 34x−2=33x+12
To simplify an exponent raised to another power, multiply the exponents, ensuring the multiplier is distributed to both terms inside each exponent expression.
3
Set the exponents equal to each other and solve the resulting linear equation for x.
4x−2=3x+12⟹x=14
If two exponential expressions with the same positive base (other than 1) are equal, their exponents must be equal.
Anahtar Kavram
Solving exponential equations by expressing bases with a common base and equating the exponents.
Tahmini Süre:1m 30s
ÖncekiSayfa 2 / 2