Help in need : Rational functions problem

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
1 reply · 2K views
BuffaloSoulja
Messages
6
Reaction score
0

Homework Statement


A scientist predicted that the population of fish in a lake could be modeled by the function f(t)= 40t/(t^2+1), where t is given in days. The function that actually models the fish population is g(t)=45t/(t^2+8t+7). Determine where g(t)>f(t).


Homework Equations



f(t)= 40t/(t^2+1)
g(t)=45t/(t^2+8t+7)
g(t)>f(t)

The Attempt at a Solution



g(t)>f(t)
45t/(t^2+8t+7)>40t/(t^2+1)
45t/(t+1)(t+7)-40t/(t^2+1)>0
Find LCD by multiplying 1
45t/(t+1)(t+7) x (t^2+1)/(t^2+1)-40t/(t^2+1) x (t+7)(t+1)/(t+7)(t+1) > 0
Simplifies to
(5t^3-320t^2-235t)/(t+1)(t+7)(t^2+1)
5t(t^2-64t-47)/(t+1)(t+7)(t^2+1) >0

Am i doing this correct? I don't know what to do next.
 
Physics news on Phys.org
Another way of doing it is to find where f(t) and g(t) intersect and then evaluate the equations at values a little bit off those intersection points to find which one is higher

So i suggest you solve:

[tex]\frac{40t}{(t^2+1)}[/tex] = [tex]\frac{45t}{(t^2+8t+7)}[/tex]

Step one should be multiplying both sides by [tex](t^2+8t+7)[/tex] and [tex](t^2+1)[/tex]