Slopes and linear functions are the building blocks of algebra... Show more
Introduction to Business Calculus Notes - Valencia College











Finding the Slope of a Line
Ever wondered how steep a line is? That's what slope tells us! The slope measures the steepness of a line using this formula: m = rise/run = ΔY/ΔX = /
The slope gives us important information about a line:
- Positive slope: Line moves upward from left to right (increasing)
- Negative slope: Line moves downward from left to right (decreasing)
- Zero slope: Perfectly horizontal line
- Undefined slope: Perfectly vertical line
When calculating slope, just plug the coordinates into the formula. For example, with points (-8,-5) and (-10,-9), we get: m = (-9-(-5))/(-10-(-8)) = -4/-2 = 2
Quick Tip: When you see a negative slope, think "downhill" - the line falls as you move right. A positive slope means the line climbs as you move right.

Graphing Lines Using Slope
You can easily graph a line when you know a point and its slope. For example, with point (-2,-3) and slope ½, start at the point and use the slope to find other points:
- Slope ½ means "up 1, right 2" from your starting point
- Plot these points and connect them with a line
When given an equation in slope-intercept form :
- m is the slope
- b is the y-intercept
For y = -2/3x + 1:
- The slope is -2/3 (down 2, right 3)
- The y-intercept is at (0,1)
Sometimes you'll need to rearrange equations first. For 3x - 2y = 8:
- Solve for y: -2y = -3x + 8
- Divide by -2: y = 3/2x - 4
- Now identify m = 3/2 and b = -4
Remember: The slope-intercept form is your best friend for quickly graphing lines - it gives you both the direction and starting point!

Applications of Slope and Intercepts
Linear functions can model real-world scenarios like costs and quantities. For example, in the cost function C(q) = 4.5q + 41,500:
- The slope (4.5) represents the cost per additional unit
- The y-intercept (41,500) represents fixed costs
When interpreting slopes and intercepts in real situations, units matter. If time is your input and height is your output, the slope unit would be height/time.
Consider a bathtub example where water level decreases over time:
- The vertical intercept (0,40) means the tub initially has 40 gallons
- The horizontal intercept (10,0) means the tub is empty after 10 minutes
- The slope (-4) means water drains at 4 gallons per minute
Slope units are always output units divided by input units, giving us the rate of change.
Make it practical: When seeing a linear equation in a word problem, ask yourself: "What does the slope represent in this situation?" and "What real-world meaning does the y-intercept have?"

Parallel and Perpendicular Lines
Have you ever wondered how to tell if lines will never meet or if they cross at right angles? Here's how:
Parallel lines never intersect and have the same slope but different y-intercepts. For example:
- y = 2/3x - 4 and y = 2/3x + 1 are parallel
- Vertical lines (undefined slope) are parallel to each other
- Horizontal lines (zero slope) are parallel to each other
Perpendicular lines intersect at right angles. Their slopes are negative reciprocals of each other, meaning their product equals -1. For example:
- If one line has slope -2/5, its perpendicular line would have slope 5/2
- Vertical and horizontal lines are always perpendicular to each other
To check if lines are parallel or perpendicular, first get both equations in slope-intercept form , then compare their slopes.
Handy trick: To find the perpendicular slope, flip the fraction and change the sign. If m = 3/4, the perpendicular slope is -4/3.

Finding Line Equations
When you have a point and a slope, you can find the line's equation using the point-slope form: y - y₁ = m
For example, with point (-4,3) and slope -2: y - 3 = -2 y - 3 = -2
If you're given two points instead:
- Calculate the slope first: m = /
- Use point-slope form with one of the points
- Convert to slope-intercept form if needed
Example with points (1,1) and (5,-1):
- m = (-1-1)/(5-1) = -2/4 = -1/2
- Point-slope: y - 1 = -1/2
- Slope-intercept: y = -1/2x + 3/2
Both forms are useful, but slope-intercept makes graphing easier.
Quick Tip: When converting from point-slope to slope-intercept form, distribute the slope first, then move all terms with y to the left side and everything else to the right.

