use Newton's Method, NOT WolframAlpha!

  Рет қаралды 36,720

bprp calculus basics

bprp calculus basics

2 жыл бұрын

Here we will use Newton's method to approximate the solution to the quartic equation 3x^4-8x^3+2=0 on the interval [2, 3]. This is one of the most common ways to approximate the roots of an equation and the idea is based on the equation of tangent lines.
👉 How to get the newton's method formula: • Newton's method (intro...
Get a derivative t-shirt: 👉 bit.ly/derivativetshirt
Use "WELCOME10" for 10% off
Subscribe for more precalculus & calculus tutorials 👉 @just calculus
-------------------
If you find this channel helpful and want to support it, then you can
join the channel membership and have your name in the video descriptions:
👉bit.ly/joinjustcalculus
buy a math shirt or a hoodie (10% off with the code "WELCOME10"):
👉 bit.ly/bprp_merch
I use these markers 👉 amzn.to/3skwj1E
-------------------
😊 Thanks to all channel members 😊
Sandglass Dªrksun Seth Morris Andrea Mele
---------------------------------------------------------
"Just Calculus" is dedicated to helping students who are taking precalculus, AP calculus, GCSE, A-Level, year 12 maths, college calculus, or high school calculus. Topics include functions, limits, indeterminate forms, derivatives, and their applications, integration techniques and their applications, separable differential equations, sequences, series convergence test, power series a lot more. Feel free to leave calculus questions in the comment section and subscribe for future videos 👉 bit.ly/just_calc
---------------------------------------------------------
Best wishes to you,
#justcalculus

Пікірлер: 37
@bprpcalculusbasics
@bprpcalculusbasics 2 жыл бұрын
👉 How to get the newton's method formula: kzfaq.info/get/bejne/n7x_prhl2dTTpZ8.html
@maximeclere9902
@maximeclere9902 2 жыл бұрын
4:58 XD the answer has 2.7 and 3.14 in it
@WerewolfLord
@WerewolfLord 2 жыл бұрын
4:55 The answer is approximately 2.7.....[suspenseful music plays*] *it doesn't but it should
@owoLight
@owoLight 2 жыл бұрын
*audible gasp*
@tejarex
@tejarex 2 жыл бұрын
Newton's method works great when it works, but it fails when the initial guess is not good enough, which is pretty easy in general. Given a continuous function f and 2 points where f has opposite signs, finding an intermediate root by bisection, always keeping two points with opposite signs, is guaranteed to work. For this example, assuming that the 2.63 root is unique, one would check 2.5, 2.75, 2.625, 2.6875, 2.65625, etc.
@Fandikusnadi1979
@Fandikusnadi1979 2 жыл бұрын
12x^3 not 12x^2
@boldspider6923
@boldspider6923 6 күн бұрын
very straightforward, thanks Bro
@Tiwey
@Tiwey 2 жыл бұрын
Isnt this the differentiating quotient of the normal?
@T-zm6ft
@T-zm6ft 3 ай бұрын
Excellent video👍
@AviPars
@AviPars 2 жыл бұрын
Thanks
@robertveith6383
@robertveith6383 2 жыл бұрын
@ blackpenredpen -- I don't see your rationale for picking x_1 to be 3. I would have averaged the endpoint values and used 2.5 instead.
@NattyPi
@NattyPi 2 жыл бұрын
my profesor didnt really explain it either and what sucks is we have an exam coming up and all the examples have been to 6 decimal places which means if you don't pick a really good starting point you will end up spending 30 minutes on this. In class we ended up on xsub11
@bradley9856
@bradley9856 2 жыл бұрын
So the answer was closer to 3 anyway? That's interesting. Good video ty
@kiit8337
@kiit8337 2 жыл бұрын
Where is the full lecture for newton method?? Help plz
@MyBroSux24
@MyBroSux24 2 жыл бұрын
check on 3 blue 1 browns brilliant video where he not only shows how newtons method works but how its applied to resemble a fun pattern.
@kepler4192
@kepler4192 2 жыл бұрын
now do it with euler's method now
@hanantoaditya4139
@hanantoaditya4139 2 жыл бұрын
Is this numerical methods?
@bprpcalculusbasics
@bprpcalculusbasics 2 жыл бұрын
Yes
@woofy2000
@woofy2000 2 жыл бұрын
π'th
@diniaadil6154
@diniaadil6154 2 жыл бұрын
fancy way to just say you're third
@moskthinks9801
@moskthinks9801 2 жыл бұрын
@@diniaadil6154 nah, according to the comments, π = 5
@riendmuskus4050
@riendmuskus4050 2 жыл бұрын
@@moskthinks9801 look at timestamps looks like he was after 3 but before 4 so it checks out Should've been 2.63rd though
@mathiasschembri5207
@mathiasschembri5207 2 жыл бұрын
he means π in radians
@francocosta1
@francocosta1 2 жыл бұрын
Wolfram rules!
@gatocomcirrose
@gatocomcirrose 2 жыл бұрын
i mean, if you have to do this by hand it's just better to use wolfram alpha
@TristanANain
@TristanANain Жыл бұрын
Thank you sir for the lesson but the sad face tho😂
@lukopro3655
@lukopro3655 2 жыл бұрын
Fourth
@marmot1434
@marmot1434 2 жыл бұрын
sixth
@robinson5923
@robinson5923 2 жыл бұрын
Ωth
@priyanshrawat442
@priyanshrawat442 2 жыл бұрын
That pokemon ball mic is cool
@umarfayziev5235
@umarfayziev5235 2 жыл бұрын
Third
@dublindark7945
@dublindark7945 2 жыл бұрын
Second
@gamerpool9000
@gamerpool9000 2 жыл бұрын
First
@henrybeenh7076
@henrybeenh7076 2 жыл бұрын
Nothing 's wrong with you
@robertveith6383
@robertveith6383 2 жыл бұрын
*@blackpenredpen* -- Here is a way without calculus: Set 3x^4 = 8x^3 - 2. Divide each term by 3x^3: x = 8/3 - 2/(3x^3). If you let x_1 = 3, then x_2 ~ 2.6419753, x_3 ~ 2.6305154, ... , x_6 ~ 2.6300203
@josevidal354
@josevidal354 2 жыл бұрын
Though its correct that You approach the answer,, it doesnt always work. For example, lets Say You want to calculate another root of the same polynomial that is about 0.696889... Using the same method, lets start with a close one: x_0=0.6968, then x_1=0.6961, x_2=0.69044, x_3 = 0.6412, x_4 = 0.1378, x_5 = -251.83, x_6 = 2.66... if You continue You eventually aproach the other root 2.63002... but not the one we wanted. How can You know When is it ok to do this? The answer lies In calculus:: You have to make sure that the root You want to get has an absolute value of it's derivative at the function f(x) = 8/3-2/3x³ less than one.
@Ashmit_1729
@Ashmit_1729 2 жыл бұрын
Make a video on golden ratio Please*10^100000000000
bad initial approximation for Newton's Method
2:18
bprp calculus basics
Рет қаралды 10 М.
Newton's method (introduction & example)
20:53
blackpenredpen
Рет қаралды 183 М.
БИМ БАМ БУМ💥
00:14
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 4,7 МЛН
Mom's Unique Approach to Teaching Kids Hygiene #shorts
00:16
Fabiosa Stories
Рет қаралды 35 МЛН
What it feels like cleaning up after a toddler.
00:40
Daniel LaBelle
Рет қаралды 86 МЛН
approximate 4th root of 75, Newton's Method, calculus 1 tutorial
5:55
bprp calculus basics
Рет қаралды 61 М.
Use calculus, NOT calculators!
9:07
bprp calculus basics
Рет қаралды 442 М.
Precalculus teacher vs WolframAlpha student
11:27
blackpenredpen
Рет қаралды 620 М.
Functional Equation
14:15
Prime Newtons
Рет қаралды 381 М.
Water powered timers hidden in public restrooms
13:12
Steve Mould
Рет қаралды 624 М.
Every Infinity Paradox Explained
15:57
ThoughtThrill
Рет қаралды 117 М.
3 Paradoxes That Gave Us Calculus
13:35
Up and Atom
Рет қаралды 794 М.
How to find the maximum curvature of y=e^x
13:49
bprp calculus basics
Рет қаралды 13 М.
EXTREME quintic equation! (very tiring)
31:27
blackpenredpen
Рет қаралды 642 М.
Visually Explained: Newton's Method in Optimization
11:26
Visually Explained
Рет қаралды 96 М.
БИМ БАМ БУМ💥
00:14
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 4,7 МЛН