Co je doména a rozsah y = sqrt (x ^ 2 - 9)?

Co je doména a rozsah y = sqrt (x ^ 2 - 9)?
Anonim

Odpovědět:

#x <= - 3 "nebo" x> = 3 #

#y inRR, y> = 0 #

Vysvětlení:

# "pro doménu, kterou požadujeme" #

# x ^ 2-9> = 0 #

# rArrx ^ 2> = 9 #

#rArrx <= - 3 "nebo" x> = 3 #

# "domain is" (-oo, -3 uu 3, + oo #

# "rozsah je" y inRR, y> = 0 #

graf {sqrt (x ^ 2-9) -10, 10, -5, 5}