Você está na página 1de 4

\documentclass{article}

\usepackage[utf8]{inputenc}

\usepackage{amsmath}

\title{Codigo PTC}

\author{jesus.ilaquita }

\date{June 2018}

\begin{document}

\maketitle

\section{Introduction}

\[\frac{dx}{dt} = f = rx - axy \]

\[\frac{dy}{dt} = g = bxY - my\]

Para achar os P.E, iguala-se f e g a zero

\[ f = 0 \]

\[ x(r - ay) = 0 \]

\[ g = 0 \]

\[ y(bx - m) = 0\]

Resolvendo o sistema acima, obtem-se:

\[P.E = (0,0) , (\frac{m}{b}, \frac{r}{a})\]

Para análise da estabilidade é calculado o Jacobiano:


\begin{gather}

J = \begin{bmatrix} r - ay & - ax \\ by & bx - m\end{bmatrix}

\end{gather}

1. Para P.E = (0,0)

\begin{gather}

J = \begin{bmatrix} r & 0 \\ 0 & -m \end{bmatrix}

\end{gather}

Calculando os autovalores

\begin{gather}

M = \begin{bmatrix} r-\lambda & 0 \\ 0 & - m - \lambda \end{bmatrix}

\end{gather}

Obtemos:

\[ \lambda_1 = r \quad e\quad \lambda_2 = -m \]

Observa-se que o ponto não é assintoticamente estável, pois \[ \lambda_1 > 0 \quad e \quad
\lambda_2 < 0\]

2. Para P.E = \( (\frac{m}{b}, \frac{r}{a}) \)

\begin{gather}

J = \begin{bmatrix} 0 & \frac{-am}{b} \\ \frac{br}{a} & 0 \end{bmatrix}

\end{gather}
Calculando os autovalores

\begin{gather}

J = \begin{bmatrix} \lambda & \frac{-am}{b} \\ \frac{br}{a} & \lambda \end{bmatrix}

\end{gather}

Obtemos:

\[ \lambda_{1,2} = \sqrt{-rm} \]

Como rm é maior que zero, então o ponto de equilibrio também não é assintoticamente estável

\section{Efeito da Imigração}

Adicionando uma constante c nas equações diferenciais, obtemos:

\[\frac{dx}{dt} = f = rx - axy + c\]

\[\frac{dy}{dt} = g = bxy - my\]

Para achar os P.E, iguala-se f e g a zero:

\[ f = 0 \]

\[ x(r - ay) + c = 0 \]

\[ g = 0 \]

\[ y(bx - m) = 0\]

Resolvendo o sistema acima, obtem-se que \( y = 0 \quad ou\quad y = \frac{m}{b} \), logo:
\[P.E = (0,\frac{-c}{r}) , (\frac{m}{b}, \frac{mr + bc}{ma})\]

Desconsidera-se o primeiro P.E, pois y>0 e x>0. Em relação a estabilidade foi demonstrado por meio das
simulações que o segundo ponto de equilibrio é assintoticamente estável.

\begin{gather}

J = \begin{bmatrix} r - ay & - ax \\ by & bx - m\end{bmatrix}

\end{gather}

\end{document}

Você também pode gostar