Find a pair of functions such that the following are true

  • Thread starter Thread starter Torshi
  • Start date Start date
  • Tags Tags
    Functions Pair
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
4 replies · 2K views
Torshi
Messages
118
Reaction score
0

Homework Statement



Find a pair of functions f(x), g(x) such that the following are true

lim x->3+ f(x) = +∞
lim x->3+ g(x) = +∞
lim x->3+ (f(x)-g(x)) ≠0

Homework Equations



none

The Attempt at a Solution


f(x) = x/x-3
g(x) 3/x-3
?
 
Physics news on Phys.org
Torshi said:

Homework Statement



Find a pair of functions f(x), g(x) such that the following are true

lim x->3+ f(x) = +∞
lim x->3+ g(x) = +∞
lim x->3+ (f(x)-g(x)) ≠0

Homework Equations



none

The Attempt at a Solution


f(x) = x/(x-3)
g(x) 3/(x-3)
?
Correct use of parentheses is important .

Well, what is lim x→3+ (f(x)-g(x)) for those functions?
 
Lim x->3+ (x-3)/(x-3) = 1? ≠0
 
SammyS said:
Therefore, your choices for f(x) and g(x) look good !

Thanks!