Math 181 Miniproject 3: Texting Lesson.md
---
My lesson Topic
===
<style>
body {
background-color: #eeeeee;
}
h1 {
color: maroon;
margin-left: 40px;
}
.gray {
margin-left: 50px ;
margin-right: 29%;
font-weight: 500;
color: #000000;
background-color: #cccccc;
border-color: #aaaaaa;
}
.blue {
display: inline-block;
margin-left: 29% ;
margin-right: 0%;
width: -webkit-calc(70% - 50px);
width: -moz-calc(70% - 50px);
width: calc(70% - 50px);
font-weight: 500;
color: #fff;
border-color: #336699;
background-color: #337799;
}
.left {
content:url("https://i.imgur.com/rUsxo7j.png");
width:50px;
border-radius: 50%;
float:left;
}
.right{
content:url("https://i.imgur.com/5ALcyl3.png"); width:50px;
border-radius: 50%;
display: inline-block;
vertical-align:top;
}
</style>
<div id="container" style=" padding: 6px;
color: #fff;
border-color: #336699;
background-color: #337799;
display: flex;
justify-content: space-between;
margin-bottom:3px;">
<div>
<i class="fa fa-envelope fa-2x"></i>
</div>
<div>
<i class="fa fa-camera fa-2x"></i>
</div>
<div>
<i class="fa fa-comments fa-2x"></i>
</div>
<div>
<i class="fa fa-address-card fa-2x" aria-hidden="true"></i>
</div>
<div>
<i class="fa fa-phone fa-2x" aria-hidden="true"></i>
</div>
<div>
<i class="fa fa-list-ul fa-2x" aria-hidden="true"></i>
</div>
<div>
<i class="fa fa-user-plus fa-2x" aria-hidden="true"></i>
</div>
</div>
<div><img class="left"/><div class="alert gray">
So... what exactly is this assignment? it looks tricky.
</div></div>
<div><div class="alert blue">
Omg which one????
</div><img class="right"/></div>
<div><img class="left"/><div class="alert gray">
Number 0! I don't get it!!!! It says to compute limits and determine continuity and differentiability of the function in a graph.
</div></div>
<div><img class="left"/><div class="alert gray">
Here's the picture of the graph.

</div></div>
<div><div class="alert blue">
ok to begin with limits helps to study the trend of a function near an input (a value). And determining continuity and differentiability helps to see how the function acts and how its values change near a point.
Let's start on how to find the limit of a point, which are presented as $lim f(x)$ as $x->1$
which is read as "as the limit of f(x) approaches 1, what is the y value?"
</div><img class="right"/></div>
<div><img class="left"/><div class="alert gray">
Some problems with the same value have a minus or possitive sign to the right of the number, what does that mean?
</div></div>
<div><div class="alert blue">
Sometimes in graphs a value of f(x), may have two different outputs and be written as follows,
$lim f(x)$ as $x->1^-$
$lim f(x)$ as $x->1^+$
$lim f(x)$ as $x->1$
When the number has a negative sign it reads as "what is the limit of f(x) as it approaches from the right", and when it has a positive sign, it reads as "what is the limit of f(x) as it approaches from the left"
When doesn't have any signs (right or left), just follow the point to tell if it has a limit, but a good way to tell if $lim f(x)$ as $x->1$ has a limit, if your left and right limits of the same value are the same, than the limit of $lim f(x)$ as $x->1$ exists, but if you get two different numbers, than the value is undefined, here I'll show you.

</div></div>
<div><div class="alert blue">
See how we got two different value for the limit of f(x) at 1?
</div><img class="right"/></div>
<div><img class="left"/><div class="alert gray">
oh ok! So...
$lim f(x)$ as $x->1^-$ = 4
$lim f(x)$ as $x->1^+$ = -2
$lim f(x)$ as $x->1$ = UND
</div></div>
<div><div class="alert blue">
Yes!!!!! Keep going.
Here are some rules to help you out
- a fuction $lim f(x)$ as $x->a$ if only
$lim f(x)$ as $x->a^-$ equals the same of $lim f(x)$ as $x->a^+$
</div></div>
<div><img class="left"/><div class="alert gray">
Ok this is what I answered for the review question.
$lim f(x)$ as $x->-4$ = 2
$lim f(x)$ as $x->1$ = UND
$lim f(x)$ as $x->6$ = 5
</div></div>
<div><div class="alert blue">
Yes, that is correct! How do you know what value to choose if there are to points at one value of f(x), such f(6)?
</div></div>
<div><img class="left"/><div class="alert gray">
Here's what I did

</div></div>
<div><img class="left"/><div class="alert gray">
The next question is "Identify all values of a such that "$lim f(x)$ as $x->a$ is undefined.
According to my graph it looks like it's only f(1), because the ponts are disconnected with two different lines. The limit comes from both sides, like you said so it is UND.
</div></div>
<div><div class="alert blue">
Correct!
</div></div>
<div><img class="left"/><div class="alert gray">
Next problem reads as "Identify all values of a such that "$f(x)$ is undefined at $x = a$"
</div></div>
<div><div class="alert blue">
That concept is very simple, if you remember from Pre-Calculus I, when there is an open circle a any value of x for y, then it means that it is undefined.
</div></div>
<div><img class="left"/><div class="alert gray">
Ok so the answer to values of a such that "$f(x)$ is undefined at $x = a$"
is $x = 4$
The others have undefined circles too, but I see that they have two values (one from the right and the other from the left, and this point only has one.
Next questions is "Identify all value of a such that $f(x)$ is discontinous at $x = a$"
I don't understand it thaty well, can you help?
</div></div>
<div><div class="alert blue">
Yes, here are some good rules, if the point doesn't meet this criteria, than it is not continous
</div></div>
<div><div class="alert blue">
1) a function f(x) is continous at a pount x = a. f(x) has a limit x -> a. f(x) is defined at x = a, and if both values have the same lim (left and right). If the limit of f(x) equals the limit of f(a). Here is an easy visual.

</div></div>
<div><img class="left"/><div class="alert gray">
Ok, so the line of graph literally gets cut off, than it is discontinous (hence the name), and the circles, if you think about it, add a break in between the line, so it makes it discontinous.
So the asnwer to "Identify all value of a such that $f(x)$ is discontinous at $x = a$" are x = -4, 1, 6 ?
</div></div>
<div><div class="alert blue">
YES!
</div></div>
<div><img class="left"/><div class="alert gray">
The last question goes as follows "Identify all values of a such that f(x) is not differentiable at x = a"
</div><img class="right"/></div>
</div></div>
<div><div class="alert blue">
Here is a good way to determine differentiablity.

Basically you don't want, sharp points, disconnected lines, open circles, sharp vertical lines, or lines that go up and down in a short interval (ex q).
</div></div>
<div><img class="left"/><div class="alert gray">

So all values of a such that f(x) is not differentiable at $x = a$ are x = -4, 1, 6
</div></div>
<div><div class="alert blue">
Yes, I'm so proud of you!!!
</div></div>
<div><img class="left"/><div class="alert gray">
That was so easy!!! I don't know how I ever messed it up! Thank you!