How to make γ the subject of the formula? (logarithms involved)

  • Thread starter Thread starter Kelles
  • Start date Start date
  • Tags Tags
    Formula
AI Thread Summary
The discussion focuses on how to isolate γ in the equation involving logarithms, where γ appears on both sides. The equation is initially simplified by substituting known values, leading to a form that still contains γ within a logarithmic expression. Participants note that due to the complexity of the equation, there is no straightforward algebraic solution available. Instead, approximation methods or iterative techniques are recommended to find a numerical solution for γ. The conversation emphasizes the challenges of solving equations that mix different mathematical functions.
Kelles
Messages
17
Reaction score
0
How to make γ the subject of the formula? (logarithms involved)

Homework Statement



My problem here is that i want to make γ the subject of the formula so that i can calculate it since all other variables are know. As you can see from the equation below there are two γ inside the equation one on the left hand side and one on the right hand side of the equation which is inside the logarithm [log((qnet+γ)/pa)].

The variables involved are shown below, however you do not really need to know what each one means since the problem here is about mathematics and how to make γ subject of the formula if that's possible but i did include all variables to make it easier to understand the equation

γ = unit weight of soil = unknown
γW = unit weight of water = 9.81
Rf = friction ratio 0.5
qnet = net cone resistance = 5.53
pa = atmospheric pressure = 0.1

Homework Equations



Equation:γ/γW = 0.27 [log Rf] + 0.36 [log((qnet+γ)/pa)] +1.236

The Attempt at a Solution



γ/γW = 0.27 [log Rf] + 0.36 [log((qnet+γ)/pa)] +1.236

Substituting Rf = friction ratio 0.5

γ/γW = 0.27 [log 0.5] + 0.36 [log((qnet+γ)/pa)] +1.236

γ/γW = -0.08 + 0.36 [log((qnet+γ)/pa)] +1.236

γ/γW = -0.08 +1.236 + 0.36 [log((qnet+γ)/pa)]

γ/γW = 1.15 + 0.36 [log((qnet+γ)/pa)]

γ/γW - 1.15 = + 0.36 [log((qnet+γ)/pa)]

(γ/γW - 1.15)/0.36 = log((qnet+γ)/pa)

10(γ/γW - 1.15)/0.36 = (qnet+γ)/pa

I am not sure what to do next, i don't know how to get both γ together. Some help would be really appreciated.

Thank you.
 
Physics news on Phys.org


There is no closed form for mixes of functions like this. You will have to use approximation methods, iterative usually.
 


Ok thanks a lot for you reply
 
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