Solve the proof in problem involving logarithms

  • Thread starter Thread starter chwala
  • Start date Start date
  • Tags Tags
    Logarithms Proof
AI Thread Summary
The discussion revolves around solving a logarithmic proof using the change of base formula. The user presents a series of equations to express relationships between variables x, y, and logarithmic terms. They derive a formula for the ratio of y to x, leading to the expression (1 - y/x) / (1 + y/x). Another participant questions the derivation of the ratio y/x and points out a missing term in the transition between steps. The conversation highlights the complexity of manipulating logarithmic identities and the need for clarity in each transformation.
chwala
Gold Member
Messages
2,827
Reaction score
415
Homework Statement
If ##log_a n=x## and ##log_c n=y##, where ##n≠1##, prove that, $$\frac {x-y}{x+y}=\frac {log_b c-log_b a}{log_b c+log_ba}$$
Relevant Equations
understanding of logs
In my approach, i made use of change of base; i.e

$$x-y=\frac {log_b n}{log_b a} -\frac {log_b n}{log_b c}$$
$$x-y=\frac {log_b c ⋅log_b n - log_b n ⋅logba}{log_b a ⋅log_bc}$$
and
$$x+y=\frac {log_b n}{log_b a} +\frac {log_b n}{log_b c}$$
$$x-y=\frac {log_b c ⋅log_b n + log_b n ⋅logba}{log_b a ⋅log_bc}$$

$$→\frac {x-y}{x+y}=\frac {log_b n}{log_b n}⋅ \frac {log_b c - logba}{log_b c +log_b a}$$
$$=\frac {log_b c - logba}{log_b c +log_b a}$$

Any other way of looking at it...
 
Last edited:
Physics news on Phys.org
\frac{y}{x}=\frac{log_na}{log_nc}=\frac{log_ba}{log_bc}
where b is any positive number. So we get the formula of
\frac{1-y/x}{1+y/x}
as requested.
 
anuttarasammyak said:
\frac{y}{x}=\frac{log_na}{log_nc}=\frac{log_ba}{log_bc}
where b is any positive number. So we get the formula of
\frac{1-y/x}{1+y/x}
as requested.
I do not seem to get what you did here...how did you arrive at this
\frac{y}{x}=\frac{log_na}{log_nc}=\frac{log_ba}{log_bc}
 
Between the middle and the right terms, there is a term
\frac{\log_ba/\log_bn}{\log_bc/\log_bn}
 
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