View Single Post
Old 05-06-2005, 08:19 PM   #3
BeefontheBone
10 GOSUB Abandonia
20 GOTO 10
 
BeefontheBone's Avatar

 
Join Date: Feb 2005
Location: Leeds, England
Posts: 2,166
Default

Solving for x, right? Gimme a sec.

For the first one I get x=log(2+-root3) - the log in base 10 of 2 plus or minus the square root of 3.

First off, take the 3 on the left hand side (LHS) inside the brackets and expand the square on the RHS to get:

3*10^(2x) + 6*10^x = 4*10^(2x) + 2*10^x + 1

then tidy that up and move everything to the RHs to get a quadratic equation in 10^x:

10^(2x) - 4*10^x + 1 =0

Then that has real solutions where 10^x = (4+-root12)/2 = 2+-root3

so x=log(2+-root3)
BeefontheBone is offline                         Send a private message to BeefontheBone
Reply With Quote