Linear Functions and Function Notation
Function notation f(x) is just another way to write y. It's super useful because it tells us exactly what to plug in! When you see f(2), you're finding the y-value when x = 2.
For f(x) = 2x + 5:
- f(2) = 2(2) + 5 = 9
- f(-3) = 2(-3) + 5 = -1
- f = 2 + 5 = 2a + 3
Piecewise functions have different rules for different x-values. For example: f(x) = { 4x + 5 if x < 2 3x - 8 if x ≥ 2 }
To evaluate these, first check which part of the function applies:
- f(-2) = 4(-2) + 5 = -3
- f(2) = 3(2) - 8 = -2 (since 2 ≥ 2)
- f(5) = 3(5) - 8 = 7 (since 5 ≥ 2)
Pro tip: When evaluating piecewise functions, always check the boundaries first to decide which piece of the function to use!

Variables and Function Applications
In real-world applications, functions help us model relationships between variables:
Independent variables (inputs) are values we can control or select, while dependent variables (outputs) depend on those inputs. For example, in N(t) = 3600 + 45t:
- t (time in days) is the independent variable
- N (number of users) is the dependent variable
When interpreting function values in context:
- N(0) = 3600 means there were 3600 users at the start (day 0)
- N(10) = 4050 means there were 4050 users after 10 days
- V(24) = 18 means an investment is worth $18,000 after 24 months
Functions can also tell us how to find input values for given outputs. For a propane cost function C(g) = 3.11g:
- C(4) = $12.44 means 4 gallons cost $12.44
- If C(g) = $24.88, then g = 8 gallons
Make it real: Functions aren't just math—they describe relationships in everyday life, from phone bills to investments. Always think about what the input and output represent in the real world!

Cost Functions in Real Life
Cost functions typically include both fixed costs and variable costs . When written as C = mx + b:
- m represents the variable cost per unit
- b represents the fixed costs
For a cell phone plan with two data points (minutes used, monthly cost):
- Find the slope: m = (55-53)/(250-150) = 2/100 = $0.02 per minute
- Find the fixed cost: 53 = 0.02(150) + b, so b = $50
This means the monthly bill is calculated as: Cost = $0.02 × minutes + $50
Cost functions also help track depreciation. If a new car costs $22,780 and depreciates by $2,181 annually, we can model its value as: V = 22,780 - 2,181t (where t is years)
After 5 years: V = 22,780 - 2,181(5) = $11,875
Real-world connection: Understanding cost functions helps with everyday decisions like choosing phone plans or deciding when to sell a car. The slope tells you the rate of change in cost!

Revenue, Profit, and Break-Even Points
Businesses use linear functions to track important financial metrics:
Revenue is the money earned from sales:
- Revenue = Price × Quantity
- R(x) = px (where p is price per unit)
Cost includes fixed and variable expenses:
- Cost = Variable cost per unit × Quantity + Fixed costs
- C(x) = vx + F
Profit is the difference between revenue and cost:
- P(x) = R(x) - C(x)
- P(x) = px - = x - F
The break-even point occurs when profit equals zero (revenue equals cost):
- Set R(x) = C(x) and solve for x
For phone covers sold at $12 each with $2 variable cost and $5,200 fixed cost:
- Revenue: R(x) = 12x
- Cost: C(x) = 2x + 5,200
- Profit: P(x) = 10x - 5,200
- Break-even: 12x = 2x + 5,200, so x = 520 units
Business insight: The break-even point tells you exactly how many units you need to sell to start making money. Below this point, you're losing money; above it, you're profitable.

