- #1
- 2
- 0
Homework Statement
Hi guys. I'm trying to rearrage an equation using the natural log and I thought I had it correct but am now struggling. I need to rearange it into the form: y=a0 + a1*C. Where a0 and a1 are some combination of the other variables and numbers below
Homework Equations
H = ((2^(X-1))-1)/(K*(X-1)*C^(X-1))
H,X,K and C are all variables
The Attempt at a Solution
I've tried rearanging using log laws but I now think it might be wrong.
ln(H) = ln(2^(X-1)-1) - ln(K*(X-1)) - (X-1)*ln(C)
But I'm not sure if this is legal considering the equation could be rearranged to:
H = (2^(X-1))/(K*(X-1)*C^(X-1)) - 1/(K*(X-1)*C^(X-1))
Can I then apply log as follows:
ln(H) = ln(2^(X-1))/(K*(X-1)*C^(X-1)) - ln(1/(K*(X-1)*C^(X-1)))
or can I only apply log once to each side, eg:
ln(H) = ln((2^(X-1))/(K*(X-1)*C^(X-1))- 1/(K*(X-1)*C^(X-1)))