An equation in which the highest exponent is 2
and cannot be zero(0).
The format of this equation looks like:
Firstly, you need to find out intersection of points on x and y axis.
NOTE:
The intersection of points with an x coordinate has a y-coordinate of 0 beacuse those points lie on the x-axis. In other words, if a point lies on the x-axis then it will have cordinates (x, 0)
The intersection of points with an y coordinate has a x-coordinate of 0 beacuse those points lie on the y-axis. In other words, if a point lies on the y-axis then it will have cordinates (0, y)
Secondly, you need to find out the turing point of graph on y-axis
Lastly, you need to find out the y-coordinate of the turing point
Suppose you want plot a graph for .
Now we know the two intersecting points (4, 0) and (2, 0) for . Now let's find intersection on x-axis.
Now let's find our turing point with the formual .
By using this equation we can calculate that turing point is which is 3.
Now the last step is to find y-coordinate for the turning point. We will be substituting the value of turning point into our equation
cordinates (4, 0) and (2, 0)
Copyright © 2023. codelog.dev