create account

Mathematics - Mathematical Analysis Partial Derivatives by drifter1

View this thread on: hive.blogpeakd.comecency.com
· @drifter1 · (edited)
$23.70
Mathematics - Mathematical Analysis Partial Derivatives
<html>
<p><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/fe/X2%2BX%2B1.svg/250px-X2%2BX%2B1.svg.png" width="250" height="250"/></p>
<p><a href="https://en.wikipedia.org/wiki/Partial_derivative">Source</a></p>
<h2>Introduction</h2>
<p>Hello it's a me again drifter1!</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Continuing on with our <strong>Mathematical Analysis</strong> series of Mathematics we today will talk about <strong>Partial Derivatives</strong>.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;Those "new" derivatives are based on the "normal" ones and so I highly suggest you reading my post about that <a href="https://steemit.com/mathematics/@drifter1/mathematics-mathematical-analysis-derivatives">here </a>before getting into this post...if you don't know about them already!</p>
<p>So, without further do, let's get started!</p>
<p><br></p>
<h2>What does a derivative describe?</h2>
<p>&nbsp;&nbsp;&nbsp;&nbsp;When having <strong>only one variabe</strong>, the derivative of course describes the <strong>angle</strong>/rotation of a function's curve to the x axis.</p>
<p>So, the derivative of a function f(x) with x describes the angle towards the x-axis.</p>
<p>But, what about functions of more then one variables?</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;Well we saw that limits, continuity and more can also be described for such functions, but we don't talked about differentiation yet...</p>
<p>Depending on the notation the <strong>derivative at the position xo</strong> is given by:</p>
<p><img src="http://quicklatex.com/cache3/0a/ql_bcf43ac10efd16fa1fb362e928c9b50a_l3.png"/></p>
<p>using <a href="http://quicklatex.com/cache3/0a/ql_bcf43ac10efd16fa1fb362e928c9b50a_l3.png">quicklatex</a></p>
<p>So, the derivatives are based on an specific quotient limit...</p>
<p><br></p>
<h2>Partial Derivatives</h2>
<p>&nbsp;&nbsp;&nbsp;&nbsp;Because&nbsp;we can clearly see that the "dependence" variable (x) is in the denominator we start thinking about a way of <strong>describing derivatives for one of the independent input variables</strong>. This exactly is what a partial derivative is.</p>
<p>For two&nbsp;variables we define the partial derivative of z = f(x, y) at the point P(x0, y0) with x as:</p>
<p><img src="https://s14.postimg.cc/v2imq57ep/Screenshot_1.jpg" width="40" height="68"/>= <img src="http://quicklatex.com/cache3/bb/ql_9bd3f11b22a3f87fc1a6cb4731e240bb_l3.png"/></p>
<p><a href="https://en.wikipedia.org/wiki/Partial_derivative">Wikipedia </a>and <a href="http://quicklatex.com/cache3/bb/ql_9bd3f11b22a3f87fc1a6cb4731e240bb_l3.png">Quicklatex</a></p>
<p>If this limit exists (is a real number) then the value is called the <strong>partial derivative o f(x, y) with x at the point P(x0, y0)</strong>.</p>
<p>By doing as we did, we actually define a new function f(x, y0) that is dependent only of x.</p>
<p><br></p>
<p>Using the same principle the derivative of f(x, y) with y is:</p>
<p><img src="http://quicklatex.com/cache3/3c/ql_fbee7dd6c6c5f26743f33c4dc881083c_l3.png"/></p>
<p><a href="http://quicklatex.com/cache3/3c/ql_fbee7dd6c6c5f26743f33c4dc881083c_l3.png">Quicklatex</a></p>
<p><br></p>
<p>For example:</p>
<p><img src="http://quicklatex.com/cache3/56/ql_badd1b2fc855f554c9818187499a0a56_l3.png"/></p>
<p><a href="http://quicklatex.com/cache3/56/ql_badd1b2fc855f554c9818187499a0a56_l3.png">quicklatex</a></p>
<p>The Partial derivatives are:</p>
<p><em>f'x = 2x + 3y</em></p>
<p><em>f'y = -2y + 3x</em></p>
<p><br></p>
<blockquote>We can clearly see that the "other" variable is being treated like a constant.</blockquote>
<p><br></p>
<h2>What does the partial derivative describe?</h2>
<p>Well, it again describes the <strong>angle of a curve.</strong>..</p>
<p>This curve will be <strong>different depending on which variable we choose to derivative with</strong>.</p>
<p>For the function f(x, y) at P(x0, y0) we have:</p>
<ul>
  <li><strong>f'x</strong> or the partial derivative with x at P describes the <strong>angle of f(x, y0)</strong></li>
  <li><strong>f'y</strong> or the partial derivative with y at P describe the <strong>angle of f(x0, y)</strong></li>
