How to Solve the Equation 2^x^2-3=4^x?

  • Thread starter Thread starter star321
  • Start date Start date
AI Thread Summary
To solve the equation 2^x^2 - 3 = 4^x, the discussion focuses on rewriting it using logarithms and recognizing it as a polynomial. Participants clarify the equation's structure, leading to the formulation ln(2)x^2 - ln(4)x - 3ln(2) = 0. This simplifies to a quadratic equation, x^2 - 2x - 3 = 0, which factors to (x-3)(x+1) = 0, yielding potential solutions x = 3 and x = -1. However, there is confusion about verifying these solutions in the original equation, highlighting the importance of careful substitution.
star321
Messages
7
Reaction score
0
solve the equation:
2^x^2-3=4^x (2 to the power of x squared - 3)

i can't get it to work
ln2^x^2 - 3=ln4^x
(x^2 -3) ln (2)=xln(4)
i know it'd be -3(ln2)=xln4... but i don't know what to do with x^2 part.

i did other questions like this but with 5^2x and 3^1+x, what do I do with the X^2 that gets me stuck. If someone knows what I do with taht could you please tell me, I am sure i can figure it out from there.
thankyou
 
Physics news on Phys.org
Do you mean 2x2-3 = 4x or 2x2 - 3 = 4x?

2x2-3 = 4x
(x2 - 3)ln(2) = xln(4)
ln(2)x2 - ln(4)x - 2ln(3) = 0

It's a polynomial in x.

2x2 - 3 = 4x...

Well actually, do you mean 2(x2) - 3 ... or do you mean (2x)2 - 3 ...?
 
Probably a typo, the constant term in the polynomial is just -3.
 
still a bit confused

it was the first one, the one you were working out.
since your multiplying ln2 by (x^2-3) wouldn't it be 3 ln2?
So from ln(2)x2 - ln(4)x - 2ln(3) = 0
you get (x-6)(x+2) so x=6, x=-2.
I tried putting this numbers in the original but it doesn't work out, what am I doing wrong?
 
Oh yeah, 3ln(2). So you'd get:

ln(2)x2 - ln(4)x - 3ln(2) = 0
x2 - 2x - 3 = 0
(x-3)(x+1) = 0
 
just to expand on what's been said and offer another way of starting off...
2x2-3 = 4x is a bit like saying
2x2-3 = 22x
2 raised to the power on the LHS is equal to 2 raised to the power on the RHS such that both exponents are the same, ie: x2-3 = 2x :smile:
 
Last edited:
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