#Derivitive

19 messages · Page 1 of 1 (latest)

glass junco
#

Can someone please explain this to me using simple words

haughty vaultBOT
#
  1. Wait patiently for a helper to come along.
  2. Once someone helps you, say thank you and close the thread with:
+close
  1. Feel free to nominate the person for helper of the week in #helper-nominations
  2. Do not ping the mods, unless someone is breaking the rules.
  3. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
dusky lance
#

Sure. The definition of the derivative is:
$$
f'(x) = \lim_{h \to 0} \frac{f(x+h)-f(x)}{h}
$$

So when we take f(x) := kg(x) you have:
$$
\begin{aligned*}
f'(x) &= \lim_{h \to 0} \frac{f(x+h)-f(x)}{h}\
&= \lim_{h \to 0} \frac{kg(x+h)-kg(x)}{h}\
&= k\lim_{h \to 0} \frac{g(x+h)-g(x)}{h}
\end{aligned*}
$$

In fact, when we differentiate, we are trying to approximate the function by a line.
So, if you "enlarge" your values (or reduce them if $|k| \leq 1$) you will also change this line by the scalar $k$.

fallow lavaBOT
#

Heolorus
Compile Error! Click the errors reaction for more information.
(You may edit your message to recompile.)

dusky lance
#

I'm not able to find the error

tepid lodge
#

If you are using $$ then you have to type aligned* instead of align*

#

Sure. The definition of the derivative is:
$$
f'(x) = \lim_{h \to 0} \frac{f(x+h)-f(x)}{h}
$$

So when we take $f(x) := kg(x)$ you have:

\begin{align*}
f'(x) &= \lim_{h \to 0} \frac{f(x+h)-f(x)}{h}\
&= \lim_{h \to 0} \frac{kg(x+h)-kg(x)}{h}\
&= k\lim_{h \to 0} \frac{g(x+h)-g(x)}{h}
\end{align*}

In fact, when we differentiate, we are trying to approximate the function by a line.
So, if you "enlarge" your values (or reduce them if $|k| \leq 1$) you will also change this line by the scalar $k$.

fallow lavaBOT
dusky lance
#

why is it in white ?

tepid lodge
#

That's how my tex is configured

#

The color can be changed

dusky lance
#

whatttt

#

idk

#

great thx ❤️

tepid lodge
#

There's a command ,texcolor or something

#

Forgot the command

glass junco
#

ahh i see