TPT: Motor race track, Railway lines at corner turn are designed for vehicle to turn without increasing its centrifugal Acceleration. This can be achieved based on Euler's Spiral which can be plotted easily in Python Scipy
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/SkillupGenie
πŸ“…︎ Jan 21 2022
🚨︎ report
Motor race lines at corner turn are designed for vehicle to turn without increasing its centrifugal Acceleration. This is based on Euler's Spiral which can be plotted easily in Python Scipy. youtu.be/8d7iFNthPBg
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/SkillupGenie
πŸ“…︎ Jan 20 2022
🚨︎ report
[Satire] I solved Euler 148 in one line of code

https://www.freecodecamp.org/learn/coding-interview-prep/project-euler/problem-148-exploring-pascals-triangle

Simply replace "return true" with "return 2129970655314432;"

πŸ‘︎ 12
πŸ’¬︎
πŸ‘€︎ u/yhl3051
πŸ“…︎ Oct 13 2020
🚨︎ report
Euler's line - LΓ­nea de Euler
πŸ‘︎ 66
πŸ’¬︎
πŸ‘€︎ u/moisescaeiro
πŸ“…︎ Aug 21 2020
🚨︎ report
TIL Mathematician Leonhard Euler memory was said to have been so great that he was able to recite Virgil's Aeneid from beginning to end without hesitation. A text that is over 9000! lines long. en.wikipedia.org/wiki/Leo…
πŸ‘︎ 666
πŸ’¬︎
πŸ‘€︎ u/Soltek92
πŸ“…︎ Jan 09 2019
🚨︎ report
Euler line of a triangle youtu.be/D_wyp_N9OOs
πŸ‘︎ 56
πŸ’¬︎
πŸ‘€︎ u/tonytiny
πŸ“…︎ Dec 08 2019
🚨︎ report
Euler's line, not exactly new but I'm still proud of it
πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/defintelynotyou
πŸ“…︎ May 12 2020
🚨︎ report
The Elegent properties of Orthercenter :β€ŽOrthic Triangle,Euler line,Nine... youtube.com/watch?v=xNf5Y…
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/JustTryTryTry
πŸ“…︎ May 15 2020
🚨︎ report
The Elegent properties of Orthercenter :β€ŽOrthic Triangle,Euler line,Nine... youtube.com/watch?v=xNf5Y…
πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/JustTryTryTry
πŸ“…︎ May 15 2020
🚨︎ report
Euler's Number, an imaginary number, and the speed of light are all waiting in line to buy tickets to the show. In what order do they stand in line?

i before e, except after c.

πŸ‘︎ 19
πŸ’¬︎
πŸ‘€︎ u/postmaster3000
πŸ“…︎ Dec 12 2018
🚨︎ report
How to prove an Euler article with 10 lines of Mathematica
πŸ‘︎ 7
πŸ’¬︎
πŸ“…︎ Aug 03 2019
🚨︎ report
I've always been amazed by the fact of Euler lines so I decided to recreate them on desmos.com/geometry. Hope you enjoy! desmos.com/geometry/f7jrw…
πŸ‘︎ 74
πŸ’¬︎
πŸ‘€︎ u/freshkills66
πŸ“…︎ Mar 23 2018
🚨︎ report
EulerPy β€” Python-based Project Euler command line tool github.com/iKevinY/EulerP…
πŸ‘︎ 111
πŸ’¬︎
πŸ‘€︎ u/Pewqazz
πŸ“…︎ Jun 27 2014
🚨︎ report
[Geometry] I don't know the name of this triangle center. It appears to be on the Euler line.

So I messing around on desmos.com/geometry and found this triangle center. Here is how it is constructed:

Given Triangle ABC, draw circles centered at each vertex with a radius equal to the length of the corresponding median. Draw a secant line everywhere the circles intersect. Where the secant lines intersect is your triangle center. See at: https://www.desmos.com/geometry/lxebef3xdk

It appears to lie on the Euler line of ABC. See at: https://www.desmos.com/geometry/slsbhtqxao I can't find what it is called. I assume it has already been discovered since the construction is so simple. If someone could please tell me what it is called, it would be much appreciated. Thank you.

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/freshkills66
πŸ“…︎ Mar 25 2018
🚨︎ report
Does a triangle's Euler line divide the triangle into two shapes of equal area?

I read about Euler lines today and noticed something interesting about all of the diagrams showing the Euler line on triangles. It looked as if the Euler line always "cut" the triangles into two shapes of equal area. I know that the line will cut isosceles triangles in half because it bisects the angle where the two legs of the triangle meet.

Naturally I tried looking up if this is actually a thing, but couldn't find any results whatsoever.

Is there any truth to the statement that any triangle's Euler line will always divide the triangle into two shapes of equal area?

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/blocker45
πŸ“…︎ Apr 03 2016
🚨︎ report
/r/math, I was thinking something on the lines of a special case of the Euler's Sum of Powers conjecture...

