Equation with logarithmic and polynomial terms

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 3K views
NanakiXIII
Messages
391
Reaction score
0
This is not actually a homework question, but it seemed appropriate to put it here. In an old exam from 1921 I found the following problem. I never learned how to solve this type of thing and I haven't been able to figure it out, so: how does one solve this?

Homework Statement



Solve for [itex]x[/itex]:

[tex]\frac{(x-1)^2}{(x-1)-^6\log (x-1)} = 3 \times 6^{3\times^6\log 2 + 2\times^6\log 3}[/tex]

Homework Equations





The Attempt at a Solution



I went ahead and simplified this to

[tex]y^2 -72y + 72 ^6\log y=0[/tex]

where [itex]y=x-1[/itex], but, as I said, I never learned how to solve this type of equation involving both polynomial terms and logarithms and I don't know how to proceed.
 
Physics news on Phys.org
NanakiXIII said:
This is not actually a homework question, but it seemed appropriate to put it here. In an old exam from 1921 I found the following problem. I never learned how to solve this type of thing and I haven't been able to figure it out, so: how does one solve this?

Homework Statement



Solve for [itex]x[/itex]:

[tex]\frac{(x-1)^2}{(x-1)-^6\log (x-1)} = 3 \times 6^{3\times^6\log 2 + 2\times^6\log 3}[/tex]
You have several instances of expressions such as 6log (something). I suspect that these really mean log6(something). IOW, the log expressions are log-base 6. Please clarify.
NanakiXIII said:

Homework Equations





The Attempt at a Solution



I went ahead and simplified this to

[tex]y^2 -72y + 72 ^6\log y=0[/tex]

where [itex]y=x-1[/itex], but, as I said, I never learned how to solve this type of equation involving both polynomial terms and logarithms and I don't know how to proceed.
 
Yes, exactly. That's how we wrote log-base-6 in school.
 
On the right, use the laws of logarithms: [tex]a log(x)= log(x^a)[/tex], log(x)+ log(y)= log(xy), and [tex]b^{log_b(x)}= x[/tex] to get [tex]3(6^{3log_6(2)+ 2log_6(3)})= 3(6^{log_6((2^3)(3^2)})= 3(8)(9)= 216[/tex] By the way, it is NOT a good idea to use "[itex]\times[/itex]" to indicate multiplication when you have [itex]x[/itex] as the unknown. Just use parentheses.
 
Yes, it would appear I miscalculated, the 72's in my equation should be 216's. I'll edit my post. That said, though, I still don't know how to solve the equation.

Edit: Actually, it appears I can't edit the original post, so here's an erratum:

My simplification (last equation) should be

[tex]y^2 - 216 y - 216 \log_6 y = 0[/tex]

where [itex]y = x-1[/itex].
 
Last edited:
Since that equation involves both powers of y and logarithm of y, the solution cannot be written in terms of "elementary" functions. It should be possible, by taking the exponential of both sides, to get it in the form [itex]ve^v= \text{constant}[/itex] and then solve it in terms of the Lambert W function.
 
Well, that explains why I never learned to solve this. However, since this is an old high school exam, I would be surprised if there was not a simpler solution. It is probably possible to solve it using elementary functions and a logarithm table.