How Do You Solve Logarithmic Equations Involving Quadratics?

  • Thread starter Thread starter storoi1990
  • Start date Start date
  • Tags Tags
    Log
AI Thread Summary
To solve the logarithmic equation Logx = 1 + 6/logx, the first step is to multiply both sides by logx, leading to the quadratic equation (logx)^2 = logx + 6. This can be rearranged to y^2 - y - 6 = 0, where y represents logx. The solutions to this quadratic are y = 3 and y = -2, which correspond to logx = 3 and logx = -2. However, the valid solution for x is only x = 10^3, since logarithms of negative numbers are not defined.
storoi1990
Messages
14
Reaction score
0


Q: Logx = 1 + 6/logx

my attempt so far: Log x^2 = 7

where do i go from here?
 
Physics news on Phys.org


How did you obtain this result? Try to multiply the whole equation with logx. You'll arrive at a quadratic equation. Try to use a substitution then.
 


storoi1990 said:
Q: Logx = 1 + 6/logx

my attempt so far: Log x^2 = 7

where do i go from here?
Is this log x= 1+ \frac{6}{log x} or log x= \frac{1+ 6}{log x}?

I suspect it is the former because otherwise it would just be written as 7/ log x. But then multiplying log x= 1+ (6/log x) by log x you get (log x)^2= log x+ 6. Let y= log x and that becomes y^2= y+ 6. Solve that quadratic equation for y, then solve log x= y for x.
 


yeah it's the last one.

so then i end up with:

y^2-y-6 = 0

x1 = 3 , and x2 = -2

is that the answer?
 


storoi1990 said:
yeah it's the last one.
You mean the first one, which is logx = 1 + (6/logx).
storoi1990 said:
so then i end up with:

y^2-y-6 = 0
[\quote]This factors into (y - 3)(y + 2) = 0, so y = 3 or y = -2.

Now, since y = logx, you have logx = 3 or log x = -2.
What are the solutions for x? They are NOT 3 and -2, as you show below.
storoi1990 said:
x1 = 3 , and x2 = -2

is that the answer?
 
Back
Top