<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mathresearch.utsa.edu/wiki/index.php?action=history&amp;feed=atom&amp;title=Rules_for_Differentiation_and_Tangent_Planes</id>
	<title>Rules for Differentiation and Tangent Planes - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mathresearch.utsa.edu/wiki/index.php?action=history&amp;feed=atom&amp;title=Rules_for_Differentiation_and_Tangent_Planes"/>
	<link rel="alternate" type="text/html" href="https://mathresearch.utsa.edu/wiki/index.php?title=Rules_for_Differentiation_and_Tangent_Planes&amp;action=history"/>
	<updated>2026-07-10T05:08:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://mathresearch.utsa.edu/wiki/index.php?title=Rules_for_Differentiation_and_Tangent_Planes&amp;diff=3789&amp;oldid=prev</id>
		<title>Khanh: Created page with &quot;We will now look at a bunch of rules for differentiating vector-valued function, all of which are analogous to that of differentiating real-valued functions. We will not prove...&quot;</title>
		<link rel="alternate" type="text/html" href="https://mathresearch.utsa.edu/wiki/index.php?title=Rules_for_Differentiation_and_Tangent_Planes&amp;diff=3789&amp;oldid=prev"/>
		<updated>2021-11-12T02:04:36Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;We will now look at a bunch of rules for differentiating vector-valued function, all of which are analogous to that of differentiating real-valued functions. We will not prove...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;We will now look at a bunch of rules for differentiating vector-valued function, all of which are analogous to that of differentiating real-valued functions. We will not prove all parts of the following theorem, but the reader is encouraged to attempt the proofs.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;background: white; border: 1px solid black; padding: 1em;&amp;quot;&amp;gt; &lt;br /&gt;
