Solving Functions: Find f+g=5 | [0,inf)

  • Thread starter Thread starter gabby989062
  • Start date Start date
  • Tags Tags
    Function
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
3 replies · 2K views
gabby989062
Messages
20
Reaction score
0

Homework Statement


Find two functions f and g such that (f+g)(x) =5 and the domain of f+g is [0,inf)


Homework Equations





The Attempt at a Solution


I am wondering if (f+g)(x) means f(x)+g(x)

If so then can i just say that f(x)=4 and g(x)=1 or f(x)=3 and g(x)=2?
 
Physics news on Phys.org
Or you could do something exciting like
[tex]f(x) = \sqrt{x}, g(x) = 5 - \sqrt{x}[/tex]
or
[tex]f(x) = \sqrt{x} + x^2 - \frac{3 x^{12}}{1 + x}, g(x) = 5 - \sqrt{x} + x^2 - \frac{3 x^{12}}{1 + x}[/tex]
or any other function f(x) with domain [itex][0, \infty[[/itex] and define [itex]g(x) = 5 - f(x)[/itex].