file transfer commit
1
.~lock.Formula Sheet Controls 2020.docx#
Normal file
|
@ -0,0 +1 @@
|
|||
,bluestar,blueskylap,04.09.2021 17:43,file:///home/bluestar/.config/libreoffice/4;
|
BIN
1stOrderUnreducedBlockDiagram.xcf
Normal file
BIN
Formula Sheet Controls 2020.docx
Normal file
BIN
PortfolioProjectRubric.docx
Normal file
62
diffEqReview/diffEqReview.tex
Normal file
|
@ -0,0 +1,62 @@
|
|||
% File: diffEqReview.tex
|
||||
% Created: 12:36:05 Fri, 27 Aug 2021 EDT
|
||||
% Last Change: 12:36:05 Fri, 27 Aug 2021 EDT
|
||||
%
|
||||
\documentclass[letterpaper]{article}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{cancel}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{listings}
|
||||
\usepackage{enumitem}
|
||||
|
||||
\date{08/27/2021}
|
||||
\title{%
|
||||
Differential Equations Overview\\
|
||||
\large EEET-427-01: Control Systems}
|
||||
\author{Blizzard MacDougall}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\pagenumbering{arabic}
|
||||
\section{General Steps}
|
||||
Given $F(x)=G(x)$
|
||||
\begin{enumerate}
|
||||
\item Solve for roots of function
|
||||
\item Using roots, fill in general solution of $F(x)$ (assuming $G(x)=0$). General solution options:
|
||||
\begin{itemize}
|
||||
\item Real roots ($c_1e^{r_1x}+c_2e^{r_2x}\dots$)
|
||||
\item repeated roots ($c_1e^{r_1x}+c_2xe^{r_1x}\dots$)
|
||||
\item imaginary roots ($e^{\alpha x}(c_1\cos(\beta x)+c_2\sin(\beta x))$)
|
||||
\end{itemize}
|
||||
\item Use initial conditions (if given) to find $c$ values.
|
||||
\item Generalize $G(x)$, take necessary derivatives, and plug in to $F(x)$, solve for coefficients
|
||||
\end{enumerate}
|
||||
\section{Example}
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
y''+5y'+6y=x^2\\
|
||||
y''+5y'+6y=0\\
|
||||
r^2+5r+6=0\\
|
||||
r=-2,\ -3\\
|
||||
y_g(x)=c_1e^{-2x}+c_2e^{-3x}\\
|
||||
G(x)=x^2\\
|
||||
y_p(x)=Ax^2+Bx+C\\
|
||||
y'(x)=2Ax+B\\
|
||||
y''(x)=2A\\
|
||||
y''+5y'+6y=x^2\\
|
||||
2A+5(2Ax+B)+6(Ax^2+Bx+C)=x^2\\
|
||||
2A+10Ax+5B+6Ax^2+6Bx+6C=x^2\\
|
||||
6Ax^2+(10A+6B)x+(2A+5B+6C)=x^2+0x+0\\
|
||||
6A=1\\
|
||||
10A+6B=0\\
|
||||
2A+5B+6C=0\\
|
||||
A=\frac16\\
|
||||
B=-\frac{10}{36}\\
|
||||
C=\frac{38}{216}\\
|
||||
y_p(x)=\frac16x^2-\frac{10}{36}x+\frac{38}{216}\\
|
||||
y(x)=\frac16x^2-\frac{10}{36}x+\frac{38}{216}+c_1e^{-2x}+c_2e^{-3x}
|
||||
\end{split}
|
||||
\end{equation}
|
||||
|
||||
|
||||
\end{document}
|
4
finalReview/finalReview.aux
Normal file
|
@ -0,0 +1,4 @@
|
|||
\relax
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {1}Core Elements of Controls Systems}{1}{}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {2}First Order Systems}{1}{}\protected@file@percent }
|
||||
\gdef \@abspage@last{1}
|
502
finalReview/finalReview.log
Normal file
|
@ -0,0 +1,502 @@
|
|||
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex 2021.12.12) 12 DEC 2021 15:19
|
||||
entering extended mode
|
||||
\write18 enabled.
|
||||
file:line:error style messages enabled.
|
||||
%&-line parsing enabled.
|
||||
**finalReview.tex
|
||||
(./finalReview.tex
|
||||
LaTeX2e <2021-11-15>
|
||||
L3 programming layer <2021-11-22>
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
|
||||
Document Class: article 2021/10/04 v1.4n Standard LaTeX document class
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo
|
||||
File: size10.clo 2021/10/04 v1.4n Standard LaTeX file (size option)
|
||||
)
|
||||
\c@part=\count183
|
||||
\c@section=\count184
|
||||
\c@subsection=\count185
|
||||
\c@subsubsection=\count186
|
||||
\c@paragraph=\count187
|
||||
\c@subparagraph=\count188
|
||||
\c@figure=\count189
|
||||
\c@table=\count190
|
||||
\abovecaptionskip=\skip47
|
||||
\belowcaptionskip=\skip48
|
||||
\bibindent=\dimen138
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
|
||||
Package: amsmath 2021/10/15 v2.17l AMS math features
|
||||
\@mathmargin=\skip49
|
||||
|
||||
For additional information on amsmath, use the `?' option.
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
|
||||
Package: amstext 2021/08/26 v2.01 AMS text
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty
|
||||
File: amsgen.sty 1999/11/30 v2.0 generic functions
|
||||
\@emptytoks=\toks16
|
||||
\ex@=\dimen139
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty
|
||||
Package: amsbsy 1999/11/29 v1.2d Bold Symbols
|
||||
\pmbraise@=\dimen140
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty
|
||||
Package: amsopn 2021/08/26 v2.02 operator names
|
||||
)
|
||||
\inf@bad=\count191
|
||||
LaTeX Info: Redefining \frac on input line 234.
|
||||
\uproot@=\count192
|
||||
\leftroot@=\count193
|
||||
LaTeX Info: Redefining \overline on input line 399.
|
||||
\classnum@=\count194
|
||||
\DOTSCASE@=\count195
|
||||
LaTeX Info: Redefining \ldots on input line 496.
|
||||
LaTeX Info: Redefining \dots on input line 499.
|
||||
LaTeX Info: Redefining \cdots on input line 620.
|
||||
\Mathstrutbox@=\box50
|
||||
\strutbox@=\box51
|
||||
\big@size=\dimen141
|
||||
LaTeX Font Info: Redeclaring font encoding OML on input line 743.
|
||||
LaTeX Font Info: Redeclaring font encoding OMS on input line 744.
|
||||
\macc@depth=\count196
|
||||
\c@MaxMatrixCols=\count197
|
||||
\dotsspace@=\muskip16
|
||||
\c@parentequation=\count198
|
||||
\dspbrk@lvl=\count199
|
||||
\tag@help=\toks17
|
||||
\row@=\count266
|
||||
\column@=\count267
|
||||
\maxfields@=\count268
|
||||
\andhelp@=\toks18
|
||||
\eqnshift@=\dimen142
|
||||
\alignsep@=\dimen143
|
||||
\tagshift@=\dimen144
|
||||
\tagwidth@=\dimen145
|
||||
\totwidth@=\dimen146
|
||||
\lineht@=\dimen147
|
||||
\@envbody=\toks19
|
||||
\multlinegap=\skip50
|
||||
\multlinetaggap=\skip51
|
||||
\mathdisplay@stack=\toks20
|
||||
LaTeX Info: Redefining \[ on input line 2938.
|
||||
LaTeX Info: Redefining \] on input line 2939.
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
|
||||
Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
|
||||
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
|
||||
\KV@toks@=\toks21
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
|
||||
Package: graphics 2021/03/04 v1.4d Standard LaTeX Graphics (DPC,SPQR)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
|
||||
Package: trig 2021/08/11 v1.11 sin cos tan (DPC)
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
|
||||
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
|
||||
)
|
||||
Package graphics Info: Driver file: pdftex.def on input line 107.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def
|
||||
File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex
|
||||
))
|
||||
\Gin@req@height=\dimen148
|
||||
\Gin@req@width=\dimen149
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/cancel/cancel.sty
|
||||
Package: cancel 2013/04/12 v2.2 Cancel math terms
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
|
||||
Package: amssymb 2013/01/14 v3.01 AMS font symbols
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty
|
||||
Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
|
||||
\symAMSa=\mathgroup4
|
||||
\symAMSb=\mathgroup5
|
||||
LaTeX Font Info: Redeclaring math symbol \hbar on input line 98.
|
||||
LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
|
||||
(Font) U/euf/m/n --> U/euf/b/n on input line 106.
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty
|
||||
\lst@mode=\count269
|
||||
\lst@gtempboxa=\box52
|
||||
\lst@token=\toks22
|
||||
\lst@length=\count270
|
||||
\lst@currlwidth=\dimen150
|
||||
\lst@column=\count271
|
||||
\lst@pos=\count272
|
||||
\lst@lostspace=\dimen151
|
||||
\lst@width=\dimen152
|
||||
\lst@newlines=\count273
|
||||
\lst@lineno=\count274
|
||||
\lst@maxwidth=\dimen153
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty
|
||||
File: lstmisc.sty 2020/03/24 1.8d (Carsten Heinz)
|
||||
\c@lstnumber=\count275
|
||||
\lst@skipnumbers=\count276
|
||||
\lst@framebox=\box53
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg
|
||||
File: listings.cfg 2020/03/24 1.8d listings configuration
|
||||
))
|
||||
Package: listings 2020/03/24 1.8d (Carsten Heinz)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/enumitem/enumitem.sty
|
||||
Package: enumitem 2019/06/20 v3.9 Customized lists
|
||||
\labelindent=\skip52
|
||||
\enit@outerparindent=\dimen154
|
||||
\enit@toks=\toks23
|
||||
\enit@inbox=\box54
|
||||
\enit@count@id=\count277
|
||||
\enitdp@description=\count278
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/soul/soul.sty
|
||||
Package: soul 2003/11/17 v2.4 letterspacing/underlining (mf)
|
||||
\SOUL@word=\toks24
|
||||
\SOUL@lasttoken=\toks25
|
||||
\SOUL@cmds=\toks26
|
||||
\SOUL@buffer=\toks27
|
||||
\SOUL@token=\toks28
|
||||
\SOUL@spaceskip=\skip53
|
||||
\SOUL@ttwidth=\dimen155
|
||||
\SOUL@uldp=\dimen156
|
||||
\SOUL@ulht=\dimen157
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/minted/minted.sty
|
||||
Package: minted 2017/07/19 v2.5 Yet another Pygments shim for LaTeX
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty
|
||||
Package: kvoptions 2020-10-07 v3.14 Key value format for package options (HO)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
|
||||
Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO)
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty
|
||||
Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO)
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/fvextra/fvextra.sty
|
||||
Package: fvextra 2019/02/04 v1.4 fvextra - extensions and patches for fancyvrb
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty
|
||||
Package: ifthen 2020/11/24 v1.1c Standard LaTeX ifthen package (DPC)
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty
|
||||
Package: etoolbox 2020/10/05 v2.5k e-TeX tools for LaTeX (JAW)
|
||||
\etb@tempcnta=\count279
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
|
||||
Package: fancyvrb 2021/11/24\nobreakspace {} 4.1a\nobreakspace {}verbatim text
|
||||
(tvz,hv)
|
||||
\FV@CodeLineNo=\count280
|
||||
\FV@InFile=\read2
|
||||
\FV@TabBox=\box55
|
||||
\c@FancyVerbLine=\count281
|
||||
\FV@StepNumber=\count282
|
||||
\FV@OutFile=\write3
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty
|
||||
Package: upquote 2012/04/19 v1.3 upright-quote and grave-accent glyphs in verba
|
||||
tim
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/lineno/lineno.sty
|
||||
Package: lineno 2005/11/02 line numbers on paragraphs v4.41
|
||||
\linenopenalty=\count283
|
||||
\output=\toks29
|
||||
\linenoprevgraf=\count284
|
||||
\linenumbersep=\dimen158
|
||||
\linenumberwidth=\dimen159
|
||||
\c@linenumber=\count285
|
||||
\c@pagewiselinenumber=\count286
|
||||
\c@LN@truepage=\count287
|
||||
\c@internallinenumber=\count288
|
||||
\c@internallinenumbers=\count289
|
||||
\quotelinenumbersep=\dimen160
|
||||
\bframerule=\dimen161
|
||||
\bframesep=\dimen162
|
||||
\bframebox=\box56
|
||||
LaTeX Info: Redefining \\ on input line 3056.
|
||||
)
|
||||
\c@FV@TrueTabGroupLevel=\count290
|
||||
\c@FV@TrueTabCounter=\count291
|
||||
\FV@TabBox@Group=\box57
|
||||
\FV@TmpLength=\skip54
|
||||
\c@FV@HighlightLinesStart=\count292
|
||||
\c@FV@HighlightLinesStop=\count293
|
||||
\FV@LoopCount=\count294
|
||||
\FV@NCharsBox=\box58
|
||||
\FV@BreakIndent=\dimen163
|
||||
\FV@BreakIndentNChars=\count295
|
||||
\FV@BreakSymbolSepLeft=\dimen164
|
||||
\FV@BreakSymbolSepLeftNChars=\count296
|
||||
\FV@BreakSymbolSepRight=\dimen165
|
||||
\FV@BreakSymbolSepRightNChars=\count297
|
||||
\FV@BreakSymbolIndentLeft=\dimen166
|
||||
\FV@BreakSymbolIndentLeftNChars=\count298
|
||||
\FV@BreakSymbolIndentRight=\dimen167
|
||||
\FV@BreakSymbolIndentRightNChars=\count299
|
||||
\c@FancyVerbLineBreakLast=\count300
|
||||
\FV@LineBox=\box59
|
||||
\FV@LineIndentBox=\box60
|
||||
\FV@LineWidth=\dimen168
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty
|
||||
Package: calc 2017/05/25 v4.3 Infix arithmetic (KKT,FJ)
|
||||
\calc@Acount=\count301
|
||||
\calc@Bcount=\count302
|
||||
\calc@Adimen=\dimen169
|
||||
\calc@Bdimen=\dimen170
|
||||
\calc@Askip=\skip55
|
||||
\calc@Bskip=\skip56
|
||||
LaTeX Info: Redefining \setlength on input line 80.
|
||||
LaTeX Info: Redefining \addtolength on input line 81.
|
||||
\calc@Ccount=\count303
|
||||
\calc@Cskip=\skip57
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/tools/shellesc.sty
|
||||
Package: shellesc 2019/11/08 v1.0c unified shell escape interface for LaTeX
|
||||
Package shellesc Info: Unrestricted shell escape enabled on input line 75.
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/ifplatform/ifplatform.sty
|
||||
Package: ifplatform 2017/10/13 v0.4a Testing for the operating system
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
|
||||
Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO
|
||||
)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty
|
||||
Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO)
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty
|
||||
Package: iftex 2020/03/06 v1.0d TeX engine tests
|
||||
)
|
||||
Package pdftexcmds Info: \pdf@primitive is available.
|
||||
Package pdftexcmds Info: \pdf@ifprimitive is available.
|
||||
Package pdftexcmds Info: \pdfdraftmode found.
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/catchfile/catchfile.sty
|
||||
Package: catchfile 2019/12/09 v1.8 Catch the contents of a file (HO)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty
|
||||
Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO)
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifluatex.sty
|
||||
Package: ifluatex 2019/10/25 v1.5 ifluatex legacy package. Use iftex instead.
|
||||
)
|
||||
runsystem(uname -s > "finalReview.w18")...executed.
|
||||
|
||||
|
||||
(./finalReview.w18)
|
||||
runsystem(rm -- "finalReview.w18")...executed.
|
||||
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/xstring/xstring.sty
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/xstring/xstring.tex
|
||||
\integerpart=\count304
|
||||
\decimalpart=\count305
|
||||
)
|
||||
Package: xstring 2021/07/21 v1.84 String manipulations (CT)
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty
|
||||
Package: framed 2011/10/22 v 0.96: framed or shaded text with page breaks
|
||||
\OuterFrameSep=\skip58
|
||||
\fb@frw=\dimen171
|
||||
\fb@frh=\dimen172
|
||||
\FrameRule=\dimen173
|
||||
\FrameSep=\dimen174
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/float/float.sty
|
||||
Package: float 2001/11/08 v1.3d Float enhancements (AL)
|
||||
\c@float@type=\count306
|
||||
\float@exts=\toks30
|
||||
\float@box=\box61
|
||||
\@float@everytoks=\toks31
|
||||
\@floatcapt=\box62
|
||||
)
|
||||
\minted@appexistsfile=\read3
|
||||
\minted@bgbox=\box63
|
||||
\minted@code=\write4
|
||||
\c@minted@FancyVerbLineTemp=\count307
|
||||
\c@minted@pygmentizecounter=\count308
|
||||
\@float@every@listing=\toks32
|
||||
\c@listing=\count309
|
||||
)
|
||||
runsystem(mkdir -p _minted-finalReview)...executed.
|
||||
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
|
||||
Package: geometry 2020/01/02 v5.9 Page Geometry
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty
|
||||
Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead.
|
||||
)
|
||||
\Gm@cnth=\count310
|
||||
\Gm@cntv=\count311
|
||||
\c@Gm@tempcnt=\count312
|
||||
\Gm@bindingoffset=\dimen175
|
||||
\Gm@wd@mp=\dimen176
|
||||
\Gm@odd@mp=\dimen177
|
||||
\Gm@even@mp=\dimen178
|
||||
\Gm@layoutwidth=\dimen179
|
||||
\Gm@layoutheight=\dimen180
|
||||
\Gm@layouthoffset=\dimen181
|
||||
\Gm@layoutvoffset=\dimen182
|
||||
\Gm@dimlist=\toks33
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/dirtytalk/dirtytalk.sty
|
||||
Package: dirtytalk 2010/11/21 A package making "quoting" easier
|
||||
\c@dirtytalk@qdepth=\count313
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/lplfitch/lplfitch.sty
|
||||
Package: lplfitch 2013/05/16 v0.9 LPL Fitch style
|
||||
Package: lplfitch 2013/05/07 -- Fitch Proofs a la LPL
|
||||
\fitchargwidth=\skip59
|
||||
\fitchprfwidth=\skip60
|
||||
\fitchctxwidth=\skip61
|
||||
\fitchsep=\skip62
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
|
||||
Package: xcolor 2021/10/31 v2.13 LaTeX color extensions (UK)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg
|
||||
File: color.cfg 2016/01/02 v1.6 sample color configuration
|
||||
)
|
||||
Package xcolor Info: Driver file: pdftex.def on input line 227.
|
||||
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1352.
|
||||
Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1356.
|
||||
Package xcolor Info: Model `RGB' extended on input line 1368.
|
||||
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1370.
|
||||
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1371.
|
||||
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1372.
|
||||
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1373.
|
||||
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1374.
|
||||
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1375.
|
||||
)
|
||||
runsystem(which pygmentize && touch finalReview.aex)...executed.
|
||||
|
||||
runsystem(rm finalReview.aex)...executed.
|
||||
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
|
||||
File: l3backend-pdftex.def 2021-10-18 L3 backend support: PDF output (pdfTeX)
|
||||
\l__color_backend_stack_int=\count314
|
||||
\l__pdf_internal_box=\box64
|
||||
)
|
||||
No file finalReview.aux.
|
||||
\openout1 = `finalReview.aux'.
|
||||
|
||||
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 28.
|
||||
LaTeX Font Info: ... okay on input line 28.
|
||||
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 28.
|
||||
LaTeX Font Info: ... okay on input line 28.
|
||||
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 28.
|
||||
LaTeX Font Info: ... okay on input line 28.
|
||||
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 28.
|
||||
LaTeX Font Info: ... okay on input line 28.
|
||||
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 28.
|
||||
LaTeX Font Info: ... okay on input line 28.
|
||||
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 28.
|
||||
LaTeX Font Info: ... okay on input line 28.
|
||||
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 28.
|
||||
LaTeX Font Info: ... okay on input line 28.
|
||||
(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
|
||||
[Loading MPS to PDF converter (version 2006.09.02).]
|
||||
\scratchcounter=\count315
|
||||
\scratchdimen=\dimen183
|
||||
\scratchbox=\box65
|
||||
\nofMPsegments=\count316
|
||||
\nofMParguments=\count317
|
||||
\everyMPshowfont=\toks34
|
||||
\MPscratchCnt=\count318
|
||||
\MPscratchDim=\dimen184
|
||||
\MPnumerator=\count319
|
||||
\makeMPintoPDFobject=\count320
|
||||
\everyMPtoPDFconversion=\toks35
|
||||
) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
|
||||
Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
|
||||
Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4
|
||||
85.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
|
||||
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
|
||||
e
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty
|
||||
Package: textcomp 2020/02/02 v2.0n Standard LaTeX package
|
||||
)
|
||||
\c@lstlisting=\count321
|
||||
|
||||
*geometry* driver: auto-detecting
|
||||
*geometry* detected driver: pdftex
|
||||
*geometry* verbose mode - [ preamble ] result:
|
||||
* driver: pdftex
|
||||
* paper: letterpaper
|
||||
* layout: <same size as paper>
|
||||
* layoutoffset:(h,v)=(0.0pt,0.0pt)
|
||||
* modes:
|
||||
* h-part:(L,W,R)=(72.26999pt, 469.75502pt, 72.26999pt)
|
||||
* v-part:(T,H,B)=(72.26999pt, 650.43001pt, 72.26999pt)
|
||||
* \paperwidth=614.295pt
|
||||
* \paperheight=794.96999pt
|
||||
* \textwidth=469.75502pt
|
||||
* \textheight=650.43001pt
|
||||
* \oddsidemargin=0.0pt
|
||||
* \evensidemargin=0.0pt
|
||||
* \topmargin=-37.0pt
|
||||
* \headheight=12.0pt
|
||||
* \headsep=25.0pt
|
||||
* \topskip=10.0pt
|
||||
* \footskip=30.0pt
|
||||
* \marginparwidth=65.0pt
|
||||
* \marginparsep=11.0pt
|
||||
* \columnsep=10.0pt
|
||||
* \skip\footins=9.0pt plus 4.0pt minus 2.0pt
|
||||
* \hoffset=0.0pt
|
||||
* \voffset=0.0pt
|
||||
* \mag=1000
|
||||
* \@twocolumnfalse
|
||||
* \@twosidefalse
|
||||
* \@mparswitchfalse
|
||||
* \@reversemarginfalse
|
||||
* (1in=72.27pt=25.4mm, 1cm=28.453pt)
|
||||
|
||||
LaTeX Font Info: Trying to load font information for U+msa on input line 29.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
|
||||
File: umsa.fd 2013/01/14 v3.01 AMS symbols A
|
||||
)
|
||||
LaTeX Font Info: Trying to load font information for U+msb on input line 29.
|
||||
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
|
||||
File: umsb.fd 2013/01/14 v3.01 AMS symbols B
|
||||
) [1
|
||||
|
||||
{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] (./finalReview.aux) )
|
||||
Here is how much of TeX's memory you used:
|
||||
9267 strings out of 478353
|
||||
159786 string characters out of 5850634
|
||||
512908 words of memory out of 5000000
|
||||
27256 multiletter control sequences out of 15000+600000
|
||||
411326 words of font info for 58 fonts, out of 8000000 for 9000
|
||||
1141 hyphenation exceptions out of 8191
|
||||
74i,6n,77p,278b,261s stack positions out of 5000i,500n,10000p,200000b,80000s
|
||||
{/usr
|
||||
/share/texmf/fonts/enc/dvips/cm-super/cm-super-ts1.enc}</usr/share/texlive/texm
|
||||
f-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb></usr/share/texlive/texmf-dist
|
||||
/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/share/texlive/texmf-dist/fonts
|
||||
/type1/public/amsfonts/cm/cmmi7.pfb></usr/share/texlive/texmf-dist/fonts/type1/
|
||||
public/amsfonts/cm/cmr10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/
|
||||
amsfonts/cm/cmr12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfont
|
||||
s/cm/cmr17.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cm
|
||||
sy10.pfb></usr/share/texmf/fonts/type1/public/cm-super/sfrm1000.pfb>
|
||||
Output written on finalReview.pdf (1 page, 90378 bytes).
|
||||
PDF statistics:
|
||||
49 PDF objects out of 1000 (max. 8388607)
|
||||
29 compressed objects within 1 object stream
|
||||
0 named destinations out of 1000 (max. 500000)
|
||||
1 words of extra memory for PDF output out of 10000 (max. 10000000)
|
||||
|
BIN
finalReview/finalReview.pdf
Normal file
BIN
finalReview/finalReview.synctex.gz
Normal file
65
finalReview/finalReview.tex
Normal file
|
@ -0,0 +1,65 @@
|
|||
% File: finalReview.tex
|
||||
% Created: 14:08:42 Thu, 02 Dec 2021 EST
|
||||
% Last Change: 14:08:42 Thu, 02 Dec 2021 EST
|
||||
%
|
||||
\documentclass[letterpaper]{article}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{cancel}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{listings}
|
||||
\usepackage[shortlabels]{enumitem}
|
||||
\usepackage{soul}
|
||||
%\usepackage[smartEllipses,hashEnumerators,hybrid]{markdown}
|
||||
\usepackage{minted}
|
||||
\usepackage{geometry}
|
||||
\usepackage{dirtytalk}
|
||||
\usepackage{lplfitch}
|
||||
|
||||
\geometry{portrait, margin=1in}
|
||||
|
||||
%\begin{minted}[linenos,bgcolor=LightGray]{[language]}
|
||||
|
||||
\date{12/02/2021}
|
||||
\title{%
|
||||
Final Review\\
|
||||
\large EEET--427--01: Controls Systems}
|
||||
\author{Blizzard MacDougall}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\pagenumbering{arabic}
|
||||
\section{Core Elements of Controls Systems}
|
||||
\begin{itemize}
|
||||
\item Making Models\\
|
||||
A visual or mathematical model that represents the control system. This shows how the system operates and what variables can be manipulated to tune the system.
|
||||
\item Trajectory Generation\\
|
||||
Using the model to predict how a system will react.
|
||||
This allows us to estimate what the outcomes of various inputs will be without manually testing every input.
|
||||
This is all about finding the right input for the right output.
|
||||
Another way of wording it is putting bounds on the input to ensure that you don't attempt to overwork the system.
|
||||
\item Disturbance Decoupling\\
|
||||
Accounting for unwanted signals in a system such as drag or friction, by either feedback or feedforward.
|
||||
\item Feedforward\\
|
||||
A signal using information what we already have from a model of the system to give the controller a more stable starting point.
|
||||
\item Feedback\\
|
||||
Using the output of a system as part of its model to obtain a more accurate response, introducing stability.
|
||||
\item Lead Compensation\\
|
||||
Increases the stability of a system by adding the right amount of phase at a particular frequency.
|
||||
An example might be:
|
||||
\begin{equation}
|
||||
G(s)=\frac{T_s+1}{\alpha T_s+1}
|
||||
\end{equation}
|
||||
where $\alpha$ depends on how much phase you want to add,
|
||||
and $T_s$ is where you want to put the phase addition (at $|GH|=0dB$)
|
||||
\item Integral Compensation\\
|
||||
Reducing steady-state error. This reduces overshoot, but also decreases stability.
|
||||
\item Lag Compensation\\
|
||||
Used to reduce integral windup in a system by increasing feedback in a system.
|
||||
\end{itemize}
|
||||
|
||||
\section{First Order Systems}
|
||||
A first order system is given a step input, and the output of the system is measured to have a risetime (10\% to 90\%) of $0.04s$.
|
||||
Make a model of this system, ignoring DC gain.
|
||||
Where is the pole located (expressed in $rad/sec$).
|
||||
|
||||
\end{document}
|
BIN
fullyReducedBlockDiagram.xcf
Normal file
28
homework/homework1/homework1.tex
Normal file
|
@ -0,0 +1,28 @@
|
|||
% File: homework1.tex
|
||||
% Created: 14:11:25 Thu, 09 Sep 2021 EDT
|
||||
% Last Change: 14:11:25 Thu, 09 Sep 2021 EDT
|
||||
%
|
||||
\documentclass[letterpaper]{article}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{cancel}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{listings}
|
||||
\usepackage[shortlabels]{enumitem}
|
||||
\usepackage{lipsum}
|
||||
\usepackage{soul}
|
||||
\usepackage{geometry}
|
||||
|
||||
\geometry{portrait, margin=1in}
|
||||
|
||||
\date{09/09/2021}
|
||||
\title{%
|
||||
Homework 1\\
|
||||
\large EEET-427-01:Controls Systems}
|
||||
\author{Blizzard MacDougall}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\pagenumbering{arabic}
|
||||
sdf
|
||||
|
||||
\end{document}
|
BIN
homework/homework1/question1a.png
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
homework/homework1b/HW 1b first order systems.docx
Normal file
BIN
homework/homework1b/homework1b/PROBLEM1UnreducedBlockDiagram.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
homework/homework1b/homework1b/PROBLEM2UnreducedBlockDiagram.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
homework/homework1b/homework1b/PROBLEM3UnreducedBlockDiagram.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
homework/homework1b/homework1b/PROBLEM4UnreducedBlockDiagram.png
Normal file
After Width: | Height: | Size: 18 KiB |
362
homework/homework1b/homework1b/homework1b.log
Normal file
|
@ -0,0 +1,362 @@
|
|||
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Debian) (preloaded format=pdflatex 2021.9.12) 27 SEP 2021 21:35
|
||||
entering extended mode
|
||||
\write18 enabled.
|
||||
file:line:error style messages enabled.
|
||||
%&-line parsing enabled.
|
||||
**homework1b.tex
|
||||
(./homework1b.tex
|
||||
LaTeX2e <2020-10-01> patch level 4
|
||||
L3 programming layer <2021-01-09> xparse <2020-03-03>
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
|
||||
Document Class: article 2020/04/10 v1.4m Standard LaTeX document class
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo
|
||||
File: size10.clo 2020/04/10 v1.4m Standard LaTeX file (size option)
|
||||
)
|
||||
\c@part=\count177
|
||||
\c@section=\count178
|
||||
\c@subsection=\count179
|
||||
\c@subsubsection=\count180
|
||||
\c@paragraph=\count181
|
||||
\c@subparagraph=\count182
|
||||
\c@figure=\count183
|
||||
\c@table=\count184
|
||||
\abovecaptionskip=\skip47
|
||||
\belowcaptionskip=\skip48
|
||||
\bibindent=\dimen138
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
|
||||
Package: amsmath 2020/09/23 v2.17i AMS math features
|
||||
\@mathmargin=\skip49
|
||||
|
||||
For additional information on amsmath, use the `?' option.
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
|
||||
Package: amstext 2000/06/29 v2.01 AMS text
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty
|
||||
File: amsgen.sty 1999/11/30 v2.0 generic functions
|
||||
\@emptytoks=\toks15
|
||||
\ex@=\dimen139
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty
|
||||
Package: amsbsy 1999/11/29 v1.2d Bold Symbols
|
||||
\pmbraise@=\dimen140
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty
|
||||
Package: amsopn 2016/03/08 v2.02 operator names
|
||||
)
|
||||
\inf@bad=\count185
|
||||
LaTeX Info: Redefining \frac on input line 234.
|
||||
\uproot@=\count186
|
||||
\leftroot@=\count187
|
||||
LaTeX Info: Redefining \overline on input line 399.
|
||||
\classnum@=\count188
|
||||
\DOTSCASE@=\count189
|
||||
LaTeX Info: Redefining \ldots on input line 496.
|
||||
LaTeX Info: Redefining \dots on input line 499.
|
||||
LaTeX Info: Redefining \cdots on input line 620.
|
||||
\Mathstrutbox@=\box47
|
||||
\strutbox@=\box48
|
||||
\big@size=\dimen141
|
||||
LaTeX Font Info: Redeclaring font encoding OML on input line 743.
|
||||
LaTeX Font Info: Redeclaring font encoding OMS on input line 744.
|
||||
\macc@depth=\count190
|
||||
\c@MaxMatrixCols=\count191
|
||||
\dotsspace@=\muskip16
|
||||
\c@parentequation=\count192
|
||||
\dspbrk@lvl=\count193
|
||||
\tag@help=\toks16
|
||||
\row@=\count194
|
||||
\column@=\count195
|
||||
\maxfields@=\count196
|
||||
\andhelp@=\toks17
|
||||
\eqnshift@=\dimen142
|
||||
\alignsep@=\dimen143
|
||||
\tagshift@=\dimen144
|
||||
\tagwidth@=\dimen145
|
||||
\totwidth@=\dimen146
|
||||
\lineht@=\dimen147
|
||||
\@envbody=\toks18
|
||||
\multlinegap=\skip50
|
||||
\multlinetaggap=\skip51
|
||||
\mathdisplay@stack=\toks19
|
||||
LaTeX Info: Redefining \[ on input line 2923.
|
||||
LaTeX Info: Redefining \] on input line 2924.
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
|
||||
Package: graphicx 2020/09/09 v1.2b Enhanced LaTeX Graphics (DPC,SPQR)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
|
||||
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
|
||||
\KV@toks@=\toks20
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
|
||||
Package: graphics 2020/08/30 v1.4c Standard LaTeX Graphics (DPC,SPQR)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
|
||||
Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
|
||||
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
|
||||
)
|
||||
Package graphics Info: Driver file: pdftex.def on input line 105.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def
|
||||
File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex
|
||||
))
|
||||
\Gin@req@height=\dimen148
|
||||
\Gin@req@width=\dimen149
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/cancel/cancel.sty
|
||||
Package: cancel 2013/04/12 v2.2 Cancel math terms
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
|
||||
Package: amssymb 2013/01/14 v3.01 AMS font symbols
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty
|
||||
Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
|
||||
\symAMSa=\mathgroup4
|
||||
\symAMSb=\mathgroup5
|
||||
LaTeX Font Info: Redeclaring math symbol \hbar on input line 98.
|
||||
LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
|
||||
(Font) U/euf/m/n --> U/euf/b/n on input line 106.
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty
|
||||
\lst@mode=\count197
|
||||
\lst@gtempboxa=\box49
|
||||
\lst@token=\toks21
|
||||
\lst@length=\count198
|
||||
\lst@currlwidth=\dimen150
|
||||
\lst@column=\count199
|
||||
\lst@pos=\count266
|
||||
\lst@lostspace=\dimen151
|
||||
\lst@width=\dimen152
|
||||
\lst@newlines=\count267
|
||||
\lst@lineno=\count268
|
||||
\lst@maxwidth=\dimen153
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty
|
||||
File: lstmisc.sty 2020/03/24 1.8d (Carsten Heinz)
|
||||
\c@lstnumber=\count269
|
||||
\lst@skipnumbers=\count270
|
||||
\lst@framebox=\box50
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg
|
||||
File: listings.cfg 2020/03/24 1.8d listings configuration
|
||||
))
|
||||
Package: listings 2020/03/24 1.8d (Carsten Heinz)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/enumitem/enumitem.sty
|
||||
Package: enumitem 2019/06/20 v3.9 Customized lists
|
||||
\labelindent=\skip52
|
||||
\enit@outerparindent=\dimen154
|
||||
\enit@toks=\toks22
|
||||
\enit@inbox=\box51
|
||||
\enit@count@id=\count271
|
||||
\enitdp@description=\count272
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/lipsum/lipsum.sty
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty
|
||||
Package: expl3 2021-01-09 L3 programming layer (loader)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
|
||||
File: l3backend-pdftex.def 2020-01-29 L3 backend support: PDF output (pdfTeX)
|
||||
\l__color_backend_stack_int=\count273
|
||||
\l__pdf_internal_box=\box52
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
|
||||
Package: xparse 2020-10-27 L3 Experimental document command parser
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex))
|
||||
Package: lipsum 2019/01/02 v2.2 150 paragraphs of Lorem Ipsum dummy text
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/lipsum/lipsum.ltd.tex
|
||||
File: lipsum.ltd.tex 2019/01/02 v2.2 The Lorem ipsum dummy text
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/soul/soul.sty
|
||||
Package: soul 2003/11/17 v2.4 letterspacing/underlining (mf)
|
||||
\SOUL@word=\toks23
|
||||
\SOUL@lasttoken=\toks24
|
||||
\SOUL@cmds=\toks25
|
||||
\SOUL@buffer=\toks26
|
||||
\SOUL@token=\toks27
|
||||
\SOUL@spaceskip=\skip53
|
||||
\SOUL@ttwidth=\dimen155
|
||||
\SOUL@uldp=\dimen156
|
||||
\SOUL@ulht=\dimen157
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
|
||||
Package: geometry 2020/01/02 v5.9 Page Geometry
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty
|
||||
Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty
|
||||
Package: iftex 2020/03/06 v1.0d TeX engine tests
|
||||
))
|
||||
\Gm@cnth=\count274
|
||||
\Gm@cntv=\count275
|
||||
\c@Gm@tempcnt=\count276
|
||||
\Gm@bindingoffset=\dimen158
|
||||
\Gm@wd@mp=\dimen159
|
||||
\Gm@odd@mp=\dimen160
|
||||
\Gm@even@mp=\dimen161
|
||||
\Gm@layoutwidth=\dimen162
|
||||
\Gm@layoutheight=\dimen163
|
||||
\Gm@layouthoffset=\dimen164
|
||||
\Gm@layoutvoffset=\dimen165
|
||||
\Gm@dimlist=\toks28
|
||||
) (./homework1b.aux)
|
||||
\openout1 = `homework1b.aux'.
|
||||
|
||||
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
|
||||
[Loading MPS to PDF converter (version 2006.09.02).]
|
||||
\scratchcounter=\count277
|
||||
\scratchdimen=\dimen166
|
||||
\scratchbox=\box53
|
||||
\nofMPsegments=\count278
|
||||
\nofMParguments=\count279
|
||||
\everyMPshowfont=\toks29
|
||||
\MPscratchCnt=\count280
|
||||
\MPscratchDim=\dimen167
|
||||
\MPnumerator=\count281
|
||||
\makeMPintoPDFobject=\count282
|
||||
\everyMPtoPDFconversion=\toks30
|
||||
) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
|
||||
Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
|
||||
Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4
|
||||
85.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
|
||||
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
|
||||
e
|
||||
))
|
||||
\c@lstlisting=\count283
|
||||
|
||||
*geometry* driver: auto-detecting
|
||||
*geometry* detected driver: pdftex
|
||||
*geometry* verbose mode - [ preamble ] result:
|
||||
* driver: pdftex
|
||||
* paper: letterpaper
|
||||
* layout: <same size as paper>
|
||||
* layoutoffset:(h,v)=(0.0pt,0.0pt)
|
||||
* modes:
|
||||
* h-part:(L,W,R)=(72.26999pt, 469.75502pt, 72.26999pt)
|
||||
* v-part:(T,H,B)=(72.26999pt, 650.43001pt, 72.26999pt)
|
||||
* \paperwidth=614.295pt
|
||||
* \paperheight=794.96999pt
|
||||
* \textwidth=469.75502pt
|
||||
* \textheight=650.43001pt
|
||||
* \oddsidemargin=0.0pt
|
||||
* \evensidemargin=0.0pt
|
||||
* \topmargin=-37.0pt
|
||||
* \headheight=12.0pt
|
||||
* \headsep=25.0pt
|
||||
* \topskip=10.0pt
|
||||
* \footskip=30.0pt
|
||||
* \marginparwidth=65.0pt
|
||||
* \marginparsep=11.0pt
|
||||
* \columnsep=10.0pt
|
||||
* \skip\footins=9.0pt plus 4.0pt minus 2.0pt
|
||||
* \hoffset=0.0pt
|
||||
* \voffset=0.0pt
|
||||
* \mag=1000
|
||||
* \@twocolumnfalse
|
||||
* \@twosidefalse
|
||||
* \@mparswitchfalse
|
||||
* \@reversemarginfalse
|
||||
* (1in=72.27pt=25.4mm, 1cm=28.453pt)
|
||||
|
||||
LaTeX Font Info: Trying to load font information for U+msa on input line 24.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
|
||||
File: umsa.fd 2013/01/14 v3.01 AMS symbols A
|
||||
)
|
||||
LaTeX Font Info: Trying to load font information for U+msb on input line 24.
|
||||
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
|
||||
File: umsb.fd 2013/01/14 v3.01 AMS symbols B
|
||||
)
|
||||
Underfull \hbox (badness 10000) in paragraph at lines 26--28
|
||||
|
||||
[]
|
||||
|
||||
<problem1.png, id=1, 270.67584pt x 176.41061pt>
|
||||
File: problem1.png Graphic file (type png)
|
||||
<use problem1.png>
|
||||
Package pdftex.def Info: problem1.png used on input line 38.
|
||||
(pdftex.def) Requested size: 270.67517pt x 176.41017pt.
|
||||
[1
|
||||
|
||||
{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map} <./problem1.png (PNG copy)>
|
||||
]
|
||||
<problem1UnreducedBlockDiagram.png, id=14, 221.1462pt x 93.2283pt>
|
||||
File: problem1UnreducedBlockDiagram.png Graphic file (type png)
|
||||
<use problem1UnreducedBlockDiagram.png>
|
||||
Package pdftex.def Info: problem1UnreducedBlockDiagram.png used on input line
|
||||
54.
|
||||
(pdftex.def) Requested size: 221.14565pt x 93.22807pt.
|
||||
<problem1ReducedBlockDiagram.png, id=16, 203.3196pt x 87.2058pt>
|
||||
File: problem1ReducedBlockDiagram.png Graphic file (type png)
|
||||
<use problem1ReducedBlockDiagram.png>
|
||||
Package pdftex.def Info: problem1ReducedBlockDiagram.png used on input line 59
|
||||
.
|
||||
(pdftex.def) Requested size: 203.31909pt x 87.20557pt.
|
||||
[2 <./PROBLEM1UnreducedBlockDiagram.png> <./problem1ReducedBlockDiagram.png>]
|
||||
<problem2.png, id=23, 329.23pt x 224.88988pt>
|
||||
File: problem2.png Graphic file (type png)
|
||||
<use problem2.png>
|
||||
Package pdftex.def Info: problem2.png used on input line 73.
|
||||
(pdftex.def) Requested size: 329.22919pt x 224.88931pt.
|
||||
File: problem1UnreducedBlockDiagram.png Graphic file (type png)
|
||||
<use problem1UnreducedBlockDiagram.png>
|
||||
Package pdftex.def Info: problem1UnreducedBlockDiagram.png used on input line
|
||||
86.
|
||||
(pdftex.def) Requested size: 221.14565pt x 93.22807pt.
|
||||
File: problem1ReducedBlockDiagram.png Graphic file (type png)
|
||||
<use problem1ReducedBlockDiagram.png>
|
||||
Package pdftex.def Info: problem1ReducedBlockDiagram.png used on input line 91
|
||||
.
|
||||
(pdftex.def) Requested size: 203.31909pt x 87.20557pt.
|
||||
|
||||
|
||||
LaTeX Warning: `!h' float specifier changed to `!ht'.
|
||||
|
||||
[3 <./problem2.png (PNG copy)>] [4] (./homework1b.aux) )
|
||||
Here is how much of TeX's memory you used:
|
||||
4990 strings out of 479304
|
||||
72488 string characters out of 5869779
|
||||
516880 words of memory out of 5000000
|
||||
22128 multiletter control sequences out of 15000+600000
|
||||
410991 words of font info for 57 fonts, out of 8000000 for 9000
|
||||
1141 hyphenation exceptions out of 8191
|
||||
68i,15n,75p,227b,328s stack positions out of 5000i,500n,10000p,200000b,80000s
|
||||
</usr/share/texlive/tex
|
||||
mf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb></usr/share/texlive/texmf-dis
|
||||
t/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/share/texlive/texmf-dist/font
|
||||
s/type1/public/amsfonts/cm/cmmi7.pfb></usr/share/texlive/texmf-dist/fonts/type1
|
||||
/public/amsfonts/cm/cmr10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public
|
||||
/amsfonts/cm/cmr12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfon
|
||||
ts/cm/cmr17.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/c
|
||||
mr7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pf
|
||||
b>
|
||||
Output written on homework1b.pdf (4 pages, 163282 bytes).
|
||||
PDF statistics:
|
||||
56 PDF objects out of 1000 (max. 8388607)
|
||||
35 compressed objects within 1 object stream
|
||||
0 named destinations out of 1000 (max. 500000)
|
||||
21 words of extra memory for PDF output out of 10000 (max. 10000000)
|
||||
|
BIN
homework/homework1b/homework1b/homework1b.pdf
Normal file
BIN
homework/homework1b/homework1b/homework1b.synctex.gz
Normal file
184
homework/homework1b/homework1b/homework1b.tex
Normal file
|
@ -0,0 +1,184 @@
|
|||
% File: homework1b.tex
|
||||
% Created: 19:03:39 Mon, 27 Sep 2021 EDT
|
||||
% Last Change: 19:03:39 Mon, 27 Sep 2021 EDT
|
||||
%
|
||||
\documentclass[letterpaper]{article}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{cancel}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{listings}
|
||||
\usepackage[shortlabels]{enumitem}
|
||||
\usepackage{lipsum}
|
||||
\usepackage{soul}
|
||||
\usepackage{geometry}
|
||||
|
||||
\geometry{portrait, margin=1in}
|
||||
|
||||
\date{09/27/2021}
|
||||
\title{%
|
||||
Homework 1b\\
|
||||
\large EEET-427-01:Controls Systems}
|
||||
\author{Blizzard MacDougall}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\pagenumbering{arabic}
|
||||
For each problem:\\
|
||||
\begin{enumerate}
|
||||
\item Find the differential equation that relates $V_{out}$ to $V_{in}$.
|
||||
\item Rewrite the differential equation in Laplace form.
|
||||
\item Make an unreduced block diagram.
|
||||
\item Reduce the block diagram into a single block.
|
||||
\item Find the transfer function of the system.
|
||||
\item Find the DC gain of the transfer function.
|
||||
\item Find the time constant of the circuit.
|
||||
\end{enumerate}
|
||||
\section{Problem 1}
|
||||
\begin{figure}[h!]
|
||||
\includegraphics{problem1.png}
|
||||
\end{figure}
|
||||
\begin{enumerate}[1)]
|
||||
\item \begin{equation}
|
||||
\begin{split}
|
||||
i_R=i_C\\
|
||||
\frac{v_R}{R}=C\frac{dv_C}{dt}\\
|
||||
v_R=v_i-v_o;\ v_C=v_o\\
|
||||
\frac{v_i-v_o}{R}=C\frac{dv_o}{dt}\\
|
||||
\frac1{RC}(v_i)=\frac{dv_o}{dt}+\frac1{RC}(v_o)
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\item\begin{equation}
|
||||
\frac1{RC}{V_i}=sV_o+\frac1{RC}V_o
|
||||
\end{equation}
|
||||
\item.\\\begin{figure}[h!]
|
||||
\includegraphics{problem1UnreducedBlockDiagram.png}
|
||||
\caption{Problem 1 Unreduced Block Diagram}
|
||||
\end{figure}
|
||||
\item .\\
|
||||
\begin{figure}[h!]
|
||||
\includegraphics{problem1ReducedBlockDiagram.png}
|
||||
\caption{Problem 1 Reduced Block Diagram}
|
||||
\end{figure}
|
||||
\item\begin{equation}
|
||||
\frac{V_o}{V_i}=\frac{\frac1{RC}}{s+\frac1{RC}}
|
||||
\end{equation}
|
||||
\item DC gain = 1
|
||||
\item \begin{equation}
|
||||
\tau=RC
|
||||
\end{equation}
|
||||
\end{enumerate}
|
||||
\newpage
|
||||
\section{Problem 2}
|
||||
\begin{figure}[h!]
|
||||
\includegraphics{problem2.png}
|
||||
\end{figure}
|
||||
\begin{enumerate}[1)]
|
||||
\item \begin{equation}
|
||||
\begin{split}
|
||||
i_R=\frac{v_o}{R}=i_L\\
|
||||
v_L=L\frac{di_L}{dt}=v_i-v_o\\
|
||||
L\frac{d}{dt}(\frac{V_o}{R})=v_i-v_o\\
|
||||
v_i=v_o+\frac LRv_o\frac{d}{dt}\\
|
||||
\frac RLv_i=\frac RLv_o+\frac{dv_o}{dt}
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\item\begin{equation}
|
||||
\frac RL{V_i}=sV_o+\frac R{L}V_o
|
||||
\end{equation}
|
||||
\item.\\\begin{figure}[h!]
|
||||
\includegraphics{problem2UnreducedBlockDiagram.png}
|
||||
\caption{Problem 2 Unreduced Block Diagram}
|
||||
\end{figure}
|
||||
\item \begin{equation}
|
||||
\begin{split}
|
||||
\frac{G}{1+GH}\\
|
||||
\frac{\frac1s}{1+(\frac1s)(\frac RL)}\\
|
||||
\frac1s*\frac{sL}{R+sL}\\
|
||||
\frac{1}{s+\frac RL}
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\begin{figure}[h!]
|
||||
\includegraphics{problem2ReducedBlockDiagram.png}
|
||||
\caption{Problem 2 Reduced Block Diagram}
|
||||
\end{figure}
|
||||
\item\begin{equation}
|
||||
\frac{V_o}{V_i}=\frac{\frac RL}{s+\frac RL}
|
||||
\end{equation}
|
||||
\item DC gain = 1
|
||||
\item \begin{equation}
|
||||
\tau=\frac LR
|
||||
\end{equation}
|
||||
\end{enumerate}
|
||||
\newpage
|
||||
|
||||
\section{Problem 3}
|
||||
\begin{figure}[h!]
|
||||
\includegraphics[height=5cm]{problem3.png}
|
||||
\end{figure}
|
||||
\begin{enumerate}[1)]
|
||||
\item \begin{equation}
|
||||
\begin{split}
|
||||
i_c=C\frac{d}{dt}{v_c}\\
|
||||
i_c=i_R=\frac{v_o}{R}\\
|
||||
v_c=v_o-v_i\\
|
||||
\frac{v_o}{R}=C\frac{d}{dt}(v_o-v_i)\\
|
||||
\frac{1}{RC}v_o=\frac{d}{dt}v_o-\frac{d}{dt}v_i
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\item\begin{equation}
|
||||
\frac 1{RC}{V_i}=sV_o+sV_o
|
||||
\end{equation}
|
||||
\item.\\\begin{figure}[h!]
|
||||
\includegraphics{problem3UnreducedBlockDiagram.png}
|
||||
\caption{Problem 3 Unreduced Block Diagram}
|
||||
\end{figure}
|
||||
\newpage
|
||||
\item.\\\begin{figure}[h!]
|
||||
\includegraphics{problem3ReducedBlockDiagram.png}
|
||||
\caption{Problem 3 Reduced Block Diagram}
|
||||
\end{figure}
|
||||
\item\begin{equation}
|
||||
\frac{V_o}{V_i}=\frac{s}{s+\frac 1{RC}}
|
||||
\end{equation}
|
||||
\item DC gain = 0
|
||||
\item \begin{equation}
|
||||
\tau=RC
|
||||
\end{equation}
|
||||
\end{enumerate}
|
||||
\newpage
|
||||
|
||||
\section{Problem 4}
|
||||
\begin{figure}[h!]
|
||||
\includegraphics{problem4.png}
|
||||
\end{figure}
|
||||
\begin{enumerate}[1)]
|
||||
\item \begin{equation}
|
||||
\begin{split}
|
||||
i_R=\frac{v_i-v_o}{R}\\
|
||||
v_L=L\frac{d}{dt}(i_L)\\
|
||||
v_o=L\frac{d}{dt}(\frac{v_i-v_o}{R})\\
|
||||
v_o=\frac LR\frac d{dt}v_i-\frac LR\frac d{dt}v_o
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\item\begin{equation}
|
||||
-\frac RLv_o=-\frac d{dt}v_i+\frac d{dt}v_o
|
||||
\end{equation}
|
||||
\newpage
|
||||
\item.\\\begin{figure}[h!]
|
||||
\includegraphics{problem4UnreducedBlockDiagram.png}
|
||||
\caption{Problem 4 Unreduced Block Diagram}
|
||||
\end{figure}
|
||||
\item.\\\begin{figure}[h!]
|
||||
\includegraphics{problem4ReducedBlockDiagram.png}
|
||||
\caption{Problem 4 Reduced Block Diagram}
|
||||
\end{figure}
|
||||
\item\begin{equation}
|
||||
\frac{V_o}{V_i}=\frac{s}{s+\frac RL}
|
||||
\end{equation}
|
||||
\item DC gain = 0
|
||||
\item \begin{equation}
|
||||
\tau=\frac LR
|
||||
\end{equation}
|
||||
\end{enumerate}
|
||||
\newpage
|
||||
\end{document}
|
BIN
homework/homework1b/homework1b/problem1.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
homework/homework1b/homework1b/problem1ReducedBlockDiagram.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
homework/homework1b/homework1b/problem2.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
homework/homework1b/homework1b/problem2ReducedBlockDiagram.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
homework/homework1b/homework1b/problem3.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
homework/homework1b/homework1b/problem3ReducedBlockDiagram.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
homework/homework1b/homework1b/problem4.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
homework/homework1b/homework1b/problem4ReducedBlockDiagram.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
homework/homework2/HW 2 first order response rev1.docx
Normal file
392
homework/homework2/homework2/homework2.log
Normal file
|
@ -0,0 +1,392 @@
|
|||
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Debian) (preloaded format=pdflatex 2021.9.12) 3 OCT 2021 16:10
|
||||
entering extended mode
|
||||
\write18 enabled.
|
||||
file:line:error style messages enabled.
|
||||
%&-line parsing enabled.
|
||||
**homework2.tex
|
||||
(./homework2.tex
|
||||
LaTeX2e <2020-10-01> patch level 4
|
||||
L3 programming layer <2021-01-09> xparse <2020-03-03>
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
|
||||
Document Class: article 2020/04/10 v1.4m Standard LaTeX document class
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo
|
||||
File: size10.clo 2020/04/10 v1.4m Standard LaTeX file (size option)
|
||||
)
|
||||
\c@part=\count177
|
||||
\c@section=\count178
|
||||
\c@subsection=\count179
|
||||
\c@subsubsection=\count180
|
||||
\c@paragraph=\count181
|
||||
\c@subparagraph=\count182
|
||||
\c@figure=\count183
|
||||
\c@table=\count184
|
||||
\abovecaptionskip=\skip47
|
||||
\belowcaptionskip=\skip48
|
||||
\bibindent=\dimen138
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
|
||||
Package: amsmath 2020/09/23 v2.17i AMS math features
|
||||
\@mathmargin=\skip49
|
||||
|
||||
For additional information on amsmath, use the `?' option.
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
|
||||
Package: amstext 2000/06/29 v2.01 AMS text
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty
|
||||
File: amsgen.sty 1999/11/30 v2.0 generic functions
|
||||
\@emptytoks=\toks15
|
||||
\ex@=\dimen139
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty
|
||||
Package: amsbsy 1999/11/29 v1.2d Bold Symbols
|
||||
\pmbraise@=\dimen140
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty
|
||||
Package: amsopn 2016/03/08 v2.02 operator names
|
||||
)
|
||||
\inf@bad=\count185
|
||||
LaTeX Info: Redefining \frac on input line 234.
|
||||
\uproot@=\count186
|
||||
\leftroot@=\count187
|
||||
LaTeX Info: Redefining \overline on input line 399.
|
||||
\classnum@=\count188
|
||||
\DOTSCASE@=\count189
|
||||
LaTeX Info: Redefining \ldots on input line 496.
|
||||
LaTeX Info: Redefining \dots on input line 499.
|
||||
LaTeX Info: Redefining \cdots on input line 620.
|
||||
\Mathstrutbox@=\box47
|
||||
\strutbox@=\box48
|
||||
\big@size=\dimen141
|
||||
LaTeX Font Info: Redeclaring font encoding OML on input line 743.
|
||||
LaTeX Font Info: Redeclaring font encoding OMS on input line 744.
|
||||
\macc@depth=\count190
|
||||
\c@MaxMatrixCols=\count191
|
||||
\dotsspace@=\muskip16
|
||||
\c@parentequation=\count192
|
||||
\dspbrk@lvl=\count193
|
||||
\tag@help=\toks16
|
||||
\row@=\count194
|
||||
\column@=\count195
|
||||
\maxfields@=\count196
|
||||
\andhelp@=\toks17
|
||||
\eqnshift@=\dimen142
|
||||
\alignsep@=\dimen143
|
||||
\tagshift@=\dimen144
|
||||
\tagwidth@=\dimen145
|
||||
\totwidth@=\dimen146
|
||||
\lineht@=\dimen147
|
||||
\@envbody=\toks18
|
||||
\multlinegap=\skip50
|
||||
\multlinetaggap=\skip51
|
||||
\mathdisplay@stack=\toks19
|
||||
LaTeX Info: Redefining \[ on input line 2923.
|
||||
LaTeX Info: Redefining \] on input line 2924.
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
|
||||
Package: graphicx 2020/09/09 v1.2b Enhanced LaTeX Graphics (DPC,SPQR)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
|
||||
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
|
||||
\KV@toks@=\toks20
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
|
||||
Package: graphics 2020/08/30 v1.4c Standard LaTeX Graphics (DPC,SPQR)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
|
||||
Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
|
||||
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
|
||||
)
|
||||
Package graphics Info: Driver file: pdftex.def on input line 105.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def
|
||||
File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex
|
||||
))
|
||||
\Gin@req@height=\dimen148
|
||||
\Gin@req@width=\dimen149
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/cancel/cancel.sty
|
||||
Package: cancel 2013/04/12 v2.2 Cancel math terms
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
|
||||
Package: amssymb 2013/01/14 v3.01 AMS font symbols
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty
|
||||
Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
|
||||
\symAMSa=\mathgroup4
|
||||
\symAMSb=\mathgroup5
|
||||
LaTeX Font Info: Redeclaring math symbol \hbar on input line 98.
|
||||
LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
|
||||
(Font) U/euf/m/n --> U/euf/b/n on input line 106.
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty
|
||||
\lst@mode=\count197
|
||||
\lst@gtempboxa=\box49
|
||||
\lst@token=\toks21
|
||||
\lst@length=\count198
|
||||
\lst@currlwidth=\dimen150
|
||||
\lst@column=\count199
|
||||
\lst@pos=\count266
|
||||
\lst@lostspace=\dimen151
|
||||
\lst@width=\dimen152
|
||||
\lst@newlines=\count267
|
||||
\lst@lineno=\count268
|
||||
\lst@maxwidth=\dimen153
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty
|
||||
File: lstmisc.sty 2020/03/24 1.8d (Carsten Heinz)
|
||||
\c@lstnumber=\count269
|
||||
\lst@skipnumbers=\count270
|
||||
\lst@framebox=\box50
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg
|
||||
File: listings.cfg 2020/03/24 1.8d listings configuration
|
||||
))
|
||||
Package: listings 2020/03/24 1.8d (Carsten Heinz)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/enumitem/enumitem.sty
|
||||
Package: enumitem 2019/06/20 v3.9 Customized lists
|
||||
\labelindent=\skip52
|
||||
\enit@outerparindent=\dimen154
|
||||
\enit@toks=\toks22
|
||||
\enit@inbox=\box51
|
||||
\enit@count@id=\count271
|
||||
\enitdp@description=\count272
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/lipsum/lipsum.sty
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty
|
||||
Package: expl3 2021-01-09 L3 programming layer (loader)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
|
||||
File: l3backend-pdftex.def 2020-01-29 L3 backend support: PDF output (pdfTeX)
|
||||
\l__color_backend_stack_int=\count273
|
||||
\l__pdf_internal_box=\box52
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
|
||||
Package: xparse 2020-10-27 L3 Experimental document command parser
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex))
|
||||
Package: lipsum 2019/01/02 v2.2 150 paragraphs of Lorem Ipsum dummy text
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/lipsum/lipsum.ltd.tex
|
||||
File: lipsum.ltd.tex 2019/01/02 v2.2 The Lorem ipsum dummy text
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/soul/soul.sty
|
||||
Package: soul 2003/11/17 v2.4 letterspacing/underlining (mf)
|
||||
\SOUL@word=\toks23
|
||||
\SOUL@lasttoken=\toks24
|
||||
\SOUL@cmds=\toks25
|
||||
\SOUL@buffer=\toks26
|
||||
\SOUL@token=\toks27
|
||||
\SOUL@spaceskip=\skip53
|
||||
\SOUL@ttwidth=\dimen155
|
||||
\SOUL@uldp=\dimen156
|
||||
\SOUL@ulht=\dimen157
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
|
||||
Package: geometry 2020/01/02 v5.9 Page Geometry
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty
|
||||
Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty
|
||||
Package: iftex 2020/03/06 v1.0d TeX engine tests
|
||||
))
|
||||
\Gm@cnth=\count274
|
||||
\Gm@cntv=\count275
|
||||
\c@Gm@tempcnt=\count276
|
||||
\Gm@bindingoffset=\dimen158
|
||||
\Gm@wd@mp=\dimen159
|
||||
\Gm@odd@mp=\dimen160
|
||||
\Gm@even@mp=\dimen161
|
||||
\Gm@layoutwidth=\dimen162
|
||||
\Gm@layoutheight=\dimen163
|
||||
\Gm@layouthoffset=\dimen164
|
||||
\Gm@layoutvoffset=\dimen165
|
||||
\Gm@dimlist=\toks28
|
||||
) (./homework2.aux)
|
||||
\openout1 = `homework2.aux'.
|
||||
|
||||
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
|
||||
[Loading MPS to PDF converter (version 2006.09.02).]
|
||||
\scratchcounter=\count277
|
||||
\scratchdimen=\dimen166
|
||||
\scratchbox=\box53
|
||||
\nofMPsegments=\count278
|
||||
\nofMParguments=\count279
|
||||
\everyMPshowfont=\toks29
|
||||
\MPscratchCnt=\count280
|
||||
\MPscratchDim=\dimen167
|
||||
\MPnumerator=\count281
|
||||
\makeMPintoPDFobject=\count282
|
||||
\everyMPtoPDFconversion=\toks30
|
||||
) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
|
||||
Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
|
||||
Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4
|
||||
85.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
|
||||
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
|
||||
e
|
||||
))
|
||||
\c@lstlisting=\count283
|
||||
|
||||
*geometry* driver: auto-detecting
|
||||
*geometry* detected driver: pdftex
|
||||
*geometry* verbose mode - [ preamble ] result:
|
||||
* driver: pdftex
|
||||
* paper: letterpaper
|
||||
* layout: <same size as paper>
|
||||
* layoutoffset:(h,v)=(0.0pt,0.0pt)
|
||||
* modes:
|
||||
* h-part:(L,W,R)=(72.26999pt, 469.75502pt, 72.26999pt)
|
||||
* v-part:(T,H,B)=(72.26999pt, 650.43001pt, 72.26999pt)
|
||||
* \paperwidth=614.295pt
|
||||
* \paperheight=794.96999pt
|
||||
* \textwidth=469.75502pt
|
||||
* \textheight=650.43001pt
|
||||
* \oddsidemargin=0.0pt
|
||||
* \evensidemargin=0.0pt
|
||||
* \topmargin=-37.0pt
|
||||
* \headheight=12.0pt
|
||||
* \headsep=25.0pt
|
||||
* \topskip=10.0pt
|
||||
* \footskip=30.0pt
|
||||
* \marginparwidth=65.0pt
|
||||
* \marginparsep=11.0pt
|
||||
* \columnsep=10.0pt
|
||||
* \skip\footins=9.0pt plus 4.0pt minus 2.0pt
|
||||
* \hoffset=0.0pt
|
||||
* \voffset=0.0pt
|
||||
* \mag=1000
|
||||
* \@twocolumnfalse
|
||||
* \@twosidefalse
|
||||
* \@mparswitchfalse
|
||||
* \@reversemarginfalse
|
||||
* (1in=72.27pt=25.4mm, 1cm=28.453pt)
|
||||
|
||||
LaTeX Font Info: Trying to load font information for U+msa on input line 24.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
|
||||
File: umsa.fd 2013/01/14 v3.01 AMS symbols A
|
||||
)
|
||||
LaTeX Font Info: Trying to load font information for U+msb on input line 24.
|
||||
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
|
||||
File: umsb.fd 2013/01/14 v3.01 AMS symbols B
|
||||
)
|
||||
<section1Accel.png, id=1, 231.9867pt x 106.2369pt>
|
||||
File: section1Accel.png Graphic file (type png)
|
||||
<use section1Accel.png>
|
||||
Package pdftex.def Info: section1Accel.png used on input line 30.
|
||||
(pdftex.def) Requested size: 231.98611pt x 106.23662pt.
|
||||
<section1Vel.png, id=3, 231.9867pt x 106.2369pt>
|
||||
File: section1Vel.png Graphic file (type png)
|
||||
<use section1Vel.png>
|
||||
Package pdftex.def Info: section1Vel.png used on input line 34.
|
||||
(pdftex.def) Requested size: 231.98611pt x 106.23662pt.
|
||||
<section1Pos.png, id=4, 185.9748pt x 83.5923pt>
|
||||
File: section1Pos.png Graphic file (type png)
|
||||
<use section1Pos.png>
|
||||
Package pdftex.def Info: section1Pos.png used on input line 38.
|
||||
(pdftex.def) Requested size: 185.97433pt x 83.59207pt.
|
||||
[1
|
||||
|
||||
{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map} <./section1Accel.png> <./se
|
||||
ction1Vel.png> <./section1Pos.png>]
|
||||
<section2Accel.png, id=17, 232.2276pt x 129.6042pt>
|
||||
File: section2Accel.png Graphic file (type png)
|
||||
<use section2Accel.png>
|
||||
Package pdftex.def Info: section2Accel.png used on input line 47.
|
||||
(pdftex.def) Requested size: 232.22702pt x 129.60387pt.
|
||||
<section2Vel.png, id=18, 232.2276pt x 129.6042pt>
|
||||
File: section2Vel.png Graphic file (type png)
|
||||
<use section2Vel.png>
|
||||
Package pdftex.def Info: section2Vel.png used on input line 51.
|
||||
(pdftex.def) Requested size: 232.22702pt x 129.60387pt.
|
||||
<section2Pos.png, id=19, 232.2276pt x 129.6042pt>
|
||||
File: section2Pos.png Graphic file (type png)
|
||||
<use section2Pos.png>
|
||||
Package pdftex.def Info: section2Pos.png used on input line 55.
|
||||
(pdftex.def) Requested size: 232.22702pt x 129.60387pt.
|
||||
[2 <./section2Accel.png> <./section2Vel.png> <./section2Pos.png>]
|
||||
<section3a.png, id=30, 168.63pt x 106.2369pt>
|
||||
File: section3a.png Graphic file (type png)
|
||||
<use section3a.png>
|
||||
Package pdftex.def Info: section3a.png used on input line 83.
|
||||
(pdftex.def) Requested size: 451.70474pt x 284.52756pt.
|
||||
[3 <./section3a.png>]
|
||||
<section3b.png, id=37, 168.63pt x 106.2369pt>
|
||||
File: section3b.png Graphic file (type png)
|
||||
<use section3b.png>
|
||||
Package pdftex.def Info: section3b.png used on input line 106.
|
||||
(pdftex.def) Requested size: 451.70474pt x 284.52756pt.
|
||||
[4 <./section3b.png>]
|
||||
<section3c.png, id=42, 168.8709pt x 99.4917pt>
|
||||
File: section3c.png Graphic file (type png)
|
||||
<use section3c.png>
|
||||
Package pdftex.def Info: section3c.png used on input line 131.
|
||||
(pdftex.def) Requested size: 470.97224pt x 277.41437pt.
|
||||
|
||||
Overfull \hbox (1.21722pt too wide) in paragraph at lines 131--132
|
||||
[][]
|
||||
[]
|
||||
|
||||
[5 <./section3c.png>]
|
||||
<section3d.png, id=47, 168.8709pt x 99.4917pt>
|
||||
File: section3d.png Graphic file (type png)
|
||||
<use section3d.png>
|
||||
Package pdftex.def Info: section3d.png used on input line 162.
|
||||
(pdftex.def) Requested size: 289.78229pt x 170.71652pt.
|
||||
[6 <./section3d.png>]
|
||||
<section3e.png, id=52, 168.8709pt x 99.4917pt>
|
||||
File: section3e.png Graphic file (type png)
|
||||
<use section3e.png>
|
||||
Package pdftex.def Info: section3e.png used on input line 178.
|
||||
(pdftex.def) Requested size: 483.04694pt x 284.52756pt.
|
||||
|
||||
Overfull \hbox (13.29192pt too wide) in paragraph at lines 178--179
|
||||
[][]
|
||||
[]
|
||||
|
||||
[7 <./section3e.png>] (./homework2.aux) )
|
||||
Here is how much of TeX's memory you used:
|
||||
5032 strings out of 479304
|
||||
73037 string characters out of 5869779
|
||||
520879 words of memory out of 5000000
|
||||
22163 multiletter control sequences out of 15000+600000
|
||||
410991 words of font info for 57 fonts, out of 8000000 for 9000
|
||||
1141 hyphenation exceptions out of 8191
|
||||
68i,16n,75p,290b,357s stack positions out of 5000i,500n,10000p,200000b,80000s
|
||||
</usr/share/texlive/texmf-dist/fonts/t
|
||||
ype1/public/amsfonts/cm/cmbx12.pfb></usr/share/texlive/texmf-dist/fonts/type1/p
|
||||
ublic/amsfonts/cm/cmmi10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/
|
||||
amsfonts/cm/cmmi7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfont
|
||||
s/cm/cmr10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cm
|
||||
r12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr17.pfb
|
||||
></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr5.pfb></usr/s
|
||||
hare/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb></usr/share/tex
|
||||
live/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texlive/t
|
||||
exmf-dist/fonts/type1/public/amsfonts/cm/cmsy7.pfb>
|
||||
Output written on homework2.pdf (7 pages, 266190 bytes).
|
||||
PDF statistics:
|
||||
91 PDF objects out of 1000 (max. 8388607)
|
||||
49 compressed objects within 1 object stream
|
||||
0 named destinations out of 1000 (max. 500000)
|
||||
56 words of extra memory for PDF output out of 10000 (max. 10000000)
|
||||
|
BIN
homework/homework2/homework2/homework2.pdf
Normal file
BIN
homework/homework2/homework2/homework2.synctex.gz
Normal file
198
homework/homework2/homework2/homework2.tex
Normal file
|
@ -0,0 +1,198 @@
|
|||
% File: homework2.tex
|
||||
% Created: 17:53:11 Sat, 02 Oct 2021 EDT
|
||||
% Last Change: 17:53:11 Sat, 02 Oct 2021 EDT
|
||||
%
|
||||
\documentclass[letterpaper]{article}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{cancel}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{listings}
|
||||
\usepackage[shortlabels]{enumitem}
|
||||
\usepackage{lipsum}
|
||||
\usepackage{soul}
|
||||
\usepackage{geometry}
|
||||
|
||||
\geometry{portrait, margin=1in}
|
||||
|
||||
\date{10/02/2021}
|
||||
\title{%
|
||||
Homework 2\\
|
||||
\large EEET-427-01: Controls Systems}
|
||||
\author{Blizzard MacDougall}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\pagenumbering{arabic}
|
||||
|
||||
\section{Question 1}
|
||||
Sketch the acceleration and position profiles associated with the given velocity.
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[height=5cm]{section1Accel.png}\\
|
||||
\includegraphics[height=5cm]{section1Vel.png}\\
|
||||
\includegraphics[height=5cm]{section1Pos.png}
|
||||
\end{figure}
|
||||
\newpage
|
||||
\section{Question 2}
|
||||
A force profile is applied that moves a sled from rest with a fixed acceleration of $1.0\frac{m}{s^2}$ to a plateau velocity of $2\frac ms$, and then back to rest with a fixed acceleration of $-0.5\frac{m}{s^2}$ such that the total distance traveled is $8m$.
|
||||
|
||||
Sketch the acceleration,velocity, and position profiles.
|
||||
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[height=5cm]{section2Accel.png}\\
|
||||
\includegraphics[height=5cm]{section2Vel.png}\\
|
||||
\includegraphics[height=5cm]{section2Pos.png}
|
||||
\end{figure}
|
||||
|
||||
\newpage
|
||||
\section{Question 3}
|
||||
Sketch the response of $\frac{dy}{dt}+by=ax$ given the inputs and initial conditions.
|
||||
|
||||
\begin{enumerate}[A.]
|
||||
\item $a=1.5$, $b=2$. Solve for $t=0.75$
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
Y=\frac{1.5}{s+2}X\\
|
||||
x(t)=u(t)\\
|
||||
X=\frac1s\\
|
||||
Y=\frac{1.5}{s(s+2)}\\
|
||||
\frac{1.5}{s(s+2)}=\frac As+\frac{B}{s+2}\\
|
||||
1.5=A(s+2)+Bs\\
|
||||
2A=1.5\\
|
||||
A=\frac34\\
|
||||
B=-A\\
|
||||
B=-\frac34\\
|
||||
y(t)=\frac34(u(t)-e^{-2t}u(t))\\
|
||||
y(0.75)=\frac34(1-e^{-2(\frac34)})\\
|
||||
y(0.75)\approx0.58
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[height=10cm]{section3a.png}
|
||||
\end{figure}
|
||||
|
||||
\item $a=4$, $b=3$; Solve for $t=0.25$
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
Y=\frac{4}{s+3}X\\
|
||||
x(t)=u(t)\\
|
||||
X=\frac1s\\
|
||||
Y=\frac{4}{s(s+3)}\\
|
||||
\frac{4}{s(s+3)}=\frac As+\frac{B}{s+3}\\
|
||||
4=A(s+3)+Bs\\
|
||||
3A=4\\
|
||||
A=\frac43\\
|
||||
B=-A\\
|
||||
B=-\frac43\\
|
||||
y(t)=\frac43(u(t)-e^{-3t}u(t))\\
|
||||
y(0.25)=\frac43(1-e^{-3(\frac14)})\\
|
||||
y(0.25)\approx0.7035
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[height=10cm]{section3b.png}
|
||||
\end{figure}
|
||||
|
||||
\item $a=3$, $b=5$; Solve for $t=0.25$, $t=0.75$
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
Y=\frac{3}{s+5}X\\
|
||||
x(t)=u(t)\\
|
||||
X=\frac1s\\
|
||||
Y=\frac{3}{s(s+5)}\\
|
||||
\frac{3}{s(s+5)}=\frac As+\frac{B}{s+5}\\
|
||||
3=A(s+5)+Bs\\
|
||||
5A=3\\
|
||||
A=\frac35\\
|
||||
B=-A\\
|
||||
B=-\frac35\\
|
||||
y(t)=\frac35(u(t)-e^{-5t}u(t))-\frac35(u(t-0.5)-e^{-5t}u(t-0.5))\\
|
||||
y(0.25)=\frac35(1-e^{-5(\frac14)})\\
|
||||
y(0.25)\approx0.7035\\
|
||||
y(0.75)=\frac35((1-1)-(e^{-5t}-e^{-5(t-0.5)}))\\
|
||||
y(0.75)=\frac35(e^{-5(t-0.5)}-e^{-5t})
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[height=9.75cm]{section3c.png}
|
||||
\end{figure}
|
||||
|
||||
\item $a=3$, $b=5$, Solve for $t=0.25$, $0.75$, given $y(0)=0$, solve $f(t)=0.5$
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
Y=\frac{3}{s+5}X\\
|
||||
x(t)=-2u(t)+3.5u(t-0.5)\\
|
||||
X_1=\frac{-2}s\\
|
||||
X_2=\frac{3.5}s\\
|
||||
Y_1=\frac{-6}{s(s+5)}\\
|
||||
-6=A_1(s+5)+B_1s\\
|
||||
5A=-6\\
|
||||
A_1=-\frac65\\
|
||||
B_1=-A_1\\
|
||||
B_1=\frac65\\
|
||||
Y_2=\frac{10.5}{s(s+5)}\\
|
||||
10.5=A_2(s+5)+B_2s\\
|
||||
5A_2=10.5\\
|
||||
A_2=\frac{21}{10}\\
|
||||
B_2=-A_2\\
|
||||
B_2=-\frac{21}{10}\\
|
||||
y(t)=\frac65(e^{-5t}u(t)-u(t))+\frac{21} {10} (u(t-0.5)-e^{-5(t-0.5)}u(t-0.5))\\
|
||||
y(0.25)=\frac65(1-e^{-5(0.25)})\\
|
||||
y(0.25)=-0.8562\\
|
||||
y(0.75)=\frac65(e^{-5(0.75)}-1)+\frac{21}{10} (1-e^{-5(0.75-0.5)})\\
|
||||
y(0.75)=0.3266
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[height=6cm]{section3d.png}
|
||||
\end{figure}
|
||||
\newpage
|
||||
Solve $f(t)=0.5$
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
y(t)=\frac65(e^{-5t}u(t)-u(t))+\frac{21} {10} (u(t-0.5)-e^{-5(t-0.5)}u(t-0.5))\\
|
||||
0.5=\frac65(e^{-5t}-1)\\
|
||||
\frac5{12}=e^{5t}-1\\
|
||||
\frac{17}{12}=e^{5t}\\
|
||||
5t=\ln(\frac{17}{12})\\
|
||||
t=\frac{\ln(\frac{17}{12})}{5}\\
|
||||
t\approx-0.06966\\
|
||||
This\ is\ impossible\\
|
||||
0.5=\frac65(e^{-5t}-1)+\frac{21} {10} (1-e^{-5(t-0.5)})\\
|
||||
0.5=(\frac{21}{10}-\frac{12}{10})+\frac65e^{-5t}-\frac{21}{10}e^{-5(t-0.5)}\\
|
||||
-0.4=\frac{12}{10}e^{-5t}-\frac{21}{10}e^{-5(t-0.5)}\\
|
||||
-0.4=\frac{12}{10e^{5t}}-\frac{21e^{-5(t-0.5)}}{10}\\
|
||||
-0.4=\frac{12}{10e^{5t}}-\frac{21e^{-5(t-0.5)}e^{5t}}{10e^{5t}}\\
|
||||
-0.4=\frac{12-21e^{-5(t-0.5)+5t}}{10e^{5t}}\\
|
||||
-4e^{5t}=12-21e^{2.5}\\
|
||||
e^{5t}=-3+5.25e^{2.5}\\
|
||||
5t=\ln(-3+5.25e^{2.5})\\
|
||||
t=\frac{\ln(-3+5.25e^{2.5})}{5}\\
|
||||
t\approx0.822
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\newpage
|
||||
|
||||
\item $a=3$, $b=5$, Solve for $t=0.25$, $0.75$, given $y(0)=STE ADY\ STATE$
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
Copied\ From\ Part\ D:\\
|
||||
y(t)=\frac65(e^{-5t}u(t)-u(t))+\frac{21} {10} (u(t-0.5)-e^{-5(t-0.5)}u(t-0.5))\\
|
||||
y(t)=\frac65+\frac{21} {10} (u(t-0.5)-e^{-5(t-0.5)}u(t-0.5))\\
|
||||
y(0.25)=\frac65\\
|
||||
y(0.75)=\frac65+\frac{21}{10} (1-e^{-5(0.75-0.5)})\\
|
||||
y(0.75)=0.2983
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[height=10cm]{section3e.png}
|
||||
\end{figure}
|
||||
\end{enumerate}
|
||||
|
||||
\end{document}
|
BIN
homework/homework2/homework2/section1Accel.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
homework/homework2/homework2/section1Pos.png
Normal file
After Width: | Height: | Size: 9.6 KiB |
BIN
homework/homework2/homework2/section1Vel.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
homework/homework2/homework2/section2Accel.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
homework/homework2/homework2/section2Pos.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
homework/homework2/homework2/section2Vel.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
homework/homework2/homework2/section3a.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
homework/homework2/homework2/section3b.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
homework/homework2/homework2/section3c.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
homework/homework2/homework2/section3d.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
homework/homework2/homework2/section3e.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
homework/homework3b/HW 3b second order response.docx
Normal file
BIN
homework/homework3b/cheatsheetSpreadsheet.ods
Normal file
BIN
homework/homework3b/hw3b/exercise2.png
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
homework/homework3b/hw3b/exercise3.png
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
homework/homework3b/hw3b/exercise4.png
Normal file
After Width: | Height: | Size: 77 KiB |
BIN
homework/homework3b/hw3b/exercise5Answer.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
homework/homework3b/hw3b/exercise6Answer.png
Normal file
After Width: | Height: | Size: 31 KiB |
2
homework/homework3b/hw3b/hw3b.aux
Normal file
|
@ -0,0 +1,2 @@
|
|||
\relax
|
||||
\gdef \@abspage@last{4}
|
350
homework/homework3b/hw3b/hw3b.log
Normal file
|
@ -0,0 +1,350 @@
|
|||
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Debian) (preloaded format=pdflatex 2021.9.12) 23 OCT 2021 23:33
|
||||
entering extended mode
|
||||
\write18 enabled.
|
||||
file:line:error style messages enabled.
|
||||
%&-line parsing enabled.
|
||||
**hw3b.tex
|
||||
(./hw3b.tex
|
||||
LaTeX2e <2020-10-01> patch level 4
|
||||
L3 programming layer <2021-01-09> xparse <2020-03-03>
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
|
||||
Document Class: article 2020/04/10 v1.4m Standard LaTeX document class
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo
|
||||
File: size10.clo 2020/04/10 v1.4m Standard LaTeX file (size option)
|
||||
)
|
||||
\c@part=\count177
|
||||
\c@section=\count178
|
||||
\c@subsection=\count179
|
||||
\c@subsubsection=\count180
|
||||
\c@paragraph=\count181
|
||||
\c@subparagraph=\count182
|
||||
\c@figure=\count183
|
||||
\c@table=\count184
|
||||
\abovecaptionskip=\skip47
|
||||
\belowcaptionskip=\skip48
|
||||
\bibindent=\dimen138
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
|
||||
Package: amsmath 2020/09/23 v2.17i AMS math features
|
||||
\@mathmargin=\skip49
|
||||
|
||||
For additional information on amsmath, use the `?' option.
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
|
||||
Package: amstext 2000/06/29 v2.01 AMS text
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty
|
||||
File: amsgen.sty 1999/11/30 v2.0 generic functions
|
||||
\@emptytoks=\toks15
|
||||
\ex@=\dimen139
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty
|
||||
Package: amsbsy 1999/11/29 v1.2d Bold Symbols
|
||||
\pmbraise@=\dimen140
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty
|
||||
Package: amsopn 2016/03/08 v2.02 operator names
|
||||
)
|
||||
\inf@bad=\count185
|
||||
LaTeX Info: Redefining \frac on input line 234.
|
||||
\uproot@=\count186
|
||||
\leftroot@=\count187
|
||||
LaTeX Info: Redefining \overline on input line 399.
|
||||
\classnum@=\count188
|
||||
\DOTSCASE@=\count189
|
||||
LaTeX Info: Redefining \ldots on input line 496.
|
||||
LaTeX Info: Redefining \dots on input line 499.
|
||||
LaTeX Info: Redefining \cdots on input line 620.
|
||||
\Mathstrutbox@=\box47
|
||||
\strutbox@=\box48
|
||||
\big@size=\dimen141
|
||||
LaTeX Font Info: Redeclaring font encoding OML on input line 743.
|
||||
LaTeX Font Info: Redeclaring font encoding OMS on input line 744.
|
||||
\macc@depth=\count190
|
||||
\c@MaxMatrixCols=\count191
|
||||
\dotsspace@=\muskip16
|
||||
\c@parentequation=\count192
|
||||
\dspbrk@lvl=\count193
|
||||
\tag@help=\toks16
|
||||
\row@=\count194
|
||||
\column@=\count195
|
||||
\maxfields@=\count196
|
||||
\andhelp@=\toks17
|
||||
\eqnshift@=\dimen142
|
||||
\alignsep@=\dimen143
|
||||
\tagshift@=\dimen144
|
||||
\tagwidth@=\dimen145
|
||||
\totwidth@=\dimen146
|
||||
\lineht@=\dimen147
|
||||
\@envbody=\toks18
|
||||
\multlinegap=\skip50
|
||||
\multlinetaggap=\skip51
|
||||
\mathdisplay@stack=\toks19
|
||||
LaTeX Info: Redefining \[ on input line 2923.
|
||||
LaTeX Info: Redefining \] on input line 2924.
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
|
||||
Package: graphicx 2020/09/09 v1.2b Enhanced LaTeX Graphics (DPC,SPQR)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
|
||||
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
|
||||
\KV@toks@=\toks20
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
|
||||
Package: graphics 2020/08/30 v1.4c Standard LaTeX Graphics (DPC,SPQR)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
|
||||
Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
|
||||
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
|
||||
)
|
||||
Package graphics Info: Driver file: pdftex.def on input line 105.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def
|
||||
File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex
|
||||
))
|
||||
\Gin@req@height=\dimen148
|
||||
\Gin@req@width=\dimen149
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/cancel/cancel.sty
|
||||
Package: cancel 2013/04/12 v2.2 Cancel math terms
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
|
||||
Package: amssymb 2013/01/14 v3.01 AMS font symbols
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty
|
||||
Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
|
||||
\symAMSa=\mathgroup4
|
||||
\symAMSb=\mathgroup5
|
||||
LaTeX Font Info: Redeclaring math symbol \hbar on input line 98.
|
||||
LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
|
||||
(Font) U/euf/m/n --> U/euf/b/n on input line 106.
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty
|
||||
\lst@mode=\count197
|
||||
\lst@gtempboxa=\box49
|
||||
\lst@token=\toks21
|
||||
\lst@length=\count198
|
||||
\lst@currlwidth=\dimen150
|
||||
\lst@column=\count199
|
||||
\lst@pos=\count266
|
||||
\lst@lostspace=\dimen151
|
||||
\lst@width=\dimen152
|
||||
\lst@newlines=\count267
|
||||
\lst@lineno=\count268
|
||||
\lst@maxwidth=\dimen153
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty
|
||||
File: lstmisc.sty 2020/03/24 1.8d (Carsten Heinz)
|
||||
\c@lstnumber=\count269
|
||||
\lst@skipnumbers=\count270
|
||||
\lst@framebox=\box50
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg
|
||||
File: listings.cfg 2020/03/24 1.8d listings configuration
|
||||
))
|
||||
Package: listings 2020/03/24 1.8d (Carsten Heinz)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/enumitem/enumitem.sty
|
||||
Package: enumitem 2019/06/20 v3.9 Customized lists
|
||||
\labelindent=\skip52
|
||||
\enit@outerparindent=\dimen154
|
||||
\enit@toks=\toks22
|
||||
\enit@inbox=\box51
|
||||
\enit@count@id=\count271
|
||||
\enitdp@description=\count272
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/lipsum/lipsum.sty
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty
|
||||
Package: expl3 2021-01-09 L3 programming layer (loader)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
|
||||
File: l3backend-pdftex.def 2020-01-29 L3 backend support: PDF output (pdfTeX)
|
||||
\l__color_backend_stack_int=\count273
|
||||
\l__pdf_internal_box=\box52
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
|
||||
Package: xparse 2020-10-27 L3 Experimental document command parser
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex))
|
||||
Package: lipsum 2019/01/02 v2.2 150 paragraphs of Lorem Ipsum dummy text
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/lipsum/lipsum.ltd.tex
|
||||
File: lipsum.ltd.tex 2019/01/02 v2.2 The Lorem ipsum dummy text
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/soul/soul.sty
|
||||
Package: soul 2003/11/17 v2.4 letterspacing/underlining (mf)
|
||||
\SOUL@word=\toks23
|
||||
\SOUL@lasttoken=\toks24
|
||||
\SOUL@cmds=\toks25
|
||||
\SOUL@buffer=\toks26
|
||||
\SOUL@token=\toks27
|
||||
\SOUL@spaceskip=\skip53
|
||||
\SOUL@ttwidth=\dimen155
|
||||
\SOUL@uldp=\dimen156
|
||||
\SOUL@ulht=\dimen157
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
|
||||
Package: geometry 2020/01/02 v5.9 Page Geometry
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty
|
||||
Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty
|
||||
Package: iftex 2020/03/06 v1.0d TeX engine tests
|
||||
))
|
||||
\Gm@cnth=\count274
|
||||
\Gm@cntv=\count275
|
||||
\c@Gm@tempcnt=\count276
|
||||
\Gm@bindingoffset=\dimen158
|
||||
\Gm@wd@mp=\dimen159
|
||||
\Gm@odd@mp=\dimen160
|
||||
\Gm@even@mp=\dimen161
|
||||
\Gm@layoutwidth=\dimen162
|
||||
\Gm@layoutheight=\dimen163
|
||||
\Gm@layouthoffset=\dimen164
|
||||
\Gm@layoutvoffset=\dimen165
|
||||
\Gm@dimlist=\toks28
|
||||
) (./hw3b.aux)
|
||||
\openout1 = `hw3b.aux'.
|
||||
|
||||
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
|
||||
[Loading MPS to PDF converter (version 2006.09.02).]
|
||||
\scratchcounter=\count277
|
||||
\scratchdimen=\dimen166
|
||||
\scratchbox=\box53
|
||||
\nofMPsegments=\count278
|
||||
\nofMParguments=\count279
|
||||
\everyMPshowfont=\toks29
|
||||
\MPscratchCnt=\count280
|
||||
\MPscratchDim=\dimen167
|
||||
\MPnumerator=\count281
|
||||
\makeMPintoPDFobject=\count282
|
||||
\everyMPtoPDFconversion=\toks30
|
||||
) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
|
||||
Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
|
||||
Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4
|
||||
85.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
|
||||
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
|
||||
e
|
||||
))
|
||||
\c@lstlisting=\count283
|
||||
|
||||
*geometry* driver: auto-detecting
|
||||
*geometry* detected driver: pdftex
|
||||
*geometry* verbose mode - [ preamble ] result:
|
||||
* driver: pdftex
|
||||
* paper: letterpaper
|
||||
* layout: <same size as paper>
|
||||
* layoutoffset:(h,v)=(0.0pt,0.0pt)
|
||||
* modes:
|
||||
* h-part:(L,W,R)=(72.26999pt, 469.75502pt, 72.26999pt)
|
||||
* v-part:(T,H,B)=(72.26999pt, 650.43001pt, 72.26999pt)
|
||||
* \paperwidth=614.295pt
|
||||
* \paperheight=794.96999pt
|
||||
* \textwidth=469.75502pt
|
||||
* \textheight=650.43001pt
|
||||
* \oddsidemargin=0.0pt
|
||||
* \evensidemargin=0.0pt
|
||||
* \topmargin=-37.0pt
|
||||
* \headheight=12.0pt
|
||||
* \headsep=25.0pt
|
||||
* \topskip=10.0pt
|
||||
* \footskip=30.0pt
|
||||
* \marginparwidth=65.0pt
|
||||
* \marginparsep=11.0pt
|
||||
* \columnsep=10.0pt
|
||||
* \skip\footins=9.0pt plus 4.0pt minus 2.0pt
|
||||
* \hoffset=0.0pt
|
||||
* \voffset=0.0pt
|
||||
* \mag=1000
|
||||
* \@twocolumnfalse
|
||||
* \@twosidefalse
|
||||
* \@mparswitchfalse
|
||||
* \@reversemarginfalse
|
||||
* (1in=72.27pt=25.4mm, 1cm=28.453pt)
|
||||
|
||||
LaTeX Font Info: Trying to load font information for U+msa on input line 24.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
|
||||
File: umsa.fd 2013/01/14 v3.01 AMS symbols A
|
||||
)
|
||||
LaTeX Font Info: Trying to load font information for U+msb on input line 24.
|
||||
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
|
||||
File: umsb.fd 2013/01/14 v3.01 AMS symbols B
|
||||
)
|
||||
<exercise2.png, id=1, 867.24pt x 581.17125pt>
|
||||
File: exercise2.png Graphic file (type png)
|
||||
<use exercise2.png>
|
||||
Package pdftex.def Info: exercise2.png used on input line 34.
|
||||
(pdftex.def) Requested size: 284.52756pt x 190.66974pt.
|
||||
[1
|
||||
|
||||
{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map} <./exercise2.png>]
|
||||
<exercise3.png, id=15, 867.24pt x 581.17125pt>
|
||||
File: exercise3.png Graphic file (type png)
|
||||
<use exercise3.png>
|
||||
Package pdftex.def Info: exercise3.png used on input line 47.
|
||||
(pdftex.def) Requested size: 284.52756pt x 190.66974pt.
|
||||
<exercise4.png, id=16, 867.24pt x 581.17125pt>
|
||||
File: exercise4.png Graphic file (type png)
|
||||
<use exercise4.png>
|
||||
Package pdftex.def Info: exercise4.png used on input line 59.
|
||||
(pdftex.def) Requested size: 284.52756pt x 190.66974pt.
|
||||
[2 <./exercise3.png> <./exercise4.png>]
|
||||
<exercise5Answer.png, id=22, 738.76pt x 572.1375pt>
|
||||
File: exercise5Answer.png Graphic file (type png)
|
||||
<use exercise5Answer.png>
|
||||
Package pdftex.def Info: exercise5Answer.png used on input line 72.
|
||||
(pdftex.def) Requested size: 284.52756pt x 220.35655pt.
|
||||
<exercise6Answer.png, id=23, 738.76pt x 572.1375pt>
|
||||
File: exercise6Answer.png Graphic file (type png)
|
||||
<use exercise6Answer.png>
|
||||
Package pdftex.def Info: exercise6Answer.png used on input line 86.
|
||||
(pdftex.def) Requested size: 284.52756pt x 220.35655pt.
|
||||
[3 <./exercise5Answer.png> <./exercise6Answer.png>]
|
||||
Underfull \hbox (badness 10000) in paragraph at lines 105--107
|
||||
|
||||
[]
|
||||
|
||||
[4] (./hw3b.aux) )
|
||||
Here is how much of TeX's memory you used:
|
||||
4992 strings out of 479304
|
||||
72314 string characters out of 5869779
|
||||
514874 words of memory out of 5000000
|
||||
22130 multiletter control sequences out of 15000+600000
|
||||
410386 words of font info for 55 fonts, out of 8000000 for 9000
|
||||
1141 hyphenation exceptions out of 8191
|
||||
68i,16n,75p,221b,351s stack positions out of 5000i,500n,10000p,200000b,80000s
|
||||
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm
|
||||
/cmmi10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7
|
||||
.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb></
|
||||
usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfb></usr/sha
|
||||
re/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr17.pfb></usr/share/texl
|
||||
ive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb></usr/share/texlive/texm
|
||||
f-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb>
|
||||
Output written on hw3b.pdf (4 pages, 298274 bytes).
|
||||
PDF statistics:
|
||||
56 PDF objects out of 1000 (max. 8388607)
|
||||
32 compressed objects within 1 object stream
|
||||
0 named destinations out of 1000 (max. 500000)
|
||||
26 words of extra memory for PDF output out of 10000 (max. 10000000)
|
||||
|
BIN
homework/homework3b/hw3b/hw3b.pdf
Normal file
BIN
homework/homework3b/hw3b/hw3b.synctex.gz
Normal file
115
homework/homework3b/hw3b/hw3b.tex
Normal file
|
@ -0,0 +1,115 @@
|
|||
% File: hw3b.tex
|
||||
% Created: 22:07:41 Sat, 23 Oct 2021 EDT
|
||||
% Last Change: 22:07:41 Sat, 23 Oct 2021 EDT
|
||||
%
|
||||
\documentclass[letterpaper]{article}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{cancel}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{listings}
|
||||
\usepackage[shortlabels]{enumitem}
|
||||
\usepackage{lipsum}
|
||||
\usepackage{soul}
|
||||
\usepackage{geometry}
|
||||
|
||||
\geometry{portrait, margin=1in}
|
||||
|
||||
\date{10/23/2021}
|
||||
\title{%
|
||||
Homework 3b\\
|
||||
\large EEET--427--01:Controls Systems}
|
||||
\author{Blizzard MacDougall}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\pagenumbering{arabic}
|
||||
\begin{enumerate}
|
||||
\item Find the root locations for a second order system that has a step response with $4.3\%$ overshoot and a time of peak overshoot of $0.44$ seconds.
|
||||
\begin{equation}
|
||||
Roots= 7.15\pm7.140j
|
||||
\end{equation}
|
||||
\item Find the damping ratio, the undamped natural frequency, and root locations for the system which has the following unit step response:
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=10cm]{exercise2.png}
|
||||
\end{figure}
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
\zeta=0.404\\
|
||||
\omega_n=9.811\\
|
||||
Roots=3.961\pm8.976j
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\newpage
|
||||
\item Find the damping ratio, undamped natural frequency, and root locations for the system which has the following unit step response:
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=10cm]{exercise3.png}
|
||||
\end{figure}
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
\zeta=0.404\\
|
||||
\omega_n=3.346\\
|
||||
Roots=1.153\pm\pi j
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\item Find the damping ratio, undamped natural frequency, and root locations for the system which has the following unit step response:
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=10cm]{exercise4.png}
|
||||
\end{figure}
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
\zeta=0.404\\
|
||||
\omega_n=16.35\\
|
||||
Roots=6.601\pm14.96 j
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\newpage
|
||||
\item Plot the root locations that you calculated for problems 1-4 in the s-plane. Label each pare of poles with its problem number.
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=10cm]{exercise5Answer.png}
|
||||
\end{figure}\\
|
||||
What is the same about all 3 of the step responses for these pole locations that lie on the same line?\\
|
||||
The $\zeta$ values for those 3 are the same.
|
||||
\item Find the damping ratio, undamped natural frequency, and root locations for the system which has an overshoot of $0.28\%$ and the time of peak response is $0.444$ seconds.
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
\zeta=0.882\\
|
||||
\omega_n=15.01\\
|
||||
Roots=13.24\pm7.076 j
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=10cm]{exercise6Answer.png}
|
||||
\end{figure}\\
|
||||
Which pole location has the greatest damping ratio?\\
|
||||
Question 5 has the greatest damping ratio.
|
||||
\newpage
|
||||
\item For a system with root locations of $s=-2.3\pm j11.5$, find the percent overshoot and time to peak response.
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
T_p=0.273s\\
|
||||
Overshoot\ \%=50.3\%
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\item Find the roots of the denominator of the third order polynomial given below:
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
\frac{\theta}{\theta_{ref}}=\frac{aK_ps+aK_i}{s^3+bs^2+aK_ps+aK_i}\\
|
||||
a=1800;\ b=6;\ K_p=0.08;\ K_i=0.3\\
|
||||
Roots=-1.0139\pm 11.6154j;\ -3.9722+0j
|
||||
\end{split}
|
||||
\end{equation}
|
||||
Then, find the approximate percent overshoot and time to peak response.\\
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
Overshoot\ \%=75.13\%\\
|
||||
T_p=0.27
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\end{enumerate}
|
||||
|
||||
\end{document}
|
BIN
homework/homework4/Bode Plot Homework HANDOUT rev3.docx
Normal file
3
homework/homework4/hw4/hw4.aux
Normal file
|
@ -0,0 +1,3 @@
|
|||
\relax
|
||||
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Open Loop Gain Plot}}{2}{}\protected@file@percent }
|
||||
\gdef \@abspage@last{4}
|
604
homework/homework4/hw4/hw4.log
Normal file
|
@ -0,0 +1,604 @@
|
|||
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Debian) (preloaded format=pdflatex 2021.9.12) 16 NOV 2021 17:07
|
||||
entering extended mode
|
||||
\write18 enabled.
|
||||
file:line:error style messages enabled.
|
||||
%&-line parsing enabled.
|
||||
**hw4.tex
|
||||
(./hw4.tex
|
||||
LaTeX2e <2020-10-01> patch level 4
|
||||
L3 programming layer <2021-01-09> xparse <2020-03-03>
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
|
||||
Document Class: article 2020/04/10 v1.4m Standard LaTeX document class
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo
|
||||
File: size10.clo 2020/04/10 v1.4m Standard LaTeX file (size option)
|
||||
)
|
||||
\c@part=\count177
|
||||
\c@section=\count178
|
||||
\c@subsection=\count179
|
||||
\c@subsubsection=\count180
|
||||
\c@paragraph=\count181
|
||||
\c@subparagraph=\count182
|
||||
\c@figure=\count183
|
||||
\c@table=\count184
|
||||
\abovecaptionskip=\skip47
|
||||
\belowcaptionskip=\skip48
|
||||
\bibindent=\dimen138
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
|
||||
Package: amsmath 2020/09/23 v2.17i AMS math features
|
||||
\@mathmargin=\skip49
|
||||
|
||||
For additional information on amsmath, use the `?' option.
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
|
||||
Package: amstext 2000/06/29 v2.01 AMS text
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty
|
||||
File: amsgen.sty 1999/11/30 v2.0 generic functions
|
||||
\@emptytoks=\toks15
|
||||
\ex@=\dimen139
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty
|
||||
Package: amsbsy 1999/11/29 v1.2d Bold Symbols
|
||||
\pmbraise@=\dimen140
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty
|
||||
Package: amsopn 2016/03/08 v2.02 operator names
|
||||
)
|
||||
\inf@bad=\count185
|
||||
LaTeX Info: Redefining \frac on input line 234.
|
||||
\uproot@=\count186
|
||||
\leftroot@=\count187
|
||||
LaTeX Info: Redefining \overline on input line 399.
|
||||
\classnum@=\count188
|
||||
\DOTSCASE@=\count189
|
||||
LaTeX Info: Redefining \ldots on input line 496.
|
||||
LaTeX Info: Redefining \dots on input line 499.
|
||||
LaTeX Info: Redefining \cdots on input line 620.
|
||||
\Mathstrutbox@=\box47
|
||||
\strutbox@=\box48
|
||||
\big@size=\dimen141
|
||||
LaTeX Font Info: Redeclaring font encoding OML on input line 743.
|
||||
LaTeX Font Info: Redeclaring font encoding OMS on input line 744.
|
||||
\macc@depth=\count190
|
||||
\c@MaxMatrixCols=\count191
|
||||
\dotsspace@=\muskip16
|
||||
\c@parentequation=\count192
|
||||
\dspbrk@lvl=\count193
|
||||
\tag@help=\toks16
|
||||
\row@=\count194
|
||||
\column@=\count195
|
||||
\maxfields@=\count196
|
||||
\andhelp@=\toks17
|
||||
\eqnshift@=\dimen142
|
||||
\alignsep@=\dimen143
|
||||
\tagshift@=\dimen144
|
||||
\tagwidth@=\dimen145
|
||||
\totwidth@=\dimen146
|
||||
\lineht@=\dimen147
|
||||
\@envbody=\toks18
|
||||
\multlinegap=\skip50
|
||||
\multlinetaggap=\skip51
|
||||
\mathdisplay@stack=\toks19
|
||||
LaTeX Info: Redefining \[ on input line 2923.
|
||||
LaTeX Info: Redefining \] on input line 2924.
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
|
||||
Package: graphicx 2020/09/09 v1.2b Enhanced LaTeX Graphics (DPC,SPQR)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
|
||||
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
|
||||
\KV@toks@=\toks20
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
|
||||
Package: graphics 2020/08/30 v1.4c Standard LaTeX Graphics (DPC,SPQR)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
|
||||
Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
|
||||
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
|
||||
)
|
||||
Package graphics Info: Driver file: pdftex.def on input line 105.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def
|
||||
File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex
|
||||
))
|
||||
\Gin@req@height=\dimen148
|
||||
\Gin@req@width=\dimen149
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/cancel/cancel.sty
|
||||
Package: cancel 2013/04/12 v2.2 Cancel math terms
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
|
||||
Package: amssymb 2013/01/14 v3.01 AMS font symbols
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty
|
||||
Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
|
||||
\symAMSa=\mathgroup4
|
||||
\symAMSb=\mathgroup5
|
||||
LaTeX Font Info: Redeclaring math symbol \hbar on input line 98.
|
||||
LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
|
||||
(Font) U/euf/m/n --> U/euf/b/n on input line 106.
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty
|
||||
\lst@mode=\count197
|
||||
\lst@gtempboxa=\box49
|
||||
\lst@token=\toks21
|
||||
\lst@length=\count198
|
||||
\lst@currlwidth=\dimen150
|
||||
\lst@column=\count199
|
||||
\lst@pos=\count266
|
||||
\lst@lostspace=\dimen151
|
||||
\lst@width=\dimen152
|
||||
\lst@newlines=\count267
|
||||
\lst@lineno=\count268
|
||||
\lst@maxwidth=\dimen153
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty
|
||||
File: lstmisc.sty 2020/03/24 1.8d (Carsten Heinz)
|
||||
\c@lstnumber=\count269
|
||||
\lst@skipnumbers=\count270
|
||||
\lst@framebox=\box50
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg
|
||||
File: listings.cfg 2020/03/24 1.8d listings configuration
|
||||
))
|
||||
Package: listings 2020/03/24 1.8d (Carsten Heinz)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/enumitem/enumitem.sty
|
||||
Package: enumitem 2019/06/20 v3.9 Customized lists
|
||||
\labelindent=\skip52
|
||||
\enit@outerparindent=\dimen154
|
||||
\enit@toks=\toks22
|
||||
\enit@inbox=\box51
|
||||
\enit@count@id=\count271
|
||||
\enitdp@description=\count272
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/soul/soul.sty
|
||||
Package: soul 2003/11/17 v2.4 letterspacing/underlining (mf)
|
||||
\SOUL@word=\toks23
|
||||
\SOUL@lasttoken=\toks24
|
||||
\SOUL@cmds=\toks25
|
||||
\SOUL@buffer=\toks26
|
||||
\SOUL@token=\toks27
|
||||
\SOUL@spaceskip=\skip53
|
||||
\SOUL@ttwidth=\dimen155
|
||||
\SOUL@uldp=\dimen156
|
||||
\SOUL@ulht=\dimen157
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/minted/minted.sty
|
||||
Package: minted 2017/07/19 v2.5 Yet another Pygments shim for LaTeX
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty
|
||||
Package: kvoptions 2020-10-07 v3.14 Key value format for package options (HO)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
|
||||
Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO)
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty
|
||||
Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO)
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/fvextra/fvextra.sty
|
||||
Package: fvextra 2019/02/04 v1.4 fvextra - extensions and patches for fancyvrb
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty
|
||||
Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC)
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty
|
||||
Package: etoolbox 2020/10/05 v2.5k e-TeX tools for LaTeX (JAW)
|
||||
\etb@tempcnta=\count273
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
|
||||
Package: fancyvrb 2021/01/20 v3.7 verbatim text (tvz,hv)
|
||||
\FV@CodeLineNo=\count274
|
||||
\FV@InFile=\read2
|
||||
\FV@TabBox=\box52
|
||||
\c@FancyVerbLine=\count275
|
||||
\FV@StepNumber=\count276
|
||||
\FV@OutFile=\write3
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty
|
||||
Package: upquote 2012/04/19 v1.3 upright-quote and grave-accent glyphs in verba
|
||||
tim
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/lineno/lineno.sty
|
||||
Package: lineno 2005/11/02 line numbers on paragraphs v4.41
|
||||
\linenopenalty=\count277
|
||||
\output=\toks28
|
||||
\linenoprevgraf=\count278
|
||||
\linenumbersep=\dimen158
|
||||
\linenumberwidth=\dimen159
|
||||
\c@linenumber=\count279
|
||||
\c@pagewiselinenumber=\count280
|
||||
\c@LN@truepage=\count281
|
||||
\c@internallinenumber=\count282
|
||||
\c@internallinenumbers=\count283
|
||||
\quotelinenumbersep=\dimen160
|
||||
\bframerule=\dimen161
|
||||
\bframesep=\dimen162
|
||||
\bframebox=\box53
|
||||
LaTeX Info: Redefining \\ on input line 3056.
|
||||
)
|
||||
\c@FV@TrueTabGroupLevel=\count284
|
||||
\c@FV@TrueTabCounter=\count285
|
||||
\FV@TabBox@Group=\box54
|
||||
\FV@TmpLength=\skip54
|
||||
\c@FV@HighlightLinesStart=\count286
|
||||
\c@FV@HighlightLinesStop=\count287
|
||||
\FV@LoopCount=\count288
|
||||
\FV@NCharsBox=\box55
|
||||
\FV@BreakIndent=\dimen163
|
||||
\FV@BreakIndentNChars=\count289
|
||||
\FV@BreakSymbolSepLeft=\dimen164
|
||||
\FV@BreakSymbolSepLeftNChars=\count290
|
||||
\FV@BreakSymbolSepRight=\dimen165
|
||||
\FV@BreakSymbolSepRightNChars=\count291
|
||||
\FV@BreakSymbolIndentLeft=\dimen166
|
||||
\FV@BreakSymbolIndentLeftNChars=\count292
|
||||
\FV@BreakSymbolIndentRight=\dimen167
|
||||
\FV@BreakSymbolIndentRightNChars=\count293
|
||||
\c@FancyVerbLineBreakLast=\count294
|
||||
\FV@LineBox=\box56
|
||||
\FV@LineIndentBox=\box57
|
||||
\FV@LineWidth=\dimen168
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty
|
||||
Package: calc 2017/05/25 v4.3 Infix arithmetic (KKT,FJ)
|
||||
\calc@Acount=\count295
|
||||
\calc@Bcount=\count296
|
||||
\calc@Adimen=\dimen169
|
||||
\calc@Bdimen=\dimen170
|
||||
\calc@Askip=\skip55
|
||||
\calc@Bskip=\skip56
|
||||
LaTeX Info: Redefining \setlength on input line 80.
|
||||
LaTeX Info: Redefining \addtolength on input line 81.
|
||||
\calc@Ccount=\count297
|
||||
\calc@Cskip=\skip57
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/tools/shellesc.sty
|
||||
Package: shellesc 2019/11/08 v1.0c unified shell escape interface for LaTeX
|
||||
Package shellesc Info: Unrestricted shell escape enabled on input line 75.
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/ifplatform/ifplatform.sty
|
||||
Package: ifplatform 2017/10/13 v0.4a Testing for the operating system
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
|
||||
Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO
|
||||
)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty
|
||||
Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO)
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty
|
||||
Package: iftex 2020/03/06 v1.0d TeX engine tests
|
||||
)
|
||||
Package pdftexcmds Info: \pdf@primitive is available.
|
||||
Package pdftexcmds Info: \pdf@ifprimitive is available.
|
||||
Package pdftexcmds Info: \pdfdraftmode found.
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/catchfile/catchfile.sty
|
||||
Package: catchfile 2019/12/09 v1.8 Catch the contents of a file (HO)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty
|
||||
Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO)
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifluatex.sty
|
||||
Package: ifluatex 2019/10/25 v1.5 ifluatex legacy package. Use iftex instead.
|
||||
)
|
||||
runsystem(uname -s > "hw4.w18")...executed.
|
||||
|
||||
(./hw4.w18)
|
||||
runsystem(rm -- "hw4.w18")...executed.
|
||||
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/xstring/xstring.sty
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/xstring/xstring.tex
|
||||
\integerpart=\count298
|
||||
\decimalpart=\count299
|
||||
)
|
||||
Package: xstring 2019/02/06 v1.83 String manipulations (CT)
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty
|
||||
Package: framed 2011/10/22 v 0.96: framed or shaded text with page breaks
|
||||
\OuterFrameSep=\skip58
|
||||
\fb@frw=\dimen171
|
||||
\fb@frh=\dimen172
|
||||
\FrameRule=\dimen173
|
||||
\FrameSep=\dimen174
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/float/float.sty
|
||||
Package: float 2001/11/08 v1.3d Float enhancements (AL)
|
||||
\c@float@type=\count300
|
||||
\float@exts=\toks29
|
||||
\float@box=\box58
|
||||
\@float@everytoks=\toks30
|
||||
\@floatcapt=\box59
|
||||
)
|
||||
\minted@appexistsfile=\read3
|
||||
\minted@bgbox=\box60
|
||||
\minted@code=\write4
|
||||
\c@minted@FancyVerbLineTemp=\count301
|
||||
\c@minted@pygmentizecounter=\count302
|
||||
\@float@every@listing=\toks31
|
||||
\c@listing=\count303
|
||||
)
|
||||
runsystem(mkdir -p _minted-hw4)...executed.
|
||||
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
|
||||
Package: geometry 2020/01/02 v5.9 Page Geometry
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty
|
||||
Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead.
|
||||
)
|
||||
\Gm@cnth=\count304
|
||||
\Gm@cntv=\count305
|
||||
\c@Gm@tempcnt=\count306
|
||||
\Gm@bindingoffset=\dimen175
|
||||
\Gm@wd@mp=\dimen176
|
||||
\Gm@odd@mp=\dimen177
|
||||
\Gm@even@mp=\dimen178
|
||||
\Gm@layoutwidth=\dimen179
|
||||
\Gm@layoutheight=\dimen180
|
||||
\Gm@layouthoffset=\dimen181
|
||||
\Gm@layoutvoffset=\dimen182
|
||||
\Gm@dimlist=\toks32
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/dirtytalk/dirtytalk.sty
|
||||
Package: dirtytalk 2010/11/21 A package making "quoting" easier
|
||||
\c@dirtytalk@qdepth=\count307
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/lplfitch/lplfitch.sty
|
||||
Package: lplfitch 2013/05/16 v0.9 LPL Fitch style
|
||||
Package: lplfitch 2013/05/07 -- Fitch Proofs a la LPL
|
||||
\fitchargwidth=\skip59
|
||||
\fitchprfwidth=\skip60
|
||||
\fitchctxwidth=\skip61
|
||||
\fitchsep=\skip62
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
|
||||
Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg
|
||||
File: color.cfg 2016/01/02 v1.6 sample color configuration
|
||||
)
|
||||
Package xcolor Info: Driver file: pdftex.def on input line 225.
|
||||
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348.
|
||||
Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1352.
|
||||
Package xcolor Info: Model `RGB' extended on input line 1364.
|
||||
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1366.
|
||||
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1367.
|
||||
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1368.
|
||||
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369.
|
||||
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370.
|
||||
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371.
|
||||
)
|
||||
runsystem(which pygmentize && touch hw4.aex)...executed.
|
||||
|
||||
runsystem(rm hw4.aex)...executed.
|
||||
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
|
||||
File: l3backend-pdftex.def 2020-01-29 L3 backend support: PDF output (pdfTeX)
|
||||
\l__color_backend_stack_int=\count308
|
||||
\l__pdf_internal_box=\box61
|
||||
)
|
||||
(./hw4.aux)
|
||||
\openout1 = `hw4.aux'.
|
||||
|
||||
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 28.
|
||||
LaTeX Font Info: ... okay on input line 28.
|
||||
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 28.
|
||||
LaTeX Font Info: ... okay on input line 28.
|
||||
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 28.
|
||||
LaTeX Font Info: ... okay on input line 28.
|
||||
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 28.
|
||||
LaTeX Font Info: ... okay on input line 28.
|
||||
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 28.
|
||||
LaTeX Font Info: ... okay on input line 28.
|
||||
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 28.
|
||||
LaTeX Font Info: ... okay on input line 28.
|
||||
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 28.
|
||||
LaTeX Font Info: ... okay on input line 28.
|
||||
(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
|
||||
[Loading MPS to PDF converter (version 2006.09.02).]
|
||||
\scratchcounter=\count309
|
||||
\scratchdimen=\dimen183
|
||||
\scratchbox=\box62
|
||||
\nofMPsegments=\count310
|
||||
\nofMParguments=\count311
|
||||
\everyMPshowfont=\toks33
|
||||
\MPscratchCnt=\count312
|
||||
\MPscratchDim=\dimen184
|
||||
\MPnumerator=\count313
|
||||
\makeMPintoPDFobject=\count314
|
||||
\everyMPtoPDFconversion=\toks34
|
||||
) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
|
||||
Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
|
||||
Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4
|
||||
85.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
|
||||
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
|
||||
e
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty
|
||||
Package: textcomp 2020/02/02 v2.0n Standard LaTeX package
|
||||
)
|
||||
\c@lstlisting=\count315
|
||||
|
||||
*geometry* driver: auto-detecting
|
||||
*geometry* detected driver: pdftex
|
||||
*geometry* verbose mode - [ preamble ] result:
|
||||
* driver: pdftex
|
||||
* paper: letterpaper
|
||||
* layout: <same size as paper>
|
||||
* layoutoffset:(h,v)=(0.0pt,0.0pt)
|
||||
* modes:
|
||||
* h-part:(L,W,R)=(72.26999pt, 469.75502pt, 72.26999pt)
|
||||
* v-part:(T,H,B)=(72.26999pt, 650.43001pt, 72.26999pt)
|
||||
* \paperwidth=614.295pt
|
||||
* \paperheight=794.96999pt
|
||||
* \textwidth=469.75502pt
|
||||
* \textheight=650.43001pt
|
||||
* \oddsidemargin=0.0pt
|
||||
* \evensidemargin=0.0pt
|
||||
* \topmargin=-37.0pt
|
||||
* \headheight=12.0pt
|
||||
* \headsep=25.0pt
|
||||
* \topskip=10.0pt
|
||||
* \footskip=30.0pt
|
||||
* \marginparwidth=65.0pt
|
||||
* \marginparsep=11.0pt
|
||||
* \columnsep=10.0pt
|
||||
* \skip\footins=9.0pt plus 4.0pt minus 2.0pt
|
||||
* \hoffset=0.0pt
|
||||
* \voffset=0.0pt
|
||||
* \mag=1000
|
||||
* \@twocolumnfalse
|
||||
* \@twosidefalse
|
||||
* \@mparswitchfalse
|
||||
* \@reversemarginfalse
|
||||
* (1in=72.27pt=25.4mm, 1cm=28.453pt)
|
||||
|
||||
LaTeX Font Info: Trying to load font information for U+msa on input line 29.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
|
||||
File: umsa.fd 2013/01/14 v3.01 AMS symbols A
|
||||
)
|
||||
LaTeX Font Info: Trying to load font information for U+msb on input line 29.
|
||||
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
|
||||
File: umsb.fd 2013/01/14 v3.01 AMS symbols B
|
||||
)
|
||||
Package epstopdf Info: Source file: <question1Answer.eps>
|
||||
(epstopdf) date: 2021-11-16 16:07:52
|
||||
(epstopdf) size: 48690 bytes
|
||||
(epstopdf) Output file: <question1Answer-eps-converted-to.pdf>
|
||||
(epstopdf) date: 2021-11-16 16:08:10
|
||||
(epstopdf) size: 19801 bytes
|
||||
(epstopdf) Command: <epstopdf --outfile=question1Answer-eps-convert
|
||||
ed-to.pdf question1Answer.eps>
|
||||
(epstopdf) \includegraphics on input line 41.
|
||||
Package epstopdf Info: Output file is already uptodate.
|
||||
<question1Answer-eps-converted-to.pdf, id=1, 368.37625pt x 299.1175pt>
|
||||
File: question1Answer-eps-converted-to.pdf Graphic file (type pdf)
|
||||
<use question1Answer-eps-converted-to.pdf>
|
||||
Package pdftex.def Info: question1Answer-eps-converted-to.pdf used on input li
|
||||
ne 41.
|
||||
(pdftex.def) Requested size: 199.16928pt x 161.72186pt.
|
||||
Package epstopdf Info: Source file: <question2Answer.eps>
|
||||
(epstopdf) date: 2021-11-16 16:17:18
|
||||
(epstopdf) size: 52267 bytes
|
||||
(epstopdf) Output file: <question2Answer-eps-converted-to.pdf>
|
||||
(epstopdf) date: 2021-11-16 16:17:55
|
||||
(epstopdf) size: 21716 bytes
|
||||
(epstopdf) Command: <epstopdf --outfile=question2Answer-eps-convert
|
||||
ed-to.pdf question2Answer.eps>
|
||||
(epstopdf) \includegraphics on input line 46.
|
||||
Package epstopdf Info: Output file is already uptodate.
|
||||
<question2Answer-eps-converted-to.pdf, id=2, 368.37625pt x 299.1175pt>
|
||||
File: question2Answer-eps-converted-to.pdf Graphic file (type pdf)
|
||||
<use question2Answer-eps-converted-to.pdf>
|
||||
Package pdftex.def Info: question2Answer-eps-converted-to.pdf used on input li
|
||||
ne 46.
|
||||
(pdftex.def) Requested size: 199.16928pt x 161.72186pt.
|
||||
[1
|
||||
|
||||
{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map} <./question1Answer-eps-conv
|
||||
erted-to.pdf> <./question2Answer-eps-converted-to.pdf>]
|
||||
<question3.png, id=31, 609.27625pt x 474.77374pt>
|
||||
File: question3.png Graphic file (type png)
|
||||
<use question3.png>
|
||||
Package pdftex.def Info: question3.png used on input line 51.
|
||||
(pdftex.def) Requested size: 227.62204pt x 177.37321pt.
|
||||
|
||||
Underfull \hbox (badness 10000) in paragraph at lines 58--59
|
||||
|
||||
[]
|
||||
|
||||
|
||||
Underfull \hbox (badness 10000) in paragraph at lines 72--73
|
||||
|
||||
[]
|
||||
|
||||
./hw4.tex:77: Undefined control sequence.
|
||||
<argument> ...tag \begin {split} BW_{CL}\approxGH
|
||||
=1\\ \omega =1 \end {split}
|
||||
l.77 \end{split}
|
||||
|
||||
The control sequence at the end of the top line
|
||||
of your error message was never \def'ed. If you have
|
||||
misspelled it (e.g., `\hobx'), type `I' and the correct
|
||||
spelling (e.g., `I\hbox'). Otherwise just continue,
|
||||
and I'll forget about whatever was undefined.
|
||||
|
||||
./hw4.tex:77: Undefined control sequence.
|
||||
<argument> ...tag \begin {split} BW_{CL}\approxGH
|
||||
=1\\ \omega =1 \end {split}
|
||||
l.77 \end{split}
|
||||
|
||||
The control sequence at the end of the top line
|
||||
of your error message was never \def'ed. If you have
|
||||
misspelled it (e.g., `\hobx'), type `I' and the correct
|
||||
spelling (e.g., `I\hbox'). Otherwise just continue,
|
||||
and I'll forget about whatever was undefined.
|
||||
|
||||
<question8.png, id=33, 758.835pt x 395.4775pt>
|
||||
File: question8.png Graphic file (type png)
|
||||
<use question8.png>
|
||||
Package pdftex.def Info: question8.png used on input line 92.
|
||||
(pdftex.def) Requested size: 142.26378pt x 74.13977pt.
|
||||
<question8BlockDiagram.png, id=34, 325.43944pt x 95.16298pt>
|
||||
File: question8BlockDiagram.png Graphic file (type png)
|
||||
<use question8BlockDiagram.png>
|
||||
Package pdftex.def Info: question8BlockDiagram.png used on input line 93.
|
||||
(pdftex.def) Requested size: 199.16928pt x 58.23953pt.
|
||||
[2 <./question3.png>]
|
||||
<question9.png, id=41, 342.5297pt x 343.2825pt>
|
||||
File: question9.png Graphic file (type png)
|
||||
<use question9.png>
|
||||
Package pdftex.def Info: question9.png used on input line 100.
|
||||
(pdftex.def) Requested size: 142.26378pt x 142.58005pt.
|
||||
<question10.png, id=42, 514.92375pt x 481.8pt>
|
||||
File: question10.png Graphic file (type png)
|
||||
<use question10.png>
|
||||
Package pdftex.def Info: question10.png used on input line 105.
|
||||
(pdftex.def) Requested size: 142.26378pt x 133.10927pt.
|
||||
[3 <./question8.png> <./question8BlockDiagram.png (PNG copy)> <./question9.png
|
||||
> <./question10.png>]
|
||||
<question11.png, id=49, 601.4972pt x 361.35pt>
|
||||
File: question11.png Graphic file (type png)
|
||||
<use question11.png>
|
||||
Package pdftex.def Info: question11.png used on input line 114.
|
||||
(pdftex.def) Requested size: 142.26378pt x 85.46312pt.
|
||||
[4 <./question11.png (PNG copy)>]
|
||||
(./hw4.aux) )
|
||||
Here is how much of TeX's memory you used:
|
||||
8769 strings out of 479304
|
||||
142322 string characters out of 5869779
|
||||
496172 words of memory out of 5000000
|
||||
25812 multiletter control sequences out of 15000+600000
|
||||
410386 words of font info for 55 fonts, out of 8000000 for 9000
|
||||
1141 hyphenation exceptions out of 8191
|
||||
85i,16n,88p,287b,371s stack positions out of 5000i,500n,10000p,200000b,80000s
|
||||
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmex
|
||||
10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb
|
||||
></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb></usr/
|
||||
share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb></usr/share/t
|
||||
exlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb></usr/share/texlive/
|
||||
texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfb></usr/share/texlive/texmf-d
|
||||
ist/fonts/type1/public/amsfonts/cm/cmr17.pfb></usr/share/texlive/texmf-dist/fon
|
||||
ts/type1/public/amsfonts/cm/cmr5.pfb></usr/share/texlive/texmf-dist/fonts/type1
|
||||
/public/amsfonts/cm/cmr7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/
|
||||
amsfonts/cm/cmr8.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts
|
||||
/cm/cmsy10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cm
|
||||
sy7.pfb>
|
||||
Output written on hw4.pdf (4 pages, 347123 bytes).
|
||||
PDF statistics:
|
||||
91 PDF objects out of 1000 (max. 8388607)
|
||||
57 compressed objects within 1 object stream
|
||||
0 named destinations out of 1000 (max. 500000)
|
||||
41 words of extra memory for PDF output out of 10000 (max. 10000000)
|
||||
|
BIN
homework/homework4/hw4/hw4.pdf
Normal file
BIN
homework/homework4/hw4/hw4.synctex.gz
Normal file
148
homework/homework4/hw4/hw4.tex
Normal file
|
@ -0,0 +1,148 @@
|
|||
% File: hw4.tex
|
||||
% Created: 14:03:29 Tue, 16 Nov 2021 EST
|
||||
% Last Change: 14:03:29 Tue, 16 Nov 2021 EST
|
||||
%
|
||||
\documentclass[letterpaper]{article}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{cancel}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{listings}
|
||||
\usepackage[shortlabels]{enumitem}
|
||||
\usepackage{soul}
|
||||
%\usepackage[smartEllipses,hashEnumerators,hybrid]{markdown}
|
||||
\usepackage{minted}
|
||||
\usepackage{geometry}
|
||||
\usepackage{dirtytalk}
|
||||
\usepackage{lplfitch}
|
||||
|
||||
\geometry{portrait, margin=1in}
|
||||
|
||||
%\begin{minted}[linenos,bgcolor=LightGray]{[language]}
|
||||
|
||||
\date{11/16/2021}
|
||||
\title{%
|
||||
Homework \# 4\\
|
||||
\large EEET--427--01:Controls Systems}
|
||||
\author{Blizzard MacDougall}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\pagenumbering{arabic}
|
||||
\begin{equation}
|
||||
M_r=\frac{1}{2\zeta\sqrt{1-\zeta^2}}
|
||||
\end{equation}
|
||||
\begin{equation}
|
||||
\frac{BW}{\omega_n}=\sqrt{\left(1-2\zeta^2\right)+\sqrt{4\zeta^4-4\zeta^2+2}}
|
||||
\end{equation}
|
||||
\begin{enumerate}
|
||||
\item Plot a fully labeled $M_r$ as the damping ratio varies from $0.1-0.7$.
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=7cm]{question1Answer.eps}
|
||||
\end{figure}
|
||||
\item Plot and fully label $\frac{BW}{\omega_n}$ as the damping ratio varies from $0-1.2$.
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=7cm]{question2Answer.eps}
|
||||
\end{figure}
|
||||
\newpage
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=8cm]{question3.png}
|
||||
\caption{Open Loop Gain Plot}
|
||||
\end{figure}
|
||||
\item What is the phase margin in Figure 1?\\
|
||||
$\approx10^\circ$.
|
||||
\item What is the approximate damping ratio, given Figure 1?\\
|
||||
$\approx0.1$.
|
||||
\item What is the approximate steady state error in Figure 1, assuming $H=1.0$?\\
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
Steady\ State=E\\
|
||||
E=R-CH\\
|
||||
E=R-EGH\\
|
||||
E+EGH=R\\
|
||||
E(1+GH)=R\\
|
||||
\frac ER =\frac{1}{1+GH}\\
|
||||
GH=55dB=10^{\frac{55dB}{20}}\approx562.3\\
|
||||
\frac ER = \frac{1}{1+562.3}\\
|
||||
\frac ER \approx 0.001775
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\item What is the closed loop bandwidth of this system in Figure 1, assuming $H=1.0$?\\
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
BW_{CL}\approxGH=1\\
|
||||
\omega=1
|
||||
\end{split} \end{equation} \item If you reduce the loop gain by $20dB$, what will the phase margin be? What will the damping ratio be? What will the magnitude peaking ratio be in the closed loop frequency response?
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
PM\approx5^\circ\\
|
||||
\zeta=0.05\\
|
||||
\frac{E}{R}=\frac{1}{1+GH}\\
|
||||
GH=35dB=10^{\frac{35}{20}}\approx 56.23\\
|
||||
\frac{E}{R}=\frac{1}{1+56.23}\approx 0.01747
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\item Draw a control system block diagram for simple inverting amplifier op-amp circuit (shown below).
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=5cm]{question8.png}
|
||||
\end{figure}
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
V=\frac{V_{in}R_f+V_{out}R_i}{R_f}\\
|
||||
V_{out}=-A_v\left(\frac{V_{in}R_f+V_{out}R_i}{R_f}\right)\\
|
||||
V_{out}=\frac{\frac{-A_vR_f}{R_f+R_i}}{1+\frac{-A_vR_f}{R_f+R_i}\times\frac{R_i}{R_f}}\\
|
||||
H=\frac{R_i}{R_f}
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=7cm]{question8BlockDiagram.png}
|
||||
\end{figure}
|
||||
\newpage
|
||||
\item Sketch a bode plot of the transfer function of the inverting practical integrator amplifier circuit shown, assuming an ideal op-amp. Use $R_f=10M\Omega;\ C_f=2\mu F;\ R_{in}=10k\Omega$.
|
||||
After you have the sketch, plot the bode plot in MATLAB with the frequency ranging from $10^{-3}-10^{3}$.
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=5cm]{question9.png}
|
||||
\end{figure}
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
TF=\frac{R_f}{R_{in}(sCR_f+1)}\\
|
||||
s<1;\ \frac{R_f}{R_{in}};\ Mag=60dB;\ phase=0\\
|
||||
1<s;\ \frac{R_f}{R_{in}(sCR_f)};\ Mag=34dB-20\log(\omega);\ phase=-90^\circ
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=7cm]{question9Graphs.png}
|
||||
\end{figure}
|
||||
\newpage
|
||||
\item At $1rad/sec$, how much phase does this circuit have, and what is the gain?
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=5cm]{question10.png}
|
||||
\end{figure}
|
||||
\begin{equation}
|
||||
Gain=37.5dB;\ Phase-87.5^\circ
|
||||
\end{equation}
|
||||
\item For the practical Op-Amp differentiator shown, assuming an ideal op-amp, sketch the bode plot over the frequency range $10^{-3}-10^{3}$. Use $R_f=100k\Omega;\ C_a=20\mu F;\ R_a=1k\Omega$. After you sketch the plot by hand, use matlab to confirm your results.
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=5cm]{question11.png}
|
||||
\end{figure}
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
TF=\frac{sCR_f}{sCR_{in}+1}\\
|
||||
s<1;\ sCR_f;\ Mag=26dB;\ Phase=90\\
|
||||
1<s;\ \frac{R_f}{R_{in}};\ Mag=60dB-20\log(\omega);\ Phase=0
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=5cm]{question11Graphs.png}
|
||||
\end{figure}
|
||||
\end{enumerate}
|
||||
\end{document}
|
5
homework/homework4/hw4/init.m
Normal file
|
@ -0,0 +1,5 @@
|
|||
function init
|
||||
clc; close all;
|
||||
global fig_num
|
||||
fig_num = 1;
|
||||
end
|
12
homework/homework4/hw4/make_bode.m
Normal file
|
@ -0,0 +1,12 @@
|
|||
function make_bode (mag_plot, phase_plot, H, log_xmin, log_xmax, ymin, ymax)
|
||||
global fig_num;
|
||||
figure(fig_num);
|
||||
fig_num = fig_num + 1;
|
||||
|
||||
global options;
|
||||
options.Ylim = [ymin ymax];
|
||||
options.MagVisible = mag_plot;
|
||||
options.PhaseVisible = phase_plot;
|
||||
w=logspace(log_xmin,log_xmax,1000);
|
||||
bode(H,options,w); grid on;
|
||||
end
|
14
homework/homework4/hw4/make_plot.m
Normal file
|
@ -0,0 +1,14 @@
|
|||
function make_plot(x_data,y_data,graph_title,x_label,y_label,x2_data,y2_data,y2_marker)
|
||||
global fig_num;
|
||||
figure(fig_num);
|
||||
fig_num=fig_num+1;
|
||||
|
||||
plot(x_data,y_data);
|
||||
grid on;
|
||||
xlabel(x_label); ylabel(y_label);
|
||||
title(graph_title);
|
||||
if nargin==8
|
||||
hold on;
|
||||
plot(x2_data,y2_data,y2_marker);
|
||||
end
|
||||
end
|
6
homework/homework4/hw4/question1.m
Normal file
|
@ -0,0 +1,6 @@
|
|||
init();
|
||||
zeta=0.1:0.7/2048:0.7;
|
||||
zetaSqrt=sqrt(1-zeta.^2);
|
||||
mr=1./(2.*zeta.*zetaSqrt);
|
||||
make_plot(zeta,mr,"Mr Plot","zeta","Mr");
|
||||
exportgraphics(gcf,'question1Answer.eps','ContentType','vector')
|
BIN
homework/homework4/hw4/question10.png
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
homework/homework4/hw4/question11.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
homework/homework4/hw4/question11Graphs.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
homework/homework4/hw4/question1Answer-eps-converted-to.pdf
Normal file
2954
homework/homework4/hw4/question1Answer.eps
Normal file
6
homework/homework4/hw4/question2.m
Normal file
|
@ -0,0 +1,6 @@
|
|||
init();
|
||||
zeta=0:1.2/2048:1.2;
|
||||
zetaSqrt=sqrt(4.*(zeta.^4)-4.*(zeta.^2)+2);
|
||||
BW=sqrt(1-2.*zeta.^2+zetaSqrt);
|
||||
make_plot(zeta,BW,"BW/wn Plot","zeta","BW/wn");
|
||||
exportgraphics(gcf,'question2Answer.eps','ContentType','vector')
|
BIN
homework/homework4/hw4/question2Answer-eps-converted-to.pdf
Normal file
3118
homework/homework4/hw4/question2Answer.eps
Normal file
BIN
homework/homework4/hw4/question3.png
Normal file
After Width: | Height: | Size: 71 KiB |
BIN
homework/homework4/hw4/question8.png
Normal file
After Width: | Height: | Size: 65 KiB |
BIN
homework/homework4/hw4/question8BlockDiagram.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
10
homework/homework4/hw4/question9.m
Normal file
|
@ -0,0 +1,10 @@
|
|||
init();
|
||||
Rf=1E7;
|
||||
Cf=2E-6;
|
||||
Rin=1E4;
|
||||
global s;
|
||||
TF=(Rf/Rin)*(1./(s*Cf*Rf+1));
|
||||
make_bode('on','off',TF,-3,3,-120,45);
|
||||
exportgraphics(gcf,'question9Magnitude.eps','ContentType','vector');
|
||||
make_bode('off','on',TF,-3,3,-180,180);
|
||||
exportgraphics(gcf,'question9Phase.eps','ContentType','vector');
|
BIN
homework/homework4/hw4/question9.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
homework/homework4/hw4/question9Graphs.png
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
homework/homework5/Bode Lead Homework HANDOUT.docx
Normal file
5
homework/homework5/hw5/hw5.aux
Normal file
|
@ -0,0 +1,5 @@
|
|||
\relax
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {1}Section 1}{1}{}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {2}Section 2}{1}{}\protected@file@percent }
|
||||
\@writefile{toc}{\contentsline {section}{\numberline {3}Section 3}{1}{}\protected@file@percent }
|
||||
\gdef \@abspage@last{2}
|
338
homework/homework5/hw5/hw5.log
Normal file
|
@ -0,0 +1,338 @@
|
|||
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Debian) (preloaded format=pdflatex 2021.9.12) 17 NOV 2021 21:13
|
||||
entering extended mode
|
||||
\write18 enabled.
|
||||
file:line:error style messages enabled.
|
||||
%&-line parsing enabled.
|
||||
**hw5.tex
|
||||
(./hw5.tex
|
||||
LaTeX2e <2020-10-01> patch level 4
|
||||
L3 programming layer <2021-01-09> xparse <2020-03-03>
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
|
||||
Document Class: article 2020/04/10 v1.4m Standard LaTeX document class
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo
|
||||
File: size10.clo 2020/04/10 v1.4m Standard LaTeX file (size option)
|
||||
)
|
||||
\c@part=\count177
|
||||
\c@section=\count178
|
||||
\c@subsection=\count179
|
||||
\c@subsubsection=\count180
|
||||
\c@paragraph=\count181
|
||||
\c@subparagraph=\count182
|
||||
\c@figure=\count183
|
||||
\c@table=\count184
|
||||
\abovecaptionskip=\skip47
|
||||
\belowcaptionskip=\skip48
|
||||
\bibindent=\dimen138
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
|
||||
Package: amsmath 2020/09/23 v2.17i AMS math features
|
||||
\@mathmargin=\skip49
|
||||
|
||||
For additional information on amsmath, use the `?' option.
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
|
||||
Package: amstext 2000/06/29 v2.01 AMS text
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty
|
||||
File: amsgen.sty 1999/11/30 v2.0 generic functions
|
||||
\@emptytoks=\toks15
|
||||
\ex@=\dimen139
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty
|
||||
Package: amsbsy 1999/11/29 v1.2d Bold Symbols
|
||||
\pmbraise@=\dimen140
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty
|
||||
Package: amsopn 2016/03/08 v2.02 operator names
|
||||
)
|
||||
\inf@bad=\count185
|
||||
LaTeX Info: Redefining \frac on input line 234.
|
||||
\uproot@=\count186
|
||||
\leftroot@=\count187
|
||||
LaTeX Info: Redefining \overline on input line 399.
|
||||
\classnum@=\count188
|
||||
\DOTSCASE@=\count189
|
||||
LaTeX Info: Redefining \ldots on input line 496.
|
||||
LaTeX Info: Redefining \dots on input line 499.
|
||||
LaTeX Info: Redefining \cdots on input line 620.
|
||||
\Mathstrutbox@=\box47
|
||||
\strutbox@=\box48
|
||||
\big@size=\dimen141
|
||||
LaTeX Font Info: Redeclaring font encoding OML on input line 743.
|
||||
LaTeX Font Info: Redeclaring font encoding OMS on input line 744.
|
||||
\macc@depth=\count190
|
||||
\c@MaxMatrixCols=\count191
|
||||
\dotsspace@=\muskip16
|
||||
\c@parentequation=\count192
|
||||
\dspbrk@lvl=\count193
|
||||
\tag@help=\toks16
|
||||
\row@=\count194
|
||||
\column@=\count195
|
||||
\maxfields@=\count196
|
||||
\andhelp@=\toks17
|
||||
\eqnshift@=\dimen142
|
||||
\alignsep@=\dimen143
|
||||
\tagshift@=\dimen144
|
||||
\tagwidth@=\dimen145
|
||||
\totwidth@=\dimen146
|
||||
\lineht@=\dimen147
|
||||
\@envbody=\toks18
|
||||
\multlinegap=\skip50
|
||||
\multlinetaggap=\skip51
|
||||
\mathdisplay@stack=\toks19
|
||||
LaTeX Info: Redefining \[ on input line 2923.
|
||||
LaTeX Info: Redefining \] on input line 2924.
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
|
||||
Package: graphicx 2020/09/09 v1.2b Enhanced LaTeX Graphics (DPC,SPQR)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
|
||||
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
|
||||
\KV@toks@=\toks20
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
|
||||
Package: graphics 2020/08/30 v1.4c Standard LaTeX Graphics (DPC,SPQR)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
|
||||
Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
|
||||
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
|
||||
)
|
||||
Package graphics Info: Driver file: pdftex.def on input line 105.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def
|
||||
File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex
|
||||
))
|
||||
\Gin@req@height=\dimen148
|
||||
\Gin@req@width=\dimen149
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/cancel/cancel.sty
|
||||
Package: cancel 2013/04/12 v2.2 Cancel math terms
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
|
||||
Package: amssymb 2013/01/14 v3.01 AMS font symbols
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty
|
||||
Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
|
||||
\symAMSa=\mathgroup4
|
||||
\symAMSb=\mathgroup5
|
||||
LaTeX Font Info: Redeclaring math symbol \hbar on input line 98.
|
||||
LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
|
||||
(Font) U/euf/m/n --> U/euf/b/n on input line 106.
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty
|
||||
\lst@mode=\count197
|
||||
\lst@gtempboxa=\box49
|
||||
\lst@token=\toks21
|
||||
\lst@length=\count198
|
||||
\lst@currlwidth=\dimen150
|
||||
\lst@column=\count199
|
||||
\lst@pos=\count266
|
||||
\lst@lostspace=\dimen151
|
||||
\lst@width=\dimen152
|
||||
\lst@newlines=\count267
|
||||
\lst@lineno=\count268
|
||||
\lst@maxwidth=\dimen153
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty
|
||||
File: lstmisc.sty 2020/03/24 1.8d (Carsten Heinz)
|
||||
\c@lstnumber=\count269
|
||||
\lst@skipnumbers=\count270
|
||||
\lst@framebox=\box50
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg
|
||||
File: listings.cfg 2020/03/24 1.8d listings configuration
|
||||
))
|
||||
Package: listings 2020/03/24 1.8d (Carsten Heinz)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/enumitem/enumitem.sty
|
||||
Package: enumitem 2019/06/20 v3.9 Customized lists
|
||||
\labelindent=\skip52
|
||||
\enit@outerparindent=\dimen154
|
||||
\enit@toks=\toks22
|
||||
\enit@inbox=\box51
|
||||
\enit@count@id=\count271
|
||||
\enitdp@description=\count272
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/lipsum/lipsum.sty
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty
|
||||
Package: expl3 2021-01-09 L3 programming layer (loader)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
|
||||
File: l3backend-pdftex.def 2020-01-29 L3 backend support: PDF output (pdfTeX)
|
||||
\l__color_backend_stack_int=\count273
|
||||
\l__pdf_internal_box=\box52
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
|
||||
Package: xparse 2020-10-27 L3 Experimental document command parser
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex))
|
||||
Package: lipsum 2019/01/02 v2.2 150 paragraphs of Lorem Ipsum dummy text
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/lipsum/lipsum.ltd.tex
|
||||
File: lipsum.ltd.tex 2019/01/02 v2.2 The Lorem ipsum dummy text
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/soul/soul.sty
|
||||
Package: soul 2003/11/17 v2.4 letterspacing/underlining (mf)
|
||||
\SOUL@word=\toks23
|
||||
\SOUL@lasttoken=\toks24
|
||||
\SOUL@cmds=\toks25
|
||||
\SOUL@buffer=\toks26
|
||||
\SOUL@token=\toks27
|
||||
\SOUL@spaceskip=\skip53
|
||||
\SOUL@ttwidth=\dimen155
|
||||
\SOUL@uldp=\dimen156
|
||||
\SOUL@ulht=\dimen157
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
|
||||
Package: geometry 2020/01/02 v5.9 Page Geometry
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty
|
||||
Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty
|
||||
Package: iftex 2020/03/06 v1.0d TeX engine tests
|
||||
))
|
||||
\Gm@cnth=\count274
|
||||
\Gm@cntv=\count275
|
||||
\c@Gm@tempcnt=\count276
|
||||
\Gm@bindingoffset=\dimen158
|
||||
\Gm@wd@mp=\dimen159
|
||||
\Gm@odd@mp=\dimen160
|
||||
\Gm@even@mp=\dimen161
|
||||
\Gm@layoutwidth=\dimen162
|
||||
\Gm@layoutheight=\dimen163
|
||||
\Gm@layouthoffset=\dimen164
|
||||
\Gm@layoutvoffset=\dimen165
|
||||
\Gm@dimlist=\toks28
|
||||
)
|
||||
No file hw5.aux.
|
||||
\openout1 = `hw5.aux'.
|
||||
|
||||
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
|
||||
[Loading MPS to PDF converter (version 2006.09.02).]
|
||||
\scratchcounter=\count277
|
||||
\scratchdimen=\dimen166
|
||||
\scratchbox=\box53
|
||||
\nofMPsegments=\count278
|
||||
\nofMParguments=\count279
|
||||
\everyMPshowfont=\toks29
|
||||
\MPscratchCnt=\count280
|
||||
\MPscratchDim=\dimen167
|
||||
\MPnumerator=\count281
|
||||
\makeMPintoPDFobject=\count282
|
||||
\everyMPtoPDFconversion=\toks30
|
||||
) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
|
||||
Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
|
||||
Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4
|
||||
85.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
|
||||
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
|
||||
e
|
||||
))
|
||||
\c@lstlisting=\count283
|
||||
|
||||
*geometry* driver: auto-detecting
|
||||
*geometry* detected driver: pdftex
|
||||
*geometry* verbose mode - [ preamble ] result:
|
||||
* driver: pdftex
|
||||
* paper: letterpaper
|
||||
* layout: <same size as paper>
|
||||
* layoutoffset:(h,v)=(0.0pt,0.0pt)
|
||||
* modes:
|
||||
* h-part:(L,W,R)=(72.26999pt, 469.75502pt, 72.26999pt)
|
||||
* v-part:(T,H,B)=(72.26999pt, 650.43001pt, 72.26999pt)
|
||||
* \paperwidth=614.295pt
|
||||
* \paperheight=794.96999pt
|
||||
* \textwidth=469.75502pt
|
||||
* \textheight=650.43001pt
|
||||
* \oddsidemargin=0.0pt
|
||||
* \evensidemargin=0.0pt
|
||||
* \topmargin=-37.0pt
|
||||
* \headheight=12.0pt
|
||||
* \headsep=25.0pt
|
||||
* \topskip=10.0pt
|
||||
* \footskip=30.0pt
|
||||
* \marginparwidth=65.0pt
|
||||
* \marginparsep=11.0pt
|
||||
* \columnsep=10.0pt
|
||||
* \skip\footins=9.0pt plus 4.0pt minus 2.0pt
|
||||
* \hoffset=0.0pt
|
||||
* \voffset=0.0pt
|
||||
* \mag=1000
|
||||
* \@twocolumnfalse
|
||||
* \@twosidefalse
|
||||
* \@mparswitchfalse
|
||||
* \@reversemarginfalse
|
||||
* (1in=72.27pt=25.4mm, 1cm=28.453pt)
|
||||
|
||||
LaTeX Font Info: Trying to load font information for U+msa on input line 24.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
|
||||
File: umsa.fd 2013/01/14 v3.01 AMS symbols A
|
||||
)
|
||||
LaTeX Font Info: Trying to load font information for U+msb on input line 24.
|
||||
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
|
||||
File: umsb.fd 2013/01/14 v3.01 AMS symbols B
|
||||
)
|
||||
./hw5.tex:32: Undefined control sequence.
|
||||
<recently read> \diameter
|
||||
|
||||
l.32 ...em Using the design formula for $\diameter
|
||||
_{max}$ in terms of $\alph...
|
||||
The control sequence at the end of the top line
|
||||
of your error message was never \def'ed. If you have
|
||||
misspelled it (e.g., `\hobx'), type `I' and the correct
|
||||
spelling (e.g., `I\hbox'). Otherwise just continue,
|
||||
and I'll forget about whatever was undefined.
|
||||
|
||||
<section3BodePlot.png, id=1, 820.06375pt x 614.295pt>
|
||||
File: section3BodePlot.png Graphic file (type png)
|
||||
<use section3BodePlot.png>
|
||||
Package pdftex.def Info: section3BodePlot.png used on input line 55.
|
||||
(pdftex.def) Requested size: 199.16928pt x 149.196pt.
|
||||
|
||||
LaTeX Warning: `!h' float specifier changed to `!ht'.
|
||||
|
||||
[1
|
||||
|
||||
{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2 <./section3bodePlot.png
|
||||
>] (./hw5.aux) )
|
||||
Here is how much of TeX's memory you used:
|
||||
4972 strings out of 479304
|
||||
71962 string characters out of 5869779
|
||||
518873 words of memory out of 5000000
|
||||
22115 multiletter control sequences out of 15000+600000
|
||||
410991 words of font info for 57 fonts, out of 8000000 for 9000
|
||||
1141 hyphenation exceptions out of 8191
|
||||
68i,6n,75p,281b,357s stack positions out of 5000i,500n,10000p,200000b,80000s
|
||||
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/c
|
||||
mbx12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.
|
||||
pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb></u
|
||||
sr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb></usr/shar
|
||||
e/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfb></usr/share/texli
|
||||
ve/texmf-dist/fonts/type1/public/amsfonts/cm/cmr17.pfb></usr/share/texlive/texm
|
||||
f-dist/fonts/type1/public/amsfonts/cm/cmsy7.pfb>
|
||||
Output written on hw5.pdf (2 pages, 141178 bytes).
|
||||
PDF statistics:
|
||||
42 PDF objects out of 1000 (max. 8388607)
|
||||
28 compressed objects within 1 object stream
|
||||
0 named destinations out of 1000 (max. 500000)
|
||||
6 words of extra memory for PDF output out of 10000 (max. 10000000)
|
||||
|
BIN
homework/homework5/hw5/hw5.pdf
Normal file
BIN
homework/homework5/hw5/hw5.synctex.gz
Normal file
122
homework/homework5/hw5/hw5.tex
Normal file
|
@ -0,0 +1,122 @@
|
|||
% File: hw5.tex
|
||||
% Created: 20:58:54 Wed, 17 Nov 2021 EST
|
||||
% Last Change: 20:58:54 Wed, 17 Nov 2021 EST
|
||||
%
|
||||
\documentclass[letterpaper]{article}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{cancel}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{listings}
|
||||
\usepackage[shortlabels]{enumitem}
|
||||
\usepackage{lipsum}
|
||||
\usepackage{soul}
|
||||
\usepackage{geometry}
|
||||
|
||||
\geometry{portrait, margin=1in}
|
||||
|
||||
\date{11/17/2021}
|
||||
\title{%
|
||||
Homework \#5\\
|
||||
\large EEET--427--01:Controls Systems}
|
||||
\author{Blizzard MacDougall}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\pagenumbering{arabic}
|
||||
\section{Section 1}
|
||||
\begin{enumerate}
|
||||
\item Create a bode plot showing the magnitude in dB and phase of the below lead compensator. Clearly mark on the plot the peak phase in degrees created by the compensator and at what frequency the peak phase is created (in rad/sec).
|
||||
\begin{equation}
|
||||
G_c(s)=10\frac{s+50}{s+500}
|
||||
\end{equation}
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=7cm]{question1Graph.eps}
|
||||
\end{figure}
|
||||
\item Using the design formula for $\varnothing_{max}$ in terms of $\alpha$, what is the theoretical max value of phase that the compensator adds? You will need to figure out what $\alpha$ is and plug it into the formula.
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
\alpha = 0.1\\
|
||||
\varnothing_{max} = \sin^{-1}\left(\frac{1-\alpha}{1+\alpha}\right)=\sin^{-1}\left(\frac{9}{11}\right)\\
|
||||
\varnothing_{max} \approx 55^\circ
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\item At what frequency is the phase max?\\
|
||||
$\approx 150rad/sec$
|
||||
\newpage
|
||||
\item Using the formula of the lead compensator, calculate (using a calculator) what the magnitude of the compensator gain is at $\omega=5rad/sec$.
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
T=\frac{1}{\omega\sqrt{\alpha}}\approx0.632\\
|
||||
G_{c}(s)=\frac{0.632s+1}{0.0632s+1}
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\item \dots at $\omega=5000rad/sec$.
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
T\approx6.32_E-4;\ G_{c}(s)=\frac{(6.32_E-4) s+1}{(6.32_E-5)s+1}
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\end{enumerate}
|
||||
\section{Section 2}
|
||||
\begin{enumerate}[resume]
|
||||
\item Design a phase lead compensator to produce a max of $30^\circ$ of phase shift at a frequency of $\omega=10rad/sec$. Include $5^\circ$ of margin in your design. What is the value of $\alpha$?
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
\varnothing_{max}=35^\circ\\
|
||||
\alpha=\frac{1-\sin(\varnothing_{max})}{1+\sin(\varnothing_{max})}\\
|
||||
\alpha\approx0.271
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\item What is the value of $T$ for this lead compensator?
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
T=\frac{1}{\omega\sqrt{\alpha}}\\
|
||||
T\approx0.192
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\item What is the transfer function of the compensator? Specifically, where are the poles and zeroes? Create a bode plot (both gain and phase) for the compensator.
|
||||
\begin{equation}
|
||||
G_c(s)=\frac{0.192s+1}{0.052s+1};\ pole=-19.23;\ zero=-5.21
|
||||
\end{equation}
|
||||
\item What is the gain of the compensator (in $dB$) at $\omega=0.1rad/sec$?
|
||||
$\approx -60dB$
|
||||
\item \dots $\omega=10rad/sec$?
|
||||
$\approx 15dB$
|
||||
\item \dots $\omega=1000rad/sec$?
|
||||
$\approx 21dB$
|
||||
\end{enumerate}
|
||||
\newpage
|
||||
\section{Section 3}
|
||||
\begin{enumerate}[resume]
|
||||
\item A control system has an open loop gain transfer function of:
|
||||
\begin{equation}
|
||||
G_{ol}(s)=\frac{9}{s(s+1.5)}
|
||||
\end{equation}
|
||||
The open loop gain bode plot is shown below:
|
||||
\begin{figure}[h!]
|
||||
\centering
|
||||
\includegraphics[width=7cm]{section3BodePlot.png}
|
||||
\end{figure}\\
|
||||
Design a phase lead compensator to achieve a closed loop step response with a $10\%$ overshoot. Note that the percent overshoot is related to the damping ratio through the formula given in the design overview section above. What does the damping ratio have to be?
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
\zeta=\frac{-\ln\left(\frac{OS}{100}\right)}{\sqrt{\pi^2+\left(\ln\left(\frac{OS}{100}\right)\right)^2}}\\
|
||||
\zeta\approx0.591
|
||||
\end{split}
|
||||
\end{equation}
|
||||
\item What does the phase margin have to be to achieve this damping ratio?\\
|
||||
$\approx 59^\circ$
|
||||
\item How much phase in degrees must the lead compensator contribute to achieve this damping ratio? Be sure to include an additional $5^\circ$ of margin in your answer.\\
|
||||
$\approx 36^\circ$
|
||||
\item What is the value of $\alpha$?\\
|
||||
$\approx 0.2596$
|
||||
\item What is the value of $T$?
|
||||
\item What are the poles and zeros of the final lead compensator transfer function?
|
||||
\item What is the gain of the compensator (in $dB$) at $\omega=0.1rad/sec$?
|
||||
\item \dots $\omega=3rad/sec$?
|
||||
\item \dots $\omega=1000rad/sec$?
|
||||
\end{enumerate}
|
||||
|
||||
|
||||
\end{document}
|
2886
homework/homework5/hw5/question1Graph.eps
Normal file
BIN
homework/homework5/hw5/section3bodePlot.png
Normal file
After Width: | Height: | Size: 115 KiB |
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<p>for example:</p>
|
||||
<p><a href="https://www.mathworks.com/videos/control-systems-in-practice-part-3-what-is-feedforward-control-1535712796292.html">https://www.mathworks.com/videos/control-systems-in-practice-part-3-what-is-feedforward-control-1535712796292.html</a></p>
|
||||
</body>
|
||||
</html>
|
54
week1/24-08-2021/24-08-2021.tex
Normal file
|
@ -0,0 +1,54 @@
|
|||
% File: 23-08-2021.tex
|
||||
% Created: 14:00:00 Tue, 24 Aug 2021 EDT
|
||||
% Last Change: 15:00:00 Tue, 24 Aug 2021 EDT
|
||||
%
|
||||
\documentclass[letterpaper]{article}
|
||||
|
||||
\usepackage{graphicx}
|
||||
\usepackage{cancel}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{listings}
|
||||
\usepackage{enumitem}
|
||||
\usepackage{inputenc}
|
||||
\usepackage{amsmath}
|
||||
|
||||
\date{08/23/2021}
|
||||
\title{%
|
||||
Day One Notes\\
|
||||
\large EEET-427-01: Control Systems}
|
||||
\author{Blizzard MacDougall}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\pagenumbering{arabic}
|
||||
Textbook not required. Helpful, but not required. This class is more theoretical than CPET.\\
|
||||
In lecture, we'll be using problem solving studio approach.\\
|
||||
\\
|
||||
In lab, we'll be building control systems experiments. We'll be cutting foam core, mounting motors, sensors, wiring power, sensors, actuators, microcontrollers, etc. There will be real-world control code thats actively in real-world use. \\
|
||||
\\
|
||||
Syllabus is on MyCourses. Changes/updates will be announced.\\
|
||||
Big terms for this course:
|
||||
\begin{itemize}
|
||||
\item control
|
||||
\item feedback
|
||||
\item compensation
|
||||
\item system
|
||||
\item analysis
|
||||
\item Laplace
|
||||
\end{itemize}
|
||||
[import syllabus rough schedule]\\
|
||||
\\
|
||||
Primary example of a control system: balancing a ball on a beam\\
|
||||
\\
|
||||
Quizzes will be after lecture. The questions on the daily quizzes will be basically the same as the exams (midterm and final). Quizzes are 20\% of the course, 15\% is the final, anf 15\% is the midterm. There will be a portfolio as a final project; this will include a write-up. \\
|
||||
\\
|
||||
\section{Control System Introduction}
|
||||
HMI - Human Mechanical Interface\\
|
||||
Controller - the thing that tells the actuators what to do, based on sensor input\\
|
||||
Actuator - the item that creates change in the system\\
|
||||
Plant - the object that the actuator modifies\\
|
||||
Trajectory - what you ultimately want to happen with the plant/process\\
|
||||
Sensor - monitors the plant, sends information to controller\\
|
||||
\\
|
||||
This class will use a good amount of block diagrams. As such, each of the lines and boxes should be labeled.
|
||||
|
||||
\end{document}
|
66
week1/26-08-2021/26-08-2021.tex
Normal file
|
@ -0,0 +1,66 @@
|
|||
% File: 26-08-2021.tex
|
||||
% Created: 14:03:03 Thu, 26 Aug 2021 EDT
|
||||
% Last Change: 14:03:03 Thu, 26 Aug 2021 EDT
|
||||
%
|
||||
\documentclass[letterpaper]{article}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{cancel}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{listings}
|
||||
\usepackage{enumitem}
|
||||
|
||||
\date{08/26/2021}
|
||||
\title{%
|
||||
Day Two Notes\\
|
||||
\large EEET-427-01:Control Systems}
|
||||
\author{Blizzard MacDougall}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\pagenumbering{arabic}
|
||||
\section{Controls Intro, and Why}
|
||||
Control Systems Engineering is the analysis of a system to determine how it responds to inputs, mathematical models that support the analysis of the systems, and the design of a controller that changes inputs to a system to achieve a desired output.\\
|
||||
Controls engineers get to see the full scope of a project, and interact with all parts of a system. They also save systems, by taking existing systems and making them better, more efficient, or expand its usefulness at minimal cost.\\
|
||||
Controls engineers are also involved from the beginning of a project to ensure that systems can perform safely at the required level. \\
|
||||
Using the controls engineer mindset brings a unique perspective to life.\\
|
||||
\\
|
||||
Tools of controls engineers:\\
|
||||
\begin{itemize}
|
||||
\item Models (physics, electrical, chemical, etc)
|
||||
\item Diff.Eq.
|
||||
\item Laplace transforms
|
||||
\item Block diagrams
|
||||
\item Bode plots
|
||||
\item Measurements of system response
|
||||
\item Complex number math (roots of polynomials)
|
||||
\item Software for digital control
|
||||
\end{itemize}
|
||||
\newpage
|
||||
\section{Language of Controls}
|
||||
\begin{itemize}
|
||||
\item process: the thing being controlled
|
||||
\item actuator: manipulates an input of the process (in the lab kit, its the motor)
|
||||
\item controller: designed system that controls the actuator
|
||||
\item sensor: measures the system
|
||||
\item summing junction: compares desired output to the output measured by the sensor, passes the error to the controller
|
||||
\end{itemize}
|
||||
The controller has to account for sense-errors and other disturbances. (Disturbances include change in power supply voltage, environmental temperature, sensor noise, etc)\\
|
||||
A process can have multiple output signals, and can have multiple control loops. These loops can be independent or dependent.\\
|
||||
Open-loop control is where the output isn't sensed, its just assumed that everything is working properly. Closed-loop control includes a sensor that checks the output.\\
|
||||
\\
|
||||
To start in the process of designing a system, you have to write some differential equations that describe the system you're modeling.\\
|
||||
\section{Example Problem 1}
|
||||
Skydiver of mass 100kg, $g=9.8m/s$, $v_i=0m/s$, drag coefficient $D_L$, $F_D=vD_L$\\
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
mg+D_Lv(t)=m\frac{dv}{dt}\\
|
||||
980N-D_Lv(t)=m\frac{dv}{dt}\\
|
||||
Terminal\ velocity=\frac{980N}{D_L}
|
||||
\end{split}
|
||||
\end{equation}
|
||||
Given a terminal velocity of $v_1=50m/s$\\
|
||||
\begin{equation}
|
||||
D_L=19.6\frac{N\times sec}m
|
||||
\end{equation}
|
||||
|
||||
\end{document}
|
33
week10/26-10-2021/26-10-2021.tex
Normal file
|
@ -0,0 +1,33 @@
|
|||
% File: 26-10-2021.tex
|
||||
% Created: 14:07:20 Tue, 26 Oct 2021 EDT
|
||||
% Last Change: 14:07:20 Tue, 26 Oct 2021 EDT
|
||||
%
|
||||
\documentclass[letterpaper]{article}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{cancel}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{listings}
|
||||
\usepackage[shortlabels]{enumitem}
|
||||
\usepackage{soul}
|
||||
%\usepackage[smartEllipses,hashEnumerators,hybrid]{markdown}
|
||||
\usepackage{minted}
|
||||
\usepackage{geometry}
|
||||
\usepackage{dirtytalk}
|
||||
\usepackage{lplfitch}
|
||||
|
||||
\geometry{portrait, margin=1in}
|
||||
|
||||
%\begin{minted}[linenos,bgcolor=LightGray]{[language]}
|
||||
|
||||
\date{10/26/2021}
|
||||
\title{%
|
||||
Notes\\
|
||||
\large EEET--427--01:Controls Systems}
|
||||
\author{Blizzard MacDougall}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\pagenumbering{arabic}
|
||||
|
||||
|
||||
\end{document}
|
96
week11/02-11-2021/02-11-2021.tex
Normal file
|
@ -0,0 +1,96 @@
|
|||
% File: 11-02-2021.tex
|
||||
% Created: 14:10:43 Tue, 02 Nov 2021 EDT
|
||||
% Last Change: 14:10:43 Tue, 02 Nov 2021 EDT
|
||||
%
|
||||
\documentclass[letterpaper]{article}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{cancel}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{listings}
|
||||
\usepackage[shortlabels]{enumitem}
|
||||
\usepackage{soul}
|
||||
%\usepackage[smartEllipses,hashEnumerators,hybrid]{markdown}
|
||||
\usepackage{minted}
|
||||
\usepackage{geometry}
|
||||
\usepackage{dirtytalk}
|
||||
\usepackage{lplfitch}
|
||||
|
||||
\geometry{portrait, margin=1in}
|
||||
|
||||
%\begin{minted}[linenos,bgcolor=LightGray]{[language]}
|
||||
|
||||
\date{11/02/2021}
|
||||
\title{%
|
||||
\say{Fun With Control Systems}\\
|
||||
\large EEET--427--01:Controls Systems}
|
||||
\author{Blizzard MacDougall}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\pagenumbering{arabic}
|
||||
You now have a ball on a beam. What are the forces on the ball?
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
\sum F=ma\\
|
||||
mg\sin\theta=m\ddot{x}
|
||||
\end{split}
|
||||
\end{equation}
|
||||
Now, whats handy about what we're working with, is it can follow the Small Angle Theorem (which roughly says $\sin\theta\approx\theta$). Meaning\dots
|
||||
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
mg\theta=m\ddot{x}\\
|
||||
g\theta=\ddot{x}\\
|
||||
g\theta(s)=s^2X(s)\\
|
||||
\frac{X(s)}{\theta(s)}=\frac{g}{s^2}
|
||||
\end{split}
|
||||
\end{equation}
|
||||
But this results in a\dots nasty RH Table.
|
||||
So, lets redo the physics math here to include drag.
|
||||
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
\sum F=ma\\
|
||||
mg\sin\theta-bv=m\ddot{x}\\
|
||||
mg\theta-b\dot{x}=m\ddot{x}\\
|
||||
mg\theta(s)-bsX(s)=ms^2X(s)\\
|
||||
mg\theta(s)=ms^2X(s)+bsX(s)\\
|
||||
mg\theta(s)=(ms^2+bs)X(s)\\
|
||||
\frac{X(s)}{\theta(s)}=\frac{mg}{ms^2+bs}
|
||||
\end{split}
|
||||
\end{equation}
|
||||
|
||||
But this also results in a system that is unstable.
|
||||
So lets add a simple controller, make it stable.
|
||||
In a block diagram, this is adding feedback, and a $K_p$ gain.
|
||||
This results in\dots another unstable system.
|
||||
|
||||
\begin{equation}
|
||||
\frac{X(s)}{X_{ref}(s)}=\frac{K_p g}{s^2+K_p g}
|
||||
\end{equation}
|
||||
|
||||
What if we added control to the drag system stated before?
|
||||
(And yes, this as just as tedious for you as it is for me.)
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
\frac{G}{1+GH}\\
|
||||
G=\frac{K_p mg}{ms^2+bs}\\
|
||||
\frac{X(s)}{X_{ref}(s)}=\frac{K_p mg}{ms^2+bs+K_p mg}
|
||||
\end{split}
|
||||
\end{equation}
|
||||
|
||||
This turns out to be stable. (I'm not writing out a RH table here, sorry)
|
||||
But how stable is it?
|
||||
This involves a shift\dots and I'm sorry that it does
|
||||
|
||||
\begin{equation}
|
||||
\begin{split}
|
||||
m{(z-\tau)}^2+b(z-\tau)+K_p mg\\
|
||||
mz^2-2m\tau z+m\tau^2+bz-b\tau+K_p mg\\
|
||||
mz^2+(b-2m\tau)z+(K_p mg-b\tau+m\tau^2)\\
|
||||
\tau=1;\
|
||||
mz^2+(b-2m)z+(K_p mg-b+m)
|
||||
\end{split}
|
||||
\end{equation}
|
||||
|
||||
\end{document}
|
36
week11/04-11-2021/04-11-2021.tex
Normal file
|
@ -0,0 +1,36 @@
|
|||
% File: 11-04-2021.tex
|
||||
% Created: 14:12:25 Thu, 04 Nov 2021 EDT
|
||||
% Last Change: 14:12:25 Thu, 04 Nov 2021 EDT
|
||||
%
|
||||
\documentclass[letterpaper]{article}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{cancel}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{listings}
|
||||
\usepackage[shortlabels]{enumitem}
|
||||
\usepackage{soul}
|
||||
%\usepackage[smartEllipses,hashEnumerators,hybrid]{markdown}
|
||||
\usepackage{minted}
|
||||
\usepackage{geometry}
|
||||
\usepackage{dirtytalk}
|
||||
\usepackage{lplfitch}
|
||||
|
||||
\geometry{portrait, margin=1in}
|
||||
|
||||
%\begin{minted}[linenos,bgcolor=LightGray]{[language]}
|
||||
|
||||
\date{11/04/2021}
|
||||
\title{%
|
||||
Bode Analysis\\
|
||||
\large EEET--427--01:Controls Systems}
|
||||
\author{Blizzard MacDougall}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\pagenumbering{arabic}
|
||||
Routh Hurwitz isn't the most helpful thing in the world, so we'll use Bode as well when analyzing systems.
|
||||
Rather than doing the whole nine yards, we can just analyze GH.
|
||||
So, the only thing we really need to ensure is that $GH\ne-1$.
|
||||
|
||||
|
||||
\end{document}
|
2
week2/02-09-2021/02-09-2021.aux
Normal file
|
@ -0,0 +1,2 @@
|
|||
\relax
|
||||
\gdef \@abspage@last{2}
|
337
week2/02-09-2021/02-09-2021.log
Normal file
|
@ -0,0 +1,337 @@
|
|||
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex 2021.12.7) 9 DEC 2021 19:08
|
||||
entering extended mode
|
||||
\write18 enabled.
|
||||
file:line:error style messages enabled.
|
||||
%&-line parsing enabled.
|
||||
**02-09-2021.tex
|
||||
(./02-09-2021.tex
|
||||
LaTeX2e <2021-11-15>
|
||||
L3 programming layer <2021-11-22>
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
|
||||
Document Class: article 2021/10/04 v1.4n Standard LaTeX document class
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo
|
||||
File: size10.clo 2021/10/04 v1.4n Standard LaTeX file (size option)
|
||||
)
|
||||
\c@part=\count183
|
||||
\c@section=\count184
|
||||
\c@subsection=\count185
|
||||
\c@subsubsection=\count186
|
||||
\c@paragraph=\count187
|
||||
\c@subparagraph=\count188
|
||||
\c@figure=\count189
|
||||
\c@table=\count190
|
||||
\abovecaptionskip=\skip47
|
||||
\belowcaptionskip=\skip48
|
||||
\bibindent=\dimen138
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
|
||||
Package: amsmath 2021/10/15 v2.17l AMS math features
|
||||
\@mathmargin=\skip49
|
||||
|
||||
For additional information on amsmath, use the `?' option.
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
|
||||
Package: amstext 2021/08/26 v2.01 AMS text
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty
|
||||
File: amsgen.sty 1999/11/30 v2.0 generic functions
|
||||
\@emptytoks=\toks16
|
||||
\ex@=\dimen139
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty
|
||||
Package: amsbsy 1999/11/29 v1.2d Bold Symbols
|
||||
\pmbraise@=\dimen140
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty
|
||||
Package: amsopn 2021/08/26 v2.02 operator names
|
||||
)
|
||||
\inf@bad=\count191
|
||||
LaTeX Info: Redefining \frac on input line 234.
|
||||
\uproot@=\count192
|
||||
\leftroot@=\count193
|
||||
LaTeX Info: Redefining \overline on input line 399.
|
||||
\classnum@=\count194
|
||||
\DOTSCASE@=\count195
|
||||
LaTeX Info: Redefining \ldots on input line 496.
|
||||
LaTeX Info: Redefining \dots on input line 499.
|
||||
LaTeX Info: Redefining \cdots on input line 620.
|
||||
\Mathstrutbox@=\box50
|
||||
\strutbox@=\box51
|
||||
\big@size=\dimen141
|
||||
LaTeX Font Info: Redeclaring font encoding OML on input line 743.
|
||||
LaTeX Font Info: Redeclaring font encoding OMS on input line 744.
|
||||
\macc@depth=\count196
|
||||
\c@MaxMatrixCols=\count197
|
||||
\dotsspace@=\muskip16
|
||||
\c@parentequation=\count198
|
||||
\dspbrk@lvl=\count199
|
||||
\tag@help=\toks17
|
||||
\row@=\count266
|
||||
\column@=\count267
|
||||
\maxfields@=\count268
|
||||
\andhelp@=\toks18
|
||||
\eqnshift@=\dimen142
|
||||
\alignsep@=\dimen143
|
||||
\tagshift@=\dimen144
|
||||
\tagwidth@=\dimen145
|
||||
\totwidth@=\dimen146
|
||||
\lineht@=\dimen147
|
||||
\@envbody=\toks19
|
||||
\multlinegap=\skip50
|
||||
\multlinetaggap=\skip51
|
||||
\mathdisplay@stack=\toks20
|
||||
LaTeX Info: Redefining \[ on input line 2938.
|
||||
LaTeX Info: Redefining \] on input line 2939.
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
|
||||
Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
|
||||
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
|
||||
\KV@toks@=\toks21
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
|
||||
Package: graphics 2021/03/04 v1.4d Standard LaTeX Graphics (DPC,SPQR)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
|
||||
Package: trig 2021/08/11 v1.11 sin cos tan (DPC)
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
|
||||
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
|
||||
)
|
||||
Package graphics Info: Driver file: pdftex.def on input line 107.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def
|
||||
File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex
|
||||
))
|
||||
\Gin@req@height=\dimen148
|
||||
\Gin@req@width=\dimen149
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/cancel/cancel.sty
|
||||
Package: cancel 2013/04/12 v2.2 Cancel math terms
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
|
||||
Package: amssymb 2013/01/14 v3.01 AMS font symbols
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty
|
||||
Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
|
||||
\symAMSa=\mathgroup4
|
||||
\symAMSb=\mathgroup5
|
||||
LaTeX Font Info: Redeclaring math symbol \hbar on input line 98.
|
||||
LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
|
||||
(Font) U/euf/m/n --> U/euf/b/n on input line 106.
|
||||
))
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty
|
||||
\lst@mode=\count269
|
||||
\lst@gtempboxa=\box52
|
||||
\lst@token=\toks22
|
||||
\lst@length=\count270
|
||||
\lst@currlwidth=\dimen150
|
||||
\lst@column=\count271
|
||||
\lst@pos=\count272
|
||||
\lst@lostspace=\dimen151
|
||||
\lst@width=\dimen152
|
||||
\lst@newlines=\count273
|
||||
\lst@lineno=\count274
|
||||
\lst@maxwidth=\dimen153
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty
|
||||
File: lstmisc.sty 2020/03/24 1.8d (Carsten Heinz)
|
||||
\c@lstnumber=\count275
|
||||
\lst@skipnumbers=\count276
|
||||
\lst@framebox=\box53
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg
|
||||
File: listings.cfg 2020/03/24 1.8d listings configuration
|
||||
))
|
||||
Package: listings 2020/03/24 1.8d (Carsten Heinz)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/enumitem/enumitem.sty
|
||||
Package: enumitem 2019/06/20 v3.9 Customized lists
|
||||
\labelindent=\skip52
|
||||
\enit@outerparindent=\dimen154
|
||||
\enit@toks=\toks23
|
||||
\enit@inbox=\box54
|
||||
\enit@count@id=\count277
|
||||
\enitdp@description=\count278
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/lipsum/lipsum.sty
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty
|
||||
Package: expl3 2021-11-22 L3 programming layer (loader)
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
|
||||
File: l3backend-pdftex.def 2021-10-18 L3 backend support: PDF output (pdfTeX)
|
||||
\l__color_backend_stack_int=\count279
|
||||
\l__pdf_internal_box=\box55
|
||||
))
|
||||
Package: l3keys2e 2021-11-12 LaTeX2e option processing using LaTeX3 keys
|
||||
)
|
||||
Package: lipsum 2021-09-20 v2.7 150 paragraphs of Lorem Ipsum dummy text
|
||||
\g__lipsum_par_int=\count280
|
||||
\l__lipsum_a_int=\count281
|
||||
\l__lipsum_b_int=\count282
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/lipsum/lipsum.ltd.tex))
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/soul/soul.sty
|
||||
Package: soul 2003/11/17 v2.4 letterspacing/underlining (mf)
|
||||
\SOUL@word=\toks24
|
||||
\SOUL@lasttoken=\toks25
|
||||
\SOUL@cmds=\toks26
|
||||
\SOUL@buffer=\toks27
|
||||
\SOUL@token=\toks28
|
||||
\SOUL@spaceskip=\skip53
|
||||
\SOUL@ttwidth=\dimen155
|
||||
\SOUL@uldp=\dimen156
|
||||
\SOUL@ulht=\dimen157
|
||||
)
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
|
||||
Package: geometry 2020/01/02 v5.9 Page Geometry
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty
|
||||
Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty
|
||||
Package: iftex 2020/03/06 v1.0d TeX engine tests
|
||||
))
|
||||
\Gm@cnth=\count283
|
||||
\Gm@cntv=\count284
|
||||
\c@Gm@tempcnt=\count285
|
||||
\Gm@bindingoffset=\dimen158
|
||||
\Gm@wd@mp=\dimen159
|
||||
\Gm@odd@mp=\dimen160
|
||||
\Gm@even@mp=\dimen161
|
||||
\Gm@layoutwidth=\dimen162
|
||||
\Gm@layoutheight=\dimen163
|
||||
\Gm@layouthoffset=\dimen164
|
||||
\Gm@layoutvoffset=\dimen165
|
||||
\Gm@dimlist=\toks29
|
||||
)
|
||||
No file 02-09-2021.aux.
|
||||
\openout1 = `02-09-2021.aux'.
|
||||
|
||||
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 23.
|
||||
LaTeX Font Info: ... okay on input line 23.
|
||||
(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
|
||||
[Loading MPS to PDF converter (version 2006.09.02).]
|
||||
\scratchcounter=\count286
|
||||
\scratchdimen=\dimen166
|
||||
\scratchbox=\box56
|
||||
\nofMPsegments=\count287
|
||||
\nofMParguments=\count288
|
||||
\everyMPshowfont=\toks30
|
||||
\MPscratchCnt=\count289
|
||||
\MPscratchDim=\dimen167
|
||||
\MPnumerator=\count290
|
||||
\makeMPintoPDFobject=\count291
|
||||
\everyMPtoPDFconversion=\toks31
|
||||
) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
|
||||
Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
|
||||
Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4
|
||||
85.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
|
||||
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
|
||||
e
|
||||
))
|
||||
\c@lstlisting=\count292
|
||||
|
||||
*geometry* driver: auto-detecting
|
||||
*geometry* detected driver: pdftex
|
||||
*geometry* verbose mode - [ preamble ] result:
|
||||
* driver: pdftex
|
||||
* paper: letterpaper
|
||||
* layout: <same size as paper>
|
||||
* layoutoffset:(h,v)=(0.0pt,0.0pt)
|
||||
* modes:
|
||||
* h-part:(L,W,R)=(72.26999pt, 469.75502pt, 72.26999pt)
|
||||
* v-part:(T,H,B)=(72.26999pt, 650.43001pt, 72.26999pt)
|
||||
* \paperwidth=614.295pt
|
||||
* \paperheight=794.96999pt
|
||||
* \textwidth=469.75502pt
|
||||
* \textheight=650.43001pt
|
||||
* \oddsidemargin=0.0pt
|
||||
* \evensidemargin=0.0pt
|
||||
* \topmargin=-37.0pt
|
||||
* \headheight=12.0pt
|
||||
* \headsep=25.0pt
|
||||
* \topskip=10.0pt
|
||||
* \footskip=30.0pt
|
||||
* \marginparwidth=65.0pt
|
||||
* \marginparsep=11.0pt
|
||||
* \columnsep=10.0pt
|
||||
* \skip\footins=9.0pt plus 4.0pt minus 2.0pt
|
||||
* \hoffset=0.0pt
|
||||
* \voffset=0.0pt
|
||||
* \mag=1000
|
||||
* \@twocolumnfalse
|
||||
* \@twosidefalse
|
||||
* \@mparswitchfalse
|
||||
* \@reversemarginfalse
|
||||
* (1in=72.27pt=25.4mm, 1cm=28.453pt)
|
||||
|
||||
LaTeX Font Info: Trying to load font information for U+msa on input line 24.
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
|
||||
File: umsa.fd 2013/01/14 v3.01 AMS symbols A
|
||||
)
|
||||
LaTeX Font Info: Trying to load font information for U+msb on input line 24.
|
||||
|
||||
|
||||
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
|
||||
File: umsb.fd 2013/01/14 v3.01 AMS symbols B
|
||||
)
|
||||
Underfull \hbox (badness 10000) in paragraph at lines 26--27
|
||||
|
||||
[]
|
||||
|
||||
|
||||
Underfull \hbox (badness 10000) in paragraph at lines 28--29
|
||||
|
||||
[]
|
||||
|
||||
|
||||
Underfull \hbox (badness 10000) in paragraph at lines 39--41
|
||||
|
||||
[]
|
||||
|
||||
[1
|
||||
|
||||
{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] (./02-09-2021.aux) )
|
||||
Here is how much of TeX's memory you used:
|
||||
5432 strings out of 478353
|
||||
84898 string characters out of 5850635
|
||||
483066 words of memory out of 5000000
|
||||
23514 multiletter control sequences out of 15000+600000
|
||||
410386 words of font info for 55 fonts, out of 8000000 for 9000
|
||||
1141 hyphenation exceptions out of 8191
|
||||
68i,16n,77p,280b,261s stack positions out of 5000i,500n,10000p,200000b,80000s
|
||||
</
|
||||
usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb></usr/sh
|
||||
are/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/share/te
|
||||
xlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb></usr/share/texlive/t
|
||||
exmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb></usr/share/texlive/texmf-di
|
||||
st/fonts/type1/public/amsfonts/cm/cmr10.pfb></usr/share/texlive/texmf-dist/font
|
||||
s/type1/public/amsfonts/cm/cmr12.pfb></usr/share/texlive/texmf-dist/fonts/type1
|
||||
/public/amsfonts/cm/cmr17.pfb></usr/share/texlive/texmf-dist/fonts/type1/public
|
||||
/amsfonts/cm/cmr7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfont
|
||||
s/cm/cmsy10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/c
|
||||
msy7.pfb>
|
||||
Output written on 02-09-2021.pdf (2 pages, 104270 bytes).
|
||||
PDF statistics:
|
||||
61 PDF objects out of 1000 (max. 8388607)
|
||||
36 compressed objects within 1 object stream
|
||||
0 named destinations out of 1000 (max. 500000)
|
||||
1 words of extra memory for PDF output out of 10000 (max. 10000000)
|
||||
|