MTH101 Full Lecture Notes: Coordinates, Graphs & Lines for VU Students | Easy Guide with Examples

MTH101: Coordinates, Graphs, and Lines | Full Tutorial

MTH101 Full Guide: Coordinates, Graphs, and Lines

Welcome to this comprehensive MTH101 tutorial on Coordinates, Graphs, and Lines. If you're a student of Mathematics, Computer Science, Engineering, or anyone looking to understand the foundation of Analytical Geometry, you're in the right place.

What You Will Learn

  • Understanding the Cartesian Coordinate System
  • How to Plot Graphs
  • Types of Linear Equations
  • Formulas: Slope, Midpoint, Distance
  • Applications of Lines in Real Life

1. The Cartesian Coordinate System

The Cartesian coordinate system was developed by René Descartes. It allows us to represent geometric shapes using algebra. The system includes two perpendicular lines:

  • X-axis: Horizontal line
  • Y-axis: Vertical line

These axes intersect at the origin (0,0). Each point in the plane is described by an ordered pair (x, y). The plane is divided into four quadrants:

  • Quadrant I: (+x, +y)
  • Quadrant II: (-x, +y)
  • Quadrant III: (-x, -y)
  • Quadrant IV: (+x, -y)

2. Plotting Points and Graphs

Plotting graphs helps visualize equations. To graph a linear equation like y = 2x + 3:

  1. Choose x-values (e.g., -2, -1, 0, 1, 2)
  2. Calculate corresponding y-values using the equation
  3. Plot the (x, y) points on the Cartesian plane
  4. Connect the dots to form a straight line

Example table for y = 2x + 3:

xy = 2x + 3
-2-1
-11
03
15
27

3. The Equation of a Line

There are several ways to write the equation of a line:

  • Slope-Intercept Form: y = mx + b
  • Point-Slope Form: y - y₁ = m(x - x₁)
  • Two-Point Form: (y - y₁)/(y₂ - y₁) = (x - x₁)/(x₂ - x₁)
  • General Form: Ax + By + C = 0

Where m is the slope and b is the y-intercept.

4. Understanding Slope

The slope (m) of a line measures how steep it is. It is calculated using:

m = (y₂ - y₁) / (x₂ - x₁)
  • Positive Slope: Line rises from left to right
  • Negative Slope: Line falls from left to right
  • Zero Slope: Horizontal line
  • Undefined Slope: Vertical line

5. X and Y Intercepts

The x-intercept is where a line crosses the x-axis (y = 0), and the y-intercept is where it crosses the y-axis (x = 0).

6. Parallel and Perpendicular Lines

Two lines are:

  • Parallel: if they have the same slope (m₁ = m₂)
  • Perpendicular: if the product of their slopes is -1 (m₁ × m₂ = -1)

7. Midpoint and Distance Formulas

These are essential tools in geometry:

  • Midpoint: M = ((x₁ + x₂)/2, (y₁ + y₂)/2)
  • Distance: D = √[(x₂ - x₁)² + (y₂ - y₁)²]

8. Real-Life Applications

Coordinate geometry is used in:

  • GPS and navigation systems
  • Architecture and design
  • Computer graphics and animation
  • Physics (motion graphs, trajectories)
  • Engineering simulations and models

9. Practice Problems

  1. Find the slope of a line passing through (1, 2) and (3, 8).
  2. Convert 2x + 3y = 6 into slope-intercept form.
  3. Check if lines y = 5x + 2 and y = 5x - 3 are parallel.
  4. Calculate the midpoint between (-4, 0) and (2, 6).
  5. Plot the graph of y = -x + 4 and identify the intercepts.

10. Summary

Understanding coordinates, graphs, and lines is foundational for success in MTH101 and other mathematical courses. This knowledge lays the groundwork for more complex topics such as calculus, vectors, and 3D geometry.

Practice regularly, visualize with graphing tools, and relate the concepts to real-world problems for better retention and understanding.

Post a Comment

0 Comments