In this article, we will explore a series of solved exercises that demonstrate how to work with linear functions. We will address different aspects, such as identifying slope and intercept, graphical representation, and solving practical problems.

Graph the indicated functions and solve the following problems

1

y = 2

Solution

Graph the constant function:

y = 2

This function refers to all points with coordinates (x,y) where y = 2, that is, all points (x,2), where x is an independent variable that can be assigned any value, for example (1,2), (-4,2), (5,2), etc.

 

Gráfica de la función y=2

2

y = –2

Solution

Graph the constant function:

y = −2

This function refers to all points with coordinates (x,y) where y = -2, that is, all points (x,-2), where x is an independent variable that can be assigned any value, for example (1,-2), (-4,-2), (5,-2), etc.

 

Gráfica de la función y=-2

3

Solution

Graph the constant function:

This function refers to all points with coordinates (x,y) where , that is, all points , where x is an independent variable that can be assigned any value, for example:

Gráfica de una función constante fraccionaria

4

y = 0

Solution

Graph the constant function:

y = 0

This function refers to all points with coordinates (x,y) where y = 0, that is, all points (x,0), where x is an independent variable that can be assigned any value, for example (1,0), (-4,0), (5,0), etc.

 

Gráfica de la función y=0

5

x = 0

Solution

Graph the vertical line

x = 0

This is not a function and refers to all points with coordinates (x,y) where x = 0, that is, all points (0,y), where y is an independent variable that can be assigned any value, for example (0,1), (0,-3), (0,5), etc.

 

Gráfica de la función x=0

6

x = −5

Solution

Graph the vertical line

x = −5

This is not a function and refers to all points with coordinates (x,y) where x = -5, that is, all points (-5,y), where y is an independent variable that can be assigned any value, for example (-5,1), (-5,-3), (-5,5), etc.

 

Gráfica de la función x=-5

7

y = x

Solution

Graph the function:

y = x

This function refers to all points with coordinates (x,y) where y = x, that is, all points (x,y), where x is an independent variable that can be assigned any value, for example (1,1), (-3,-3), (5,5), etc.

To graph efficiently, we create a table where we place the x-values on the left (any values we choose) and the y-values on the right, after evaluating the assigned x-value in our function.

 

 

Gráfica de la función y=x

8

y = 2x

Solution

Graph the linear function:

y = 2x

To graph efficiently, we create a table where we place the x-values on the left (any values we choose) and the y-values on the right, after evaluating the assigned x-value in our function.

 

 

Gráfica de la función y=2x

9

y = 2x − 1

Solution

Graph the affine function:

y = 2x − 1

To graph efficiently, we create a table where we place the x-values on the left (any values we choose) and the y-values on the right, after evaluating the assigned x-value in our function.

 

 

Gráfica de la función y=2x-1

10

y = −2x − 1

Solution

Graph the affine function:

y = −2x − 1

To graph efficiently, we create a table where we place the x-values on the left (any values we choose) and the y-values on the right, after evaluating the assigned x-value in our function.

 

 

Gráfica de la función y=-2x-1

11

Graph the affine function:

Solution

Graph the affine function:

 

To graph efficiently, we create a table where we place the x-values on the left (any values we choose) and the y-values on the right, after evaluating the assigned x-value in our function.

 

 

Gráfica de una función lineal

12

Solution

Graph the affine function:

 

 

To graph efficiently, we create a table where we place the x-values on the left (any values we choose) and the y-values on the right, after evaluating the assigned x-value in our function.

 

 

Gráfica de una función lineal 2

13

Graph the following function, knowing that it has slope −3 and y-intercept −1

Solution

y = -3x -1

 

 

Gráfica de la función y = -3x -1

14

Graph the following function, knowing that it has slope 4 and passes through the point (−3, 2)

Solution

The function is: y = mx + n

 

 

m = 4, we substitute the value of m: y = 4x + n

 

 

One point is (−3, 2), we substitute the point values: 2 = 4 · (−3) + n     n = 14

 

 

y = 4 x + 14

 

 

Gráfica de la función y = 4 x + 14

15

Graph the following function, knowing that it passes through points A(−1, 5) and B(3, 7)

Solution

The function is: y = mx + n

 

 

Passes through (−1, 5): 5 = −m + n

 

 

Passes through (3, 7) : 7 = 3m + n

 

 

We solve the system by elimination

 

−5 = m − n

 

7 = 3m + n

2 = 4m                    m = ½ n = 11/2

 

The function is:  

 

 

Gráfica de una función lineal 3

16

Graph the following function, knowing that it passes through point P(2, −3) and is parallel to the line with equation y = −x + 7

Solution

The function is: y = mx + n

 

 

Two parallel lines have the same slope, m = –1

 

 

Passes through (2, −3):−3 = −1 · 2 + n  n = − 1

 

 

The function is: y = −x − 1

 

 

Gráfica de la función y = −x − 1

17

During the first 10 weeks of growing a plant that initially measured 0.79 inches, it has been observed that its growth is directly proportional to time, noting that in the first week it grew to measure 0.98 inches. Establish an affine function that gives the height of the plant as a function of time and represent it graphically

Solution

Initial height = 0.79 inches

Weekly growth = 0.98 − 0.79 = 0.19 inches

 

 

y = 0.19 x + 0.79

 

Gráfica de la función y = 0.5 x + 2

18

For car rental, they charge $100 daily plus $0.30 per mile. Find the equation of the line that relates the daily cost to the number of miles and create the graph. If 186 miles were driven in one day, what amount should we pay?

Solution

y = 0.3 x + 100

 

y = 0.3 · 300 + 100 = $190 

 

Gráfica de la función y = 0.3 x + 100

19

Calculate the coefficients of the function: f(x) = ax + b if f(0) = 3 and f(1) = 4

Solution

f(0) = 3


3 = a · 0 + b              b = 3

 

 

f(1) = 4


4 = a · 1 + b               a = 1

 

f(x) = x + 3

20

Calculate the coefficients of the function: , si

Solution


 

 


 

Did you like this article? Rate it!

5.00 (2 Note(n))
Loading...

Agostina

Agostina Babbo is an English and Italian to Spanish translator and writer, specializing in product localization, legal content for tech, and team sports—particularly handball and e-sports. With a degree in Public Translation from the University of Buenos Aires and a Master's in Translation and New Technologies from ISTRAD/Universidad de Madrid, she brings both linguistic expertise and technical insight to her work.