 Hi guys. Today I am back with a whole new topic I have never talked about. I intend to do a lot of posts like this as I think it is very educational and I personally love solving problems in classical mechanics. A lot can be done analytically which is a true joy! So let me answer the question I posted earlier. There is a simpler more systematic way of describing systems of classical objects and it is called [The Lagrange Formalism](https://en.wikipedia.org/wiki/Lagrangian_mechanics). I wont talk about what it is as it is a very well described topic that you can find on the internet, but I do intend to showcase its strength in this post and some more posts coming in the future. The central object of this formalism is the Lagrange function that is a generalized function of the coordinates of the objects in the system - q<sub>i</sub> - and its first ***time*** derivatives - q<sub>i</sub><sup>,</sup>. It is defined as: <center> L(q<sub>i</sub>, q<sub>i</sub><sup>,</sup>) = T(q<sub>i</sub>, q<sub>i</sub><sup>,</sup>) - V(q<sub>i</sub>, q<sub>i</sub><sup>,</sup>)</center> The **T(q<sub>i</sub>, q<sub>i</sub><sup>,</sup>)** is the kinetic energy of the entire system and **V(q<sub>i</sub>, q<sub>i</sub><sup>,</sup>)** is the potential energy of the system. Once you defined your **L** for your system, you can very easily get your complete set of equations of motion using: <center>d/dt(δL/δ q<sub>i</sub><sup>,</sup>) = δL/δ q<sub>i</sub></center> I am sorry about the weird notation but Markdown is not very math friendy. δ stands for a partial derivative, while d/dt is the total time derivative. Lets look at a simple example of a mass tethered to a wall with a spring with its coefficient being ***k*** and its mass ***m***. You can look at the sketch in the first picture above. The spring has a natural length of ***l***. The kinetic and potential energies of such a system is: <center> T = 1/2 m (x<sup>,</sup>)<sup>2</sup></center> <center> V = 1/2 k (x - l)<sup>2</sup></center> <center> L = 1/2 m (x<sup>,</sup>)<sup>2</sup> -1/2 k (x - l)<sup>2</sup> </center> Here we remembered that the velocity is defined as the first time derivative of the position - v = x<sup>,</sup>. Usually dots are used as time derivatives but it is impossible to use them here. For the next post I will think of something else. If you now use the recipe of how one derives the equations of motion you get: <center> m x<sup>,,</sup> = -k (x - l)</center> You get the well known second law of motion derived by Newton. The Lagrangian formalism works. Yaaaay. Now we can use it for a more interesting case.  Lets look at a more complex system that contains two bodies with masses that are coupled together. Similarly as before we can easily write the Lagrange function for the system as: <center> T = 1/2 m<sub>1</sub> (x<sub>1</sub><sup>,</sup>)<sup>2</sup> + 1/2 m<sub>2</sub> (x<sub>2</sub><sup>,</sup>)<sup>2</sup></center> <center> V = 1/2 k<sub>1</sub> (x<sub>1</sub>)<sup>2</sup> + 1/2 k<sub>2</sub> (x<sub>2</sub>)<sup>2</sup> + 1/2 K (x<sub>1</sub> - x<sub>2</sub>)<sup>2</sup></center> <center> L = 1/2 m<sub>1</sub> (x<sub>1</sub><sup>,</sup>)<sup>2</sup> + 1/2 m<sub>2</sub> (x<sub>2</sub><sup>,</sup>)<sup>2</sup> - (1/2 k<sub>1</sub> (x<sub>1</sub>)<sup>2</sup> + 1/2 k<sub>2</sub> (x<sub>2</sub>)<sup>2</sup> + 1/2 K (x<sub>1</sub> - x<sub>2</sub>)<sup>2</sup>) </center> The kinetic energy part is pretty self-explanatory. The potential energy is also not overly complicated but still a bit more thinking goes into it. The first two terms are the potential spring energies of the wall-mass couplings while the last term is the mass-mass coupling. If x<sub>1</sub> = x<sub>2</sub> then the middle spring didnt stretch. This is why there is a minus in the last term. If we again use the recipe we get the equations of motion: <center>x<sub>1</sub><sup>,,</sup> = (-k<sub>1</sub>/m<sub>1</sub> - K/m<sub>1</sub>) x<sub>1</sub><sup>,,</sup> + K/m<sub>1</sub> x<sub>2</sub><sup>,,</sup></center> <center>x<sub>2</sub><sup>,,</sup> = K/m<sub>2</sub> x<sub>1</sub><sup>,,</sup> + (-k<sub>2</sub>/m<sub>2</sub> - K/m<sub>2</sub>) x<sub>2</sub><sup>,,</sup></center> Although there is a formalism that easily deals with such equations I will solve these equations using some magic. But first lets make a simplification just for calculation (and animation) sake. Lets say that: <center> k<sub>1</sub> = k<sub>2</sub> = k</center> <center> K = 2 k </center> <center> m<sub>1</sub> = m<sub>2</sub> =m</center> This means we can define a characteristic frequency ω<sub>0</sub><sup>2</sup> = k/m and we can write it to write a set of beautiful equations: <center>x<sub>1</sub><sup>,,</sup> = -3 ω<sub>0</sub><sup>2</sup> x<sub>1</sub> + 2 ω<sub>0</sub><sup>2</sup>x<sub>2</sub></center> <center>x<sub>2</sub><sup>,,</sup> = 2 ω<sub>0</sub><sup>2</sup> x<sub>1</sub> - 3 ω<sub>0</sub><sup>2</sup>x<sub>2</sub></center> So here comes the magic so pay attention. We notice that there is a symmetry to the equations, which is why we define two new coordinates (x<sub>1</sub> - x<sub>2</sub>) and (x<sub>1</sub> + x<sub>2</sub>). We can write the equations of motion for these new coordinates by subtracting the old differential equations for the first of the new coordinates and by summing up the old equations for the second case. If we do this we get: <center>(x<sub>1</sub> + x<sub>2</sub>)<sup>,,</sup> = - ω<sub>0</sub><sup>2</sup>(x<sub>1</sub> + x<sub>2</sub>)</center> <center>(x<sub>1</sub> - x<sub>2</sub>)<sup>,,</sup> = - 5 ω<sub>0</sub><sup>2</sup>(x<sub>1</sub> - x<sub>2</sub>)</center> We recognize these equations of motion as equations of motion describing pendulums and similar ***harmonic oscillator*** things. We see that the sum has will oscillate with a frequency of ω<sub>0</sub> while the other will oscillate with a frequency of about 2.23 ω<sub>0</sub>. But what are these coordinates actually representing. Well let my gifs illustrate. <div class="pull-right"> <center> </center> </div> <div class="pull-left"> <center> </center> </div> This is what we called the eigen-motions of a harmonic oscillator, which means that they are stable. If nothing disturbs them they will go on forever. All the other possible motions of this two-body coupled harmonic oscillator can be written as a linear sum of these two eigen-motions. The eigen-frequency ω<sub>0</sub> is the frequency of the system when only the center of mass is moving (right figure) while the eigen-frequency 2.23 ω<sub>0</sub> is the frequency of the system when the masses are moving towards each other (left figure). # <center> Conclusion </center> I hope I was able to convince you that this is an easier way of deriving the equations of motion than using the classic Newtonian kinematics. Of course the results are the same and you still have to solve some differential equations, but the way of constructing the differential equations is more systematic. I suggest you do the calculations alone the old way and the Lagrangian formalism way I introduced here for the coupled oscillator problem. You will see it is much easier this way. I intend to bring you more interesting systems of coupled "stuff". I think it is really fun solving such easy problems that are really rich with physics. <center></center>  **StemQ Notice:** *This post was originally submitted on [StemQ.io](http://www.stemq.io), a Q&A application for STEM subjects powered by the Steem blockchain.*
author | maticpecovnik |
---|---|
permlink | a-is-there-a-more-systematic-approach-to-classical-mechanics-than-newtons-second-law |
category | stemq |
json_metadata | {"tags":["stemq","mechanics","steemstem","technology","education"],"app":"steemit/0.1","image":["https://cdn.steemitimages.com/DQmZo1uTZnk1n9bRfDpyWPuBqoX5RwSpLCmMRqxMJzHqFQZ/Klada10000.png","https://cdn.steemitimages.com/DQme9WExisHnyy8MsiVUXowhVXbgRvh8ohesiSaPM6kCWbF/Klada2nacin0000.png","https://cdn.steemitimages.com/DQmQALo4cK41TdRVVkyxm2zMFcYSXLgY6fv1iUi8jCGiKzQ/1nacinKlada.gif","https://cdn.steemitimages.com/DQmbkuF3ZDgfRNow8qWDW6TUM9jdHnVLUr5KLNHcwGThnma/2nacinklada.gif","https://cdn.steemitimages.com/DQmZLLVZyQ23GWzs3FNU6hzm1Ai5frMnbuRDYQ8C7ZBABGr/stemq-concept2.png","https://steemitimages.com/DQmf18V3PQenbUzYfkZcWSVGgmV5CtZNymi824SYwAQ2GTp/Steem1.gif"],"links":["https://en.wikipedia.org/wiki/Lagrangian_mechanics","http://www.stemq.io"],"format":"markdown"} |
created | 2018-11-27 18:01:18 |
last_update | 2018-12-02 16:32:12 |
depth | 0 |
children | 11 |
last_payout | 2018-12-04 18:01:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 22.362 HBD |
curator_payout_value | 7.165 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8,288 |
author_reputation | 12,368,038,785,258 |
root_title | "A: Is there a more systematic approach to classical mechanics than Newtons second law?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 76,000,356 |
net_rshares | 48,545,839,730,469 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
wackou | 0 | 271,672,519,339 | 4.21% | ||
lafona-miner | 0 | 552,571,783,799 | 65% | ||
drifter1 | 0 | 996,326,601 | 7.02% | ||
lola-carola | 0 | 253,111,439 | 7.02% | ||
anwenbaumeister | 0 | 772,693,322 | 14.04% | ||
expanse | 0 | 203,712,036 | 7.02% | ||
raymondspeaks | 0 | 1,307,811,165 | 7.02% | ||
liberosist | 0 | 40,900,810,938 | 14.04% | ||
joshglen | 0 | 174,945,111 | 14.04% | ||
warofcraft | 0 | 33,147,588,292 | 20% | ||
lemouth | 0 | 257,510,153,256 | 48.75% | ||
lamouthe | 0 | 28,576,688,036 | 65% | ||
lk666 | 0 | 1,472,294,252 | 7.02% | ||
curie | 0 | 397,140,381,297 | 14.04% | ||
landria | 0 | 113,560,337 | 7.02% | ||
hendrikdegrote | 0 | 6,827,318,575,164 | 14.04% | ||
vact | 0 | 273,365,675,007 | 14.04% | ||
golbang | 0 | 33,015,760,151 | 4.21% | ||
steemstem | 0 | 2,468,502,212,606 | 65% | ||
bukiland | 0 | 4,217,017,448 | 1.19% | ||
gangstayid | 0 | 430,092,186 | 7.02% | ||
dna-replication | 0 | 17,910,184,720 | 65% | ||
steemitboard | 0 | 13,596,109,682 | 1% | ||
resteemer | 0 | 184,111,984 | 5.61% | ||
boynashruddin | 0 | 279,211,994 | 7.02% | ||
gmedley | 0 | 1,060,143,425 | 7.02% | ||
jan-mccomas | 0 | 132,698,558 | 7.02% | ||
pacokam8 | 0 | 531,148,365 | 5.61% | ||
michelios | 0 | 74,006,490 | 2.1% | ||
moksamol | 0 | 1,742,176,060 | 7.02% | ||
getrichordie | 0 | 564,967,348 | 7.02% | ||
thatsweeneyguy | 0 | 725,404,030 | 7.02% | ||
bloom | 0 | 115,717,428,451 | 32.5% | ||
foways | 0 | 73,079,444 | 7.02% | ||
the-eliot | 0 | 254,784,728 | 7.02% | ||
eurogee | 0 | 616,133,259 | 6.5% | ||
khussan | 0 | 529,911,541 | 100% | ||
dbzfan4awhile | 0 | 112,656,860 | 7.02% | ||
mrstaf | 0 | 201,868,667 | 7.02% | ||
kryzsec | 0 | 28,437,154,925 | 52% | ||
jga | 0 | 2,255,387,187 | 13% | ||
helo | 0 | 13,837,634,857 | 32.5% | ||
lrsm13 | 0 | 94,163,100 | 4.21% | ||
coquiunlimited | 0 | 695,167,640 | 7.02% | ||
samminator | 0 | 22,351,972,283 | 32.5% | ||
locikll | 0 | 5,953,168,493 | 28.08% | ||
mahdiyari | 0 | 49,392,453,722 | 32.5% | ||
lorenzor | 0 | 4,681,303,383 | 50% | ||
aboutyourbiz | 0 | 2,749,774,826 | 14.04% | ||
alexander.alexis | 0 | 24,737,756,798 | 65% | ||
howtostartablog | 0 | 283,048,578 | 1.4% | ||
cobloc | 0 | 141,844,826 | 7.02% | ||
suesa | 0 | 113,486,150,874 | 25% | ||
cryptokrieg | 0 | 1,725,725,560 | 14.04% | ||
rival | 0 | 147,214,624 | 0.42% | ||
tensor | 0 | 43,610,569,758 | 100% | ||
riche-gould | 0 | 319,393,404 | 7.02% | ||
zacherybinx | 0 | 79,832,746 | 14.04% | ||
slickhustler007 | 0 | 642,226,683 | 7.02% | ||
corsica | 0 | 29,127,550,738 | 65% | ||
makrotheblack | 0 | 435,578,527 | 7.02% | ||
ludmila.kyriakou | 0 | 989,440,717 | 19.5% | ||
fancybrothers | 0 | 13,626,680,213 | 19.5% | ||
nolasco | 0 | 81,614,451 | 0.7% | ||
jpederson96 | 0 | 166,753,505 | 1.62% | ||
gambit.coin | 0 | 139,463,439 | 14.04% | ||
howo | 0 | 90,485,160,586 | 32.5% | ||
tsoldovieri | 0 | 3,515,995,117 | 32.5% | ||
nitego | 0 | 1,728,890,630 | 4.21% | ||
sweetdreams | 0 | 85,967,828 | 7.02% | ||
bachuslib | 0 | 19,280,231,851 | 100% | ||
neumannsalva | 0 | 2,042,020,404 | 7.02% | ||
wargof | 0 | 291,400,043 | 10% | ||
abigail-dantes | 0 | 1,070,223,555,394 | 65% | ||
esteemguy | 0 | 788,543,431 | 65% | ||
g0nr0gue | 0 | 623,503,379 | 7.02% | ||
onethousandwords | 0 | 183,893,513 | 7.02% | ||
alexzicky | 0 | 11,239,257,880 | 16.25% | ||
mountain.phil28 | 0 | 3,555,585,607 | 25% | ||
sanderdieryck | 0 | 132,686,727 | 7.02% | ||
muliadi | 0 | 99,945,802 | 7.02% | ||
tanyaschutte | 0 | 293,062,930 | 6.5% | ||
weirdheadaches | 0 | 162,722,596 | 1.4% | ||
iamphysical | 0 | 13,030,861,838 | 90% | ||
kingswisdom | 0 | 1,177,392,813 | 32.5% | ||
zest | 0 | 12,600,482,677 | 32.5% | ||
felixrodriguez | 0 | 2,780,259,742 | 32.5% | ||
indy8phish | 0 | 436,188,990 | 7.02% | ||
azulear | 0 | 229,875,220 | 7.02% | ||
psicoluigi | 0 | 340,974,743 | 50% | ||
honeysara | 0 | 753,428,632 | 3.51% | ||
mr-aaron | 0 | 1,061,830,708 | 32.5% | ||
massivevibration | 0 | 3,373,965,684 | 5% | ||
crokkon | 0 | 53,448,142,082 | 50% | ||
fbslo | 0 | 8,686,815,855 | 25% | ||
accelerator | 0 | 22,122,878,052 | 1.6% | ||
cooknbake | 0 | 266,457,245 | 2.8% | ||
anna-mi | 0 | 102,054,735 | 7.02% | ||
clweeks | 0 | 783,346,862 | 8.42% | ||
click3rs | 0 | 105,188,577 | 7.02% | ||
irishcoffee | 0 | 144,990,116 | 32.5% | ||
nsbachurin | 0 | 3,145,424,674 | 100% | ||
nicola71 | 0 | 4,978,273,137 | 11.37% | ||
paddygsound | 0 | 146,986,719 | 7.02% | ||
marialefleitas | 0 | 102,058,835 | 7.02% | ||
damzxyno | 0 | 118,107,378 | 13% | ||
hillaryaa | 0 | 113,905,533 | 14.04% | ||
teamslovenia | 0 | 18,640,695,444 | 100% | ||
erikkun28 | 0 | 0 | 1% | ||
derekvonzarovich | 0 | 157,626,727 | 7.02% | ||
filipino | 0 | 608,389,839 | 10% | ||
gotgame | 0 | 374,484,282 | 7.02% | ||
jlsplatts | 0 | 799,668,043 | 2.8% | ||
mayowadavid | 0 | 2,616,493,183 | 32.5% | ||
poodai | 0 | 597,509,755 | 7.02% | ||
happychild | 0 | 202,905,211 | 7.02% | ||
peaceandwar | 0 | 2,089,353,482 | 7.02% | ||
enzor | 0 | 975,953,603 | 32.5% | ||
steem-plus | 0 | 22,696,931,265 | 2.66% | ||
joendegz | 0 | 210,127,787 | 7.02% | ||
digitalpnut | 0 | 165,833,846 | 7.02% | ||
kimchi-king | 0 | 130,729,564 | 7.02% | ||
carloserp-2000 | 0 | 36,192,410,089 | 100% | ||
gra | 0 | 24,027,002,124 | 65% | ||
hectgranate | 0 | 71,275,192 | 3.51% | ||
utopian-io | 0 | 34,281,173,274,119 | 26% | ||
tfcoates | 0 | 943,763,534 | 16.25% | ||
kerry234 | 0 | 97,746,570 | 14.04% | ||
delph-in-holland | 0 | 97,888,024 | 7.02% | ||
drmake | 0 | 7,635,213,757 | 7.02% | ||
guga34 | 0 | 1,685,538,654 | 48.75% | ||
amestyj | 0 | 1,793,470,565 | 50% | ||
sireh | 0 | 247,968,343 | 1.4% | ||
woolnami | 0 | 9,221,174,751 | 4.21% | ||
xanderslee | 0 | 798,952,000 | 14.04% | ||
egotheist | 0 | 650,029,311 | 6.5% | ||
kenadis | 0 | 16,181,995,558 | 65% | ||
maticpecovnik | 0 | 5,627,211,262 | 100% | ||
funtraveller | 0 | 23,627,314,554 | 2.4% | ||
tristan-muller | 0 | 361,806,776 | 65% | ||
alexs1320 | 0 | 20,319,419,512 | 31% | ||
thescubageek | 0 | 803,014,306 | 7.02% | ||
fejiro | 0 | 804,407,367 | 32.5% | ||
alprazo.lamb | 0 | 217,293,391 | 7.02% | ||
maski | 0 | 373,588,015 | 7.02% | ||
rifkan | 0 | 7,824,019,134 | 100% | ||
akumar | 0 | 157,476,524 | 7.02% | ||
venalbe | 0 | 455,185,979 | 7.02% | ||
ivymalifred | 0 | 1,117,053,356 | 50% | ||
sco | 0 | 48,924,976,849 | 58.5% | ||
adetola | 0 | 308,147,355 | 65% | ||
anikekirsten | 0 | 227,353,645 | 14.04% | ||
ennyta | 0 | 1,905,703,573 | 50% | ||
hkmoon | 0 | 1,005,162,078 | 7.02% | ||
rharphelle | 0 | 1,031,971,933 | 25% | ||
gordon92 | 0 | 503,353,038 | 7.02% | ||
stahlberg | 0 | 2,627,049,778 | 7.02% | ||
jordan.white306 | 0 | 155,431,890 | 7.02% | ||
gabrielatravels | 0 | 300,575,023 | 3.51% | ||
catalincernat | 0 | 413,909,993 | 14.04% | ||
cordeta | 0 | 355,796,691 | 7.02% | ||
all-right | 0 | 86,510,505 | 14.04% | ||
reizak | 0 | 1,149,775,769 | 5.61% | ||
vjap55 | 0 | 362,884,554 | 100% | ||
zlatkamrs | 0 | 836,880,500 | 13.33% | ||
monie | 0 | 405,169,335 | 100% | ||
creatrixity | 0 | 533,877,419 | 7.02% | ||
speaklife | 0 | 130,374,126 | 14.04% | ||
shoganaii | 0 | 638,222,941 | 32.5% | ||
urskaskamen | 0 | 554,195,243 | 100% | ||
darkiche | 0 | 355,988,995 | 32.5% | ||
hetty-rowan | 0 | 440,845,340 | 7.02% | ||
lilianajimenez | 0 | 206,085,501 | 7.02% | ||
mathowl | 0 | 16,775,400,787 | 45.5% | ||
dolphinscute | 0 | 131,417,733 | 7.02% | ||
jlmol7 | 0 | 216,765,129 | 65% | ||
christianyocte | 0 | 78,566,633 | 1.4% | ||
scienceangel | 0 | 42,167,674,568 | 100% | ||
m1alsan | 0 | 184,286,508 | 7.02% | ||
mrxplicit | 0 | 123,888,722 | 14.04% | ||
adamzi | 0 | 504,592,755 | 7.02% | ||
silkroadgo | 0 | 18,670,992,174 | 4.21% | ||
dragibusss | 0 | 149,274,774 | 6.5% | ||
lacher-prise | 0 | 703,687,267 | 32.5% | ||
terrylovejoy | 0 | 10,089,247,638 | 26% | ||
jjohnson78 | 0 | 162,312,409 | 7.02% | ||
thabiggdogg | 0 | 1,965,453,964 | 7.02% | ||
olajidekehinde | 0 | 372,924,939 | 32.5% | ||
real2josh | 0 | 601,719,465 | 32.5% | ||
giddyupngo | 0 | 444,166,684 | 7.02% | ||
steepup | 0 | 886,997,113 | 26% | ||
gribouille | 0 | 738,963,903 | 32.5% | ||
debbietiyan | 0 | 310,150,506 | 7.02% | ||
traviseric | 0 | 236,490,016 | 50% | ||
rionpistorius | 0 | 71,420,744 | 32.5% | ||
yrmaleza | 0 | 1,076,088,252 | 50% | ||
mininthecity | 0 | 593,965,478 | 11.23% | ||
edprivat | 0 | 688,116,677 | 1.68% | ||
randomwanderings | 0 | 230,490,160 | 7.02% | ||
mondodidave73 | 0 | 4,352,394,134 | 9.75% | ||
kingabesh | 0 | 2,051,231,390 | 32.5% | ||
miguelangel2801 | 0 | 780,111,255 | 50% | ||
didic | 0 | 6,400,981,289 | 7.02% | ||
niko3d | 0 | 552,772,286 | 7.02% | ||
warpedpoetic | 0 | 447,813,297 | 2.1% | ||
operahoser | 0 | 911,376,805 | 2.24% | ||
wdoutjah | 0 | 183,294,826 | 7.02% | ||
emiliomoron | 0 | 1,758,075,483 | 50% | ||
jpmkikoy | 0 | 80,935,668 | 7.02% | ||
galam | 0 | 282,982,832 | 22.75% | ||
dexterdev | 0 | 3,104,747,694 | 32.5% | ||
oghie | 0 | 426,981,854 | 50% | ||
celmor | 0 | 542,149,100 | 100% | ||
ameliabartlett | 0 | 315,953,922 | 2.1% | ||
robertbira | 0 | 6,607,214,465 | 16.25% | ||
adalhelm | 0 | 126,334,666 | 5.61% | ||
mindscapephotos | 0 | 253,883,889 | 4.91% | ||
ajpacheco1610 | 0 | 803,668,284 | 32.5% | ||
alexdory | 0 | 25,316,061,527 | 26% | ||
benleemusic | 0 | 2,825,195,171 | 1.4% | ||
lianaakobian | 0 | 8,115,226,860 | 65% | ||
ulisesfl17 | 0 | 2,013,030,470 | 100% | ||
arac | 0 | 1,047,336,441 | 100% | ||
francostem | 0 | 8,819,842,313 | 65% | ||
ivan-g | 0 | 1,622,692,875 | 7.02% | ||
elfranz | 0 | 104,748,946 | 7.02% | ||
croctopus | 0 | 1,410,325,647 | 100% | ||
chimtivers96 | 0 | 459,516,528 | 14.04% | ||
bohemian.machine | 0 | 97,129,569 | 7.02% | ||
deusjudo | 0 | 3,047,658,062 | 11.37% | ||
joelagbo | 0 | 353,093,746 | 7.02% | ||
idkpdx | 0 | 87,481,204 | 7.02% | ||
emmanuel293 | 0 | 100,191,358 | 25% | ||
anyes2013 | 0 | 409,739,579 | 32.5% | ||
jaycem | 0 | 103,942,129 | 25.74% | ||
positiveninja | 0 | 1,790,556,054 | 7.02% | ||
kookyan | 0 | 262,412,202 | 7.02% | ||
wanasoloben | 0 | 979,874,082 | 7.02% | ||
phaazer1 | 0 | 155,260,101 | 7.02% | ||
alexa.creates | 0 | 64,920,045 | 7.02% | ||
tomastonyperez | 0 | 5,529,903,066 | 50% | ||
bil.prag | 0 | 107,016,547 | 0.7% | ||
elvigia | 0 | 5,127,727,287 | 50% | ||
forestplane | 0 | 290,438,167 | 64.35% | ||
lesmouths-travel | 0 | 3,340,293,447 | 48.75% | ||
laurentiu.negrea | 0 | 129,858,801 | 7.02% | ||
yu-stem | 0 | 16,811,258,547 | 100% | ||
patchnotes | 0 | 244,093,062 | 8.42% | ||
effofex | 0 | 94,109,786 | 0.8% | ||
luiscd8a | 0 | 2,096,098,627 | 80% | ||
count-antonio | 0 | 142,854,198 | 32.5% | ||
eniolw | 0 | 2,245,510,487 | 50% | ||
de-stem | 0 | 40,856,686,459 | 64.35% | ||
elsll | 0 | 243,018,366 | 14.04% | ||
geadriana | 0 | 922,165,974 | 50% | ||
elpdl | 0 | 489,166,821 | 100% | ||
serylt | 0 | 20,481,917,373 | 63.7% | ||
greatwarrior79 | 0 | 60,528,569 | 32.5% | ||
bavi | 0 | 452,737,505 | 7.02% | ||
hiddenblade | 0 | 424,177,186 | 7.02% | ||
ari16 | 0 | 690,195,424 | 32.5% | ||
josedelacruz | 0 | 2,574,681,188 | 50% | ||
joseangelvs | 0 | 947,813,742 | 100% | ||
viannis | 0 | 2,107,166,633 | 50% | ||
technotroll | 0 | 100,421,906 | 7.02% | ||
outtheshellvlog | 0 | 2,112,472,981 | 50% | ||
flores39 | 0 | 487,073,271 | 100% | ||
majapesi | 0 | 247,817,206 | 50% | ||
kendallron | 0 | 207,631,785 | 14.04% | ||
erickyoussif | 0 | 3,421,416,166 | 100% | ||
thomaskatan | 0 | 113,771,058 | 9.82% | ||
michaelwrites | 0 | 846,533,822 | 32.5% | ||
woolnyeo | 0 | 1,080,213,811 | 4.21% | ||
apteacher | 0 | 250,555,781 | 2.8% | ||
irelandscape | 0 | 11,287,369,681 | 70% | ||
deholt | 0 | 2,311,035,448 | 65% | ||
tasjun | 0 | 88,696,838 | 14.04% | ||
justasperm | 0 | 178,019,320 | 7.02% | ||
temitayo-pelumi | 0 | 4,880,186,021 | 65% | ||
qberryfarms | 0 | 291,555,848 | 7.02% | ||
yusvelasquez | 0 | 429,911,650 | 50% | ||
doctor-cog-diss | 0 | 302,268,837 | 58.5% | ||
alexworld | 0 | 468,210,739 | 25% | ||
onethousandpics | 0 | 167,469,147 | 7.02% | ||
gracelbm | 0 | 547,643,123 | 7.02% | ||
krasnalek | 0 | 111,213,712 | 14.04% | ||
metama | 0 | 3,642,404,826 | 7.02% | ||
avizor | 0 | 1,186,427,054 | 7.02% | ||
romanleopold | 0 | 274,774,149 | 7.02% | ||
acont | 0 | 246,115,783 | 50% | ||
dobrica | 0 | 392,326,436 | 7.02% | ||
niouton | 0 | 658,725,535 | 2.8% | ||
cosmophobia | 0 | 757,712,627 | 7.02% | ||
beautyinscience | 0 | 143,843,483 | 32.5% | ||
anaestrada12 | 0 | 8,212,661,093 | 100% | ||
disruptivas | 0 | 199,231,004 | 6.66% | ||
medicnet | 0 | 97,099,784 | 26% | ||
communityisyou | 0 | 97,092,159 | 26% | ||
steemzeiger | 0 | 3,137,884,826 | 64.35% | ||
naomipangolin | 0 | 127,363,785 | 7.02% | ||
marjanko | 0 | 37,591,669,844 | 100% | ||
eroticabian | 0 | 138,820,397 | 2.8% | ||
blewitt | 0 | 2,053,200,627 | 0.7% | ||
biomimi | 0 | 189,277,359 | 40% | ||
ibk-gabriel | 0 | 501,404,832 | 32.5% | ||
drsensor | 0 | 7,199,411,945 | 39% | ||
funster | 0 | 103,445,275 | 64.35% | ||
kingabesh1 | 0 | 152,255,015 | 32.5% | ||
reyvaj | 0 | 10,300,471,448 | 32.5% | ||
mahmudulhassan | 0 | 90,788,479 | 7.02% | ||
jesusfl17 | 0 | 483,245,809 | 100% | ||
ilovecryptopl | 0 | 1,623,676,903 | 11.23% | ||
purelyscience | 0 | 487,811,119 | 32.5% | ||
yomismosoy | 0 | 155,542,842 | 50% | ||
ashfaaaq | 0 | 222,637,203 | 7.02% | ||
bflanagin | 0 | 1,028,452,215 | 7.02% | ||
ubaldonet | 0 | 2,101,467,951 | 80% | ||
crypticbutter | 0 | 557,211,817 | 100% | ||
sina-adventure | 0 | 80,173,439 | 7.02% | ||
call-me-howie | 0 | 5,740,750,862 | 7.02% | ||
mary11 | 0 | 223,338,006 | 50% | ||
homespun | 0 | 87,776,975 | 14.04% | ||
hansmast | 0 | 1,109,765,759 | 7.02% | ||
momimalhi | 0 | 151,635,508 | 7.02% | ||
wstanley226 | 0 | 1,718,454,934 | 50% | ||
gpcx86 | 0 | 1,742,701,973 | 25% | ||
osariemen | 0 | 1,401,632,202 | 90% | ||
testomilian | 0 | 179,721,563 | 38.61% | ||
hawaj | 0 | 1,250,764,720 | 14.04% | ||
danlipert | 0 | 215,822,503 | 7.02% | ||
ujhg1004 | 0 | 99,615,252 | 4.21% | ||
astromaniac | 0 | 2,683,462,805 | 100% | ||
clement.poiret | 0 | 758,685,819 | 14.04% | ||
lupafilotaxia | 0 | 5,960,041,729 | 100% | ||
fran.frey | 0 | 1,795,872,857 | 50% | ||
perpetuum-lynx | 0 | 1,335,880,599 | 63.7% | ||
supposer | 0 | 936,948,148 | 64.35% | ||
alaiza | 0 | 436,566,804 | 100% | ||
herbayomi | 0 | 557,649,202 | 32.5% | ||
annaabi | 0 | 1,203,467,557 | 7.02% | ||
ananas.studio | 0 | 111,084,487 | 7.02% | ||
kiikoh | 0 | 78,615,084 | 14.04% | ||
mrunderstood | 0 | 258,361,615 | 7.02% | ||
synthtology | 0 | 393,729,607 | 7.02% | ||
drifter2 | 0 | 103,215,861 | 7.02% | ||
diyanti86 | 0 | 186,826,521 | 7.02% | ||
photocirclebot | 0 | 243,304,954 | 8% | ||
swapsteem | 0 | 335,699,292 | 32.5% | ||
trang | 0 | 1,215,648,378 | 7.02% | ||
stem-espanol | 0 | 34,427,419,484 | 100% | ||
praditya | 0 | 524,448,163 | 24% | ||
lapp | 0 | 437,149,336 | 100% | ||
steemtpistia | 0 | 440,549,400 | 100% | ||
crassipes | 0 | 440,777,987 | 100% | ||
raghao | 0 | 259,831,748 | 7.02% | ||
rhethypo | 0 | 639,312,057 | 7.02% | ||
knightbjj | 0 | 154,620,709 | 7.02% | ||
predict-crypto | 0 | 456,274,540 | 0.28% | ||
chickenmeat | 0 | 382,285,225 | 7.02% | ||
jewlzie | 0 | 113,880,959 | 7.02% | ||
ejgarcia | 0 | 96,134,023 | 7.02% | ||
agrovision | 0 | 437,019,321 | 100% | ||
stonecoin | 0 | 121,160,418 | 14.04% | ||
vitranc | 0 | 315,114,354 | 25% | ||
steem-ua | 0 | 237,093,791,531 | 1.91% | ||
zerokun | 0 | 154,068,317 | 7.02% | ||
xeliram | 0 | 246,123,473 | 50% | ||
giulyfarci52 | 0 | 319,329,316 | 50% | ||
andydream | 0 | 237,127,486 | 7.02% | ||
steemsnake | 0 | 141,694,064 | 100% | ||
alom8 | 0 | 272,283,109 | 7.02% | ||
raoufwilly | 0 | 227,177,817 | 4.21% | ||
positiveninja2 | 0 | 85,269,910 | 3.51% | ||
deadcountry | 0 | 327,221,980 | 7.02% | ||
nfc | 0 | 10,541,320,716 | 1% | ||
stem.witness | 0 | 12,441,171,642 | 65% | ||
sarhugo | 0 | 489,064,262 | 7.02% | ||
bitok.xyz | 0 | 17,149,464,671 | 2% | ||
stemq | 0 | 33,255,552,680 | 80% | ||
kingnosa | 0 | 58,561,550 | 50% | ||
phatima | 0 | 6,787,639,739 | 12.5% | ||
whitebot | 0 | 145,675,301,464 | 8% | ||
amin-ove | 0 | 92,621,892 | 50% | ||
hairgistix | 0 | 1,388,685,346 | 7.02% |
Great tutorial mate and the gifs are just wow :D How can I make so as well. Any advice :) ?
author | rifkan |
---|---|
permlink | re-maticpecovnik-a-is-there-a-more-systematic-approach-to-classical-mechanics-than-newtons-second-law-20181127t190636397z |
category | stemq |
json_metadata | {"tags":["stemq"],"app":"steemit/0.1"} |
created | 2018-11-27 19:06:42 |
last_update | 2018-11-27 19:06:42 |
depth | 1 |
children | 2 |
last_payout | 2018-12-04 19:06:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 91 |
author_reputation | 27,821,774,118,469 |
root_title | "A: Is there a more systematic approach to classical mechanics than Newtons second law?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 76,002,982 |
net_rshares | 0 |
Thank you very much. I hope it was understandable. I know I skipped some steps but I really cant write it all. It really just takes time and patience. And sime practice. I use a free software called Krita. Try it. Posted using [Partiko Android](https://steemit.com/@partiko-android)
author | maticpecovnik |
---|---|
permlink | maticpecovnik-re-rifkan-re-maticpecovnik-a-is-there-a-more-systematic-approach-to-classical-mechanics-than-newtons-second-law-20181127t192205290z |
category | stemq |
json_metadata | {"app":"partiko"} |
created | 2018-11-27 19:22:06 |
last_update | 2018-11-27 19:22:06 |
depth | 2 |
children | 1 |
last_payout | 2018-12-04 19:22:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 285 |
author_reputation | 12,368,038,785,258 |
root_title | "A: Is there a more systematic approach to classical mechanics than Newtons second law?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 76,003,619 |
net_rshares | 18,151,546,901 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rifkan | 0 | 8,303,021,775 | 100% | ||
dexterdev | 0 | 9,848,525,126 | 100% |
Thanks :) It was understandable :)
author | rifkan |
---|---|
permlink | re-maticpecovnik-maticpecovnik-re-rifkan-re-maticpecovnik-a-is-there-a-more-systematic-approach-to-classical-mechanics-than-newtons-second-law-20181128t012212537z |
category | stemq |
json_metadata | {"tags":["stemq"],"app":"steemit/0.1"} |
created | 2018-11-28 01:22:15 |
last_update | 2018-11-28 01:22:15 |
depth | 3 |
children | 0 |
last_payout | 2018-12-05 01:22:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
author_reputation | 27,821,774,118,469 |
root_title | "A: Is there a more systematic approach to classical mechanics than Newtons second law?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 76,016,647 |
net_rshares | 0 |
Hi, @maticpecovnik! You just got a **2.66%** upvote from SteemPlus! To get higher upvotes, earn more SteemPlus Points (SPP). On your Steemit wallet, check your SPP balance and click on "How to earn SPP?" to find out all the ways to earn. If you're not using SteemPlus yet, please check our last posts in [here](https://steemit.com/@steem-plus) to see the many ways in which SteemPlus can improve your Steem experience on Steemit and Busy.
author | steem-plus |
---|---|
permlink | a-is-there-a-more-systematic-approach-to-classical-mechanics-than-newtons-second-law---vote-steemplus |
category | stemq |
json_metadata | {} |
created | 2018-11-28 00:22:51 |
last_update | 2018-11-28 00:22:51 |
depth | 1 |
children | 0 |
last_payout | 2018-12-05 00:22:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 440 |
author_reputation | 247,952,188,232,400 |
root_title | "A: Is there a more systematic approach to classical mechanics than Newtons second law?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 76,014,563 |
net_rshares | 0 |
#### Hi @maticpecovnik! Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation! Your **UA** account score is currently 2.913 which ranks you at **#11187** across all Steem accounts. Your rank has improved 345 places in the last three days (old rank 11532). In our last Algorithmic Curation Round, consisting of 271 contributions, your post is ranked at **#138**. ##### Evaluation of your UA score: * Only a few people are following you, try to convince more people with good work. * The readers like your work! * Good user engagement! **Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
author | steem-ua |
---|---|
permlink | re-a-is-there-a-more-systematic-approach-to-classical-mechanics-than-newtons-second-law-20181128t054102z |
category | stemq |
json_metadata | "{"app": "beem/0.20.9"}" |
created | 2018-11-28 05:41:03 |
last_update | 2018-11-28 05:41:03 |
depth | 1 |
children | 0 |
last_payout | 2018-12-05 05:41:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 667 |
author_reputation | 23,214,230,978,060 |
root_title | "A: Is there a more systematic approach to classical mechanics than Newtons second law?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 76,025,428 |
net_rshares | 0 |
Congratulations @maticpecovnik! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) : <table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@maticpecovnik/posts.png?201811271431</td><td>You published more than 60 posts. Your next target is to reach 70 posts.</td></tr> <tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@maticpecovnik/comments.png?201811271731</td><td>You made more than 300 comments. Your next target is to reach 400 comments.</td></tr> </table> <sub>_[Click here to view your Board of Honor](https://steemitboard.com/@maticpecovnik)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> To support your work, I also upvoted your post! > Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-maticpecovnik-20181127t192505000z |
category | stemq |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-11-27 19:25:06 |
last_update | 2018-11-27 19:25:06 |
depth | 1 |
children | 0 |
last_payout | 2018-12-04 19:25:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,016 |
author_reputation | 38,975,615,169,260 |
root_title | "A: Is there a more systematic approach to classical mechanics than Newtons second law?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 76,003,737 |
net_rshares | 0 |
Congratulations @maticpecovnik! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) : <table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@maticpecovnik/voted.png?201811281906</td><td>You received more than 8000 upvotes. Your next target is to reach 9000 upvotes.</td></tr> </table> <sub>_[Click here to view your Board of Honor](https://steemitboard.com/@maticpecovnik)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> > Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-maticpecovnik-20181128t211750000z |
category | stemq |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-11-28 21:17:51 |
last_update | 2018-11-28 21:17:51 |
depth | 1 |
children | 0 |
last_payout | 2018-12-05 21:17:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 775 |
author_reputation | 38,975,615,169,260 |
root_title | "A: Is there a more systematic approach to classical mechanics than Newtons second law?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 76,062,302 |
net_rshares | 0 |
Congratulations @maticpecovnik! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) : <table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@maticpecovnik/votes.png?201812010414</td><td>You made more than 1750 upvotes. Your next target is to reach 2000 upvotes.</td></tr> </table> <sub>_[Click here to view your Board of Honor](https://steemitboard.com/@maticpecovnik)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> > Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-maticpecovnik-20181201t051153000z |
category | stemq |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-12-01 05:11:51 |
last_update | 2018-12-01 05:11:51 |
depth | 1 |
children | 0 |
last_payout | 2018-12-08 05:11:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 771 |
author_reputation | 38,975,615,169,260 |
root_title | "A: Is there a more systematic approach to classical mechanics than Newtons second law?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 76,182,158 |
net_rshares | 0 |
<div class='text-justify'> <div class='pull-left'> <br /> <center> <img width='125' src='https://i.postimg.cc/Gtd18f7W/steemstem_curie_utopian.png'> </center> <br /> </div> <br /> <br /> This post has been voted on by the **SteemSTEM** curation team and voting trail in collaboration with **@utopian-io** and **@curie**. <br /> If you appreciate the work we are doing then consider [voting](https://steemit.com/~witnesses) all three projects for witness by selecting [**stem.witness**](https://steemconnect.com/sign/account_witness_vote?approve=1&witness=stem.witness), [**utopian-io**](https://steemconnect.com/sign/account_witness_vote?approve=1&witness=utopian-io) and [**curie**](https://steemconnect.com/sign/account_witness_vote?approve=1&witness=curie)! <br /> For additional information please join us on the [**SteemSTEM discord**]( https://discord.gg/BPARaqn) and to get to know the rest of the community! </div>
author | steemstem |
---|---|
permlink | re-maticpecovnik-a-is-there-a-more-systematic-approach-to-classical-mechanics-than-newtons-second-law-20181128t181809050z |
category | stemq |
json_metadata | {"app":"bloguable-bot"} |
created | 2018-11-28 18:18:12 |
last_update | 2018-11-28 18:18:12 |
depth | 1 |
children | 0 |
last_payout | 2018-12-05 18:18:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 929 |
author_reputation | 262,017,435,115,313 |
root_title | "A: Is there a more systematic approach to classical mechanics than Newtons second law?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 76,055,050 |
net_rshares | 0 |
@maticpecovnik, tvoja objava je dobila 100% upvote od @teamslovenia!<p><h5>Kako dobiti upvote?</h5><br>⚫<em> Pridruži se nam v [Discord strežniku](https://discord.gg/j5qkY9j)!</em><br>⚫ <em>Uporabi TeamSlovenia upvote bot!</em><p><p><h5>Kako lahko tudi ti pomagaš, da bo @teamslovenia bot močnejši?</h5><br>⚫ <em>Delegiraj steem power - [50 SP](https://steemconnect.com/sign/delegate-vesting-shares?delegator=&delegatee=teamslovenia&vesting_shares=50%20SP) - [100 SP](https://steemconnect.com/sign/delegate-vesting-shares?delegator=&delegatee=teamslovenia&vesting_shares=100%20SP) - [500 SP](https://steemconnect.com/sign/delegate-vesting-shares?delegator=&delegatee=teamslovenia&vesting_shares=500%20SP) - [1000 SP](https://steemconnect.com/sign/delegate-vesting-shares?delegator=&delegatee=teamslovenia&vesting_shares=1000%20SP) - [Po želji](https://fbslo.net/tools/delegate.html)!</em><br>⚫ <em>Sledi upvotom od @teamslovenia - [Navodila](https://steemit.com/teamslovenia/@fbslo/teamslovenia-discord)</em><p><br><b><em><sup>Ta projekt podpira Steem Witness @fbslo - [Glasuj zdaj](https://steemconnect.com/sign/account-witness-vote?account=&witness=fbslo&approve=true)!</sup></em></b>
author | teamslovenia | ||||||
---|---|---|---|---|---|---|---|
permlink | komentar-teamslovenia-a-is-there-a-more-systematic-approach-to-classical-mechanics-than-newtons-second-law | ||||||
category | stemq | ||||||
json_metadata | {"tags":["teamslovenia"],"app":"teamslovenia-discord-voter"} | ||||||
created | 2018-11-27 18:27:39 | ||||||
last_update | 2018-11-27 18:27:39 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-12-04 18:27:39 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 1,186 | ||||||
author_reputation | 489,008,294,936 | ||||||
root_title | "A: Is there a more systematic approach to classical mechanics than Newtons second law?" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 0 | ||||||
post_id | 76,001,413 | ||||||
net_rshares | 17,597,416,213 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fbslo | 0 | 17,597,416,213 | 50% |
#### Hi @maticpecovnik! Your post was upvoted by Utopian.io in cooperation with @steemstem - supporting knowledge, innovation and technological advancement on the Steem Blockchain. #### Contribute to Open Source with utopian.io Learn how to contribute on <a href='https://join.utopian.io'>our website</a> and join the new open source economy. **Want to chat? Join the Utopian Community on Discord https://discord.gg/h52nFrV**
author | utopian-io |
---|---|
permlink | re-a-is-there-a-more-systematic-approach-to-classical-mechanics-than-newtons-second-law-20181129t062354z |
category | stemq |
json_metadata | "{"app": "beem/0.20.9"}" |
created | 2018-11-29 06:23:54 |
last_update | 2018-11-29 06:23:54 |
depth | 1 |
children | 0 |
last_payout | 2018-12-06 06:23:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 428 |
author_reputation | 152,955,367,999,756 |
root_title | "A: Is there a more systematic approach to classical mechanics than Newtons second law?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 76,081,028 |
net_rshares | 0 |