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?
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top