Approximations. The engineering way.

preview_player
Показать описание


Join this channel to get access to perks:

►Follow me

Thumbnail Design done by @EpicMathTime

►My Setup:

Рекомендации по теме
Комментарии
Автор

"for calculation purposes, let asume this cow is perfectly round"

Hempujonsito
Автор

"Approximations"
Oh cool
"The Engineering way"
_oh boi this is gonna be good_

Nylspider
Автор

I'm an engineer
I see approximation
I click

深夜-lf
Автор

Fun fact: The number of correct digits roughly *doubles* with each iteration of Newton's method. So for example you could compute 1 billion digits of sqrt(17) with about 30 iterations.

johnchessant
Автор

I'm only at 0:16 and I'm already having numerical computing class flashbacks (took that class ten years ago). Netwon Raphson, Regula Falsi, Runge-Kutta. It's all coming back.

rentristandelacruz
Автор

Mathematicians: We need exact solutions!

Engineers: Nah, "close enough" is good enough.

kazuhoshiinoue
Автор

Math never fails to surprise me, I could not even think such a thing could exist

adityachk
Автор

"Why be right when you can approximate?"

RCSmiths
Автор

We’re doing this in my calc class rn and I swear to god you explain it better than my professors

Cralcker
Автор

Nice Clock and Watch, where can I get one of deeze, Zach? :^D

PapaFlammy
Автор

Please keep making these so I can make it through college.

davidbeckham
Автор

Ah, the fundamental theorem of engineering.

theoreticalphysics
Автор

That square root approximation is elegantly simple. Each guess is just the average of the previous guess, and the number over that previous guess. As you approach the root, it becomes the average of the root and the number over the root (number over root is the root). So beautiful

iangolsby
Автор

dude I was just expecting to get some stuff like pi = 3 = 3 or g^2 = 10 or something like that, but I actually learned a lot!

mastershooter
Автор

Zach : It's possible to get stuck in an infinite loop.

Float error : IT'S MY TIME TO SHINE

foxtrot
Автор

first law of engineering: everything is linear

aenesturan
Автор

I did a Bachelors thesis partly on this, when I finally got how it worked when I saw it, it was almost magical.

kyrond
Автор

We ❤ approximations!
Honestly, sometimes wanting an exact solution is lazy. People don't realize how much math goes into designing numerical methods and proving their convergence and stability.

benthayermath
Автор

I had to use the newton raphson method in my engineering career a few years ago to approximate a function (solving a Civil Engineering equation backwards with multiple square roots in weird places) that otherwise converges on a few nonreal/negative answers and one real, positive one I was looking for. I never thought I would actually apply it in my life when I learned it, but it felt so cool to have a real world application for it! Made me realize that weird, theoretical math part of my degree wasn't quite such a waste of time after all!

jacktorborg
Автор

Interesting topic! This reminds me on programming in BASIC interpreter 40 years ago. At that time the value of PI was not implemented, the solution was : 4*arctan(1), which gave PI with the accuracy of devise's BASIC.

billferner