--- /dev/null
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8" />
+ <title>circ-functions</title><script type="text/x-mathjax-config">
+ MathJax.Hub.Config({
+ jax: ["input/TeX","output/HTML-CSS"],
+ extensions: ["[a11y]/accessibility-menu.js"],
+ 'HTML-CSS': {
+ availableFonts: [],
+ webFont: 'TeX',
+ undefinedFamily: "serif",
+ mtextFontInherit: true,
+ },
+ TeX: {
+ "Macros": {},
+ "equationNumbers": {
+ "autoNumber": "AMS",
+ "useLabelIds": false
+ },
+ "extensions": [
+ "AMSmath.js",
+ "AMSsymbols.js",
+ "noErrors.js",
+ "noUndefined.js",
+ "AMSmath.js"
+ ]
+},
+ showMathMenu: true
+ });
+</script>
+<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js"></script>
+ <style>body { padding: 0; margin: 0; }
+.markdown-preview-plus-view:not([data-use-github-style]) {
+ padding: 2em;
+ font-size: 1.2em;
+ color: #abb2bf;
+ background-color: #282c34;
+}
+.markdown-preview-plus-view:not([data-use-github-style]) span.critic.comment > span {
+ background-color: #282c34;
+}
+.markdown-preview-plus-view:not([data-use-github-style]) > :first-child {
+ margin-top: 0;
+}
+.markdown-preview-plus-view:not([data-use-github-style]) h1,
+.markdown-preview-plus-view:not([data-use-github-style]) h2,
+.markdown-preview-plus-view:not([data-use-github-style]) h3,
+.markdown-preview-plus-view:not([data-use-github-style]) h4,
+.markdown-preview-plus-view:not([data-use-github-style]) h5,
+.markdown-preview-plus-view:not([data-use-github-style]) h6 {
+ line-height: 1.2;
+ margin-top: 1.5em;
+ margin-bottom: 0.5em;
+ color: #ffffff;
+}
+.markdown-preview-plus-view:not([data-use-github-style]) h1 {
+ font-size: 2.4em;
+ font-weight: 300;
+}
+.markdown-preview-plus-view:not([data-use-github-style]) h2 {
+ font-size: 1.8em;
+ font-weight: 400;
+}
+.markdown-preview-plus-view:not([data-use-github-style]) h3 {
+ font-size: 1.5em;
+ font-weight: 500;
+}
+.markdown-preview-plus-view:not([data-use-github-style]) h4 {
+ font-size: 1.2em;
+ font-weight: 600;
+}
+.markdown-preview-plus-view:not([data-use-github-style]) h5 {
+ font-size: 1.1em;
+ font-weight: 600;
+}
+.markdown-preview-plus-view:not([data-use-github-style]) h6 {
+ font-size: 1em;
+ font-weight: 600;
+}
+.markdown-preview-plus-view:not([data-use-github-style]) strong {
+ color: #ffffff;
+}
+.markdown-preview-plus-view:not([data-use-github-style]) del {
+ color: #7c879c;
+}
+.markdown-preview-plus-view:not([data-use-github-style]) a,
+.markdown-preview-plus-view:not([data-use-github-style]) a code {
+ color: #528bff;
+}
+.markdown-preview-plus-view:not([data-use-github-style]) img {
+ max-width: 100%;
+}
+.markdown-preview-plus-view:not([data-use-github-style]) > p {
+ margin-top: 0;
+ margin-bottom: 1.5em;
+}
+.markdown-preview-plus-view:not([data-use-github-style]) > ul,
+.markdown-preview-plus-view:not([data-use-github-style]) > ol {
+ margin-bottom: 1.5em;
+}
+.markdown-preview-plus-view:not([data-use-github-style]) blockquote {
+ margin: 1.5em 0;
+ font-size: inherit;
+ color: #7c879c;
+ border-color: #4b5362;
+ border-width: 4px;
+}
+.markdown-preview-plus-view:not([data-use-github-style]) hr {
+ margin: 3em 0;
+ border-top: 2px dashed #4b5362;
+ background: none;
+}
+.markdown-preview-plus-view:not([data-use-github-style]) table {
+ margin: 1.5em 0;
+}
+.markdown-preview-plus-view:not([data-use-github-style]) th {
+ color: #ffffff;
+}
+.markdown-preview-plus-view:not([data-use-github-style]) th,
+.markdown-preview-plus-view:not([data-use-github-style]) td {
+ padding: 0.66em 1em;
+ border: 1px solid #4b5362;
+}
+.markdown-preview-plus-view:not([data-use-github-style]) pre,
+.markdown-preview-plus-view:not([data-use-github-style]) code {
+ color: #ffffff;
+ background-color: #3a3f4b;
+}
+.markdown-preview-plus-view:not([data-use-github-style]) pre,
+.markdown-preview-plus-view:not([data-use-github-style]) pre.editor-colors {
+ margin: 1.5em 0;
+ padding: 1em;
+ font-size: 0.92em;
+ border-radius: 3px;
+ background-color: #31363f;
+}
+.markdown-preview-plus-view:not([data-use-github-style]) kbd {
+ color: #ffffff;
+ border: 1px solid #4b5362;
+ border-bottom: 2px solid #3e4451;
+ background-color: #3a3f4b;
+}
+
+@include 'style-variables';
+.markdown-preview-plus-view {
+ display: block;
+ overflow-x: hidden;
+}
+.markdown-preview-plus-view .emoji {
+ max-width: 1em !important;
+}
+.markdown-preview-plus-view del {
+ text-decoration: none;
+ position: relative;
+}
+.markdown-preview-plus-view del::after {
+ border-bottom: 1px solid black;
+ content: '';
+ left: 0;
+ position: absolute;
+ right: 0;
+ top: 50%;
+}
+.markdown-preview-plus-view .flash {
+ -webkit-animation: flash 1s ease-out;
+ -webkit-animation-iteration-count: 1;
+ outline: 1px solid rgba(255, 0, 0, 0);
+}
+@-webkit-keyframes flash {
+ 0% {
+ outline-color: rgba(255, 0, 0, 0);
+ }
+ 50% {
+ outline-color: #ff0000;
+ }
+ 100% {
+ outline-color: rgba(255, 0, 0, 0);
+ }
+}
+.markdown-preview-plus-view pre.editor-colors {
+ display: block;
+ overflow: auto;
+ white-space: pre-line;
+}
+.markdown-preview-plus-view pre.editor-colors .line {
+ display: inline;
+}
+@media print {
+ .markdown-preview-plus-view pre.editor-colors {
+ overflow: visible !important;
+ }
+ .markdown-preview-plus-view pre.editor-colors .line {
+ white-space: pre-wrap !important;
+ }
+}
+.markdown-preview-plus-view ul.contains-task-list li.task-list-item {
+ position: relative;
+ list-style-type: none;
+}
+.markdown-preview-plus-view ul.contains-task-list li.task-list-item input.task-list-item-checkbox {
+ position: absolute;
+ transform: translateX(-100%);
+ width: 30px;
+}
+.markdown-preview-plus-view span.critic.comment {
+ position: relative;
+}
+.markdown-preview-plus-view span.critic.comment::before {
+ content: '\1f4ac';
+ position: initial;
+}
+.markdown-preview-plus-view span.critic.comment > span {
+ display: none;
+}
+.markdown-preview-plus-view span.critic.comment:hover > span {
+ display: initial;
+ position: absolute;
+ top: 100%;
+ left: 0;
+ border: 1px solid;
+ border-radius: 5px;
+ max-height: 4em;
+ overflow: auto;
+}
+.markdown-preview-plus-view span.critic.comment:focus > span {
+ display: initial;
+ text-decoration: underline;
+ position: initial;
+ top: auto;
+ left: auto;
+ border: initial;
+ border-radius: initial;
+}
+
+body.markdown-preview-plus-view[data-use-github-style] {
+ overflow: initial !important;
+}
+.markdown-preview-plus-view[data-use-github-style] {
+ overflow: hidden;
+ font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
+ line-height: 1.6;
+ word-wrap: break-word;
+ padding: 30px;
+ font-size: 16px;
+ color: #333;
+ background-color: #fff;
+}
+.markdown-preview-plus-view[data-use-github-style] > *:first-child {
+ margin-top: 0 !important;
+}
+.markdown-preview-plus-view[data-use-github-style] > *:last-child {
+ margin-bottom: 0 !important;
+}
+.markdown-preview-plus-view[data-use-github-style] a:not([href]) {
+ color: inherit;
+ text-decoration: none;
+}
+.markdown-preview-plus-view[data-use-github-style] .absent {
+ color: #c00;
+}
+.markdown-preview-plus-view[data-use-github-style] .anchor {
+ position: absolute;
+ top: 0;
+ left: 0;
+ display: block;
+ padding-right: 6px;
+ padding-left: 30px;
+ margin-left: -30px;
+}
+.markdown-preview-plus-view[data-use-github-style] .anchor:focus {
+ outline: none;
+}
+.markdown-preview-plus-view[data-use-github-style] h1,
+.markdown-preview-plus-view[data-use-github-style] h2,
+.markdown-preview-plus-view[data-use-github-style] h3,
+.markdown-preview-plus-view[data-use-github-style] h4,
+.markdown-preview-plus-view[data-use-github-style] h5,
+.markdown-preview-plus-view[data-use-github-style] h6 {
+ position: relative;
+ margin-top: 1em;
+ margin-bottom: 16px;
+ font-weight: bold;
+ line-height: 1.4;
+}
+.markdown-preview-plus-view[data-use-github-style] h1 .octicon-link,
+.markdown-preview-plus-view[data-use-github-style] h2 .octicon-link,
+.markdown-preview-plus-view[data-use-github-style] h3 .octicon-link,
+.markdown-preview-plus-view[data-use-github-style] h4 .octicon-link,
+.markdown-preview-plus-view[data-use-github-style] h5 .octicon-link,
+.markdown-preview-plus-view[data-use-github-style] h6 .octicon-link {
+ display: none;
+ color: #000;
+ vertical-align: middle;
+}
+.markdown-preview-plus-view[data-use-github-style] h1:hover .anchor,
+.markdown-preview-plus-view[data-use-github-style] h2:hover .anchor,
+.markdown-preview-plus-view[data-use-github-style] h3:hover .anchor,
+.markdown-preview-plus-view[data-use-github-style] h4:hover .anchor,
+.markdown-preview-plus-view[data-use-github-style] h5:hover .anchor,
+.markdown-preview-plus-view[data-use-github-style] h6:hover .anchor {
+ padding-left: 8px;
+ margin-left: -30px;
+ text-decoration: none;
+}
+.markdown-preview-plus-view[data-use-github-style] h1:hover .anchor .octicon-link,
+.markdown-preview-plus-view[data-use-github-style] h2:hover .anchor .octicon-link,
+.markdown-preview-plus-view[data-use-github-style] h3:hover .anchor .octicon-link,
+.markdown-preview-plus-view[data-use-github-style] h4:hover .anchor .octicon-link,
+.markdown-preview-plus-view[data-use-github-style] h5:hover .anchor .octicon-link,
+.markdown-preview-plus-view[data-use-github-style] h6:hover .anchor .octicon-link {
+ display: inline-block;
+}
+.markdown-preview-plus-view[data-use-github-style] h1 tt,
+.markdown-preview-plus-view[data-use-github-style] h2 tt,
+.markdown-preview-plus-view[data-use-github-style] h3 tt,
+.markdown-preview-plus-view[data-use-github-style] h4 tt,
+.markdown-preview-plus-view[data-use-github-style] h5 tt,
+.markdown-preview-plus-view[data-use-github-style] h6 tt,
+.markdown-preview-plus-view[data-use-github-style] h1 code,
+.markdown-preview-plus-view[data-use-github-style] h2 code,
+.markdown-preview-plus-view[data-use-github-style] h3 code,
+.markdown-preview-plus-view[data-use-github-style] h4 code,
+.markdown-preview-plus-view[data-use-github-style] h5 code,
+.markdown-preview-plus-view[data-use-github-style] h6 code {
+ font-size: inherit;
+}
+.markdown-preview-plus-view[data-use-github-style] h1 {
+ padding-bottom: 0.3em;
+ font-size: 2.25em;
+ line-height: 1.2;
+ border-bottom: 1px solid #eee;
+}
+.markdown-preview-plus-view[data-use-github-style] h1 .anchor {
+ line-height: 1;
+}
+.markdown-preview-plus-view[data-use-github-style] h2 {
+ padding-bottom: 0.3em;
+ font-size: 1.75em;
+ line-height: 1.225;
+ border-bottom: 1px solid #eee;
+}
+.markdown-preview-plus-view[data-use-github-style] h2 .anchor {
+ line-height: 1;
+}
+.markdown-preview-plus-view[data-use-github-style] h3 {
+ font-size: 1.5em;
+ line-height: 1.43;
+}
+.markdown-preview-plus-view[data-use-github-style] h3 .anchor {
+ line-height: 1.2;
+}
+.markdown-preview-plus-view[data-use-github-style] h4 {
+ font-size: 1.25em;
+}
+.markdown-preview-plus-view[data-use-github-style] h4 .anchor {
+ line-height: 1.2;
+}
+.markdown-preview-plus-view[data-use-github-style] h5 {
+ font-size: 1em;
+}
+.markdown-preview-plus-view[data-use-github-style] h5 .anchor {
+ line-height: 1.1;
+}
+.markdown-preview-plus-view[data-use-github-style] h6 {
+ font-size: 1em;
+ color: #777;
+}
+.markdown-preview-plus-view[data-use-github-style] h6 .anchor {
+ line-height: 1.1;
+}
+.markdown-preview-plus-view[data-use-github-style] p,
+.markdown-preview-plus-view[data-use-github-style] blockquote,
+.markdown-preview-plus-view[data-use-github-style] ul,
+.markdown-preview-plus-view[data-use-github-style] ol,
+.markdown-preview-plus-view[data-use-github-style] dl,
+.markdown-preview-plus-view[data-use-github-style] table,
+.markdown-preview-plus-view[data-use-github-style] pre {
+ margin-top: 0;
+ margin-bottom: 16px;
+}
+.markdown-preview-plus-view[data-use-github-style] hr {
+ height: 4px;
+ padding: 0;
+ margin: 16px 0;
+ background-color: #e7e7e7;
+ border: 0 none;
+}
+.markdown-preview-plus-view[data-use-github-style] ul,
+.markdown-preview-plus-view[data-use-github-style] ol {
+ padding-left: 2em;
+}
+.markdown-preview-plus-view[data-use-github-style] ul.no-list,
+.markdown-preview-plus-view[data-use-github-style] ol.no-list {
+ padding: 0;
+ list-style-type: none;
+}
+.markdown-preview-plus-view[data-use-github-style] ul ul,
+.markdown-preview-plus-view[data-use-github-style] ul ol,
+.markdown-preview-plus-view[data-use-github-style] ol ol,
+.markdown-preview-plus-view[data-use-github-style] ol ul {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+.markdown-preview-plus-view[data-use-github-style] li > p {
+ margin-top: 16px;
+}
+.markdown-preview-plus-view[data-use-github-style] dl {
+ padding: 0;
+}
+.markdown-preview-plus-view[data-use-github-style] dl dt {
+ padding: 0;
+ margin-top: 16px;
+ font-size: 1em;
+ font-style: italic;
+ font-weight: bold;
+}
+.markdown-preview-plus-view[data-use-github-style] dl dd {
+ padding: 0 16px;
+ margin-bottom: 16px;
+}
+.markdown-preview-plus-view[data-use-github-style] blockquote {
+ padding: 0 15px;
+ color: #777;
+ border-left: 4px solid #ddd;
+}
+.markdown-preview-plus-view[data-use-github-style] blockquote > :first-child {
+ margin-top: 0;
+}
+.markdown-preview-plus-view[data-use-github-style] blockquote > :last-child {
+ margin-bottom: 0;
+}
+.markdown-preview-plus-view[data-use-github-style] table {
+ display: block;
+ width: 100%;
+ overflow: auto;
+ word-break: normal;
+ word-break: keep-all;
+}
+.markdown-preview-plus-view[data-use-github-style] table th {
+ font-weight: bold;
+}
+.markdown-preview-plus-view[data-use-github-style] table th,
+.markdown-preview-plus-view[data-use-github-style] table td {
+ padding: 6px 13px;
+ border: 1px solid #ddd;
+}
+.markdown-preview-plus-view[data-use-github-style] table tr {
+ background-color: #fff;
+ border-top: 1px solid #ccc;
+}
+.markdown-preview-plus-view[data-use-github-style] table tr:nth-child(2n) {
+ background-color: #f8f8f8;
+}
+.markdown-preview-plus-view[data-use-github-style] img {
+ max-width: 100%;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+}
+.markdown-preview-plus-view[data-use-github-style] .emoji {
+ max-width: none;
+}
+.markdown-preview-plus-view[data-use-github-style] span.frame {
+ display: block;
+ overflow: hidden;
+}
+.markdown-preview-plus-view[data-use-github-style] span.frame > span {
+ display: block;
+ float: left;
+ width: auto;
+ padding: 7px;
+ margin: 13px 0 0;
+ overflow: hidden;
+ border: 1px solid #ddd;
+}
+.markdown-preview-plus-view[data-use-github-style] span.frame span img {
+ display: block;
+ float: left;
+}
+.markdown-preview-plus-view[data-use-github-style] span.frame span span {
+ display: block;
+ padding: 5px 0 0;
+ clear: both;
+ color: #333;
+}
+.markdown-preview-plus-view[data-use-github-style] span.align-center {
+ display: block;
+ overflow: hidden;
+ clear: both;
+}
+.markdown-preview-plus-view[data-use-github-style] span.align-center > span {
+ display: block;
+ margin: 13px auto 0;
+ overflow: hidden;
+ text-align: center;
+}
+.markdown-preview-plus-view[data-use-github-style] span.align-center span img {
+ margin: 0 auto;
+ text-align: center;
+}
+.markdown-preview-plus-view[data-use-github-style] span.align-right {
+ display: block;
+ overflow: hidden;
+ clear: both;
+}
+.markdown-preview-plus-view[data-use-github-style] span.align-right > span {
+ display: block;
+ margin: 13px 0 0;
+ overflow: hidden;
+ text-align: right;
+}
+.markdown-preview-plus-view[data-use-github-style] span.align-right span img {
+ margin: 0;
+ text-align: right;
+}
+.markdown-preview-plus-view[data-use-github-style] span.float-left {
+ display: block;
+ float: left;
+ margin-right: 13px;
+ overflow: hidden;
+}
+.markdown-preview-plus-view[data-use-github-style] span.float-left span {
+ margin: 13px 0 0;
+}
+.markdown-preview-plus-view[data-use-github-style] span.float-right {
+ display: block;
+ float: right;
+ margin-left: 13px;
+ overflow: hidden;
+}
+.markdown-preview-plus-view[data-use-github-style] span.float-right > span {
+ display: block;
+ margin: 13px auto 0;
+ overflow: hidden;
+ text-align: right;
+}
+.markdown-preview-plus-view[data-use-github-style] code,
+.markdown-preview-plus-view[data-use-github-style] tt {
+ padding: 0;
+ padding-top: 0.2em;
+ padding-bottom: 0.2em;
+ margin: 0;
+ font-size: 85%;
+ background-color: rgba(0, 0, 0, 0.04);
+ border-radius: 3px;
+}
+.markdown-preview-plus-view[data-use-github-style] code:before,
+.markdown-preview-plus-view[data-use-github-style] tt:before,
+.markdown-preview-plus-view[data-use-github-style] code:after,
+.markdown-preview-plus-view[data-use-github-style] tt:after {
+ letter-spacing: -0.2em;
+ content: "\00a0";
+}
+.markdown-preview-plus-view[data-use-github-style] code br,
+.markdown-preview-plus-view[data-use-github-style] tt br {
+ display: none;
+}
+.markdown-preview-plus-view[data-use-github-style] del code {
+ text-decoration: inherit;
+}
+.markdown-preview-plus-view[data-use-github-style] pre > code {
+ padding: 0;
+ margin: 0;
+ font-size: 100%;
+ word-break: normal;
+ white-space: pre;
+ background: transparent;
+ border: 0;
+}
+.markdown-preview-plus-view[data-use-github-style] .highlight {
+ margin-bottom: 16px;
+}
+.markdown-preview-plus-view[data-use-github-style] .highlight pre,
+.markdown-preview-plus-view[data-use-github-style] pre {
+ padding: 16px;
+ overflow: auto;
+ font-size: 85%;
+ line-height: 1.45;
+ background-color: #f7f7f7;
+ border-radius: 3px;
+}
+.markdown-preview-plus-view[data-use-github-style] .highlight pre {
+ margin-bottom: 0;
+ word-break: normal;
+}
+.markdown-preview-plus-view[data-use-github-style] pre {
+ word-wrap: normal;
+}
+.markdown-preview-plus-view[data-use-github-style] pre code,
+.markdown-preview-plus-view[data-use-github-style] pre tt {
+ display: inline;
+ max-width: initial;
+ padding: 0;
+ margin: 0;
+ overflow: initial;
+ line-height: inherit;
+ word-wrap: normal;
+ background-color: transparent;
+ border: 0;
+}
+.markdown-preview-plus-view[data-use-github-style] pre code:before,
+.markdown-preview-plus-view[data-use-github-style] pre tt:before,
+.markdown-preview-plus-view[data-use-github-style] pre code:after,
+.markdown-preview-plus-view[data-use-github-style] pre tt:after {
+ content: normal;
+}
+.markdown-preview-plus-view[data-use-github-style] kbd {
+ display: inline-block;
+ padding: 3px 5px;
+ font-size: 11px;
+ line-height: 10px;
+ color: #555;
+ vertical-align: middle;
+ background-color: #fcfcfc;
+ border: solid 1px #ccc;
+ border-bottom-color: #bbb;
+ border-radius: 3px;
+ box-shadow: inset 0 -1px 0 #bbb;
+}
+.markdown-preview-plus-view[data-use-github-style] span.critic.comment > span {
+ background-color: #fff;
+}
+.markdown-preview-plus-view[data-use-github-style] a {
+ color: #337ab7;
+}
+.markdown-preview-plus-view[data-use-github-style] pre,
+.markdown-preview-plus-view[data-use-github-style] code {
+ color: inherit;
+}
+.markdown-preview-plus-view[data-use-github-style] pre,
+.markdown-preview-plus-view[data-use-github-style] pre.editor-colors {
+ padding: 0.8em 1em;
+ margin-bottom: 1em;
+ font-size: 0.85em;
+ border-radius: 4px;
+ overflow: auto;
+}
+
+.bracket-matcher .region {
+ border-bottom: 1px dotted lime;
+ position: absolute;
+}
+.line-number.bracket-matcher.bracket-matcher {
+ color: #abb2bf;
+ background-color: #3a3f4b;
+}
+
+.spell-check-misspelling .region {
+ border-bottom: 2px dotted rgba(255, 51, 51, 0.75);
+}
+.spell-check-corrections {
+ width: 25em !important;
+}
+
+pre.editor-colors {
+ background-color: #282c34;
+ color: #abb2bf;
+}
+pre.editor-colors .line.cursor-line {
+ background-color: rgba(153, 187, 255, 0.04);
+}
+pre.editor-colors .invisible {
+ color: #abb2bf;
+}
+pre.editor-colors .cursor {
+ border-left: 2px solid #528bff;
+}
+pre.editor-colors .selection .region {
+ background-color: #3e4451;
+}
+pre.editor-colors .bracket-matcher .region {
+ border-bottom: 1px solid #528bff;
+ box-sizing: border-box;
+}
+pre.editor-colors .invisible-character {
+ color: rgba(171, 178, 191, 0.15);
+}
+pre.editor-colors .indent-guide {
+ color: rgba(171, 178, 191, 0.15);
+}
+pre.editor-colors .wrap-guide {
+ background-color: rgba(171, 178, 191, 0.15);
+}
+pre.editor-colors .find-result .region.region.region,
+pre.editor-colors .current-result .region.region.region {
+ border-radius: 2px;
+ background-color: rgba(82, 139, 255, 0.24);
+ transition: border-color 0.4s;
+}
+pre.editor-colors .find-result .region.region.region {
+ border: 2px solid transparent;
+}
+pre.editor-colors .current-result .region.region.region {
+ border: 2px solid #528bff;
+ transition-duration: .1s;
+}
+pre.editor-colors .gutter .line-number {
+ color: #636d83;
+ -webkit-font-smoothing: antialiased;
+}
+pre.editor-colors .gutter .line-number.cursor-line {
+ color: #abb2bf;
+ background-color: #3a3f4b;
+}
+pre.editor-colors .gutter .line-number.cursor-line-no-selection {
+ background-color: transparent;
+}
+pre.editor-colors .gutter .line-number .icon-right {
+ color: #abb2bf;
+}
+pre.editor-colors .gutter:not(.git-diff-icon) .line-number.git-line-removed.git-line-removed::before {
+ bottom: -3px;
+}
+pre.editor-colors .gutter:not(.git-diff-icon) .line-number.git-line-removed::after {
+ content: "";
+ position: absolute;
+ left: 0px;
+ bottom: 0px;
+ width: 25px;
+ border-bottom: 1px dotted rgba(224, 82, 82, 0.5);
+ pointer-events: none;
+}
+pre.editor-colors .gutter .line-number.folded,
+pre.editor-colors .gutter .line-number:after,
+pre.editor-colors .fold-marker:after {
+ color: #abb2bf;
+}
+.syntax--comment {
+ color: #5c6370;
+ font-style: italic;
+}
+.syntax--comment .syntax--markup.syntax--link {
+ color: #5c6370;
+}
+.syntax--entity.syntax--name.syntax--type {
+ color: #e5c07b;
+}
+.syntax--entity.syntax--other.syntax--inherited-class {
+ color: #98c379;
+}
+.syntax--keyword {
+ color: #c678dd;
+}
+.syntax--keyword.syntax--control {
+ color: #c678dd;
+}
+.syntax--keyword.syntax--operator {
+ color: #abb2bf;
+}
+.syntax--keyword.syntax--other.syntax--special-method {
+ color: #61afef;
+}
+.syntax--keyword.syntax--other.syntax--unit {
+ color: #d19a66;
+}
+.syntax--storage {
+ color: #c678dd;
+}
+.syntax--storage.syntax--type.syntax--annotation,
+.syntax--storage.syntax--type.syntax--primitive {
+ color: #c678dd;
+}
+.syntax--storage.syntax--modifier.syntax--package,
+.syntax--storage.syntax--modifier.syntax--import {
+ color: #abb2bf;
+}
+.syntax--constant {
+ color: #d19a66;
+}
+.syntax--constant.syntax--variable {
+ color: #d19a66;
+}
+.syntax--constant.syntax--character.syntax--escape {
+ color: #56b6c2;
+}
+.syntax--constant.syntax--numeric {
+ color: #d19a66;
+}
+.syntax--constant.syntax--other.syntax--color {
+ color: #56b6c2;
+}
+.syntax--constant.syntax--other.syntax--symbol {
+ color: #56b6c2;
+}
+.syntax--variable {
+ color: #e06c75;
+}
+.syntax--variable.syntax--interpolation {
+ color: #be5046;
+}
+.syntax--variable.syntax--parameter {
+ color: #abb2bf;
+}
+.syntax--string {
+ color: #98c379;
+}
+.syntax--string.syntax--regexp {
+ color: #56b6c2;
+}
+.syntax--string.syntax--regexp .syntax--source.syntax--ruby.syntax--embedded {
+ color: #e5c07b;
+}
+.syntax--string.syntax--other.syntax--link {
+ color: #e06c75;
+}
+.syntax--punctuation.syntax--definition.syntax--comment {
+ color: #5c6370;
+}
+.syntax--punctuation.syntax--definition.syntax--method-parameters,
+.syntax--punctuation.syntax--definition.syntax--function-parameters,
+.syntax--punctuation.syntax--definition.syntax--parameters,
+.syntax--punctuation.syntax--definition.syntax--separator,
+.syntax--punctuation.syntax--definition.syntax--seperator,
+.syntax--punctuation.syntax--definition.syntax--array {
+ color: #abb2bf;
+}
+.syntax--punctuation.syntax--definition.syntax--heading,
+.syntax--punctuation.syntax--definition.syntax--identity {
+ color: #61afef;
+}
+.syntax--punctuation.syntax--definition.syntax--bold {
+ color: #e5c07b;
+ font-weight: bold;
+}
+.syntax--punctuation.syntax--definition.syntax--italic {
+ color: #c678dd;
+ font-style: italic;
+}
+.syntax--punctuation.syntax--section.syntax--embedded {
+ color: #be5046;
+}
+.syntax--punctuation.syntax--section.syntax--method,
+.syntax--punctuation.syntax--section.syntax--class,
+.syntax--punctuation.syntax--section.syntax--inner-class {
+ color: #abb2bf;
+}
+.syntax--support.syntax--class {
+ color: #e5c07b;
+}
+.syntax--support.syntax--type {
+ color: #56b6c2;
+}
+.syntax--support.syntax--function {
+ color: #56b6c2;
+}
+.syntax--support.syntax--function.syntax--any-method {
+ color: #61afef;
+}
+.syntax--entity.syntax--name.syntax--function {
+ color: #61afef;
+}
+.syntax--entity.syntax--name.syntax--class,
+.syntax--entity.syntax--name.syntax--type.syntax--class {
+ color: #e5c07b;
+}
+.syntax--entity.syntax--name.syntax--section {
+ color: #61afef;
+}
+.syntax--entity.syntax--name.syntax--tag {
+ color: #e06c75;
+}
+.syntax--entity.syntax--other.syntax--attribute-name {
+ color: #d19a66;
+}
+.syntax--entity.syntax--other.syntax--attribute-name.syntax--id {
+ color: #61afef;
+}
+.syntax--meta.syntax--class {
+ color: #e5c07b;
+}
+.syntax--meta.syntax--class.syntax--body {
+ color: #abb2bf;
+}
+.syntax--meta.syntax--method-call,
+.syntax--meta.syntax--method {
+ color: #abb2bf;
+}
+.syntax--meta.syntax--definition.syntax--variable {
+ color: #e06c75;
+}
+.syntax--meta.syntax--link {
+ color: #d19a66;
+}
+.syntax--meta.syntax--require {
+ color: #61afef;
+}
+.syntax--meta.syntax--selector {
+ color: #c678dd;
+}
+.syntax--meta.syntax--separator {
+ color: #abb2bf;
+}
+.syntax--meta.syntax--tag {
+ color: #abb2bf;
+}
+.syntax--underline {
+ text-decoration: underline;
+}
+.syntax--none {
+ color: #abb2bf;
+}
+.syntax--invalid.syntax--deprecated {
+ color: #523d14 !important;
+ background-color: #e0c285 !important;
+}
+.syntax--invalid.syntax--illegal {
+ color: white !important;
+ background-color: #e05252 !important;
+}
+.syntax--markup.syntax--bold {
+ color: #d19a66;
+ font-weight: bold;
+}
+.syntax--markup.syntax--changed {
+ color: #c678dd;
+}
+.syntax--markup.syntax--deleted {
+ color: #e06c75;
+}
+.syntax--markup.syntax--italic {
+ color: #c678dd;
+ font-style: italic;
+}
+.syntax--markup.syntax--heading {
+ color: #e06c75;
+}
+.syntax--markup.syntax--heading .syntax--punctuation.syntax--definition.syntax--heading {
+ color: #61afef;
+}
+.syntax--markup.syntax--link {
+ color: #56b6c2;
+}
+.syntax--markup.syntax--inserted {
+ color: #98c379;
+}
+.syntax--markup.syntax--quote {
+ color: #d19a66;
+}
+.syntax--markup.syntax--raw {
+ color: #98c379;
+}
+.syntax--source.syntax--c .syntax--keyword.syntax--operator {
+ color: #c678dd;
+}
+.syntax--source.syntax--cpp .syntax--keyword.syntax--operator {
+ color: #c678dd;
+}
+.syntax--source.syntax--cs .syntax--keyword.syntax--operator {
+ color: #c678dd;
+}
+.syntax--source.syntax--css .syntax--property-name,
+.syntax--source.syntax--css .syntax--property-value {
+ color: #828997;
+}
+.syntax--source.syntax--css .syntax--property-name.syntax--support,
+.syntax--source.syntax--css .syntax--property-value.syntax--support {
+ color: #abb2bf;
+}
+.syntax--source.syntax--elixir .syntax--source.syntax--embedded.syntax--source {
+ color: #abb2bf;
+}
+.syntax--source.syntax--elixir .syntax--constant.syntax--language,
+.syntax--source.syntax--elixir .syntax--constant.syntax--numeric,
+.syntax--source.syntax--elixir .syntax--constant.syntax--definition {
+ color: #61afef;
+}
+.syntax--source.syntax--elixir .syntax--variable.syntax--definition,
+.syntax--source.syntax--elixir .syntax--variable.syntax--anonymous {
+ color: #c678dd;
+}
+.syntax--source.syntax--elixir .syntax--parameter.syntax--variable.syntax--function {
+ color: #d19a66;
+ font-style: italic;
+}
+.syntax--source.syntax--elixir .syntax--quoted {
+ color: #98c379;
+}
+.syntax--source.syntax--elixir .syntax--keyword.syntax--special-method,
+.syntax--source.syntax--elixir .syntax--embedded.syntax--section,
+.syntax--source.syntax--elixir .syntax--embedded.syntax--source.syntax--empty {
+ color: #e06c75;
+}
+.syntax--source.syntax--elixir .syntax--readwrite.syntax--module .syntax--punctuation {
+ color: #e06c75;
+}
+.syntax--source.syntax--elixir .syntax--regexp.syntax--section,
+.syntax--source.syntax--elixir .syntax--regexp.syntax--string {
+ color: #be5046;
+}
+.syntax--source.syntax--elixir .syntax--separator,
+.syntax--source.syntax--elixir .syntax--keyword.syntax--operator {
+ color: #d19a66;
+}
+.syntax--source.syntax--elixir .syntax--variable.syntax--constant {
+ color: #e5c07b;
+}
+.syntax--source.syntax--elixir .syntax--array,
+.syntax--source.syntax--elixir .syntax--scope,
+.syntax--source.syntax--elixir .syntax--section {
+ color: #828997;
+}
+.syntax--source.syntax--gfm .syntax--markup {
+ -webkit-font-smoothing: auto;
+}
+.syntax--source.syntax--gfm .syntax--link .syntax--entity {
+ color: #61afef;
+}
+.syntax--source.syntax--go .syntax--storage.syntax--type.syntax--string {
+ color: #c678dd;
+}
+.syntax--source.syntax--ini .syntax--keyword.syntax--other.syntax--definition.syntax--ini {
+ color: #e06c75;
+}
+.syntax--source.syntax--java .syntax--storage.syntax--modifier.syntax--import {
+ color: #e5c07b;
+}
+.syntax--source.syntax--java .syntax--storage.syntax--type {
+ color: #e5c07b;
+}
+.syntax--source.syntax--java .syntax--keyword.syntax--operator.syntax--instanceof {
+ color: #c678dd;
+}
+.syntax--source.syntax--java-properties .syntax--meta.syntax--key-pair {
+ color: #e06c75;
+}
+.syntax--source.syntax--java-properties .syntax--meta.syntax--key-pair > .syntax--punctuation {
+ color: #abb2bf;
+}
+.syntax--source.syntax--js .syntax--keyword.syntax--operator {
+ color: #56b6c2;
+}
+.syntax--source.syntax--js .syntax--keyword.syntax--operator.syntax--delete,
+.syntax--source.syntax--js .syntax--keyword.syntax--operator.syntax--in,
+.syntax--source.syntax--js .syntax--keyword.syntax--operator.syntax--of,
+.syntax--source.syntax--js .syntax--keyword.syntax--operator.syntax--instanceof,
+.syntax--source.syntax--js .syntax--keyword.syntax--operator.syntax--new,
+.syntax--source.syntax--js .syntax--keyword.syntax--operator.syntax--typeof,
+.syntax--source.syntax--js .syntax--keyword.syntax--operator.syntax--void {
+ color: #c678dd;
+}
+.syntax--source.syntax--json .syntax--meta.syntax--structure.syntax--dictionary.syntax--json > .syntax--string.syntax--quoted.syntax--json {
+ color: #e06c75;
+}
+.syntax--source.syntax--json .syntax--meta.syntax--structure.syntax--dictionary.syntax--json > .syntax--string.syntax--quoted.syntax--json > .syntax--punctuation.syntax--string {
+ color: #e06c75;
+}
+.syntax--source.syntax--json .syntax--meta.syntax--structure.syntax--dictionary.syntax--json > .syntax--value.syntax--json > .syntax--string.syntax--quoted.syntax--json,
+.syntax--source.syntax--json .syntax--meta.syntax--structure.syntax--array.syntax--json > .syntax--value.syntax--json > .syntax--string.syntax--quoted.syntax--json,
+.syntax--source.syntax--json .syntax--meta.syntax--structure.syntax--dictionary.syntax--json > .syntax--value.syntax--json > .syntax--string.syntax--quoted.syntax--json > .syntax--punctuation,
+.syntax--source.syntax--json .syntax--meta.syntax--structure.syntax--array.syntax--json > .syntax--value.syntax--json > .syntax--string.syntax--quoted.syntax--json > .syntax--punctuation {
+ color: #98c379;
+}
+.syntax--source.syntax--json .syntax--meta.syntax--structure.syntax--dictionary.syntax--json > .syntax--constant.syntax--language.syntax--json,
+.syntax--source.syntax--json .syntax--meta.syntax--structure.syntax--array.syntax--json > .syntax--constant.syntax--language.syntax--json {
+ color: #56b6c2;
+}
+.syntax--source.syntax--ruby .syntax--constant.syntax--other.syntax--symbol > .syntax--punctuation {
+ color: inherit;
+}
+.syntax--source.syntax--php .syntax--class.syntax--bracket {
+ color: #abb2bf;
+}
+.syntax--source.syntax--python .syntax--keyword.syntax--operator.syntax--logical.syntax--python {
+ color: #c678dd;
+}
+.syntax--source.syntax--python .syntax--variable.syntax--parameter {
+ color: #d19a66;
+}
+</style>
+
+ </head>
+ <body class="markdown-preview-plus-view">
+ <h1>Circular functions</h1>
+<h2>Radians and degrees</h2>
+<span class="math"><script type="math/tex; mode=display">1 \thinspace \operatorname{rad}={{180 \operatorname{deg}}\over \pi}
+</script></span>
+<h2>Exact values</h2>
+<h2><span class="math"><script type="math/tex">\sin</script></span> and <span class="math"><script type="math/tex">\cos</script></span> graphs</h2>
+<span class="math"><script type="math/tex; mode=display">f(x)=a \sin(bx-c)+d
+</script></span>
+<span class="math"><script type="math/tex; mode=display">f(x)=a \cos(bx-c)+d
+</script></span>
+<p>where<br>
+<span class="math"><script type="math/tex">a</script></span> is the <span class="math"><script type="math/tex">y</script></span>-dilation (amplitude)<br>
+<span class="math"><script type="math/tex">b</script></span> is the <span class="math"><script type="math/tex">x</script></span>-dilation (period)<br>
+<span class="math"><script type="math/tex">c</script></span> is the <span class="math"><script type="math/tex">x</script></span>-shift (phase)<br>
+<span class="math"><script type="math/tex">d</script></span> is the <span class="math"><script type="math/tex">y</script></span>-shift (equilibrium position)</p>
+<p>Domain is <span class="math"><script type="math/tex">\mathbb{R}</script></span><br>
+Range is <span class="math"><script type="math/tex">[-b+c, b+c]</script></span>;</p>
+<p>Graph of <span class="math"><script type="math/tex">\cos(x)</script></span> starts at <span class="math"><script type="math/tex">(0,1)</script></span>. Graph of <span class="math"><script type="math/tex">\sin(x)</script></span> starts at <span class="math"><script type="math/tex">(0,0)</script></span>.</p>
+<p><strong>Mean / equilibrium:</strong> line that the graph oscillates around (<span class="math"><script type="math/tex">y=d</script></span>)</p>
+<h2>Solving trig equations</h2>
+<ol>
+<li>Solve domain for <span class="math"><script type="math/tex">n\theta</script></span></li>
+<li>Find solutions for <span class="math"><script type="math/tex">n\theta</script></span></li>
+<li>Divide solutions by <span class="math"><script type="math/tex">n</script></span></li>
+</ol>
+<p><span class="math"><script type="math/tex">\sin2\theta={\sqrt{3}\over2}, \quad \theta \in[0, 2\pi] \quad(\therefore 2\theta \in [0,4\pi])</script></span><br>
+<span class="math"><script type="math/tex">2\theta=\sin^{-1}{\sqrt{3} \over 2}</script></span><br>
+<span class="math"><script type="math/tex">2\theta={\pi\over 3}, {2\pi \over 3}, {7\pi \over 3}, {8\pi \over 3}</script></span><br>
+<span class="math"><script type="math/tex">\therefore \theta = {\pi \over 6}, {\pi \over 3}, {7 \pi \over 6}, {4\pi \over 3}</script></span></p>
+<h3>Amplitude</h3>
+<p>Amplitude of <span class="math"><script type="math/tex">a</script></span> means graph oscillates between <span class="math"><script type="math/tex">+a</script></span> and <span class="math"><script type="math/tex">-a</script></span> in <span class="math"><script type="math/tex">y</script></span>-axis</p>
+<p><span class="math"><script type="math/tex">a=0</script></span> produces straight line<br>
+<span class="math"><script type="math/tex">a\lt0</script></span> inverts the phase (<span class="math"><script type="math/tex">\sin</script></span> becomes <span class="math"><script type="math/tex">\cos</script></span>, vice vera)</p>
+<h3>Period</h3>
+<p>Period <span class="math"><script type="math/tex">T</script></span> is <span class="math"><script type="math/tex">{2 \pi}\over b</script></span><br>
+<span class="math"><script type="math/tex">b=0</script></span> produces straight line<br>
+<span class="math"><script type="math/tex">b\lt0</script></span> inverts the phase</p>
+<h3>Phase</h3>
+<p><span class="math"><script type="math/tex">c</script></span> moves the graph left-right in the <span class="math"><script type="math/tex">x</script></span> axis.<br>
+If <span class="math"><script type="math/tex">c=T={{2\pi}\over b}</script></span>, the graph has no actual phase shift.</p>
+<h2>Symmetry</h2>
+<span class="math"><script type="math/tex; mode=display">\sin(\theta+{\pi\over 2})=\sin\theta
+</script></span>
+<span class="math"><script type="math/tex; mode=display">\sin(\theta+\pi)=-\sin\theta
+</script></span>
+<span class="math"><script type="math/tex; mode=display">\cos(\theta+{\pi \over 2})=-\cos\theta
+</script></span>
+<span class="math"><script type="math/tex; mode=display">\cos(\theta+\pi)=-cos(\theta+{3\pi \over 2})=\cos(-\theta)
+</script></span>
+<h2>Pythagorean identity</h2>
+<span class="math"><script type="math/tex; mode=display">\cos^2\theta+\sin^2\theta=1
+</script></span>
+<h2>Complementary relationships</h2>
+<span class="math"><script type="math/tex; mode=display">\sin({\pi \over 2} - \theta)=\cos\theta
+</script></span>
+<span class="math"><script type="math/tex; mode=display">\cos({\pi \over 2} - \theta)=\sin\theta
+</script></span>
+<span class="math"><script type="math/tex; mode=display">\sin\theta=-\cos(\theta+{\pi \over 2})
+</script></span>
+<span class="math"><script type="math/tex; mode=display">\cos\theta=\sin(\theta+{\pi \over 2})
+</script></span>
+<h2><span class="math"><script type="math/tex">\tan</script></span> graph</h2>
+<span class="math"><script type="math/tex; mode=display">y=a\tan(nx)
+</script></span>
+<p>where<br>
+<span class="math"><script type="math/tex">a</script></span> is <span class="math"><script type="math/tex">x</script></span>-dilation (period)<br>
+<span class="math"><script type="math/tex">n</script></span> is <span class="math"><script type="math/tex">y</script></span>-dilation (<span class="math"><script type="math/tex">\equiv</script></span> amplitude)<br>
+period <span class="math"><script type="math/tex">T</script></span> is <span class="math"><script type="math/tex">\pi \over n</script></span><br>
+range is <span class="math"><script type="math/tex">R</script></span><br>
+roots at <span class="math"><script type="math/tex">x={k\pi \over n}</script></span><br>
+asymptotes at <span class="math"><script type="math/tex">x={{(2k+1)\pi}\over 2n},\quad k \in \mathbb{Z}</script></span><br>
+<strong>Asymptotes should always have equations and arrow pointing up</strong></p>
+
+ </body>
+</html>
--- /dev/null
+\PassOptionsToPackage{unicode=true}{hyperref} % options for packages loaded elsewhere
+\PassOptionsToPackage{hyphens}{url}
+%
+\documentclass[]{article}
+\usepackage{lmodern}
+\usepackage{amssymb,amsmath}
+\usepackage{ifxetex,ifluatex}
+\usepackage{fixltx2e} % provides \textsubscript
+\ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex
+ \usepackage[T1]{fontenc}
+ \usepackage[utf8]{inputenc}
+ \usepackage{textcomp} % provides euro and other symbols
+\else % if luatex or xelatex
+ \usepackage{unicode-math}
+ \defaultfontfeatures{Ligatures=TeX,Scale=MatchLowercase}
+\fi
+% use upquote if available, for straight quotes in verbatim environments
+\IfFileExists{upquote.sty}{\usepackage{upquote}}{}
+% use microtype if available
+\IfFileExists{microtype.sty}{%
+\usepackage[]{microtype}
+\UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts
+}{}
+\IfFileExists{parskip.sty}{%
+\usepackage{parskip}
+}{% else
+\setlength{\parindent}{0pt}
+\setlength{\parskip}{6pt plus 2pt minus 1pt}
+}
+\usepackage{hyperref}
+\hypersetup{
+ pdfborder={0 0 0},
+ breaklinks=true}
+\urlstyle{same} % don't use monospace font for urls
+\usepackage[margin=2cm]{geometry}
+\usepackage{multicol}
+\newcommand{\columnsbegin}{\begin{multicols}{2}}
+\newcommand{\columnsend}{\end{multicols}}
+\setlength\columnsep{20pt}
+\usepackage{graphicx,grffile}
+\makeatletter
+\def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi}
+\def\maxheight{\ifdim\Gin@nat@height>\textheight\textheight\else\Gin@nat@height\fi}
+\makeatother
+% Scale images if necessary, so that they will not overflow the page
+% margins by default, and it is still possible to overwrite the defaults
+% using explicit options in \includegraphics[width, height, ...]{}
+\setkeys{Gin}{width=\maxwidth,height=\maxheight,keepaspectratio}
+\setlength{\emergencystretch}{3em} % prevent overfull lines
+\providecommand{\tightlist}{%
+ \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
+\setcounter{secnumdepth}{0}
+% Redefines (sub)paragraphs to behave more like sections
+\ifx\paragraph\undefined\else
+\let\oldparagraph\paragraph
+\renewcommand{\paragraph}[1]{\oldparagraph{#1}\mbox{}}
+\fi
+\ifx\subparagraph\undefined\else
+\let\oldsubparagraph\subparagraph
+\renewcommand{\subparagraph}[1]{\oldsubparagraph{#1}\mbox{}}
+\fi
+
+% set default figure placement to htbp
+\makeatletter
+\def\fps@figure{htbp}
+\makeatother
+
+
+\date{}
+
+\begin{document}
+
+\columnsbegin
+\hypertarget{circular-functions}{%
+\section{Circular functions}\label{circular-functions}}
+
+\hypertarget{radians-and-degrees}{%
+\subsection{Radians and degrees}\label{radians-and-degrees}}
+
+\[1 \thinspace \operatorname{rad}={{180 \operatorname{deg}}\over \pi}\]
+
+\hypertarget{exact-values}{%
+\subsection{Exact values}\label{exact-values}}
+
+\includegraphics[scale=0.5]{./graphics/exact-values-1.png}
+
+\hypertarget{sin-and-cos-graphs}{%
+\subsection{\texorpdfstring{\(\sin\) and \(\cos\)
+graphs}{\textbackslash{}sin and \textbackslash{}cos graphs}}\label{sin-and-cos-graphs}}
+
+\[f(x)=a \sin(bx-c)+d\] \[f(x)=a \cos(bx-c)+d\]
+
+where
+
+\begin{itemize}
+\tightlist
+\item
+ \(a\) is the \(y\)-dilation (amplitude)
+\item
+ \(b\) is the \(x\)-dilation (period)
+\item
+ \(c\) is the \(x\)-shift (phase)
+\item
+ \(d\) is the \(y\)-shift (equilibrium position)
+\end{itemize}
+
+Domain is \(\mathbb{R}\)
+
+Range is \([-b+c, b+c]\);
+
+Graph of \(\cos(x)\) starts at \((0,1)\). Graph of \(\sin(x)\) starts at
+\((0,0)\).
+
+\textbf{Mean / equilibrium:} line that the graph oscillates around
+(\(y=d\))
+
+\hypertarget{amplitude}{%
+\subsubsection{Amplitude}\label{amplitude}}
+
+Amplitude of \(a\) means graph oscillates between \(+a\) and \(-a\) in
+\(y\)-axis
+
+\(a=0\) produces straight line
+
+\(a < 0\) inverts the phase (\(\sin\) becomes \(\cos\), vice vera)
+
+\hypertarget{period}{%
+\subsubsection{Period}\label{period}}
+
+Period \(T\) is \({2 \pi}\over b\)
+
+\(b=0\) produces straight line
+
+\(b<0\) inverts the phase
+
+\hypertarget{phase}{%
+\subsubsection{Phase}\label{phase}}
+
+\(c\) moves the graph left-right in the \(x\) axis.
+
+If \(c=T={{2\pi}\over b}\), the graph has no actual phase shift.
+
+\hypertarget{symmetry}{%
+\subsection{Symmetry}\label{symmetry}}
+
+\[\sin(\theta+{\pi\over 2})=\sin\theta\]
+\[\sin(\theta+\pi)=-\sin\theta\]
+
+\[\cos(\theta+{\pi \over 2})=-\cos\theta\]
+\[\cos(\theta+\pi)=-cos(\theta+{3\pi \over 2})=\cos(-\theta)\]
+
+\hypertarget{pythagorean-identity}{%
+\subsection{Pythagorean identity}\label{pythagorean-identity}}
+
+\[\cos^2\theta+\sin^2\theta=1\]
+
+\hypertarget{complementary-relationships}{%
+\subsection{Complementary
+relationships}\label{complementary-relationships}}
+
+\[\sin({\pi \over 2} - \theta)=\cos\theta\]
+\[\cos({\pi \over 2} - \theta)=\sin\theta\]
+
+\[\sin\theta=-\cos(\theta+{\pi \over 2})\]
+\[\cos\theta=\sin(\theta+{\pi \over 2})\]
+
+\hypertarget{tan-graph}{%
+\subsection{\texorpdfstring{\(\tan\)
+graph}{\textbackslash{}tan graph}}\label{tan-graph}}
+
+\[y=a\tan(nx)\]
+
+where
+
+\begin{itemize}
+\tightlist
+\item
+ \(a\) is \(x\)-dilation (period)
+\item
+ \(n\) is \(y\)-dilation (\(\equiv\) amplitude)
+\item
+ period \(T\) is \(\pi \over n\)
+\item
+ range is \(R\)
+\item
+ roots at \(x={k\pi \over n}\)
+\item
+ asymptotes at \(x={{(2k+1)\pi}\over 2n},\quad k \in \mathbb{Z}\)
+\end{itemize}
+
+\textbf{Asymptotes should always have equations and arrow pointing up}
+
+\hypertarget{solving-trig-equations}{%
+\subsection{Solving trig equations}\label{solving-trig-equations}}
+
+\begin{enumerate}
+\def\labelenumi{\arabic{enumi}.}
+\tightlist
+\item
+ Solve domain for \(n\theta\)
+\item
+ Find solutions for \(n\theta\)
+\item
+ Divide solutions by \(n\)
+\end{enumerate}
+
+\(\sin2\theta={\sqrt{3}\over2}, \quad \theta \in[0, 2\pi] \quad(\therefore 2\theta \in [0,4\pi])\)
+
+\(2\theta=\sin^{-1}{\sqrt{3} \over 2}\)
+
+\(2\theta={\pi\over 3}, {2\pi \over 3}, {7\pi \over 3}, {8\pi \over 3}\)
+
+\(\therefore \theta = {\pi \over 6}, {\pi \over 3}, {7 \pi \over 6}, {4\pi \over 3}\)
+\columnsend
+\end{document}