Answer: One Vehicle per Person in US in 1989

  • Thread starter Thread starter Jacobpm64
  • Start date Start date
  • Tags Tags
    Growth
Jacobpm64
Messages
235
Reaction score
0
In 1980, there were about 170 million vehicles (cars and trucks) and about 227 million people in the United States. The number of vehicles has been growing at 4% a year, while the population has been growing at 1% a year. When was there, on average, one vehicle per person?

hmm, I think since we're looking for there to be one vehicle per person, then the number of people and the number of vehicles need to be equal. I'll set the two equations equal to each other.

P (in millions)
P = 170(1.04)t <----- for vehicles
P = 227(1.01)t <----- for people

Setting them equal to each other because we're looking for one vehicle per person...
170(1.04)t = 227(1.01)t
ln[170(1.04)t] = ln[227(1.01)t]
ln170 + ln1.04t = ln227 + ln1.01t
ln170 + tln1.04 = ln227 + tln1.01
tln1.04 - tln1.01 = ln227 - ln170
t(ln1.04 - ln1.01) = ln227 - ln170
t = (ln227 - ln170) / (ln1.04 - ln1.01)
t = 9.87864 years

So,
1980 + 9.87864 = 1989.88

Is this correct?
 
Physics news on Phys.org
Certainly looks correct. One could put the answer back into the equations to see if the curves defined by equations intersect, the P's equal at the same time.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top