Vamos lá.... Como é uma equação do quarto grau, devemos ter 4 soluções.
Fatorando x^4 - , pela diferença de dois quadrados, onde a² - b² = (a - b)(a + b) temos que:
(x² - 1)(x² + 1) = 0
então ou x² - 1 = 0 ou x² + 1 = 0
- Se x² - 1 = 0
x² = 1
x' = 1
x'' = - 1
- Se x² + 1 = 0, então as raízes são complexas, pois teremos uma raiz quadrada negativa. Mas, como i² = -1, temos:
x' = i
x'' = -i
Logo o sonjunto solução é S = {1, -1, i, -i}
Espero ter ajudado....
2006-11-01 09:30:08
·
answer #1
·
answered by Joicedijo 4
·
1⤊
0⤋
x^4 - 1 = 0
x^4 = 1
x = raiz quarta de 1
x' = 1
x'' = -1
S: {-1; 1}
2006-11-01 08:20:46
·
answer #2
·
answered by ReNeGaDe 3
·
1⤊
0⤋
X^4-1=0
x^4 = 1
x' = 1
x" = -1
x'" = 1
x"" = -1
2006-11-02 01:06:20
·
answer #3
·
answered by aeiou 7
·
0⤊
0⤋
x^2=a
x^4=1
a^2=1
a'=1
a''=-1
x^2=a
x^2=1 ou x^2=-1
x'=1
x''=-1
x'''=i
x''''=-i
onde i é a unidade imaginária.
2006-11-01 10:35:55
·
answer #4
·
answered by Anonymous
·
0⤊
0⤋
É simples,
basta jogar o comando "roots([1 0 0 0 -1])" no matlab!
e na tela aparecerá:
>> roots([1 0 0 0 -1])
ans =
-1.0000
0.0000 + 1.0000i
0.0000 - 1.0000i
1.0000
>>
2006-11-01 08:21:34
·
answer #5
·
answered by Fulton R 1
·
0⤊
1⤋