<html> <p><img src="https://math.oregonstate.edu/home/programs/undergrad/CalculusQuestStudyGuides/vcalc/lineplane/lineplane2.gif" width="250" height="184"/></p> <p><a href="https://math.oregonstate.edu/home/programs/undergrad/CalculusQuestStudyGuides/vcalc/lineplane/lineplane2.gif">Source</a></p> <h2>Introduction</h2> <p>Hello it's a me again drifter1!</p> <p> It's <strong>Easter Holiday time</strong> for me and so I got back home to chill for 2 weeks with my family and friends. In the first week I had some time for posting, but during the weekend we went to my Aunt and so I don't had time to post! But here I am again to post for you Steemians!</p> <p> Today's topic is<strong> Mathematical Analysis</strong> again and more specifically <strong>Vectors and equations for Lines and Planes</strong>! I already<strong> covered a lot about Vectors</strong> during my <strong>Physics </strong>"category" and so I suggest you to read the <strong>post </strong>about it <a href="https://steemit.com/physics/@drifter1/physics-vector-math-and-operations">here</a>. We will make a<strong> quick recap </strong>and then continue with some <em>more things</em> that I didn't had to talk about in Physics! After that we will get into Lines and Planes...</p> <p>So, without further do, let's dive straight into it!</p> <p><br></p> <h2>Quick recap</h2> <p> Vectors are <strong>arrows that point from one point to another and describe the direction of movement</strong> and also by <strong>how much we move in each of the x, y or even z coordinates</strong> in 1-, 2- or 3-dimensional space (<strong>meter</strong>).</p> <blockquote>From the Physics post (tweaked)...</blockquote> <p>Two vectors are <strong>equal </strong>when they have the <strong>same direction and meter</strong>.</p> <p>The meter |A| of vector A is of course equal to:</p> <p><img src="http://quicklatex.com/cache3/db/ql_dd70d7783afed004c654cba1472faedb_l3.png"/></p> <p>via <a href="http://quicklatex.com/cache3/db/ql_dd70d7783afed004c654cba1472faedb_l3.png">quicklatex</a> </p> <p>where A = (P1P2) with P1 = (x1, y1, z1, ...) and P2 = (x2, y2, z2, ...)</p> <p>Vectors can be analyzed into <strong>components </strong>for each axis.</p> <p>We can of course do some <strong>operatios </strong>on vectors that include:</p> <ul> <li><strong>Addition </strong>-> A + B = C</li> <li><strong>Substraction </strong>-> A - B = D</li> <li><strong>Scalar product </strong>-> A*B = |A| |B| cosφ and so a real number</li> <li><strong>Cross product</strong> -> AxB = ABsinφ and so a new vector [calculated using a determinant]</li> </ul> <p> To have a common language we use <strong>unit vectors</strong> for each axis of a linear space, where an unit vector has meter 1.</p> <blockquote>To make a vector into a unit vector (meter 1) you simply divide it with it's meter!</blockquote> <p><br></p> <h2>Vector tangents and normals</h2> <p><img src="https://ltcconline.net/greenl/courses/202/vectorFunctions/tannor11.gif" width="328" height="248"/></p> <p><a href="https://ltcconline.net/greenl/courses/202/vectorFunctions/tannorm.htm">Source</a></p> <ul> <li>A vector/line is tangent to an vector/line if they are <strong>parallel </strong>to each other.</li> <li>On the other hand it's a normal when they are <strong>vertically across</strong>.</li> </ul> <p> To find a parallel (tangent) vector at a specific point of a line we simply find a unit vector with the same angle λ as the line. On the other hand for finding a normal vector we find a vector with angle -1/λ, but there is also a small trick if we already found the answer of the tangent.</p> <p><br></p> <p><strong>Example</strong></p> <p>For the line <img src="http://quicklatex.com/cache3/47/ql_0881497beaf6e81334ad3127e6e9f947_l3.png"/> (<a href="http://quicklatex.com/cache3/47/ql_0881497beaf6e81334ad3127e6e9f947_l3.png">quicklatex</a>) at x = y = 1 we have:</p> <p><img src="http://quicklatex.com/cache3/13/ql_df21f46a650fbda9a9e64ebd3bd15113_l3.png"/> (<a href="http://quicklatex.com/cache3/13/ql_df21f46a650fbda9a9e64ebd3bd15113_l3.png">quicklatex</a>)</p> <p>So, the vector we search for is:</p> <p>v = 2i + 3j which has an angle of 3/2</p> <p>The corresponding unit vector is:</p> <p><img src="http://quicklatex.com/cache3/fd/ql_ce68946453707af8dcd5271e6bd8befd_l3.png"/> (<a href="http://quicklatex.com/cache3/fd/ql_ce68946453707af8dcd5271e6bd8befd_l3.png">quicklatex</a>)</p> <p>This is the tangent at (1, 1).</p> <p>We could also use the negatve vector -u.</p> <p>For the normal vector we simply find the negative inverse of u.</p> <p>To do that we swap the places of the components and change the sign of one of them.</p> <p>So, a normal vector is:</p> <p><img src="http://quicklatex.com/cache3/1b/ql_12aa85ba6f67908b9109b1d448ba531b_l3.png"/> (<a href="http://quicklatex.com/cache3/1b/ql_12aa85ba6f67908b9109b1d448ba531b_l3.png">quicklatex</a>)</p> <p><br></p> <p>Two more <strong>useful things </strong>are the following:</p> <ol> <li>Two vectors are across if the scalar product of them is zero (u.v = 0).</li> <li>Two vectors are parallel if the cross product of them is zero (uxv = 0)</li> </ol> <p><br></p> <h2>Vector projection</h2> <p><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/Projection_and_rejection.png/200px-Projection_and_rejection.png" width="200" height="180"/></p> <p><a href="https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/Projection_and_rejection.png/200px-Projection_and_rejection.png">Source</a></p> <p> The vector projection of a vector u onto a line parallel to another non-zero vector v is the orthogonal projection of u straight into the line parallel to v.</p> <p>From <a href="https://en.wikipedia.org/wiki/Vector_projection">wikipedia</a></p> <p>It can be noted as proj (u, v) which means projection of u onto v.</p> <p>To calculate it we use:</p> <p><em><strong>proj (u, v) = |u|cosθ = u * v/|v|</strong></em></p> <p>where u*v is the scalar or dot product and θ the angle between u and v.</p> <p><br></p> <h2>Cartesian coordination space</h2> <p>The <strong>Cartesian space</strong> is defined using 3 axes (x, y and z).</p> <p> Each point P is represented using values given to each of those coordinates that represent the position on each axis.</p> <p>The center of the space is O(0, 0, 0).</p> <p>In this space we can <strong>define plane</strong>s like:</p> <ul> <li>xy where each point has z = 0</li> <li>xz where each point has y = 0</li> <li>yz where each point has x = 0</li> </ul> <p>Using even more <strong>restrictions </strong>we can define more an more <strong>subspaces </strong>if this Cartesian space.</p> <p>As already shown before vectors are represented using:</p> <p><em><strong>u = OP = xi + yj + zk</strong></em></p> <p>where (x, y, z) is the point P and i, j, k are the unit vector on each axis.</p> <p>The <strong>meter </strong>is of course equal to the square root of the squares on of each coordinate.</p> <p> Using the same concept we can calculate the distance between two points P1 = (x1, y1, z1) and P2 = (x2, y2, z2) in space, as the meter of the vector P1P2.</p> <p>The equation of <strong>distance </strong>is:</p> <p><img src="http://quicklatex.com/cache3/cd/ql_be63da979e4bef0b9b62f58cac97d2cd_l3.png"/> (<a href="http://quicklatex.com/cache3/cd/ql_be63da979e4bef0b9b62f58cac97d2cd_l3.png">quicklatex</a>)</p> <p><br></p> <h2>Lines in space</h2> <p>A line in space can be <strong>represented </strong>by only two things:</p> <ul> <li>A point of the line (P)</li> <li>The slope/angle λ</li> </ul> <p>A straight line is simply y = λx.</p> <p><br></p> <p>For more complex ones we use two <strong>representations</strong>:</p> <ol> <li>Vector representation</li> <li>Parametric representation</li> </ol> <h3><br></h3> <h3>Vector representation</h3> <p>A line L parallel to a vector v that surpasses the point P0 = (x0, y0, z0) is:</p> <p><em><strong>r(t) = r0 + i*v</strong></em></p> <p> where r is the position vector of the point P(x, y, z) of L and r0 is the position vector of the point P0.</p> <p><br></p> <h3>Parametric representation</h3> <p>By taking the components of the previous one we end up with the parametric representation.</p> <p> For a line that contains the point P0 = (x0, y0, z0) and is parallel to the vector v = u1i + u2j + u3k we have:</p> <p><em><strong>x = x0 + t*u1</strong></em></p> <p><em><strong>y = y0 + t*u2</strong></em></p> <p><em><strong>z = z0 + t*u3</strong></em></p> <p>where t is any real number.</p> <p><br></p> <p> So, to find a line we simply need to find a parallel vector to that line and need to know a point where the line passes by, cause the vector and line have the same slope/angle (tangent vector).</p> <p><br></p> <h2>Planes in space</h2> <p>Using the same concept we can also define a plane.</p> <p> A plane that contains the point P0(x0, y0, z0) and is vertically across to a vector n = Ai +Bj + Ck (normal) is of the form:</p> <p><em><strong>n*(P0P) = 0</strong></em></p> <p>or</p> <p><em><strong>A(x - x0) + B(y - y0) + C(z - z0) = 0</strong></em></p> <p>or</p> <p><em><strong>Ax + By + Cz = D </strong></em>where<em><strong> D = Ax0 + By0 + Cz0</strong></em></p> <p><br></p> <p>So, to find a plane we just have to find a normal vector to that plane and have a point given.</p> <p><br></p> <p>Because the Plane types are more advanced I leave them for a post on their own...</p> <p><br></p> <p>And this is actually it and I hope that you enjoyed it!</p> <p>Bye!</p> </html>
author | drifter1 |
---|---|
permlink | mathematics-mathematical-analysis-vectors-lines-and-planes |
category | mathematics |
json_metadata | {"tags":["mathematics","analysis","steemiteducation","steemstem","vectors"],"image":["https://math.oregonstate.edu/home/programs/undergrad/CalculusQuestStudyGuides/vcalc/lineplane/lineplane2.gif","http://quicklatex.com/cache3/db/ql_dd70d7783afed004c654cba1472faedb_l3.png","https://ltcconline.net/greenl/courses/202/vectorFunctions/tannor11.gif","http://quicklatex.com/cache3/47/ql_0881497beaf6e81334ad3127e6e9f947_l3.png","http://quicklatex.com/cache3/13/ql_df21f46a650fbda9a9e64ebd3bd15113_l3.png","http://quicklatex.com/cache3/fd/ql_ce68946453707af8dcd5271e6bd8befd_l3.png","http://quicklatex.com/cache3/1b/ql_12aa85ba6f67908b9109b1d448ba531b_l3.png","https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/Projection_and_rejection.png/200px-Projection_and_rejection.png","http://quicklatex.com/cache3/cd/ql_be63da979e4bef0b9b62f58cac97d2cd_l3.png"],"links":["https://math.oregonstate.edu/home/programs/undergrad/CalculusQuestStudyGuides/vcalc/lineplane/lineplane2.gif","https://steemit.com/physics/@drifter1/physics-vector-math-and-operations","http://quicklatex.com/cache3/db/ql_dd70d7783afed004c654cba1472faedb_l3.png","https://ltcconline.net/greenl/courses/202/vectorFunctions/tannorm.htm","http://quicklatex.com/cache3/47/ql_0881497beaf6e81334ad3127e6e9f947_l3.png","http://quicklatex.com/cache3/13/ql_df21f46a650fbda9a9e64ebd3bd15113_l3.png","http://quicklatex.com/cache3/fd/ql_ce68946453707af8dcd5271e6bd8befd_l3.png","http://quicklatex.com/cache3/1b/ql_12aa85ba6f67908b9109b1d448ba531b_l3.png","https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/Projection_and_rejection.png/200px-Projection_and_rejection.png","https://en.wikipedia.org/wiki/Vector_projection","http://quicklatex.com/cache3/cd/ql_be63da979e4bef0b9b62f58cac97d2cd_l3.png"],"app":"steemit/0.1","format":"html"} |
created | 2018-04-10 16:35:21 |
last_update | 2018-04-10 16:36:39 |
depth | 0 |
children | 5 |
last_payout | 2018-04-17 16:35:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 17.144 HBD |
curator_payout_value | 4.531 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9,826 |
author_reputation | 98,202,866,830,354 |
root_title | "Mathematics - Mathematical Analysis Vectors, Lines and Planes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,337,772 |
net_rshares | 4,829,882,068,539 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pharesim | 0 | 78,164,839,436 | 0.15% | ||
lafona-miner | 0 | 105,243,900,737 | 5% | ||
kushed | 0 | 18,037,415,442 | 0.89% | ||
steem-id | 0 | 8,320,923,111 | 0.89% | ||
stone1 | 0 | 4,138,659,683 | 25% | ||
bunny | 0 | 50,828,933 | 100% | ||
steemychicken1 | 0 | 13,668,990,812 | 25% | ||
bue | 0 | 27,975,439,195 | 100% | ||
joseph | 0 | 62,657,495,431 | 25% | ||
aizensou | 0 | 100,265,932,861 | 25% | ||
b0y2k | 0 | 283,161,091,829 | 25% | ||
mrs.agsexplorer | 0 | 8,597,589,826 | 2% | ||
stoner19 | 0 | 10,743,947,568 | 25% | ||
drifter1 | 0 | 8,606,874,061 | 100% | ||
richman | 0 | 78,924,845,376 | 25% | ||
justtryme90 | 0 | 128,707,712,260 | 5% | ||
anwenbaumeister | 0 | 25,866,089,948 | 0.89% | ||
grandpere | 0 | 10,638,261,526 | 5% | ||
razvanelulmarin | 0 | 33,268,436,238 | 25% | ||
anyx | 0 | 215,466,013,782 | 20% | ||
raymondspeaks | 0 | 3,990,342,264 | 25% | ||
knozaki2015 | 0 | 491,248,795,600 | 25% | ||
shawnamawna | 0 | 7,757,925,984 | 25% | ||
liberosist | 0 | 7,679,701,615 | 0.89% | ||
hagie | 0 | 33,690,052,308 | 25% | ||
coinbar | 0 | 5,143,897,685 | 25% | ||
thebluepanda | 0 | 48,124,887,163 | 25% | ||
timsaid | 0 | 5,371,768,166 | 1% | ||
yoshiko | 0 | 86,444,789,914 | 25% | ||
thisisbenbrick | 0 | 11,466,956,042 | 25% | ||
sirwinchester | 0 | 40,869,617,836 | 25% | ||
kiddarko | 0 | 4,981,478,070 | 5% | ||
lemouth | 0 | 14,668,924,475 | 3.5% | ||
rjbauer85 | 0 | 309,080,845 | 5% | ||
anarchyhasnogods | 0 | 8,427,257,883 | 2.5% | ||
lamouthe | 0 | 1,177,893,482 | 5% | ||
einsteinpotsdam | 0 | 7,753,060,603 | 25% | ||
dadview | 0 | 1,031,283,322 | 3% | ||
zahnspange | 0 | 592,192,571,686 | 25% | ||
steemsquad | 0 | 2,051,385,304 | 25% | ||
allesgruen | 0 | 2,804,573,833 | 25% | ||
dannystravels | 0 | 19,773,399,631 | 25% | ||
steemedia | 0 | 106,659,501 | 0.89% | ||
jerryblanceton | 0 | 7,271,864,137 | 25% | ||
platinum-blue | 0 | 48,184,835,452 | 25% | ||
koskl | 0 | 6,347,650,786 | 100% | ||
meerkat | 0 | 64,911,285,211 | 0.89% | ||
ssekulji | 0 | 32,671,539,366 | 25% | ||
timbernana | 0 | 10,609,865,003 | 25% | ||
curie | 0 | 46,698,926,792 | 0.89% | ||
sherlockcupid | 0 | 27,516,808,068 | 25% | ||
vannour | 0 | 3,484,834,099 | 5% | ||
hendrikdegrote | 0 | 516,027,101,501 | 0.97% | ||
steemcultures | 0 | 157,618,325 | 5% | ||
steemworld | 0 | 433,461,873 | 5% | ||
dark.horse | 0 | 5,556,976,512 | 25% | ||
steemstem | 0 | 138,922,058,891 | 5% | ||
dashfit | 0 | 114,456,221 | 0.44% | ||
adventureevryday | 0 | 4,436,897,015 | 10% | ||
cathynsons | 0 | 10,333,093,217 | 50% | ||
sethroot | 0 | 92,560,218 | 0.08% | ||
cotidiana | 0 | 118,743,874 | 0.89% | ||
toyman | 0 | 13,487,047,005 | 25% | ||
foundation | 0 | 486,292,816 | 5% | ||
the-devil | 0 | 650,148,946 | 5% | ||
i-gordan | 0 | 10,201,098,380 | 25% | ||
thevenusproject | 0 | 2,774,023,084 | 5% | ||
dna-replication | 0 | 1,398,041,107 | 5% | ||
buzzbeergeek | 0 | 5,248,227,317 | 10% | ||
pacokam8 | 0 | 83,641,281 | 0.22% | ||
steemiteducation | 0 | 273,857,316,787 | 35% | ||
bigdaddy | 0 | 23,225,853,175 | 25% | ||
kingsmind | 0 | 4,757,920,667 | 25% | ||
kkbaardsen | 0 | 81,765,233 | 100% | ||
jamhuery | 0 | 681,518,186 | 5% | ||
marxrab | 0 | 10,721,074,788 | 11% | ||
steemitcitizen | 0 | 411,713,355 | 5% | ||
romedog | 0 | 292,085,433,233 | 25% | ||
followbtcnews | 0 | 31,353,645,094 | 5% | ||
sunshinetraveler | 0 | 13,488,183,500 | 25% | ||
eveuncovered | 0 | 42,666,942,160 | 25% | ||
kryzsec | 0 | 1,636,789,338 | 5% | ||
markangeltrueman | 0 | 332,243,981 | 0.13% | ||
spg | 0 | 9,126,259,599 | 25% | ||
freefuture | 0 | 6,623,230,273 | 25% | ||
kinakomochi | 0 | 18,452,665,839 | 25% | ||
tantawi | 0 | 81,802,281 | 0.89% | ||
trumpman | 0 | 158,385,365,008 | 100% | ||
mdosev | 0 | 339,563,588 | 5% | ||
minnowsupport | 0 | 24,780,782,353 | 0.5% | ||
dkmathstats | 0 | 23,788,594,880 | 100% | ||
derrick829 | 0 | 14,245,909,359 | 1% | ||
locikll | 0 | 422,495,373 | 1.78% | ||
dber | 0 | 1,106,207,032 | 5% | ||
mahdiyari | 0 | 335,731,566 | 0.44% | ||
aboutyourbiz | 0 | 210,930,121 | 0.89% | ||
kerriknox | 0 | 13,468,391,744 | 5% | ||
alexander.alexis | 0 | 446,520,285 | 1.5% | ||
howtostartablog | 0 | 387,930,658 | 0.04% | ||
sammosk | 0 | 7,441,129,621 | 25% | ||
cryptokrieg | 0 | 242,326,573 | 0.89% | ||
biancajapan | 0 | 8,778,754,105 | 25% | ||
ruth-girl | 0 | 50,302,910,692 | 30% | ||
ertwro | 0 | 1,858,020,552 | 5% | ||
juanjdiaz89 | 0 | 208,319,229 | 5% | ||
thinknzombie | 0 | 1,564,548,520 | 0.44% | ||
nitesh9 | 0 | 1,249,755,468 | 5% | ||
stitchybitch | 0 | 17,575,058,211 | 25% | ||
himal | 0 | 385,451,605 | 5% | ||
bachuslib | 0 | 18,848,851,893 | 100% | ||
themarkymark | 0 | 38,468,443,146 | 25% | ||
abigail-dantes | 0 | 75,530,013,336 | 5% | ||
leczy | 0 | 326,272,562 | 5% | ||
steemulator | 0 | 293,304,283 | 0.89% | ||
ovij | 0 | 651,571,875 | 5% | ||
suravsingh | 0 | 64,017,199 | 5% | ||
joseg | 0 | 69,363,090 | 3% | ||
akeelsingh | 0 | 166,318,004 | 5% | ||
adoelesteem | 0 | 4,658,242,366 | 100% | ||
justdentist | 0 | 594,515,339 | 1% | ||
somethingburger | 0 | 378,776,149 | 5% | ||
avesa | 0 | 382,782,574 | 0.1% | ||
felixrodriguez | 0 | 119,183,183 | 2.5% | ||
minimalpris | 0 | 11,244,093,876 | 100% | ||
pearlumie | 0 | 1,866,152,820 | 5% | ||
tormiwah | 0 | 235,019,674 | 1.5% | ||
arefjevs | 0 | 76,727,810 | 100% | ||
simplifylife | 0 | 150,855,917 | 0.1% | ||
kriptonoob | 0 | 714,319,568 | 1% | ||
jordanx2 | 0 | 59,409,806 | 0.44% | ||
mayowadavid | 0 | 329,573,438 | 2.5% | ||
zeeshan003 | 0 | 107,050,307 | 5% | ||
erodedthoughts | 0 | 357,963,558 | 0.25% | ||
enzor | 0 | 85,443,918 | 2.5% | ||
kieranpearson | 0 | 53,913,160 | 0.22% | ||
bobdos | 0 | 288,471,269 | 0.08% | ||
bogaev | 0 | 452,844,613 | 100% | ||
teacherspet | 0 | 10,250,070,753 | 50% | ||
carloserp-2000 | 0 | 817,504,683 | 5% | ||
pangoli | 0 | 424,146,204 | 5% | ||
rachelsmantra | 0 | 214,559,082 | 5% | ||
gra | 0 | 1,880,733,872 | 5% | ||
xanderslee | 0 | 80,395,421 | 0.89% | ||
kenadis | 0 | 1,355,423,592 | 5% | ||
esaia.mystic | 0 | 66,476,824 | 0.89% | ||
amavi | 0 | 780,704,831 | 1% | ||
robotics101 | 0 | 199,995,401 | 4% | ||
gentleshaid | 0 | 1,274,306,086 | 5% | ||
zalandir | 0 | 147,623,964 | 0.44% | ||
votero | 0 | 544,624,888 | 100% | ||
sco | 0 | 176,101,977 | 0.25% | ||
adetola | 0 | 185,811,694 | 5% | ||
dysfunctional | 0 | 222,549,925 | 2.5% | ||
monie | 0 | 434,823,162 | 100% | ||
whileponderin | 0 | 107,940,678 | 5% | ||
bennettitalia | 0 | 94,855,192 | 0.04% | ||
hadji | 0 | 243,120,157 | 5% | ||
sakura1012 | 0 | 120,606,702 | 5% | ||
patricklancaster | 0 | 621,950,193 | 5% | ||
blackdahlia | 0 | 592,567,979 | 100% | ||
terrylovejoy | 0 | 367,559,542 | 1.25% | ||
dynamicrypto | 0 | 151,454,937 | 1% | ||
thetroublenotes | 0 | 71,700,953 | 1% | ||
labapshas | 0 | 471,203,178 | 100% | ||
rionpistorius | 0 | 105,771,665 | 2.5% | ||
deutsch-boost | 0 | 362,787,145 | 20% | ||
dexterdev | 0 | 1,036,769,599 | 5% | ||
ugonma | 0 | 72,451,024 | 5% | ||
drkomoo | 0 | 61,750,060 | 5% | ||
alexdory | 0 | 608,428,611 | 5% | ||
benleemusic | 0 | 1,335,953,695 | 0.04% | ||
chimtivers96 | 0 | 61,756,761 | 0.89% | ||
zipporah | 0 | 151,737,209 | 0.17% | ||
positiveninja | 0 | 112,042,149 | 0.44% | ||
dream-o | 0 | 8,578,222,048 | 25% | ||
pseudojew | 0 | 84,046,426 | 5% | ||
jsxchemistry | 0 | 710,196,227 | 100% | ||
victorcovrig | 0 | 68,105,292 | 1% | ||
de-stem | 0 | 220,916,897 | 0.5% | ||
saracampero | 0 | 279,490,447 | 100% | ||
maulidawati | 0 | 495,583,446 | 100% | ||
melouna | 0 | 609,400,362 | 100% | ||
hatuvera | 0 | 204,003,282 | 10% | ||
doctor-cog-diss | 0 | 230,009,457 | 100% | ||
chupacabraz | 0 | 606,545,265 | 100% | ||
niouton | 0 | 128,945,605 | 0.17% | ||
aneuktulot | 0 | 167,899,651 | 100% | ||
biomimi | 0 | 217,207,817 | 40% |
Very nice project, made me remember my math years in college. It's very strange for me (non native English) to try to understand an English math demonstration :D I appreciate your general public approach, I am still dreaming of complementary education done on Steemit :D
author | alexdory |
---|---|
permlink | re-drifter1-mathematics-mathematical-analysis-vectors-lines-and-planes-20180411t114501508z |
category | mathematics |
json_metadata | {"tags":["mathematics"],"app":"steemit/0.1"} |
created | 2018-04-11 11:45:00 |
last_update | 2018-04-11 11:45:00 |
depth | 1 |
children | 0 |
last_payout | 2018-04-18 11:45:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.023 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 272 |
author_reputation | 6,862,980,134,251 |
root_title | "Mathematics - Mathematical Analysis Vectors, Lines and Planes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,478,830 |
net_rshares | 5,515,324,383 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
drifter1 | 0 | 5,515,324,383 | 100% |
<p>Congratulations! This post has been upvoted from the communal account, @minnowsupport, by drifteritis from the Minnow Support Project. It's a witness project run by aggroed, ausbitbank, teamsteem, theprophet0, someguy123, neoxian, followbtcnews, and netuoso. The goal is to help Steemit grow by supporting Minnows. Please find us at the <a href="https://discord.gg/HYj4yvw"> Peace, Abundance, and Liberty Network (PALnet) Discord Channel</a>. It's a completely public and open space to all members of the Steemit community who voluntarily choose to be there.</p> <p>If you would like to delegate to the Minnow Support Project you can do so by clicking on the following links: <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=102530.639667%20VESTS">50SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=205303.639667%20VESTS">100SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=514303.639667%20VESTS">250SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=1025303.639667%20VESTS">500SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=2053030.639667%20VESTS">1000SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=10253030.639667%20VESTS">5000SP</a>. <br><strong>Be sure to leave at least 50SP undelegated on your account.</strong></p>
author | minnowsupport |
---|---|
permlink | re-mathematics-mathematical-analysis-vectors-lines-and-planes-20180411t174132 |
category | mathematics |
json_metadata | "" |
created | 2018-04-11 17:41:39 |
last_update | 2018-04-11 17:41:39 |
depth | 1 |
children | 0 |
last_payout | 2018-04-18 17:41:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,707 |
author_reputation | 148,902,805,319,183 |
root_title | "Mathematics - Mathematical Analysis Vectors, Lines and Planes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,534,605 |
net_rshares | 5,798,161,531 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
drifter1 | 0 | 5,798,161,531 | 100% |
Just checking in after a hiatus, glad to see you are still at it. Was checking out the differential equations articles and found them really useful. Is this going to be a part of a Vector Calculus type series or still keeping it pretty general?
author | teslalifestyle |
---|---|
permlink | re-drifter1-mathematics-mathematical-analysis-vectors-lines-and-planes-20180411t022828360z |
category | mathematics |
json_metadata | {"tags":["mathematics"],"app":"steemit/0.1"} |
created | 2018-04-11 02:28:30 |
last_update | 2018-04-11 02:29:12 |
depth | 1 |
children | 2 |
last_payout | 2018-04-18 02:28:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 244 |
author_reputation | 999,859,975,504 |
root_title | "Mathematics - Mathematical Analysis Vectors, Lines and Planes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,409,300 |
net_rshares | 6,362,872,562 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
drifter1 | 0 | 6,362,872,562 | 100% |
I try to write things in an easy way that can be understood by anyone, even those that dont know a lot of maths... Mathematical Analysis is a series of its own and the posts that follow will be much more advanced then the first parts of this series that contained only limits, derivatives, integrals and series...
author | drifter1 |
---|---|
permlink | re-teslalifestyle-re-drifter1-mathematics-mathematical-analysis-vectors-lines-and-planes-20180411t073615268z |
category | mathematics |
json_metadata | {"tags":["mathematics"],"app":"steemit/0.1"} |
created | 2018-04-11 07:36:18 |
last_update | 2018-04-11 07:36:18 |
depth | 2 |
children | 1 |
last_payout | 2018-04-18 07:36:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 313 |
author_reputation | 98,202,866,830,354 |
root_title | "Mathematics - Mathematical Analysis Vectors, Lines and Planes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,446,641 |
net_rshares | 6,363,835,827 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
drifter1 | 0 | 6,363,835,827 | 100% |
very cool looking forward seeing how the series develops
author | teslalifestyle |
---|---|
permlink | re-drifter1-re-teslalifestyle-re-drifter1-mathematics-mathematical-analysis-vectors-lines-and-planes-20180411t162508016z |
category | mathematics |
json_metadata | {"tags":["mathematics"],"app":"steemit/0.1"} |
created | 2018-04-11 16:25:06 |
last_update | 2018-04-11 16:25:06 |
depth | 3 |
children | 0 |
last_payout | 2018-04-18 16:25:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 999,859,975,504 |
root_title | "Mathematics - Mathematical Analysis Vectors, Lines and Planes" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,523,353 |
net_rshares | 5,845,301,056 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
drifter1 | 0 | 5,845,301,056 | 100% |