216k views
14 votes
I want you to do a linear and exponential model for Yakima's Population. Use the DATA below: in 1990 => P0 = 64792 in 2010 => P20 = 91646 A) Find the linear model of population growth. B) Predict the population for 2050. C) Find the exponential model of population growth. D) Predict the population for 2050. E) Which one seems more realistic?

User Geekkoz
by
3.3k points

1 Answer

8 votes

Answer:

(a)
P(x) = 1342.7x + 64792

(b)
P(60) = 145354

(c)
P(x) = 64792 *1.0175^x

(d)
P(60) = 183491

(e) The exponential model is more realistic

Explanation:

Given


1990 ==> P_0 =64792


2010 ==> P_(20) =91646

Solving (a): The linear model of the population growth

First, we calculate the slope of the function.


m = (P_(20) - P_0)/(20 - 0)


m = (91646 - 64792)/(20 - 0)


m = (26854)/(20)


m = 1342.7

The linear equation is then calculated using:


P(x) - P_0 = m(x - x_0)


P(x) - 64792 = 1342.7(x - 0)


P(x) - 64792 = 1342.7(x)


P(x) - 64792 = 1342.7x

Make P(x) the subject


P(x) = 1342.7x + 64792

Solving (b): The population in 2050

First, calculate x:


x = 2050 - 1990


x = 60

Substitute 60 for x in
P(x) = 1342.7x + 64792


P(60) = 1342.7 * 60 + 64792


P(60) = 80562 + 64792


P(60) = 145354

The population in 2050 is 145354

Solving (c): The exponential model of the population growth

An exponential model is:


y = ab^x

In this case, it is:


P(x) = P_0 * b^x

For x = 20, we have:


P(20) = P_0 * b^{20

Substitute values for P(20) and P0


91646 = 64792 * b^{20

Divide both sides by 64792


(91646 )/(64792) = (64792 * b^(20))/(64792)


(91646 )/(64792) = b^(20)


1.41446474873 = b^(20)

Take the 20th root of both sides


\sqrt[20]{1.41446474873} = b


b = \sqrt[20]{1.41446474873}


b = 1.0175

So, the model is:


P(x) = P_0 * b^x


P(x) = 64792 *1.0175^x

Solving (d): The population in 2050

First, calculate x:


x = 2050 - 1990


x = 60

Substitute 60 for x in
P(x) = 64792 *1.0175^x


P(60) = 64792 *1.0175^{60


P(60) = 64792 *2.832


P(60) = 183490.944


P(60) = 183491 ---- approximated

(e) The most realistic model

The exponential model is more realistic. This is so because:

The linear model grows at a constant linear rate which means that, every year a certain amount of individuals is added to the society. However, this is not always so because it is almost impossible to for growth rate to be constant

A curve in the exponential model shows that the addition of individuals in the society every year is not always constant.

User Renjith
by
2.9k points