Funciones y sus Propiedades

Definition and Fundamental Concepts of Functions

A function is a relationship between two variables, typically denoted as xx and yy. The independent variable, usually represented by xx, is the input value that can be chosen freely within the allowed domain. The dependent variable, represented by yy or f(x)f(x), depends on the value of xx. For instance, when expressing the relationship between grams and milligrams, we can define a function where xx represents grams and yy represents milligrams. Given the conversion factor that 1g=1000mg1\,g = 1000\,mg, the function is expressed as y=1000×xy = 1000 \times x. To represent this graphically, one can construct a table of values: if x=1x = 1, then y=1000y = 1000; if x=1.2x = 1.2, then y=1200y = 1200; if x=0.5x = 0.5, then y=500y = 500. These points are then plotted on a Cartesian coordinate system where the horizontal axis represents the input (xx) and the vertical axis represents the output (yy).

Domain and Image of a Function

The domain (DomDom) of a function consists of all the possible values that the independent variable xx can take such that the function is defined. Conversely, the image or range (ImIm or RecorridoRecorrido) consists of all the values that the dependent variable yy takes as a result of the inputs. For a linear function like f(x)=3x2f(x) = 3x - 2, the domain is the set of all real numbers, denoted as Dom(f)=RDom(f) = \mathbb{R}. For a square root function such as f(x)=xf(x) = \sqrt{x}, the domain is restricted to non-negative numbers because the square root of a negative number is not a real number; thus, Dom(f)=[0,+)Dom(f) = [0, +\infty). Regarding rational functions, the domain excludes values that make the denominator zero. For example, if f(x)=1xf(x) = \frac{1}{x}, then Dom(f)=R{0}Dom(f) = \mathbb{R} - \{0\}, and for f(x)=1x2f(x) = \frac{1}{x-2}, the domain is Dom(f)=R{2}Dom(f) = \mathbb{R} - \{2\}. When analyzing graphs, the domain is observed along the xx-axis, while the image is observed along the yy-axis.

Practical Applications and Word Problems

Functions are used to model real-world scenarios, such as the entry of spectators into a venue. In a scenario where a cinema or theater opens at 19:00 with a maximum capacity of 250 people, and a certain number of guests enter over time, the relationship can be graphed with time on the xx-axis and the number of spectators on the yy-axis. If a function is defined as y=5xy = 5x, where xx is the number of minutes after 19:00, then after 25 minutes, there would be 5×25=1255 \times 25 = 125 spectators.

Another application involves geometry and perimeter. If Lidia wants to buy a rectangular fence where the length is related to the width, and the total perimeter or cable available is fixed, the area or length can be expressed as a function of the width xx. For instance, if the total length available is 24m24\,m and the relationship for the perimeter is 2x+2y=242x + 2y = 24, the dependent variable can be isolated to show how the dimensions vary relative to each other.

In a catering context, costs can be calculated per diner based on various menu items. If a meal cost includes fixed prices for different items (e.g., 30 for one item, 40 for another, 20 for a third, and 25 for a fourth), the total cost (yy) becomes a function of the number of guests (xx). If the sum of the components per person is 115115, the cost function is y=115xy = 115x. For example, for 2Guests, y=230y = 230; for 4 guests, y=460y = 460; and for 5 guests, y=575y = 575. This can be summarized in a table and extended to higher numbers of diners, such as 6 guests costing 690690 or 10 guests costing 11501150.

Continuity and Cut Points

A function is considered continuous if its graph can be drawn without lifting the pencil from the paper. Points where the function is interrupted are called points of discontinuity. Cut points (or intercepts) are the intersections of the graph with the axes. To find the cut point with the yy-axis, one sets x=0x = 0 and solves for yy. To find the cut points with the xx-axis, one sets y=0y = 0 and solves the resulting equation for xx. For a quadratic function like y=x29y = x^2 - 9, the yy-intercept is at (0,9)(0, -9) because 029=90^2 - 9 = -9. The xx-intercepts are found by solving x29=0x^2 - 9 = 0, resulting in x=3x = 3 and x=3x = -3, or the points (3,0)(3, 0) and (3,0)(-3, 0).

