Determine the value of ab if log8a+log4b2=5 and log8b+log4a2=7.
解析
Solution 1
Use the change of base formula to see that log8loga+log42logb=5; combine denominators to find that 3log2logab3=5. Doing the same thing with the second equation yields that 3log2loga3b=7. This means that logab3=15log2⟹ab3=215 and that loga3b=21log2⟹a3b=221. If we multiply the two equations together, we get that a4b4=236, so taking the fourth root of that, ab=29=512.
Solution 2
We can simplify our expressions by changing everything to a common base and by pulling exponents out of the logarithms. The given equations then become ln8lna+ln42lnb=5 and ln8lnb+ln42lna=7. Adding the equations and factoring, we get (ln81+ln42)(lna+lnb)=12. Rearranging we see that lnab=ln81+ln4212. Again, we pull exponents out of our logarithms to get lnab=3ln21+2ln2212=31+112ln2=3412ln2=9ln2. This means that ln2lnab=9. The left-hand side can be interpreted as a base-2 logarithm, giving us ab=29=512.
Solution 3
This solution is very similar to the above two, but it utilizes the well-known fact that logmknk=logmn. Thus, log8a+log4b2=5⇒log23(3a)3+log22b2=5⇒log23a+log2b=5⇒log23ab=5. Similarly, log8b+log4a2=7⇒log23ba=7. Adding these two equations, we have log2a34b34=12⇒ab=212×43=29=512.
Solution 4
We can change everything to a common base, like so: log8a+log8b3=5,log8b+log8a3=7. We set the value of log8a to x, and the value of log8b to y. Now we have a system of linear equations:
x+3y=5,y+3x=7.
Now add the two equations together then simplify, we'll get x+y=3. So log8ab=log8a+log8b=3, ab=83=512
Solution 5
Add the two equations to get log8a+log8b+loga2+logb2=12. This can be simplified with the log property lognx+logny=lognxy. Using this, we get log8ab+log4a2b2=12. Now let log8ab=c and log4a2b2=k. Converting to exponents, we get 8c=ab and 4k=(ab)2. Sub in the 8c to get k=3c. So now we have that k+c=12 and k=3c which gives c=3, k=9. This means log4a2b2=9 so 49=(ab)2⟹ab=(22)9⟹29⟹512
Solution 6
Add the equations and use the facts that loga+logb=logab and logkn=nlogk to get
log8ab+2log4ab=12
Now use the change of base identity with base as 2:
log28log2ab+log242log2ab=12
Which gives:
34log2ab=12
Solving gives, ab=29=512
Solution 7
By properties of logarithms, we know that log8a+log4b2=log2a1/3+log2b=5.
Using the fact that logab+logac=logab∗c, we get log2a1/3∗b=5.
Similarly, we know that log2a∗b1/3=7.
From these two equations, we get a1/3∗b=25 and a∗b1/3=27.
Multiply the two equations to get a4/3∗b4/3=212. Solving, we get that a∗b=212∗3/4=29=512.
Solution 8
Adding both of the equations, we get
log8ab+2log4ab=12
Furthermore, we see that log4ab is 23 times log8ab. Substituting log8ab as x, we get x+3x=12, so x=3. Therefore, we have log8ab=3, so ab=83=512 ~ math_comb01
Solution 9
Change all equations to base 64. We then get:
log64(a2)+log64(b6)=5
and
log64(b2)+log64(a6)=7.
Using the property log(a)+log(b)=log(ab), we get:
log64(a2b6)=5
and
log64(a6b2)=7.
Then:
a2b6=645
and
a6b2=647.
Simplifying, we have:
ab3=85
and
a3b=87.
Substituting and solving, we get:
a=82
and
b=8.
Then:
ab=83=512.
Solution 10
Given: - log8a+log4b2=5 - log8b+log4a2=7
We set up a system by subtracting 2 from the second equation to make both equal to 5: - log8a+log4b2=5 - log8b+log4a2−2=5
Setting these equal: log8a+log4b2=log8b+log4a2−2
Using the property log4x2=2log4x: log8a+2log4b=log8b+2log4a−2
Converting to base 2, where log8x=3log2x and log4x=2log2x: 3log2a+2⋅2log2b=3log2b+2⋅2log2a−2
Simplifying: 3log2a+log2b=3log2b+log2a−2
Multiplying through by 6 to eliminate fractions: 2log2a+6log2b=2log2b+6log2a−12
Since log464=log443=3: log8a+log4a2−3=5log8a+log4a2=8
Now we have: - log8a+log4a2=8 (derived) - log8b+log4a2=7 (given)
Subtracting: log8a−log8b=1log8(ba)=1ba=8
This confirms our earlier finding that b=8a, so a=8b.
Substituting this back into the first original equation: log8(8b)+log4b2=5log88+log8b+log4b2=51+log8b+log4b2=5log8b+log4b2=4
From the second original equation: log8b+log4(8b)2=7log8b+log4(64b2)=7log8b+log464+log4b2=7log8b+3+log4b2=7log8b+log4b2=4
Thus both equations yield the same constraint: log8b+log4b2=4
Converting to base 2: 3log2b+22log2b=43log2b+log2b=43log2b+3log2b=434log2b=4log2b=3
Therefore: b=23=8a=8b=8⋅8=64ab=64⋅8=512
The value of ab is 512.
~ brandonyee
Solution 11
Let us convert everything from the first equation to log base-2. We get 3log2a+2log2b2=5. Multiplying by 6, we get 2log2a+3log2b2=30. By the properties of logarithms, log2a2b6=30, so a2b6=230. We can use the exact same process for the next equation. We have log2b2a6=42, so a6b2=242. We can now multiply our two equations of products of powers of a and b to get a8b8=242⋅230=272. Taking the 8-th root of both sides, we get ab=2872=29=512