...where k = n, and I thought of this:

For every n>=1, does there exist a set of solutions a*1, a2... an, b for each n such that the sum a1n* + a*2n+...+ann* = b^n ? i.e. is it true there exists such a set for all n?

Has anyone answered this with a definitive yes or a no?

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/Jon-Osterman
πŸ“…︎ Dec 08 2014
🚨︎ report
EulerPy β€” Python-based Project Euler command line tool (x-post /r/Python)

EulerPy is a small Python package I've been working on to make it easier to work through Project Euler problems in Python. It handles both the creation of "template files" containing the problem text as a docstring and also checking the output of each file to verify if it outputs the correct solution or not. Given the fact that many people learning how to program are pointed towards Project Euler, I figured /r/learnprogramming might be interested.

This is my first ever Python package, so hopefully I didn't do anything too catastrophically wrong, considering I'm still fairly new to this stuff. I wrote more about the development in more detail on my blog.

πŸ‘︎ 12
πŸ’¬︎
πŸ‘€︎ u/Pewqazz
πŸ“…︎ Jun 27 2014
🚨︎ report
Can this be traced by only tracing each line once(Euler)?
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/ApathyPerchance
πŸ“…︎ Jan 12 2016
🚨︎ report
Out of my depth with FreeIMU. Can someone throw me a line? Trying to get Euler angles (I think!)

One of those cases where you think you're trying to do something simple and it turns out you're not!

All I'm trying to do is get a MPU-6050 to measure its angle from level on the x and y planes. So, essentially, pitch and roll. The board is static, should not be subject to vibration and I'm interested in changes over a long period of time. Therefore, I figure I should be able to just use accelerometer readings over a second or two and either filter and take a mean, or just take a mean for a reasonably accurate measure since the only force should be gravity, no need to worry about gyros.

I think I want the euler angles, not yaw, pitch, roll since the latter are for moving objects and the drift I see makes them useless for my measuring. I've tried to hack the code, but only managed to output NANs. Can anyone with some experience with FreeIMU give me some help? I'm totally lost.

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/Crypt0Nihilist
πŸ“…︎ Nov 05 2013
🚨︎ report
EulerJS: A Command Line Tool for generating Project Euler Challenges github.com/EulerJS/EulerJ…
πŸ‘︎ 17
πŸ’¬︎
πŸ‘€︎ u/JarheadC
πŸ“…︎ Aug 26 2014
🚨︎ report
EulerJSβ€”a JavaScript/CoffeeScript command line tool for practicing project euler challenges npmjs.org/package/euler
πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/postnihilism
πŸ“…︎ Aug 22 2014
🚨︎ report
EulerPy β€” Python-based Project Euler command line tool github.com/iKevinY/EulerP…
πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/Pewqazz
πŸ“…︎ Jun 28 2014
🚨︎ report
Euler's Line (Crosspost from r/mathhelp)

So I have to prove that point F (4, -4/5) lies on the line y=1157/3080x - 6551/3080. I've tried solving this and it turns out it doesn't. Can anyone else verify that it does or doesn't? I think it may be because of the rounding I did through decimals and such. Much appreciated!

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/solhaLee
πŸ“…︎ Sep 17 2012
🚨︎ report
In 1726... Euler received an assignment from his mentor [Bernoulli]: Find the shortest line between two given points on a surface. sciencenews.org/view/gene…
πŸ‘︎ 23
πŸ’¬︎
πŸ‘€︎ u/maxwellhill
πŸ“…︎ Apr 27 2009
🚨︎ report
Euler Line - Is there any practical application?

is it just a mathematical curiosity, or is there some actual practical application for it? (or building block for some other mathematical concepts)

πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/heliumcraft
πŸ“…︎ Jan 13 2012
🚨︎ report
Euler's Line Project

Some of you may have seen my previous post, but I settled to have a project on the Euler's Line. I found out that as long as one corner of the triangle is stationary, the positions of the orthocenter and circumcenter relative to the position of the centroid vary, depending on how far the other two corners stretch. If they get closer, the orthocenter is below the centroid and the circumcenter is above the centroid. If the two corners get away from one another, the opposite. Using this idea, I could measure the relative areas of triangles, looking at the positions of the circumcenter and orthocenter.

