Diff Eq - Should be easy, but my answer is upside down

  • Thread starter Thread starter Wildcat04
  • Start date Start date
  • Tags Tags
    Diff eq
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
Wildcat04
Messages
33
Reaction score
0

Homework Statement



Find vz(r)

Boundary Conditions:

1. vz(Ro) = 0
2. vz(Ri) = W


Homework Equations



(1/r) d/dr [r dvz/dr] = 0 (from previous problem)

Let v = dvz / dr

d/dr [r v] = 0

r v = c1

v = c1 / r

vz = c1 ln r + c2

BC 1:

0 = c1 ln Ro + c2

c2 = - c1 ln Ro

BC 2:

W = c1 ln Ri - c1 ln Ro

W = c1 (ln Ri - ln Ro)

W = c1 ln(Ri/Ro)

c1 = W / ln(Ri/Ro)

My Soultion:

vz = (W ln r) / (ln(Ri/Ro) - (W ln Ro)/ln(Ri/Ro)

vz = W[ln (r / Ro) / ln(Ri/Ro)]


Unfortunately, the answer key says it should be:

vz = W [ln (Ro / r) / ln(Ro/Ri)]

So I am close but no cigar. I have recompleted this problem several times and keep arriving at the same solution. Can anyone point out my mistake?
 
Physics news on Phys.org
Actually, the two answers are equivalent! Recall that
[tex]\frac{\ln\left(\frac{1}{a}\right)}{\ln\left(\frac{1}{b}\right)} = \frac{\ln\left(a^{-1}\right)}{\ln\left(b^{-1}\right)} = \frac{-\ln{a}}{-\ln{b}} = \frac{\ln{a}}{\ln{b}}[/tex]​
 
Hrmmm...I always forget about identities, weither it be sin / cos or in this case natural logs.

Thank you foxjwill, I thought this was an easy one but I couldn't figure out how to get the correct answer, when, all along, I had it!