Linear Cost Functions
In business, finding a cost function helps predict expenses for different production levels. When the marginal cost (cost per additional unit) is constant, we can use a linear cost function.
For example, if the marginal cost to produce medication is $10 per batch, and producing 100 batches costs $1,500:
- Set up the linear function: C(x) = mx + b where m = $10
- Plug in the known point (100, 1500): 1500 = 10(100) + b
- Solve for b: 1500 = 1000 + b, so b = $500
- The cost function is C(x) = 10x + 500
This means:
- Each batch costs $10 to produce (variable cost)
- There's a $500 fixed cost (equipment, setup, etc.)
- To predict the cost for any number of batches, just use C(x) = 10x + 500
Mathematical insight: When finding a linear cost function, the marginal cost is the slope, and you can find the y-intercept (fixed cost) by using a known data point.
We thought you’d never ask...
What is the Knowunity AI companion?
Our AI companion is specifically built for the needs of students. Based on the millions of content pieces we have on the platform we can provide truly meaningful and relevant answers to students. But its not only about answers, the companion is even more about guiding students through their daily learning challenges, with personalised study plans, quizzes or content pieces in the chat and 100% personalisation based on the students skills and developments.
Where can I download the Knowunity app?
You can download the app in the Google Play Store and in the Apple App Store.
Is Knowunity really free of charge?
That's right! Enjoy free access to study content, connect with fellow students, and get instant help – all at your fingertips.
Most popular content in Calculus 1
7Most popular content
9Can't find what you're looking for? Explore other subjects.
Students love us — and so will you.
The app is very easy to use and well designed. I have found everything I was looking for so far and have been able to learn a lot from the presentations! I will definitely use the app for a class assignment! And of course it also helps a lot as an inspiration.
This app is really great. There are so many study notes and help [...]. My problem subject is French, for example, and the app has so many options for help. Thanks to this app, I have improved my French. I would recommend it to anyone.
Wow, I am really amazed. I just tried the app because I've seen it advertised many times and was absolutely stunned. This app is THE HELP you want for school and above all, it offers so many things, such as workouts and fact sheets, which have been VERY helpful to me personally.
Introduction to Business Calculus Notes - Valencia College
Slopes and linear functions are the building blocks of algebra that help us model real-world situations. They show us how one quantity changes in relation to another, whether it's the cost of phone plans, water draining from a bathtub, or... Show more

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Finding the Slope of a Line
Ever wondered how steep a line is? That's what slope tells us! The slope measures the steepness of a line using this formula: m = rise/run = ΔY/ΔX = /
The slope gives us important information about a line:
- Positive slope: Line moves upward from left to right (increasing)
- Negative slope: Line moves downward from left to right (decreasing)
- Zero slope: Perfectly horizontal line
- Undefined slope: Perfectly vertical line
When calculating slope, just plug the coordinates into the formula. For example, with points (-8,-5) and (-10,-9), we get: m = (-9-(-5))/(-10-(-8)) = -4/-2 = 2
Quick Tip: When you see a negative slope, think "downhill" - the line falls as you move right. A positive slope means the line climbs as you move right.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Graphing Lines Using Slope
You can easily graph a line when you know a point and its slope. For example, with point (-2,-3) and slope ½, start at the point and use the slope to find other points:
- Slope ½ means "up 1, right 2" from your starting point
- Plot these points and connect them with a line
When given an equation in slope-intercept form :
- m is the slope
- b is the y-intercept
For y = -2/3x + 1:
- The slope is -2/3 (down 2, right 3)
- The y-intercept is at (0,1)
Sometimes you'll need to rearrange equations first. For 3x - 2y = 8:
- Solve for y: -2y = -3x + 8
- Divide by -2: y = 3/2x - 4
- Now identify m = 3/2 and b = -4
Remember: The slope-intercept form is your best friend for quickly graphing lines - it gives you both the direction and starting point!

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Applications of Slope and Intercepts
Linear functions can model real-world scenarios like costs and quantities. For example, in the cost function C(q) = 4.5q + 41,500:
- The slope (4.5) represents the cost per additional unit
- The y-intercept (41,500) represents fixed costs
When interpreting slopes and intercepts in real situations, units matter. If time is your input and height is your output, the slope unit would be height/time.
Consider a bathtub example where water level decreases over time:
- The vertical intercept (0,40) means the tub initially has 40 gallons
- The horizontal intercept (10,0) means the tub is empty after 10 minutes
- The slope (-4) means water drains at 4 gallons per minute
Slope units are always output units divided by input units, giving us the rate of change.
Make it practical: When seeing a linear equation in a word problem, ask yourself: "What does the slope represent in this situation?" and "What real-world meaning does the y-intercept have?"

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Parallel and Perpendicular Lines
Have you ever wondered how to tell if lines will never meet or if they cross at right angles? Here's how:
Parallel lines never intersect and have the same slope but different y-intercepts. For example:
- y = 2/3x - 4 and y = 2/3x + 1 are parallel
- Vertical lines (undefined slope) are parallel to each other
- Horizontal lines (zero slope) are parallel to each other
Perpendicular lines intersect at right angles. Their slopes are negative reciprocals of each other, meaning their product equals -1. For example:
- If one line has slope -2/5, its perpendicular line would have slope 5/2
- Vertical and horizontal lines are always perpendicular to each other
To check if lines are parallel or perpendicular, first get both equations in slope-intercept form , then compare their slopes.
Handy trick: To find the perpendicular slope, flip the fraction and change the sign. If m = 3/4, the perpendicular slope is -4/3.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Finding Line Equations
When you have a point and a slope, you can find the line's equation using the point-slope form: y - y₁ = m
For example, with point (-4,3) and slope -2: y - 3 = -2 y - 3 = -2
If you're given two points instead:
- Calculate the slope first: m = /
- Use point-slope form with one of the points
- Convert to slope-intercept form if needed
Example with points (1,1) and (5,-1):
- m = (-1-1)/(5-1) = -2/4 = -1/2
- Point-slope: y - 1 = -1/2
- Slope-intercept: y = -1/2x + 3/2
Both forms are useful, but slope-intercept makes graphing easier.
Quick Tip: When converting from point-slope to slope-intercept form, distribute the slope first, then move all terms with y to the left side and everything else to the right.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Linear Functions and Function Notation
Function notation f(x) is just another way to write y. It's super useful because it tells us exactly what to plug in! When you see f(2), you're finding the y-value when x = 2.
For f(x) = 2x + 5:
- f(2) = 2(2) + 5 = 9
- f(-3) = 2(-3) + 5 = -1
- f = 2 + 5 = 2a + 3
Piecewise functions have different rules for different x-values. For example: f(x) = { 4x + 5 if x < 2 3x - 8 if x ≥ 2 }
To evaluate these, first check which part of the function applies:
- f(-2) = 4(-2) + 5 = -3
- f(2) = 3(2) - 8 = -2 (since 2 ≥ 2)
- f(5) = 3(5) - 8 = 7 (since 5 ≥ 2)
Pro tip: When evaluating piecewise functions, always check the boundaries first to decide which piece of the function to use!

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Variables and Function Applications
In real-world applications, functions help us model relationships between variables:
Independent variables (inputs) are values we can control or select, while dependent variables (outputs) depend on those inputs. For example, in N(t) = 3600 + 45t:
- t (time in days) is the independent variable
- N (number of users) is the dependent variable
When interpreting function values in context:
- N(0) = 3600 means there were 3600 users at the start (day 0)
- N(10) = 4050 means there were 4050 users after 10 days
- V(24) = 18 means an investment is worth $18,000 after 24 months
Functions can also tell us how to find input values for given outputs. For a propane cost function C(g) = 3.11g:
- C(4) = $12.44 means 4 gallons cost $12.44
- If C(g) = $24.88, then g = 8 gallons
Make it real: Functions aren't just math—they describe relationships in everyday life, from phone bills to investments. Always think about what the input and output represent in the real world!

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Cost Functions in Real Life
Cost functions typically include both fixed costs and variable costs . When written as C = mx + b:
- m represents the variable cost per unit
- b represents the fixed costs
For a cell phone plan with two data points (minutes used, monthly cost):
- Find the slope: m = (55-53)/(250-150) = 2/100 = $0.02 per minute
- Find the fixed cost: 53 = 0.02(150) + b, so b = $50
This means the monthly bill is calculated as: Cost = $0.02 × minutes + $50
Cost functions also help track depreciation. If a new car costs $22,780 and depreciates by $2,181 annually, we can model its value as: V = 22,780 - 2,181t (where t is years)
After 5 years: V = 22,780 - 2,181(5) = $11,875
Real-world connection: Understanding cost functions helps with everyday decisions like choosing phone plans or deciding when to sell a car. The slope tells you the rate of change in cost!

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Revenue, Profit, and Break-Even Points
Businesses use linear functions to track important financial metrics:
Revenue is the money earned from sales:
- Revenue = Price × Quantity
- R(x) = px (where p is price per unit)
Cost includes fixed and variable expenses:
- Cost = Variable cost per unit × Quantity + Fixed costs
- C(x) = vx + F
Profit is the difference between revenue and cost:
- P(x) = R(x) - C(x)
- P(x) = px - = x - F
The break-even point occurs when profit equals zero (revenue equals cost):
- Set R(x) = C(x) and solve for x
For phone covers sold at $12 each with $2 variable cost and $5,200 fixed cost:
- Revenue: R(x) = 12x
- Cost: C(x) = 2x + 5,200
- Profit: P(x) = 10x - 5,200
- Break-even: 12x = 2x + 5,200, so x = 520 units
Business insight: The break-even point tells you exactly how many units you need to sell to start making money. Below this point, you're losing money; above it, you're profitable.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Linear Cost Functions
In business, finding a cost function helps predict expenses for different production levels. When the marginal cost (cost per additional unit) is constant, we can use a linear cost function.
For example, if the marginal cost to produce medication is $10 per batch, and producing 100 batches costs $1,500:
- Set up the linear function: C(x) = mx + b where m = $10
- Plug in the known point (100, 1500): 1500 = 10(100) + b
- Solve for b: 1500 = 1000 + b, so b = $500
- The cost function is C(x) = 10x + 500
This means:
- Each batch costs $10 to produce (variable cost)
- There's a $500 fixed cost (equipment, setup, etc.)
- To predict the cost for any number of batches, just use C(x) = 10x + 500
Mathematical insight: When finding a linear cost function, the marginal cost is the slope, and you can find the y-intercept (fixed cost) by using a known data point.
We thought you’d never ask...
What is the Knowunity AI companion?
Our AI companion is specifically built for the needs of students. Based on the millions of content pieces we have on the platform we can provide truly meaningful and relevant answers to students. But its not only about answers, the companion is even more about guiding students through their daily learning challenges, with personalised study plans, quizzes or content pieces in the chat and 100% personalisation based on the students skills and developments.
Where can I download the Knowunity app?
You can download the app in the Google Play Store and in the Apple App Store.
Is Knowunity really free of charge?
That's right! Enjoy free access to study content, connect with fellow students, and get instant help – all at your fingertips.
Most popular content in Calculus 1
7Most popular content
9Can't find what you're looking for? Explore other subjects.
Students love us — and so will you.
The app is very easy to use and well designed. I have found everything I was looking for so far and have been able to learn a lot from the presentations! I will definitely use the app for a class assignment! And of course it also helps a lot as an inspiration.
This app is really great. There are so many study notes and help [...]. My problem subject is French, for example, and the app has so many options for help. Thanks to this app, I have improved my French. I would recommend it to anyone.
Wow, I am really amazed. I just tried the app because I've seen it advertised many times and was absolutely stunned. This app is THE HELP you want for school and above all, it offers so many things, such as workouts and fact sheets, which have been VERY helpful to me personally.