Resuelve para x: y = sqrt ((4x + 1) / (3x-3))?

Resuelve para x: y = sqrt ((4x + 1) / (3x-3))?
Anonim

Responder:

# x = (1 + 3y ^ 2) / (3y ^ 2-4) #

Explicación:

# "tenga en cuenta que" sqrtaxxsqrta = (sqrta) ^ 2 = a #

# y = sqrt ((4x + 1) / (3x-3)) #

#color (azul) "en cuadratura de ambos lados" #

# y ^ 2 = (sqrt ((4x + 1) / (3x-3))) ^ 2 #

# rArry ^ 2 = (4x + 1) / (3x-3) #

# rArry ^ 2 (3x-3) = 4x + 1larrcolor (azul) "multiplicación cruzada" #

# rArr3xy ^ 2-3y ^ 2 = 4x + 1 #

# rArr3xy ^ 2-4x = 1 + 3y ^ 2larrcolor (azul) "recopilar términos en x" #

#rArrx (3y ^ 2-4) = 1 + 3y ^ 2larrcolor (azul) "factorizando" #

# rArrx = (1 + 3y ^ 2) / (3y ^ 2-4) a (y! = + - 4/3) #

#color (azul) "Como cheque" #

# "let x = 2" #

# "luego" y = sqrt (9/3) = sqrt3 #

# "sustituye en la expresión por x deberíamos obtener 2" #

# x = (1 + 3 (sqrt3) ^ 2) / (3 (sqrt (3) ^ 2-4)) = (1 + 9) / (9-4) = 10/5 = 2 #