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">
Hey! I could help explain it to you, if you want. Which question is it?
</div><img class="right"/></div>
<div><img class="left"/><div class="alert gray">
It's question 2, it states:
"a.)
Write out the limit definition of the derivative $f'(x)$ of a function f(x)
b.)
For the function $f(x)= 4x^2 - 8$, find the exaxt ormula for $f'(x)$. Use only the definition for the derivative."
</div></div>
</div></div>
<div><div class="alert blue">
Is this question about computing the derivative at a single point to comput a formula for f′(a) at any point a?
</div><img class="right"/></div>
<div><img class="left"/><div class="alert gray">
Yes!!! Can you help me solve this?
</div></div>
<div><div class="alert blue">
Yeah of course. So what we're doing is “taking the derivative” generates a new function, denoted by $f'(x)$, derived from the original function f(x).
</div></div>
<div><div class="alert blue">
For the first part of this question all we need to do is write the function. Which is $f'(x)= \ lim_{h->0}\frac{f\left(x+h\right)\ -\ f\left(x\right)}{h}$.
f'(x) is simply the derivative we are trying to find, while x is the vaule we are given, that we are plugging in.
Now $f(x+h)$ and $f(x)$ is where we are going to plug x+h and x into the equation. However, if we are given a value for x it would look like $f(a+h)$ and $f(a)$. A is the vaule given to us.
</div><img class="right"/></div>
<div><img class="left"/><div class="alert gray">
Ok it's starting to make sense. How do we find the formula for $f'(x)$.
</div></div>
<div><div class="alert blue">
Ok, since we are given the derivative which is $f'(x)$, our value we are solving for is x. So were going to use the eqaution from part a and leave it how is is. This is because the value given to us is x. Then what we're going to do is replace the f from $f(a+h)$ and $f(a)$ with the eqaution $f(x)= 4x^2 - 8$. Also, when you do the subitution for $f(x)$ put parentheses around it because you're going to distribute the negative. One more thing do not forget to write $=\ lim_{h->0}$ everytime you "change" the problem, while sovling it.
</div><img class="right"/></div>
<div><img class="left"/><div class="alert gray">
So like this? $=\ lim_{h->0}\frac{4\left(x+h\right)^{2}\ -\ 8\ -\left(4\left(x\right)^{2}-8\right)}{h}$.
</div></div>
<div><div class="alert blue">
Yup, looking good. Next you're going to mutiply $(x+h)$ twice, which would look like this $(x+h)(x+h)$. Then sqaure the x in $4(x)^2$, and then distribute that negative sign. And don't forget $=\ lim_{h->0}$
</div><img class="right"/></div>
<div><img class="left"/><div class="alert gray">
Yeah, yeah I won't forget. This is what I got.
$=\ lim_{h->0}\frac{4\left(x^{2}+2xh+h^{2}\right)\ -\ 8\ -4x^{2}+8}{h}$.
</div></div>
<div><div class="alert blue">
That's right. You're almost done, just few more steps. First you're going to distribute the 4. After that you're going to cancel out the positive and negative like terms. When you're done canceling, factor out an h. This is because we need to get rid of the h in the denominator. Lastly you're going to take the $lim_{h->0}$ and plug zero into any remaining h or h's. After that you add, subtract, mutiply, and/or divding normaly to get your formula. Now when you plug zero where h is you no longer need to write $=lim_{h->0}$ because you're taking that limit and plugging it into the h or h's.
</div><img class="right"/></div>
<div><img class="left"/><div class="alert gray">
Ok, I'm going to break my solvings into parts, ok.
DISTRIBUTING 4:
$=lim_{h->0}\frac{4x^{2}+8xh+4h^{2}\ -\ 8\ -4x^{2}+8}{h}$
CANCELING LIKE TREMS:
$=lim_{h->0}\frac{8xh+4h^{2}\ }{h}$
I canceled out $4x^2$ and $8$.
FACTORING h:
$=lim_{h->0}\frac{h\left(8x+4h\ \right)}{h}$
The h's in the denominator and outside the parentheses will cancel out.
PLUGGING 0 INTO THE h's:
$=8x+4(0)$
So zero times 4 eqauls zero, so the new eqaution looks like:
$=8x+0$
FORMUAL/ANSWER:
Now because anything plus zero eqauls itself, our formual is:
$f'(x)=8x$
Is that right?
</div></div>
<div><div class="alert blue">
Yup!
</div><img class="right"/></div>
<div><img class="left"/><div class="alert gray">
Really? Omg, thank you so much for your help!
</div></div>
<div><div class="alert blue">
Anytime. See you Monday.