#LyX 2.2 created this file. For more info see http://www.lyx.org/
\lyxformat 508
\begin_document
\begin_header
\save_transient_properties true
\origin unavailable
\textclass amsart
\begin_preamble
\usepackage{cmbright}
\end_preamble
\options openany,notitlepage,twoside,fontsize=13
\use_default_options false
\begin_removed_modules
eqs-within-sections
figs-within-sections
\end_removed_modules
\begin_modules
theorems-ams
theorems-ams-extended
enumitem
fix-cm
\end_modules
\maintain_unincluded_children false
\language american
\language_package default
\inputencoding auto
\fontencoding global
\font_roman "default" "default"
\font_sans "default" "default"
\font_typewriter "default" "default"
\font_math "auto" "auto"
\font_default_family default
\use_non_tex_fonts false
\font_sc false
\font_osf false
\font_sf_scale 100 100
\font_tt_scale 100 100
\graphics default
\default_output_format default
\output_sync 0
\bibtex_command default
\index_command default
\paperfontsize 12
\spacing single
\use_hyperref true
\pdf_bookmarks false
\pdf_bookmarksnumbered true
\pdf_bookmarksopen true
\pdf_bookmarksopenlevel 1
\pdf_breaklinks false
\pdf_pdfborder false
\pdf_colorlinks false
\pdf_backref page
\pdf_pdfusetitle true
\papersize custom
\use_geometry true
\use_package amsmath 1
\use_package amssymb 1
\use_package cancel 0
\use_package esint 1
\use_package mathdots 1
\use_package mathtools 0
\use_package mhchem 1
\use_package stackrel 0
\use_package stmaryrd 0
\use_package undertilde 0
\cite_engine basic
\cite_engine_type default
\biblio_style plain
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date false
\justification true
\use_refstyle 0
\index Index
\shortcut idx
\color #008000
\end_index
\paperwidth 4.6in
\paperheight 3in
\leftmargin 3mm
\topmargin 0in
\rightmargin 3mm
\bottommargin 2mm
\footskip 0cm
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\paragraph_indentation default
\quotes_language english
\papercolumns 1
\papersides 2
\paperpagestyle default
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header

\begin_body

\begin_layout Standard
\begin_inset ERT
status open

\begin_layout Plain Layout


\backslash
vskip.6in
\end_layout

\begin_layout Plain Layout


\backslash
pagestyle{empty}
\end_layout

\begin_layout Plain Layout

% 
\backslash
lowertitleback{ }
\end_layout

\begin_layout Plain Layout

\end_layout

\end_inset


\end_layout

\begin_layout Standard
\begin_inset FormulaMacro
\newcommand{\ran}{\mathop\mathrm{ran}}
{ran}
\end_inset


\end_layout

\begin_layout Standard
\begin_inset FormulaMacro
\newcommand{\cod}{\mathop\mathrm{cod}}
{cod}
\end_inset


\end_layout

\begin_layout Title
Solving equations
\end_layout

\begin_layout Author
N
\begin_inset ERT
status open

\begin_layout Plain Layout


\backslash
'a
\end_layout

\end_inset

ndor Sieben
\end_layout

\begin_layout Standard
\noindent
\align center
Northern Arizona University
\end_layout

\begin_layout Standard
\begin_inset ERT
status open

\begin_layout Plain Layout


\backslash
thispagestyle{empty}
\end_layout

\end_inset


\end_layout

\begin_layout Standard
\begin_inset Newpage pagebreak
\end_inset


\end_layout

\begin_layout Section*

\color brown
Necessary or sufficient
\end_layout

\begin_layout Standard
\noindent
Consider the equation 
\begin_inset Formula 
\[
x+1=x.
\]

\end_inset

To solve it we first square both sides and get
\begin_inset Formula 
\[
x^{2}+2x+1=x^{2}.
\]

\end_inset

Subtracting 
\begin_inset Formula $x^{2}+1$
\end_inset

 from both sides gives
\begin_inset Formula 
\[
2x=-1.
\]

\end_inset

Finally dividing by 
\begin_inset Formula $2$
\end_inset

 results in the incorrect
\begin_inset Formula 
\[
x=-\frac{1}{2}.
\]

\end_inset


\end_layout

\begin_layout Standard
\begin_inset Newpage pagebreak
\end_inset


\end_layout

\begin_layout Section*

\color brown
Style
\end_layout

\begin_layout Standard
\noindent

\series bold
Example of what not to do:
\series default
 
\begin_inset Newline newline
\end_inset

We solve the equation 
\begin_inset Formula $2(x+2)=x$
\end_inset

.
 
\end_layout

\begin_layout Standard
\begin_inset VSpace vfill
\end_inset


\end_layout

\begin_layout Standard
\noindent
\begin_inset Formula 
\[
\begin{gathered}2(x+2)=x\\
2x+4=x\\
x+4=0\\
x=-4
\end{gathered}
\]

\end_inset


\end_layout

\begin_layout Standard
\begin_inset VSpace vfill
\end_inset


\end_layout

\begin_layout Standard
\begin_inset Newpage pagebreak
\end_inset


\end_layout

\begin_layout Standard
\noindent

\series bold
Correct way:
\series default
 
\begin_inset Newline newline
\end_inset

We solve the equation 
\begin_inset Formula $2(x+2)=x$
\end_inset

.
 
\end_layout

\begin_layout Standard
\noindent
Expanding the parentheses gives
\begin_inset Formula 
\[
2x+4=x.
\]

\end_inset

Subtracting 
\begin_inset Formula $x$
\end_inset

 from both sides results in
\begin_inset Formula 
\[
x+4=0.
\]

\end_inset

Finally subtracting 
\begin_inset Formula $4$
\end_inset

 from both sides implies that the only possibility for the solution is 
\begin_inset Formula 
\[
x=-4.
\]

\end_inset

Substituting 
\begin_inset Formula $-4$
\end_inset

 for 
\begin_inset Formula $x$
\end_inset

 in the original equation verifies that this is in fact a solution.
 So the only solution is 
\begin_inset Formula $x=-4$
\end_inset

.
\end_layout

\end_body
\end_document