:'''Theorem 1:''' Let &amp;lt;math&amp;gt;\vec{u}(t) = (x_1(t), y_1(t), z_1(t))&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\vec{v}(t) = (x_2(t), y_2(t), z_2(t))&amp;lt;/math&amp;gt; be vector-valued functions that are differentiable for &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt; in the interval &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;, let &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; be a scalar, and let &amp;lt;math&amp;gt;f(t)&amp;lt;/math&amp;gt; be a real-valued function that is differentiable on &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;. Then:&lt;br /&gt;
:'''a)''' &amp;lt;math&amp;gt;( \vec{u}(t) + \vec{v}(t) )' = \vec{u'}(t) + \vec{v'}(t)&amp;lt;/math&amp;gt; (Sum Rule).&lt;br /&gt;
:'''b)''' &amp;lt;math&amp;gt;( \vec{u}(t) - \vec{v}(t) )' = \vec{u'}(t) - \vec{v'}(t)&amp;lt;/math&amp;gt; (Difference Rule).&lt;br /&gt;
:'''c)''' &amp;lt;math&amp;gt;(k \vec{u}(t))' = k \vec{u'} (t)&amp;lt;/math&amp;gt; (Scalar Multiple Rule).&lt;br /&gt;
:'''d)''' &amp;lt;math&amp;gt;(f(t) \vec{u}(t))' = f'(t) \vec{u}(t) + f(t) \vec{u'}(t)&amp;lt;/math&amp;gt; (Product Rule for Real-Valued and Vector-Valued Functions).&lt;br /&gt;
:'''e)''' &amp;lt;math&amp;gt;(\vec{u} \cdot \vec{v})' = \vec{u'}(t) \cdot \vec{v}(t) + \vec{u}(t) \cdot \vec{v'}(t)&amp;lt;/math&amp;gt; (Dot Product Rule).&lt;br /&gt;
:'''f)''' &amp;lt;math&amp;gt;(\vec{u} \times \vec{v})' = \vec{u'}(t) \times \vec{v}(t) + \vec{u}(t) \times \vec{v'}(t)&amp;lt;/math&amp;gt; (Cross Product Rule).&lt;br /&gt;
:'''g)''' &amp;lt;math&amp;gt;\vec{u}(f(t)) = f'(t) \vec{u'}(f(t))&amp;lt;/math&amp;gt; (Chain Rule).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*'''Proof of a)'''&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;math&amp;gt;\begin{align} \quad (\vec{u}(t) + \vec{v}(t))' = \lim_{h \to 0} \frac{[\vec{u}(t + h) + \vec{v}(t + h)] - [\vec{u}(t) + \vec{v}(t)]}{h} \\ \quad (\vec{u}(t) + \vec{v}(t))' = \lim_{h \to 0} \frac{[\vec{u}(t + h) - \vec{u}(t)] + [\vec{v}(t + h) - \vec{v}(t)]}{h} \\ \quad (\vec{u}(t) + \vec{v}(t))' = \lim_{h \to 0} \frac{\vec{u}(t + h) - \vec{u}(t)}{h} + \lim_{h \to 0} \frac{\vec{v}(t + h) - \vec{v}(t)}{h} \\ \quad (\vec{u}(t) + \vec{v}(t))' = \vec{u'}(t) + \vec{v'}(t) \quad \blacksquare \end{align}&amp;lt;/math&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*'''Proof of c)'''&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt; &amp;lt;math&amp;gt;\begin{align} \quad (k \vec{u}(t))' = \lim_{h \to 0} \frac{k\vec{u}(t + h) - k \vec{u}(t)}{h} \\ \quad (k \vec{u}(t))' = \lim_{h \to 0} k \frac{\vec{u}(t + h) - \vec{u}(t)}{h} \\ \quad (k \vec{u}(t))' = k \vec{u'}(t) \quad \blacksquare \end{align}&amp;lt;/math&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*'''Proof of d)'''&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;math&amp;gt;\begin{align} \quad (f(t)\vec{u}(t))' = \lim_{h \to 0} \frac{f(t + h)\vec{u}(t + h) - f(t)\vec{u}(t)}{h} \\ \quad (f(t)\vec{u}(t))' = \lim_{h \to 0} \frac{f(t+h)\vec{u}(t + h) - f(t+h)\vec{u}(t) + f(t+h)\vec{u}(t) - f(t) \vec{u}(t)}{h} \\ \quad (f(t)\vec{u}(t))' = \lim_{h \to 0} \frac{f(t+h) [ \vec{u}(t + h) - \vec{u}(t)] + \vec{u}(t) [f(t+h) - f(t)]}{h} \\ \quad (f(t)\vec{u}(t))' = \lim_{h \to 0} \frac{f(t+h) [ \vec{u}(t + h) - \vec{u}(t)]}{h} + \lim_{h \to 0} \frac{\vec{u}(t) [f(t+h) - f(t)]}{h} \\ \quad (f(t)\vec{u}(t))' = \lim_{h \to 0} f(t + h) \left ( \frac{\vec{u}(t + h) - \vec{u}(t)}{h} \right) + \lim_{h \to 0} \vec{u}(t) \left ( \frac{[f(t+h) - f(t)]}{h} \right) \\ \quad (f(t)\vec{u}(t))' = f(t) \vec{u'}(t) + \vec{u} f'(t) \\ \quad (f(t)\vec{u}(t))' = f'(t) \vec{u} + f(t) \vec{u'}(t) \quad \blacksquare \end{align}&amp;lt;/math&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;background: white; border: 1px solid black; padding: 1em;&amp;quot;&amp;gt; &lt;br /&gt;
'''Theorem 2:''' Let &amp;lt;math&amp;gt;\vec{r}(t) = (x(t), y(t), z(t))&amp;lt;/math&amp;gt; be a vector-valued function that traces the curve &amp;lt;math&amp;gt;C&amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;t \in I&amp;lt;/math&amp;gt;. If &amp;lt;math&amp;gt;\| \vec{r}(t) \| = c&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt; is a constant, then for all &amp;lt;math&amp;gt;t \in I&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\vec{r}(t) \perp \vec{r'}(t)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*'''Proof:''' We note that &amp;lt;math&amp;gt;\vec{r}(t) \cdot \vec{r}(t) = \| \vec{r}(t) \|^2 = c^2&amp;lt;/math&amp;gt;. Taking the derivative of both sides of this equation and applying the dot product rule, we get that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;math&amp;gt;\begin{align} \frac{d}{dt} \vec{r}(t) \cdot \vec{r}(t) = \frac{d}{dt} c^2 \\ \vec{r}(t) \cdot \vec{r'}(t) + \vec{r'}(t) \cdot \vec{r}(t) = 0 \\ 2 \vec{r}(t) \cdot \vec{r'}(t) = 0 \\ \vec{r}(t) \cdot \vec{r'}(t) = 0 \end{align}&amp;lt;/math&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Therefore &amp;lt;math&amp;gt;\vec{r}(t) \perp \vec{r'}(t)&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;\blacksquare&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Licensing == &lt;br /&gt;
Content obtained and/or adapted from:&lt;br /&gt;
* [http://mathonline.wikidot.com/derivative-rules-for-vector-valued-functions Derivative Rules for Vector-Valued Functions, mathonline.wikidot.com] under a CC BY-SA license&lt;/div&gt;</summary>
		<author><name>Khanh</name></author>
		
	</entry>
</feed>