Solving for Q in the equation T = Q + 2^(Q-2)

  • Context: Undergrad 
  • Thread starter Thread starter Overflowing
  • Start date Start date
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
5 replies · 2K views
Overflowing
Messages
31
Reaction score
1
This one has me stumped. This is not homework, this is someone's attempt to estimate growth of corals in a marine aquarium. I don't know where he came up with this equation...

[tex] T = Q + 2^{(Q-2)}[/tex]
 
Mathematics news on Phys.org
I've been trying to figure it out with ln functions and substitution, etc...I've seen something like this before in college it seems. Some kind of transform or algorithm...just can't put my finger on it.
 
[tex](t-q)=2^{q-2}[/tex]
[tex](t-q)2^{2-q+t}=2^t[/tex]
[tex](t-q)2^{t-q}=2^{t-2}[/tex]
[tex]\log(2)(t-q)e^{(t-q)\log(2)}=\log(2)2^{t-2}[/tex]
[tex]t-q=\frac{W[2^{t-2}\log(2)]}{\log(2)}[/tex]

[tex]q=t-\frac{W[2^{t-2}\log(2)]}{\log(2)}[/tex]