English

Linear Functions (Basic)

🎯 Learning Goals

  • Understand the concept of a linear function and the formula y = ax + b
  • Learn how to find the slope (rate of change) and the y-intercept

💡 Why Learn This?

Linear functions are essential for predicting future trends. Whether you're calculating a taxi fare (base fare + cost per mile) or estimating battery drain over time, linear functions are the tool you need.

Slope and Intercept

A linear function is written as y = ax + b. 'a' is the slope (how fast y changes when x increases by 1), and 'b' is the y-intercept (the starting value of y when x is 0).

y = ax + b

Examples

  • Taxi Fare: y = 2x + 5. (5 is the starting fare, 2 is the cost per mile)
  • Savings: y = 50x + 100. (Start with $100, save $50 each month)

⚠️ Common Pitfalls

Don't confuse the slope 'a' with the intercept 'b'. The slope is always multiplied by x, while the intercept is the standalone number.

Linear Graph Explorer

Adjust the slope (a) and y-intercept (b) to see how the line changes.

y = 1x + 0
Slope (a):1
y-intercept (b):0

📝 Summary & Recap

  • y = ax + b is the equation of a straight line.
  • 'a' determines the steepness (slope), and 'b' determines where the line crosses the y-axis.

Quick Drill

Check your understanding of slopes and intercepts!

In the function y = 3x - 4, what is the slope?

🔍 Deep Dive (Optional)

Rene Descartes, a French philosopher and mathematician, invented the Cartesian coordinate system in the 17th century, allowing us to link algebra (equations) with geometry (graphs) for the first time!