dragonstar57 Posted March 18, 2011 Posted March 18, 2011 i am supposed to find the roots of quadratic equations but they never showed how to do it without a graphing calculator and i can't figure out how to get any of the online ones to tell me the vertex or the roots.
DrRocket Posted March 18, 2011 Posted March 18, 2011 i am supposed to find the roots of quadratic equations but they never showed how to do it without a graphing calculator and i can't figure out how to get any of the online ones to tell me the vertex or the roots. Haven't you studied the "quadratic formula" ? You should be able to find the roots of a quadratic equation with no calculator at all.
imatfaal Posted March 18, 2011 Posted March 18, 2011 What's the equation - and what have you tried? I presume you can write it as ax2+bx+c=0 (if b = 0 it's either really easy or impossible to find real roots). The next step is to see if you can write it any other way - Do you understand how to factorise a quadratic? - And what you can easily tell from a quadratic written in a factorised form? So let us know where you started and where you have got to and then we can move on.
Djordje Posted March 18, 2011 Posted March 18, 2011 All written below is for ax^2+bx+c=0 x1=[-b+sqrt(b^2-4ac)]/2a x2=[-b-sqrt(b^2-4ac)]/2a If b^2-4ac=0 than the equation has only 1 solution, if b^2-4ac>0 than it has 2 solutions, if b^2-4ac<0 than it has no real solutions. Was this what you were looking for?
dragonstar57 Posted March 18, 2011 Author Posted March 18, 2011 yeah but i don't know how to use it to find the vertex or the roots
mississippichem Posted March 19, 2011 Posted March 19, 2011 yeah but i don't know how to use it to find the vertex or the roots Well for the vertex: First of all lets define the vertex as [math] (h,k) [/math] so [math] h= \frac{-b}{2a} [/math] and [math] k= \frac{(4ac-b^{2})}{4a}[/math] The roots are just the solutions given by: [math] x= \frac{-b \pm \sqrt{b^{2}-4ac}}{2a} [/math] All this applies for any quadratic of the form: [math] ax^{2}+bx+c=0 [/math] But also notice how h and k could be given by completing the square and therefore changing the equation from standard form to vertex form.
Djordje Posted March 19, 2011 Posted March 19, 2011 (edited) Well for the vertex: First of all lets define the vertex as [math] (h,k) [/math] so [math] h= \frac{-b}{2a} [/math] and [math] k= \frac{(4ac-b^{2})}{4a}[/math] The roots are just the solutions given by: [math] x= \frac{-b \pm \sqrt{b^{2}-4ac}}{2a} [/math] All this applies for any quadratic of the form: [math] ax^{2}+bx+c=0 [/math] But also notice how h and k could be given by completing the square and therefore changing the equation from standard form to vertex form. If you want to sketch the graph, you can use roots as cross-points of graph and x-axis, vertex as minimum or maximum (depends if a<0 [minimum] or a>0 [maximum]) and A(0,y) (as cross-point of graph and y-axis) where y is function's value for x=0 (IOW y=c). Edited March 19, 2011 by Djordje
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now