Chapter 0: Problem 33
Graph each function by plotting points and state the domain and range. If you have a graphing calculator, use it to check your results. $$ y=x^{2}-20 $$
Short Answer
Expert verified
Domain: \[ (-\infty, \infty) \] Range: \[ [-20, \infty) \]
Step by step solution
01
Understand the function
The given function is \[ y = x^2 - 20 \]. This is a quadratic function in the form of \[ y = ax^2 + bx + c \] where \[ a = 1, b = 0, \text{ and } c = -20 \].
02
Generate a table of values
Choose a set of x-values and compute the corresponding y-values. For example: \[ \begin{array}{cc} x & y \ -5 & (-5)^2 - 20 = 25 - 20 = 5 \ -4 & (-4)^2 - 20 = 16 - 20 = -4 \ -3 & (-3)^2 - 20 = 9 - 20 = -11 \ -2 & (-2)^2 - 20 = 4 - 20 = -16 \ -1 & (-1)^2 - 20 = 1 - 20 = -19 \ 0 & (0)^2 - 20 = -20 \ 1 & (1)^2 - 20 = 1 - 20 = -19 \ 2 & (2)^2 - 20 = 4 - 20 = -16 \ 3 & (3)^2 - 20 = 9 - 20 = -11 \ 4 & (4)^2 - 20 = 16 - 20 = -4 \ 5 & (5)^2 - 20 = 25 - 20 = 5 \ \end{array}\].
03
Plot the points
Plot each (x, y) pair on a coordinate plane. For example, (-5, 5), (-4, -4), (-3, -11), and so on.
04
Draw the graph
Connect the points with a smooth, parabolic curve. The parabola should open upwards because the coefficient of x^2 is positive.
05
Determine the domain and range
The domain of the function \[ y = x^2 - 20 \] is all real numbers, \[ (-\infty, \infty) \], since there are no restrictions on x. The range of the function is all real numbers greater than or equal to -20, which can be written as \[ [-20, \infty) \].
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Quadratic Functions
Let's start by understanding what a quadratic function is. A quadratic function is a type of polynomial function where the highest degree of the variable (usually denoted x) is 2. This means the general form of a quadratic function is \(y = ax^2 + bx + c\).
In our exercise, the quadratic function given is \(y = x^2 - 20\), where \(a = 1\), \(b = 0\), and \(c = -20\).
Quadratic functions graph into a shape called a parabola. If \(a > 0\), the parabola opens upwards; if \(a < 0\), it opens downwards. Because our \(a\) is 1, the parabola for \(y = x^2 - 20\) opens upwards.
A few things that characterize parabolas:
In our exercise, the quadratic function given is \(y = x^2 - 20\), where \(a = 1\), \(b = 0\), and \(c = -20\).
Quadratic functions graph into a shape called a parabola. If \(a > 0\), the parabola opens upwards; if \(a < 0\), it opens downwards. Because our \(a\) is 1, the parabola for \(y = x^2 - 20\) opens upwards.
A few things that characterize parabolas:
- The vertex: The highest or lowest point of the parabola. For \(y = x^2 - 20\), the vertex is at (0, -20).
- The axis of symmetry: Lines that divide the parabola into two mirror-like halves. For our function, this is the y-axis, \(x = 0\).
- The direction: Dictated by the coefficient 'a', which determines if it opens upwards or downwards.
Domain and Range
Understanding the domain and range of a quadratic function is essential. The domain of a function is all the possible x-values (inputs) that you can plug into the function. For any quadratic function, including \(y = x^2 - 20\), the domain is all real numbers \((-\infty, \infty)\), because there's no x-value you can't square and subtract 20 from.
The range is the set of all possible y-values (outputs) that the function can take. For \(y = x^2 - 20\), since the parabola opens upwards and the vertex is at (0, -20), the lowest y-value is -20. Thus, the range is all real numbers greater than or equal to -20, which we write as \([-20, \infty)\).
It's easy to remember that for any parabola opening upwards, the range will start from the y-value of the vertex and go to \(+\infty\). In general, make sure to find the vertex first when determining the range.
The range is the set of all possible y-values (outputs) that the function can take. For \(y = x^2 - 20\), since the parabola opens upwards and the vertex is at (0, -20), the lowest y-value is -20. Thus, the range is all real numbers greater than or equal to -20, which we write as \([-20, \infty)\).
It's easy to remember that for any parabola opening upwards, the range will start from the y-value of the vertex and go to \(+\infty\). In general, make sure to find the vertex first when determining the range.
Plotting Points
To graph a quadratic function like \ y = x^2 - 20 \, we need to plot points. This involves choosing some x-values, calculating the corresponding y-values, and then placing these points on a coordinate plane.
You might follow these steps:
You might follow these steps:
- Choose a set of x-values, for example, from -5 to 5.
- Calculate the y-values using the function. For instance, if \(x = -5\), then \(y = (-5)^2 - 20 = 25 - 20 = 5\). Continue this for all chosen x-values.
- Plot each point (x, y) on the graph. In our case: (-5, 5), (-4, -4), ..., (5, 5).
- Connect the points with a smooth curve, forming the parabola.