Solve Exponentials Problem: ln((V+v)/(V-v)) = 2ctV

  • Context: Undergrad 
  • Thread starter Thread starter Nevermore
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
Nevermore
Messages
10
Reaction score
0
I have ln((V+v)/(V-v)) = 2ctV, and I've checked this is right. But how do I go from here to v = V((e^Vct - e^-Vct)/(e^Vct+e^-Vct))? The solutions just give them as successive lines.

(I appreciate that's not the easiest thing to read, it's taken from the 2004 MEI specimen paper for A-level Mechanics 4, if that helps.)
 
Mathematics news on Phys.org
HINT: Laws of logs;

[tex]\ln\frac{a}{b} = \ln|a| - \ln|b|[/tex]
 
OK, so
ln((V+v)/(V-v)) = 2ctV
=> ln(V+v)-ln(V-v) = 2ctV
ln(V)ln(v) - ln(V)/ln(v)
2ln(v) = 2ctV
v = e^Vct

Is this right? Where can I go from here?
 
Nevermore said:
OK, so
ln((V+v)/(V-v)) = 2ctV
=> ln(V+v)-ln(V-v) = 2ctV
ln(V)ln(v) - ln(V)/ln(v)
2ln(v) = 2ctV
v = e^Vct

Is this right? Where can I go from here?

there is something wrong in what u have written... first of all
log(a*b) = log(a) + log(b)...what u have used is log(a+b) = log(a) * log(b)..even after that u have written something wrong...check it once more...
anyway u don't need to use that...use the basic definition of logs...
if ln(a) = b
=> e^b = a
 
In other words,
[tex]\frac{V+v}{V-v}= e^{2ctV}[/tex]
Solve that for v.