Summary
Graphs in algebra involve plotting points and interpreting various types of graphs, such as linear and quadratic graphs, on a coordinate plane.
- Cartesian Plane — A two-dimensional plane with two perpendicular axes. Example: The x-axis and y-axis intersect at the origin (0,0).
- Plotting a Point — Representing a point using coordinates (x, y). Example: The point (3, 4) is 3 units along the x-axis and 4 units up the y-axis.
- Distance Between Two Points — Calculated using the Pythagorean theorem. Example: For points (1, 2) and (4, 6), the distance is .
- Midpoint of a Line Segment — The point exactly halfway between two points. Example: The midpoint of (1, 2) and (3, 4) is ((1+3)/2, (2+4)/2) = (2, 3).
- Gradient of a Line — The ratio of the change in y-coordinates to the change in x-coordinates. Example: For points (1, 2) and (3, 6), the gradient is (6-2)/(3-1) = 2.
- Parallel Lines — Lines that never meet and have the same gradient. Example: y = 2x + 1 and y = 2x - 3 are parallel.
- Perpendicular Lines — Lines that intersect at a right angle. Example: y = x and y = -x are perpendicular.
- Equation of a Straight Line — Typically written as y = mx + c, where m is the gradient and c is the y-intercept. Example: y = 2x + 3.
- Quadratic Graph — A graph of the form f(x) = ax^2 + bx + c, forming a parabola. Example: f(x) = x^2 - 4x + 4 is a u-shaped parabola.
Exam Tips
Key Definitions to Remember
- Cartesian Plane
- Gradient of a Line
- Equation of a Straight Line
- Quadratic Graph
Common Confusions
- Confusing the x and y coordinates when plotting points
- Mixing up the formulas for gradient and distance between points
Typical Exam Questions
- How do you find the gradient of a line between two points? Use the formula (y2-y1)/(x2-x1).
- What is the equation of a line parallel to y = 3x + 2? y = 3x + c, where c is any constant.
- How do you determine if two lines are perpendicular? Their gradients multiply to -1.
What Examiners Usually Test
- Ability to plot and interpret graphs accurately
- Understanding of the relationship between algebraic equations and their graphical representations
- Knowledge of key properties of linear and quadratic graphs