How can you use U.S. population data from 1790 to solve a differential equation?

pjallen58
Messages
12
Reaction score
0
Use P0 = 3.9 (1790 population) as your initial condition to find the particular solution for this differential equation. Note: You may find it easier to solve in terms of the constants a and b. Show all the steps in your solution.

This is the last step to a multi-part problem. I basically did a scatter plot of the population for each year (x) and the relative growth rate (y) which was found by dividing an approximate growth rate by the US population between 1790 and 2000, did a linear regression and obtained the equation below.

y = -.0000917x + .0287

Given (1/P)(dP/dt) = b +aP

(1/P)(dP/dt) = .0287 - .0000917(P)
I think I need to integrate and get 1/P(dt) = (.0287 - .0000917(P))/dP

I don't know if this is set up right to integrate and if it is the fractions are confusing me and I don't know where to start. Any help or suggestions would be appreciated. Thanks.
 
Physics news on Phys.org
Any suggestions or advice would be appreciated. Thanks.
 
pjallen58 said:
Use P0 = 3.9 (1790 population) as your initial condition to find the particular solution for this differential equation. Note: You may find it easier to solve in terms of the constants a and b. Show all the steps in your solution.

This is the last step to a multi-part problem. I basically did a scatter plot of the population for each year (x) and the relative growth rate (y) which was found by dividing an approximate growth rate by the US population between 1790 and 2000, did a linear regression and obtained the equation below.

y = -.0000917x + .0287

Given (1/P)(dP/dt) = b +aP

(1/P)(dP/dt) = .0287 - .0000917(P)
I think I need to integrate and get 1/P(dt) = (.0287 - .0000917(P))/dP

I don't know if this is set up right to integrate and if it is the fractions are confusing me and I don't know where to start. Any help or suggestions would be appreciated. Thanks.
No, you don't want to get 1/P(dt) = (.0287 - .0000917(P))/dP because you can't integrate "(1/P(dt))" is an unknown function of t (and you surely don't want the differentials in the denominator!). Get all the "P"s over on the left and "t" on the right. Then you can integrate, probably by using "partial fractions" on the left. If it were me, I would leave "a" and "b" in the equation until the final answer- less distracting.
 
I thought that didn't look right. Here is what I get:

(1/P(.0287-.0000917P)dp = dt

Integrate using partial fractions

1/.0287 ln|P/.0287-.0000917P| + C = t + C

ln|P/.0287-.0000917P| = .0287t + C

If t = 0, P = 3.9 so C = ln 137.6

Now I think I should take the exponential of each side to get:

|P/.0287 - .0000917P| = 137.6e^.0287t

Not sure if this is right thus far and plus since I am solving for P not sure how to isolate P. A little more guidnace would be appreciated. Thanks.
 
Just a little more help would be appreciated. Thanks.
 
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