Solución detallada
Tenemos la ecuación
$$\cos{\left(x \right)} = \frac{3 \sqrt{3}}{4}$$
es la ecuación trigonométrica más simple
Como el miembro derecho de la ecuación
en el módulo =
True
pero cos
no puede ser más de 1 o menos de -1
significa que la ecuación correspondiente no tiene solución.
/ / ___\\
| |3*\/ 3 ||
x1 = 2*pi - I*im|acos|-------||
\ \ 4 //
$$x_{1} = 2 \pi - i \operatorname{im}{\left(\operatorname{acos}{\left(\frac{3 \sqrt{3}}{4} \right)}\right)}$$
/ / ___\\ / / ___\\
| |3*\/ 3 || | |3*\/ 3 ||
x2 = I*im|acos|-------|| + re|acos|-------||
\ \ 4 // \ \ 4 //
$$x_{2} = \operatorname{re}{\left(\operatorname{acos}{\left(\frac{3 \sqrt{3}}{4} \right)}\right)} + i \operatorname{im}{\left(\operatorname{acos}{\left(\frac{3 \sqrt{3}}{4} \right)}\right)}$$
x2 = re(acos(3*sqrt(3)/4)) + i*im(acos(3*sqrt(3)/4))
Suma y producto de raíces
[src]
/ / ___\\ / / ___\\ / / ___\\
| |3*\/ 3 || | |3*\/ 3 || | |3*\/ 3 ||
2*pi - I*im|acos|-------|| + I*im|acos|-------|| + re|acos|-------||
\ \ 4 // \ \ 4 // \ \ 4 //
$$\left(2 \pi - i \operatorname{im}{\left(\operatorname{acos}{\left(\frac{3 \sqrt{3}}{4} \right)}\right)}\right) + \left(\operatorname{re}{\left(\operatorname{acos}{\left(\frac{3 \sqrt{3}}{4} \right)}\right)} + i \operatorname{im}{\left(\operatorname{acos}{\left(\frac{3 \sqrt{3}}{4} \right)}\right)}\right)$$
/ / ___\\
| |3*\/ 3 ||
2*pi + re|acos|-------||
\ \ 4 //
$$\operatorname{re}{\left(\operatorname{acos}{\left(\frac{3 \sqrt{3}}{4} \right)}\right)} + 2 \pi$$
/ / / ___\\\ / / / ___\\ / / ___\\\
| | |3*\/ 3 ||| | | |3*\/ 3 || | |3*\/ 3 |||
|2*pi - I*im|acos|-------|||*|I*im|acos|-------|| + re|acos|-------|||
\ \ \ 4 /// \ \ \ 4 // \ \ 4 ///
$$\left(2 \pi - i \operatorname{im}{\left(\operatorname{acos}{\left(\frac{3 \sqrt{3}}{4} \right)}\right)}\right) \left(\operatorname{re}{\left(\operatorname{acos}{\left(\frac{3 \sqrt{3}}{4} \right)}\right)} + i \operatorname{im}{\left(\operatorname{acos}{\left(\frac{3 \sqrt{3}}{4} \right)}\right)}\right)$$
/ / / ___\\\ / / / ___\\ / / ___\\\
| | |3*\/ 3 ||| | | |3*\/ 3 || | |3*\/ 3 |||
|2*pi - I*im|acos|-------|||*|I*im|acos|-------|| + re|acos|-------|||
\ \ \ 4 /// \ \ \ 4 // \ \ 4 ///
$$\left(2 \pi - i \operatorname{im}{\left(\operatorname{acos}{\left(\frac{3 \sqrt{3}}{4} \right)}\right)}\right) \left(\operatorname{re}{\left(\operatorname{acos}{\left(\frac{3 \sqrt{3}}{4} \right)}\right)} + i \operatorname{im}{\left(\operatorname{acos}{\left(\frac{3 \sqrt{3}}{4} \right)}\right)}\right)$$
(2*pi - i*im(acos(3*sqrt(3)/4)))*(i*im(acos(3*sqrt(3)/4)) + re(acos(3*sqrt(3)/4)))