¿Cómo resuelves arcsin (x) + arcsin (2x) = pi / 3?

¿Cómo resuelves arcsin (x) + arcsin (2x) = pi / 3?
Anonim

Responder:

# x = sqrt ((- 7 + sqrt (73)) / 16) #

Explicación:

#arcsin (x) + arcsin (2x) = pi / 3 #

Empezar por dejar # alfa = arcsin (x) "" # y # "" beta = arcsin (2x) #

#color (negro) alfa # y #color (negro) beta # Realmente solo representamos ángulos.

Para que tengamos: # alfa + beta = pi / 3 #

# => pecado (alfa) = x #

#cos (alpha) = sqrt (1-sen ^ 2 (alpha)) = sqrt (1-x ^ 2) #

Similar, #sin (beta) = 2x #

#cos (beta) = sqrt (1-sin ^ 2 (beta)) = sqrt (1- (2x) ^ 2) = sqrt (1-4x ^ 2) #

#color blanco)#

A continuación, considere

# alfa + beta = pi / 3 #

# => cos (alpha + beta) = cos (pi / 3) #

# => cos (alfa) cos (beta) -sin (alfa) sen (beta) = 1/2 #

# => sqrt (1-x ^ 2) * sqrt (1-4x ^ 2) - (x) * (2x) = 1/2 #

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

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

# => 1-5x ^ 2-4x ^ 4 = 4x ^ 4 + 2x ^ 2 + 1/4 #

# => 8x ^ 4 + 7x ^ 2-3 / 4 = 0 #

# => 32x ^ 4 + 28x ^ 2-3 = 0 #

Ahora aplica la fórmula cuadrática en la variable. # x ^ 2 #

# => x ^ 2 = (- 28 + -sqrt (784 + 384)) / 64 = (- 28 + -sqrt (1168)) / 64 = (- 28 + -sqrt (16 * 73)) / 64 = (-7 + -sqrt (73)) / 16 #

# => x = + - sqrt ((- 7 + -sqrt (73)) / 16) #

#color blanco)#

Casos fallidos:

#color (rojo) ((1) ".." ##x = + - sqrt ((- 7-sqrt (73)) / 16) #

debe ser rechazado porque la solución es complejo # inZZ #

#color (rojo) ((2) ".." ## x = -sqrt ((- 7 + sqrt (73)) / 16) #

Se rechaza porque la solución es negativa. Mientras # pi / 3 # es positivo.