Raiz (matemática)

Multi tool use
|
Esta página ou secção cita fontes confiáveis e independentes, mas que não cobrem todo o conteúdo, o que compromete a verificabilidade (desde Setembro de 2011). Por favor, insira mais referências no texto. Material sem fontes poderá ser removido. —Encontre fontes: Google (notícias, livros e acadêmico)
|
|

As cinco raízes complexas
[1] de
x5=1+3i{displaystyle x^{5}=1+{sqrt {3}}i}
Em matemática, uma raiz ou "zero" da função consiste em determinar os pontos de intersecção da função com o eixo das abscissas no plano cartesiano. A função f{displaystyle f}
é um elemento x{displaystyle x}
no domínio de f{displaystyle f}
tal que f(x)=0{displaystyle f(x)=0}
.
Por exemplo, considere a função:
- f(x)=x2−6x+9{displaystyle f(x)=x^{2}-6x+9}

então 3{displaystyle 3}
é uma raiz de f{displaystyle f}
, porque:
f(3)=32−6{displaystyle f(3)=3^{2}-6}
× 3+9=0{displaystyle 3+9=0}
se a função envia números reais em números reais, os seus zeros estão onde o seu gráfico cruza o eixo de x{displaystyle x}
. Se P{displaystyle P}
é uma função polinomial de uma variável e a{displaystyle a}
é uma raiz de P{displaystyle P}
, então:
- P(x)=(x−a)kQ(x){displaystyle P(x)=(x-a)^{k}Q(x)}

para algum número natural k{displaystyle k}
e alguma função polinomial Q(x){displaystyle Q(x)}
tal que Q(a){displaystyle Q(a)}
≠ 0{displaystyle 0}
. Diz-se então que a{displaystyle a}
é uma raiz de multiplicidade k{displaystyle k}
; se k=1{displaystyle k=1}
, diz-se que a{displaystyle a}
é uma raiz simples. É frequente que se contem as raízes de uma função polinomial com as raízes de multiplicidade k{displaystyle k}
contarem como se fossem k{displaystyle k}
raízes; chama-se a isto contar as raízes com as respectivas multiplicidades. Considere-se, por exemplo, a função polinomial de R em R definida por:
P(x)=4x6+8x5+x4−5x3−x2+x{displaystyle P(x)=4x^{6}+8x^{5}+x^{4}-5x^{3}-x^{2}+x}
[2]
como se tem:
- P(x)=4(x−1/2)2(x+1)3x{displaystyle P(x)=4(x-1/2)^{2}(x+1)^{3}x}

o número de raízes de P(x){displaystyle P(x)}
contadas com as respectivas multiplicidades é igual a 6{displaystyle 6}
(a raiz 0{displaystyle 0}
conta como uma única raiz, a raiz −1{displaystyle -1}
conta como 3 raízes e a raiz 1/2{displaystyle 1/2}
como 2{displaystyle 2}
).
A palavra raiz também pode referir-se a um número na forma x1/n{displaystyle x^{1/n}}
com n{displaystyle n}
∈ N, como a raiz quadrada ou outras raízes de ordem superior (raiz cúbica, raiz quarta, …).
↑ «Calcule raízes complexas com O Monitor». omonitor.io. Consultado em 28 de março de 2016
↑ «Confira este exemplo e faça outros com O Monitor». omonitor.io. Consultado em 28 de março de 2016
6dmoTDTKIQdaqmEvN5gwDQSKI
Popular posts from this blog
1
This question is a follow up of this one. I am trying to run a command through the command line on a remote machine running Windows 7 from a workstation running Debian in an SSH session on that machine. The setup is basically as follows: debian box 1 === (SSH) ===> debian box 2 === (RDP) ===> Windows 7 I have tried running rdesktop from debian box 2 : rdesktop <Windows 7 box network address> -u username -p password -r disk:local="./TestRDP" -s "cmd.exe /K net use C: \\tsclientlocal & C:\test.bat & logoff" but cmd.exe is not launched on the remote device. I have also tried to open up cmd.exe on its own: rdesktop <Windows 7 box network address> -u username -p password -s "cmd.exe" but the terminal is not launched upon login ( rdesktop successf...
3
Assumed I want to draw three simple graphs based on the following illustration: How can I plot those three graphs? I've tried to create something like this: Minimum Working Example (MWE): documentclass{standalone} usepackage{pgfplots} begin{document} begin{tikzpicture} begin{axis}[domain=0:1] addplot+[no marks, samples=100] {exp(3*x)}; addplot+[no marks, samples=100] {(-exp(3*x)+20)}; end{axis} end{tikzpicture} end{document} Screenshot of the current state: Description of the issue: However, I don't get the point on how to figure out the function of the third graph as well as how to clip the graphs in x and y direction to align them centered in the plot. It is not necessary to be completely precise, the accuracy of my upper template w...
up vote
0
down vote
favorite
So, my friend has been trying to install Matlab 2018b and he has encountered the following message just after the installation reaches 100%. Matlab installation additional configuration steps message I did some digging around in the Matlab forums and found out that to use the additional components, one should install a compiler and then use the following commands: mex -setup C mex -setup C++ Can anyone help me regarding this error? If this is indeed the solution then how can I execute those steps? Also, he says that even if he presses next, he cannot use matlab. The OS in use is Windows 10.
installation matlab
share | improve this question
...