#i need help please
87 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
what's the difference
also provide context
that included sending the whole page/problem
ok
oh this is the newtons method of finding the x intercept isnt it
Its actually bisection method
We need to find the approximate root
they can now look for roots in [a, x1]
But why he didnt choose f(x1)*f(x2)
to maybe first confirm if there's root in [a, x1]
and then he showed that there are no roots in [a, x2]
this would man that roots are in (x2, x1]
How do i know if the root exist or not
they are narrowing down the search
in (x2, x1]?
by the fact that if f(a)f(b) < 0 the there's a root between a and b
I know who to find the new root i just dont get it why in all of the steps we said for example f(x2,f(x3) in step 4
I get this but my question is how do we know which one is f(c)*f(a)
😭😭😭
you know here as you are finding the root to "x^2 - 2"
Animation of the bisection method. This was created using the manim python library: https://www.manim.community/
You can also find the source code in my Github repository: https://github.com/turgeonmaxime/num-methods-manim
watch this
bro thats the whole point, it's a method to find roots via computers
you guess
We actually do this by hand😭
We have a practical exam and Theory exam
that's brutal
Im so SCARED I DONT KNOW WHAT TO DO😭😭😭😭😭
i mean
let's try a example
let's say we want to find a root to
$f(x) = x^2 - x - 1$
Coffey
how'd YOU start @clear remnant
So i will see if it apply the conditions of bisection
Since its a polynomial function so that means it's continues so that means it apply the first condition
But for the second condition i need a root
yk what
U need to give me a root also
don't bother with the formalities
just find a root.
approximation.
let's say error is less than 10^-3
U have to give me an error and a root
nah you are going to FIND the root
atleast approximate it

start within [1,2]
Ok
can't you eyeball it
like it's clear it's [1,2]
right
So f(1)=-1,f(2))=1
For x1=a+b/h ,, 1+2/2=1.5 |x1-a|=|1.5-1|
keep going idk
tell me the root at last
man can't you use a programme
No 😭😭
check all of em lol
That will take a super long time and i dont have that much time in exam😭😭😭
too bad
every time you literally only have 2 choices bro
if one [a, c] doesn't work in [a, b] b then [c, b] does