P(t)=6t^4-5t^3+200t=1200 what is t if p is 175000?

  • Thread starter Thread starter chiuda
  • Start date Start date
Click For Summary

Homework Help Overview

The discussion revolves around an equation related to population growth, specifically determining the time (t, in years) when the population (p) reaches 175,000. The original poster presents the equation and expresses confusion about how to proceed after rearranging it into a polynomial form.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss various methods for approximating the value of t, including factoring, graphing, and iterative methods. Some suggest using numerical methods or graphing tools to find an approximate solution, while others question the efficiency of simply substituting values.

Discussion Status

There is an ongoing exploration of different approaches to solve the problem. Some participants have suggested using graphical methods or iterative techniques, while others have raised questions about the feasibility of these methods. No consensus has been reached, but several productive lines of inquiry are being pursued.

Contextual Notes

Participants note that the exact solution to the polynomial equation is complex and may not yield easily to standard algebraic methods. The discussion includes references to the use of technology for finding solutions, indicating a recognition of the limitations of manual calculations in this context.

chiuda
Messages
36
Reaction score
0
It is an equation to do with population growth it asks approximately when (t- time in years) will population(p) be 175 000

I honestly can't figure it out this is far as i get

p(t)=6t^4-5t^3+200t+12000
175000=6t^4-5t^3+200t+12000
0=6t^4-5t^3+200t-163000


I honestly don't know what to do i am lost, I'm sure its not that complicated but i just would love some help.

Thanks in advance!:)
 
Physics news on Phys.org
chiuda said:
It is an equation to do with population growth it asks approximately when (t- time in years) will population(p) be 175 000

I honestly can't figure it out this is far as i get

p(t)=6t^4-5t^3+200t+12000
175000=6t^4-5t^3+200t+12000
0=6t^4-5t^3+200t-163000


I honestly don't know what to do i am lost, I'm sure its not that complicated but i just would love some help.

Thanks in advance!:)

Have you tried factoring the RHS of the last equation?
 
chiuda said:
It is an equation to do with population growth it asks approximately when (t- time in years) will population(p) be 175 000

I honestly can't figure it out this is far as i get

p(t)=6t^4-5t^3+200t+12000
175000=6t^4-5t^3+200t+12000
0=6t^4-5t^3+200t-163000


I honestly don't know what to do i am lost, I'm sure its not that complicated but i just would love some help.

Thanks in advance!:)

berkeman said:
Have you tried factoring the RHS of the last equation?

I don't think it is going to factor nicely. Notice the question asks for approximately the value of ##t##. I would suggest trying a graph for a first approximation, which may be good enough. Or it would give a starting point for Newton's method if they are studying that. But there is an integer value of ##t## that gives a very close answer.
 
yes i didn't get any further after that though so i thought someone might be able to help out with the problem am having :)
 
chiuda said:
yes i didn't get any further after that though so i thought someone might be able to help out with the problem am having :)

Use the quote button so people know to whom you are replying.
 
LCKurtz said:
Use the quote button so people know to whom you are replying.

Alright. Were you saying that to solve for the approximate I would just keep subbing in numbers until I got aprox. 175000. If so this seems very inefficient, are their any concrete and less exhausting ways to get the answer?
 
You can apply an iterative method. Rearrange the equation:

[tex]t^4=\frac{163000+5t(t^2-40)}{6}[/tex], start with t1=[itex]\sqrt[4]{163000}[/itex] as first approximation and get the next as [tex]t_{k+1}=\sqrt[4]{\frac{163000+5t_k(t_k^2-40)}{6}}[/tex]

ehild

(Edited)
 
Last edited:
chiuda said:
Alright. Were you saying that to solve for the approximate I would just keep subbing in numbers until I got aprox. 175000. If so this seems very inefficient, are their any concrete and less exhausting ways to get the answer?

I would think for a problem like this a graphing program or calculator or a web page that does graphs would be appropriate for starters. So, no, I wouldn't (and didn't) graph it by hand.
 
Here is a plot of 6t^4-5t^3+200t-163000.

ehild
 

Attachments

  • population.jpg
    population.jpg
    23.4 KB · Views: 487
  • #10
I'm not good at this, so could someone explain whether using Picard's method can get the solution fast enough?
 
  • #11
What do you mean on Picard's method?

Try to apply the iteration in post #8

Start with y1=20: y2=13.5, y3=13.02, y4=13.00

ehild
 
  • #12
chiuda said:
It is an equation to do with population growth it asks approximately when (t- time in years) will population(p) be 175 000

I honestly can't figure it out this is far as i get

p(t)=6t^4-5t^3+200t+12000
175000=6t^4-5t^3+200t+12000
0=6t^4-5t^3+200t-163000I honestly don't know what to do i am lost, I'm sure its not that complicated but i just would love some help.

Thanks in advance!:)

The question asks you for an approximate value, so a good way to go would be to plot p(t) and pick out where it equals 175,000. The exact solution to this problem is horrible: here is what Maple 14 gets for the smallest positive root of p(t) = 175000:

root =
5/24-1/24*((25*(414180+4380*5388398241^(1/2))^(1/3)-40*(414180+4380*5388398241^(1/2))^(2/3)
+18772800)/(414180+4380*5388398241^(1/2))^(1/3))^(1/2)
+ 1/24*10^(1/2)*((5*(414180+4380*5388398241^(1/2))^(1/3)*((25*(414180+4380*5388398241^(1/2))^(1/3)
-40*(414180+4380*5388398241^(1/2))^(2/3)+18772800)/(414180+4380*5388398241^(1/2))^(1/3))^(1/2)
+4*((25*(414180+4380*5388398241^(1/2))^(1/3)
-40*(414180+4380*5388398241^(1/2))^(2/3)+18772800)/(414180+4380*5388398241^(1/2))^(1/3))^(1/2)*(414180+4380*5388398241^(1/2))^(2/3)
-1877280*((25*(414180+4380*5388398241^(1/2))^(1/3)-40*(414180+4380*5388398241^(1/2))^(2/3)
+18772800)/(414180+4380*5388398241^(1/2))^(1/3))^(1/2)
+11495*(414180+4380*5388398241^(1/2))^(1/3))/(414180+4380*5388398241^(1/2))^(1/3)/((25*(414180+4380*5388398241^(1/2))^(1/3)
-40*(414180+4380*5388398241^(1/2))^(2/3)+18772800)/(414180+4380*5388398241^(1/2))^(1/3))^(1/2))^(1/2)
It is an irrational number. The other real root is a negative irrational, and there are also two complex conjugate irrational roots.

Nowadays we don't need to worry much about problems like this one because of ready availability of powerful computer methods. For example, if you have EXCEL you can get a numerical solution easily using the Solver tool. Many hand-held calculators would be able to do this problem with no difficulty. If all those tools are unavailable to you, you can still submit the problem to Wolfram Alpha, which costs you nothing if you already are paying for internet access.

RGV
 
Last edited:

Similar threads

  • · Replies 17 ·
Replies
17
Views
3K
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
3
Views
2K
Replies
1
Views
2K
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 37 ·
2
Replies
37
Views
5K