</ul>
<p>&nbsp;&nbsp;&nbsp;&nbsp;You can see that we find the angle of a new function g(x) or g(y) which means that we leave the 3-dimensions that a 2-variable functions describes to go to 2-dimensions (from plane to curve/line)</p>
<p><br></p>
<p>But, how can this be useful?</p>
<p><br></p>
<h2>Derivative of Vector Functions</h2>
<p>The derivative of a vector function is based on partial derivatives.</p>
<p>Suppose z = f(x, y) is a plane and r(t) = x(t)i + y(t)j a curve (or vector function) on top of it.</p>
<p>We define a <strong>derivative </strong><em><strong>along </strong></em><strong>the curve</strong> as:</p>
<p><em>f'(t) = df/dt = &nbsp;∂f/∂x * dx/dt + ∂f/∂y * dy/dt</em></p>
<p>where these elements are:</p>
<ol>
  <li>the partial derivative of x(t) with x AND</li>
  <li>the partial derivative of y(t) with y</li>
</ol>
<p>But, because the functions are "complex" we have to use the rule of composition.</p>
<p><br></p>
<p>If we had 3-dimensions the derivative would look like this:</p>
<p><em>f'(t) = df/dt = &nbsp;∂f/∂x * dx/dt + ∂f/∂y * dy/dt + ∂f/∂z* dz/dt</em></p>
<p><br></p>
<p>For <strong>example </strong>if <em>r(t) = cost + sint </em>and f(x, y) = x*y then:</p>
<p><em>f'(t) = df/dt = ∂f/∂x * dx/dt + ∂f/∂y * dy/dt = y*(-sint) + x*cost = </em><em><strong>-sin^2t + cos^2t</strong></em></p>
<p><br></p>
<p>Partial Derivatives are also used for things like:</p>
<ul>
  <li>Finding normal vectors to a plane</li>
  <li>Finding tangent planes</li>
</ul>
<p>Both use directional derivatives that we will talk about next time...</p>
<p><br></p>
<p>And this is actually it for today and I hope that you enjoyed it!</p>
<p>Bye!</p>
</html>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 73 others
properties (23)
authordrifter1
permlinkmathematics-mathematical-analysis-partial-derivatives
categorymathematics
json_metadata{"tags":["mathematics","analysis","derivatives","steemiteducation","steemstem"],"image":["https://upload.wikimedia.org/wikipedia/commons/thumb/f/fe/X2%2BX%2B1.svg/250px-X2%2BX%2B1.svg.png","http://quicklatex.com/cache3/0a/ql_bcf43ac10efd16fa1fb362e928c9b50a_l3.png","https://s14.postimg.cc/v2imq57ep/Screenshot_1.jpg","http://quicklatex.com/cache3/bb/ql_9bd3f11b22a3f87fc1a6cb4731e240bb_l3.png","http://quicklatex.com/cache3/3c/ql_fbee7dd6c6c5f26743f33c4dc881083c_l3.png","http://quicklatex.com/cache3/56/ql_badd1b2fc855f554c9818187499a0a56_l3.png"],"links":["https://en.wikipedia.org/wiki/Partial_derivative","https://steemit.com/mathematics/@drifter1/mathematics-mathematical-analysis-derivatives","http://quicklatex.com/cache3/0a/ql_bcf43ac10efd16fa1fb362e928c9b50a_l3.png","http://quicklatex.com/cache3/bb/ql_9bd3f11b22a3f87fc1a6cb4731e240bb_l3.png","http://quicklatex.com/cache3/3c/ql_fbee7dd6c6c5f26743f33c4dc881083c_l3.png","http://quicklatex.com/cache3/56/ql_badd1b2fc855f554c9818187499a0a56_l3.png"],"app":"steemit/0.1","format":"html"}
created2018-04-16 16:50:24
last_update2018-04-20 22:30:54
depth0
children7
last_payout2018-04-23 16:50:24
cashout_time1969-12-31 23:59:59
total_payout_value18.509 HBD
curator_payout_value5.193 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,764
author_reputation98,202,866,830,354
root_title"Mathematics - Mathematical Analysis Partial Derivatives"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id50,413,283
net_rshares4,675,905,931,497
author_curate_reward""
vote details (137)
@benainouna ·
$0.02
very good remind of derivatives, i will follow your courses to understand more mathematics from you and to not forget what i learnt before, and i will be thankful you add some excersises in your posts. thank you very much :)
👍  
properties (23)
authorbenainouna
permlinkre-drifter1-mathematics-mathematical-analysis-partial-derivatives-20180416t134110224z
categorymathematics
json_metadata{"tags":["mathematics"],"app":"steemit/0.1"}
created2018-04-16 17:41:15
last_update2018-04-16 17:41:15
depth1
children1
last_payout2018-04-23 17:41:15
cashout_time1969-12-31 23:59:59
total_payout_value0.021 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length224
author_reputation21,025,921,544,449
root_title"Mathematics - Mathematical Analysis Partial Derivatives"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id50,420,556
net_rshares4,578,471,188
author_curate_reward""
vote details (1)
@drifter1 ·
$0.02
Sure :)
I'm mostly posting exercises separately and for many things together, just to keep theory and examples better organized...
Today's topic was not so difficult, but for more advanced stuff I of course have more examples or even explain the theory using an characteristic and describing example.
Glad that you enjoy it and remember/learn :D
👍  
properties (23)
authordrifter1
permlinkre-benainouna-re-drifter1-mathematics-mathematical-analysis-partial-derivatives-20180416t182538141z
categorymathematics
json_metadata{"tags":["mathematics"],"app":"steemit/0.1"}
created2018-04-16 18:25:39
last_update2018-04-16 18:25:39
depth2
children0
last_payout2018-04-23 18:25:39
cashout_time1969-12-31 23:59:59
total_payout_value0.021 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length345
author_reputation98,202,866,830,354
root_title"Mathematics - Mathematical Analysis Partial Derivatives"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id50,426,856
net_rshares4,226,281,097
author_curate_reward""
vote details (1)
@prettyrose ·
$0.14
Just have a thing for general mathematics and derivatives because of my career line: am an accountant. Really love your blog @drifter1. 

