Categorie: Tutti - equations - operations - functions - domain

da Erick A. Garcia mancano 12 anni

316

Chapter 1

When working with functions, various operations can be performed to combine or manipulate them. For instance, the product of two functions F(x) and G(x) results in a new function that multiplies their outputs.

Chapter 1

Operations with Functions

Given F(x), G(x)

F(g(x))
F(x)=x^2+1 G(x)=√x

G(f(x))

√(x^2 +1)

(√x)^2+1=x+1

F(x)/G(x)=(F/G)(x) G(x) not = 0

Domain all real #'s except 2

(2x-5)/(2-x)

F(x)*G(x)=(F*G)(x)

(2x-5)(2-x)

4x-2x^2-10+5x

-2x^2+9x-10

F(x)-G(x)=(F-G)(X)
F(x)=2x-5 G(x)=2-x

(2x-5)-(2-x)

3x-7=(f-g)(x)

F(x)+G(x)=(F+G)(X)
F(x)=2x+1 G(x)=x^2+2x+1

when x=1

G(1)=1^2+2(1)-1=2

F(1)=2(1)+1=3

F(1)+G(1)=3+2=5