But here is my problem. It is too simple. I only get to measure the points the circumcenter and orthocenter are, which is very simple (only involves perpendicular bisectors etc.). Any ideas how to make it more complex?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/sy26run
πŸ“…︎ Oct 13 2014
🚨︎ report
Ven diagram.. be not afraid!
πŸ‘︎ 38k
πŸ’¬︎
πŸ‘€︎ u/kingdomthads
πŸ“…︎ Dec 07 2021
🚨︎ report
What is your all time favorite math equation?? πŸ“ˆ
πŸ‘︎ 134
πŸ’¬︎
πŸ“…︎ Jan 07 2022
🚨︎ report
Now that’s old fashioned (bottom right)
πŸ‘︎ 2k
πŸ’¬︎
πŸ‘€︎ u/milliefrock
πŸ“…︎ Dec 24 2021
🚨︎ report
Curved vector
πŸ‘︎ 3k
πŸ’¬︎
πŸ‘€︎ u/Guido_Lampitiello
πŸ“…︎ Oct 20 2021
🚨︎ report
SERIOUS: This subreddit needs to understand what a "dad joke" really means.

I don't want to step on anybody's toes here, but the amount of non-dad jokes here in this subreddit really annoys me. First of all, dad jokes CAN be NSFW, it clearly says so in the sub rules. Secondly, it doesn't automatically make it a dad joke if it's from a conversation between you and your child. Most importantly, the jokes that your CHILDREN tell YOU are not dad jokes. The point of a dad joke is that it's so cheesy only a dad who's trying to be funny would make such a joke. That's it. They are stupid plays on words, lame puns and so on. There has to be a clever pun or wordplay for it to be considered a dad joke.

Again, to all the fellow dads, I apologise if I'm sounding too harsh. But I just needed to get it off my chest.

πŸ‘︎ 17k
πŸ’¬︎
πŸ‘€︎ u/anywhereiroa
πŸ“…︎ Jan 15 2022
🚨︎ report
The Power of Lending and Staking Your Crypto

Introduction

I did a little math to show the true power of lending and staking. I am using Celsius as an example of a LENDING platform. One can chose to stake their own coins, use lending services, yield farming, etc. This depends on risk tolerance, of course.

Example

Setting up the initial conditions:

  1. You buy (or already own) 0.05 BTC (worth around $2.3k USD right now)
  2. You buy 0.00001 BTC every week (worth around $5 right now)
  3. You decide deposit this BTC on Celsius, earning 6.20% APY - assuming constant interest rate and Celsius remains operational through out the time period.
  4. You wait until Jan 5, 2026, or 4 years from now.

Firstly, Celsius rates are in APY. Converting to APR gives ~6.018%. Weekly interest is 1.001157308x.

As shown in Figure 1, below, the blue line will be your Bitcoin balance using Celsius. The orange line is the amount of Bitcoin you bought, or the amount of Bitcoin you would have if you weren't using Celsius.

Figure 1: BTC Balance over a 4 year period

Results

By January 5, 2026, you would have bought a total of 0.0521 BTC and earned 0.013938621 BTC from interest.

In total, you would have 0.066038621 BTC.

The table below shows how much your Bitcoin will be worth in January 2026 based on the following price assumptions:

Bitcoin Price in 2026 100k 250k 500k
Holding (No interest) $5,210.00 $13,025.00 $26,050.00
Earning at 6.2% APY $6,603.86 $16,509.66 $33,019.31

At higher prices, the interest earned has a massive effect on your overall gain.

Note: This is obviously a rough estimate. Also, your cost basis will depend on the future prices of Bitcoin.

Conclusion

In conclusion, it is evident that staking/lending is an extremely powerful tool to multiply your returns by a considerable amount. You can increase these results further by increasing your initial investment or increasing your weekly addition.

Fun

I created a fun thought experiment.

The functions generated by our example are as follows, where e is Euler's number and x is number of weeks:

y = 0.05*e^0.0013x - Exponential
y = 1E-05x + 0.05 - Linear

These functions plotted over a 45 year period:

[Figure 2: BTC Amount over a 45 Year Period](https://preview.redd.it/3121xi0i9j981.png?width=1968&format=png&auto=webp&s=b1b

... keep reading on reddit ➑

πŸ‘︎ 25
πŸ’¬︎
πŸ‘€︎ u/Smaash_
πŸ“…︎ Jan 03 2022
🚨︎ report
Brought to you by the Leibniz Notation Gang.
πŸ‘︎ 3k
πŸ’¬︎
πŸ‘€︎ u/12_Semitones
πŸ“…︎ Aug 06 2021
🚨︎ report
Blind Girl Here. Give Me Your Best Blind Jokes!

Do your worst!

πŸ‘︎ 5k
πŸ’¬︎
πŸ‘€︎ u/Leckzsluthor
πŸ“…︎ Jan 02 2022
🚨︎ report
This subreddit is 10 years old now.

I'm surprised it hasn't decade.

πŸ‘︎ 14k
πŸ’¬︎
πŸ‘€︎ u/frexyincdude
πŸ“…︎ Jan 14 2022
🚨︎ report
French fries weren’t cooked in France.

They were cooked in Greece.

πŸ‘︎ 8k
πŸ’¬︎
πŸ“…︎ Jan 20 2022
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.