I have love for programming,  but it has always seemed to me as one big thing to acquaint with...any help for people like me? [smiles]
👍  , , , ,
properties (23)
authorprettyrose
permlinkre-drifter1-mathematics-mathematical-analysis-partial-derivatives-20180416t170644001z
categorymathematics
json_metadata{"tags":["mathematics"],"users":["drifter1"],"app":"steemit/0.1"}
created2018-04-16 17:07:06
last_update2018-04-16 17:07:06
depth1
children4
last_payout2018-04-23 17:07:06
cashout_time1969-12-31 23:59:59
total_payout_value0.141 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length272
author_reputation5,556,941,549,687
root_title"Mathematics - Mathematical Analysis Partial Derivatives"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id50,415,721
net_rshares27,989,453,976
author_curate_reward""
vote details (5)
@drifter1 ·
$0.12
Thank you for your kind words...
Programming is interesting and you can create programs/code that can do anything you wish (mostly), but because of this diversity it's difficult to find something easy to start with.
I suggest you to start with something like C.
C is an easy language which has a grammar that is used even in more advanced languages like Java for things that are common.
Start by creating something that just prints out, continue with something that takes your input, does some calculations and gives you an output (or just prints it out) and so on...
It's not so difficult to learn programming anymore!
There are many great sources and videos online :)
👍  , , ,
properties (23)
authordrifter1
permlinkre-prettyrose-re-drifter1-mathematics-mathematical-analysis-partial-derivatives-20180416t171554580z
categorymathematics
json_metadata{"tags":["mathematics"],"app":"steemit/0.1"}
created2018-04-16 17:15:54
last_update2018-04-16 17:15:54
depth2
children3
last_payout2018-04-23 17:15:54
cashout_time1969-12-31 23:59:59
total_payout_value0.120 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length669
author_reputation98,202,866,830,354
root_title"Mathematics - Mathematical Analysis Partial Derivatives"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id50,416,974
net_rshares23,971,734,104
author_curate_reward""
vote details (4)
@prettyrose · (edited)
$0.12
Thanks for your timely response. I hope you dont mind sir, because am deviating from the subject matter (derivatives) under which this comment is presented. Is it possible that i can bring myself to a level of relatively great relevance in the programming ecosystem without having any formal (classroom/college based) education in Computer Science? Cos most of the Tech guys i have met in the past always gave me the impression: I cannot be as good...
👍  , , ,
properties (23)
authorprettyrose
permlinkre-drifter1-re-prettyrose-re-drifter1-mathematics-mathematical-analysis-partial-derivatives-20180416t172317177z
categorymathematics
json_metadata{"tags":["mathematics"],"app":"steemit/0.1"}
created2018-04-16 17:23:24
last_update2018-04-16 17:28:54
depth3
children2
last_payout2018-04-23 17:23:24
cashout_time1969-12-31 23:59:59
total_payout_value0.114 HBD
curator_payout_value0.003 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length451
author_reputation5,556,941,549,687
root_title"Mathematics - Mathematical Analysis Partial Derivatives"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id50,418,063
net_rshares23,503,783,182
author_curate_reward""
vote details (4)