Complex functions require the quadratic formula to find cut points. For y=x2+x6y = x^2 + x - 6, the yy-intercept is (0,6)(0, -6). Setting the equation to zero: x2+x6=0x^2 + x - 6 = 0. Using the formula x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}, we get x=1±124×1×(6)2×1=1±252x = \frac{-1 \pm \sqrt{1^2 - 4 \times 1 \times (-6)}}{2 \times 1} = \frac{-1 \pm \sqrt{25}}{2}, yielding solutions x=2x = 2 and x=3x = -3. Thus, the cut points are (2,0)(2, 0) and (3,0)(-3, 0).

Monotonicity: Increasing and Decreasing Intervals

Monotonicity refers to the intervals where a function is increasing or decreasing. A function is increasing on an interval if, as xx increases, yy also increases. It is decreasing if, as xx increases, yy decreases. On a graph, these intervals are always specified using the xx-values. Additionally, relative extrema are identified: a maximum is a point where the function changes from increasing to decreasing, and a minimum is a point where it changes from decreasing to increasing. For example, if a function represents noise levels in decibels (dBdB) over time, the intervals of increase might correspond to busier hours, while peaks represent maximum noise levels (e.g., 90dB90\,dB) at specific times.

Periodicity and Symmetry

A function is periodic if its values repeat at regular intervals called the period (TT). This is expressed as f(x)=f(x+T)f(x) = f(x + T). Common examples include oscillating waves or social patterns that repeat daily or weekly.

Symmetry describes how a function behaves when the input is negated. There are two main types of symmetry:

  1. Even Symmetry (Par): The function is symmetric with respect to the yy-axis. This occurs if f(x)=f(x)f(x) = f(-x). An example is f(x)=x2f(x) = x^2, since (x)2=x2(-x)^2 = x^2.
  2. Odd Symmetry (Impar): The function is symmetric with respect to the origin. This occurs if f(x)=f(x)f(-x) = -f(x). An example is f(x)=x3f(x) = x^3, since (x)3=x3(-x)^3 = -x^3.

To test for symmetry analytically, one substitutes x-x into the function and simplifies. If f(x)=x2+3f(x) = x^2 + 3, then f(x)=(x)2+3=x2+3f(-x) = (-x)^2 + 3 = x^2 + 3, which is equal to f(x)f(x), confirming even symmetry. If the resulting expression is neither the original function nor its exact negative, the function is asymmetric (neither even nor odd).

Summary of Domain Rules for Exams

When preparing for exams, the domain is often determined by the type of function:

  1. Polynomial Functions: Always defined for all real numbers (R\mathbb{R}). Example: y=2x3y = 2x - 3
  2. Radical Functions with Even Index: The expression inside the radical must be greater than or equal to zero (f(x)0f(x) \ge 0). Example: For y=x+2y = \sqrt{x+2}, the domain is x+20x+2 \ge 0, meaning x2x \ge -2, or [2,+)[-2, +\infty).
  3. Rational Functions: The denominator cannot be zero (Q(x)0Q(x) \ne 0). Example: For y=1x+2y = \frac{1}{x+2}, the domain is x+20x+2 \ne 0, meaning x2x \ne -2, or R{2}\mathbb{R} - \{-2\}.

Questions & Discussion

Question 1: Does the function increase in the interval (3,1)(-3, -1)? Based on the analysis of the provided graph in exercise 25, the function is indeed increasing in that specific interval.

Question 2: What about the interval (1,1)(-1, 1)? In this interval, the function is decreasing, reaching a local minimum at x=1x = 1.

Question 3: At what hours is the noise maximum and minimum according to the graph in exercise 28? The maximum noise level occurs at 16:00 (reaching 90dB90\,dB), and the minimum noise level occurs at 6:00 (reaching 50dB50\,dB). The graph shows noise levels staying constant between 0:00 and 8:00, then increasing until 16:00, decreasing until 18:00, and finally increasing again until 19:00.

Question 4: Is the value 2.9-2.9 included in the domain if the domain is (3,2)(3,7)(-3, 2) \cup (3, 7)? Yes, the value 2.9-2.9 is greater than 3-3 and less than 22, so it falls within the first part of the union of intervals.