Was sind die Asymptoten und Löcher, falls vorhanden, von f (x) = (x * (x-2)) / (x ^ 2-2x + 1)?

Was sind die Asymptoten und Löcher, falls vorhanden, von f (x) = (x * (x-2)) / (x ^ 2-2x + 1)?
Anonim

Antworten:

# x = 1 "" # ist die vertikale Asymptote von #f (x) #.

#' '#

# y = 1 "" # ist die horizontale Asymptote von #f (x) #

Erläuterung:

Diese rationale Gleichung hat eine vertikale und horizontale Asymptote.

#' '#

Die vertikale Asymptote wird durch Faktorisieren des Nenners bestimmt:

#' '#

# x ^ 2-2x + 1 #

#' '#

# = x ^ 2-2 (1) (x) + 1 ^ 2 #

#' '#

# = (x-1) ^ 2 #

#' '#

Dann,# "" x = 1 "" #ist eine vertikale Asymptote.

#' '#

Finden wir die horizontale Asymptote:

#' '#

Wie bekannt ist, müssen wir beide Grade des überprüfen

#' '#

Zähler und Nenner.

#' '#

Hier ist der Grad des Zählers #2# und das der

#' '#

Nenner ist #2# auch.

#' '#

Ob # (ax ^ 2 + bx + c) / (a_1x ^ 2 + b_1x + c_1) #dann ist die horizontale Asymptote #color (blau) (a / (a_1)) #

#' '#

Im #f (x) = (x. (x-2)) / (x ^ 2-2x + 1) = (x ^ 2-2x) / (x ^ 2-2x + 1) #

#' '#

Gleicher Grad im Zähler und Nenner, dann waagerecht

#' '#

Asymptote ist # y = Farbe (blau) (1/1) = 1 #

#' '#

# also x = 1 und y = 1 "" # sind die Asymptoten von #f (x) #.