I was just wondering if someone could guide me/give me tips on how to plot equations and know where to draw lines/parabolas.
I realised that since I haven't plotted in a while, that i've actually forgotten which is unfortunate.
This isn't for homework but just for work in class. Examples that I can think of at the top of my head are
- 3x+5
- 2x^2+5x-7
- X^2-12x+3
and ect. Thanks
I was just wondering if someone could guide me/give me tips on how to plot equations and know where to draw lines/parabolas.
I realised that since I haven't plotted in a while, that i've actually forgotten which is unfortunate.
This isn't for homework but just for work in class. Examples that I can think of at the top of my head are
- 3x+5
- 2x^2+5x-7
- X^2-12x+3
and ect. Thanks
Lines are given by "linear equation" which have x to the first power only. The first of these equations, y*= 3x+ 5 (the "y= " is important!) has a straight line as graph. As we know from geometry "a line is 1.termined by two points". Taking x=0, y= 3(0)+ 5= 5 so one point on the line is (0, 5). Taking x= 1, y= 3(1)+ 5= 8. Another point on the line is (1, 8). The graph is the line through (0, 5) and (1, 8).
Polynomials with x to the second power (x2) and no higher have graphs that are "parabolas". Parabolas are determined by 3 points and it is best if one of those points is the "vertex", You can determine the "vertex" by "completing the square".
The second problem has y=2x2+5x−7. I would start by factoring "2" out of the first two terms- y=2(x2+(7/2)x)+7. I do that because I know that (x+a)2=x2+2ax+a2. Comparing that to x2+(7/2)x I see that I must have 2a= 7/2 so a= 7/4 and a2=49/16. I can "complete the square" by adding 49/16. Of course I don't want to change the actual value so I also subtract 49/16:
A square is never negative so the lowest point on the parabola is where that square is 0, at x= -7/4 and then y= -105/16. Further, the graph crosses the x-axis where y=2(x+7/4)2−105/16, 2(x+7/4)2=105/16, (x+7/4)2=105/32, x+7/4=±105/32, x=−7/4±105/32. Just because it is easy, a fourth point is the "y-intercept" where x= 0 and y=2(7/4)2−105/16=49/8−105/16=98/16−105/16=−7/16.
Plot those four points and, knowing the general shape of a "parabola", draw the graph through them
The third problem is easier because the coefficient of x2 is 1 and the coefficient of x is even.
y=x2−12x+3=(x2−12x+36−36)+3=(x−6)2−33.
The vertex is at (6, 33), the x-intercepts are at (6+33,0) and (6−33,0) and the y=intercept is at (0,3).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.