How to Solve a Complex Algebraic Equation with Logs and Square Roots?

  • Thread starter Thread starter Matrix
  • Start date Start date
AI Thread Summary
To solve the equation 2x = 16 - (3/4) * sqrt(2), the discussion highlights the use of logarithms and alternative methods. One method involves rewriting the equation in terms of base 2, leading to 2^x = 2^(-5/2), resulting in x = -2.5. The conversation also touches on the correctness of using logarithms, with some participants expressing a preference for logarithmic solutions. Ultimately, both logarithmic and base conversion methods yield the same result for x. The discussion emphasizes the versatility of approaches in solving complex algebraic equations.
Matrix
Messages
4
Reaction score
0
Hi, I am having trouble finding x for the following exquation:
2x=16-3/4 * sqrt(2)

Any help on solving it would be much apprecitated.
 
Last edited:
Mathematics news on Phys.org
why don't you use logs.

2^x = 16^(-3/4) * sqrt(2)

x*ln(2) = ln(16^(-3/4) * sqrt(2) )

x = ln(16^(-3/4) * sqrt(2) ) / ln(2)
 
reduce it further to:

x = -2.5
 
jcsd, your i see you changed your reduction. The previous one was obviously wrong.
 
Is it possible to find x not using logs?
 
Duardo: No, it was perfectly correct.
 
Originally posted by Matrix
Is it possible to find x not using logs?

yes.

you can convert 16 to a base 2

16^(-3/4) = (2^4)^(-3/4) = 2^(-3)

therefore

2^x = 2^(-3) * 2^(1/2)

2^x = 2^(-5/2)

x = -2.5
 
This is probably off topic, but don't you just love logs?
 

Similar threads

Back
Top