/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Problem 3 \(3 - 14\) Determine an appropri... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

\(3 - 14\) Determine an appropriate viewing rectangle for the given function and use it to draw the graph. $$f ( x ) = 5 + 20 x - x ^ { 2 }$$

Short Answer

Expert verified
Viewing rectangle: \( x: [-5, 25], y: [-10, 120] \).

Step by step solution

01

Identify Key Features

To determine an appropriate viewing rectangle, we must first find key features of the function. This includes the vertex, x-intercepts, and y-intercept of the quadratic equation. Since the equation is in the form \( f(x) = -x^2 + 20x + 5 \), it is a downward-opening parabola.
02

Calculate the Vertex

The vertex form of a quadratic function is given by \( x = -\frac{b}{2a} \). Here, \( a = -1 \) and \( b = 20 \), so the vertex x-coordinate is \( x = -\frac{20}{2(-1)} = 10 \). Substitute this in the function to get the y-coordinate: \( f(10) = 5 + 20(10) - 10^2 = 105 \). So, the vertex is \((10, 105)\).
03

Find the X-Intercepts

Set the function to zero to find x-intercepts: \[ 0 = 5 + 20x - x^2. \] Rearrange to: \[ x^2 - 20x - 5 = 0. \] Use the quadratic formula \( x = \frac{-b \pm \sqrt{b^2-4ac}}{2a} \) where \( a = -1, b = 20, c = 5 \). Discriminant is \( 20^2 - 4(-1)(5) = 400 + 20 = 420 \). Calculating: \[ x = \frac{-20 \pm \sqrt{420}}{-2} \].
04

Approximate X-Intercepts

Calculate precise values for the intercepts: \( x = \frac{20 \pm \sqrt{420}}{2} \). Using approximation, \( \sqrt{420} \approx 20.5 \), thus \( x \approx \frac{20 \pm 20.5}{2} = 0.25, 20.25 \).
05

Determine Y-Intercept

Set \( x = 0 \) in the function to find the y-intercept: \( f(0) = 5 \). Therefore, the y-intercept is \((0, 5)\).
06

Conclusion for Viewing Rectangle

Based on the vertex, x-intercepts, and y-intercept, choose the viewing rectangle. Since the vertex is at \((10, 105)\) and intercepts at \( (0.25, 0) \) and \( (20.25, 0) \), a suitable viewing rectangle could be \( x: [-5, 25], y: [-10, 120] \) to ensure all features are visible.
07

Sketch the Graph

Plotting the vertex, x-intercepts, and y-intercept using the obtained viewing rectangle, draw the parabola opening downwards. It should pass through all calculated points, having its peak at the vertex.

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.

Vertex of a Parabola
The vertex of a parabola is one of its most important features. It represents the highest or lowest point of the parabola depending on its direction. In our quadratic function, which is a downward-opening parabola, the vertex is the maximum point.
To find the vertex of the parabola given by the equation \( f(x) = -x^2 + 20x + 5 \), we use the formula for the vertex's x-coordinate: \( x = -\frac{b}{2a} \).
  • Here, \( a = -1 \) and \( b = 20 \), which gives us \( x = -\frac{20}{2(-1)} = 10 \).
Substitute \( x = 10 \) back into the function to find the y-coordinate. \( f(10) = 5 + 20 \times 10 - 10^2 = 105 \). The vertex is therefore at the point \((10, 105)\). This vertex tells us where the parabola reaches its peak as it opens downwards.
X-intercepts
The x-intercepts of a quadratic function are the points where the parabola crosses the x-axis. These points are found by setting the function equal to zero. For our function \( f(x) = 5 + 20x - x^2 \), set \( f(x) = 0 \): \[ 5 + 20x - x^2 = 0 \].
The rearrangement leads to \[ x^2 - 20x - 5 = 0 \]. We solve using the quadratic formula:
  • \( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \), where \( a = -1, b = 20, c = 5 \).
Calculate the discriminant: \( 20^2 - 4(-1)(5) = 420 \). Solve for x:
  • \( x = \frac{20 \pm \sqrt{420}}{2} \).
Approximating \( \sqrt{420} \approx 20.5 \) gives the x-intercepts: approximately \( x \approx 0.25 \) and \( x \approx 20.25 \). These are the points \((0.25, 0)\) and \((20.25, 0)\).
Y-intercept
The y-intercept of a quadratic function is the point where it crosses the y-axis. To find this, we set \( x = 0 \). For our function \( f(x) = 5 + 20x - x^2 \), this gives:
  • \( f(0) = 5 + 20 \times 0 - 0^2 = 5 \).
Therefore, the y-intercept is the point \((0, 5)\).
This point is particularly useful as it quickly helps in plotting the initial structure of the parabola on a graph. It is the starting point for understanding the graph's behavior within the graph's initial range.
Quadratic Formula
The quadratic formula is an essential tool for solving quadratic equations and finding the x-intercepts. It is especially useful when the equation does not factor easily. The formula is given as:
  • \( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \).
In our equation \( 5 + 20x - x^2 = 0 \), the coefficients \( a = -1, b = 20, c = 5 \) determine the expression under the square root, known as the discriminant. Calculating the discriminant \( b^2 - 4ac \) gives us a value of 420, indicating we will have two real solutions.

These solutions are the x-intercepts, and finding them precisely involves computing:
  • \( x = \frac{20 \pm \sqrt{420}}{2} \).
This method ensures we accurately determine where the parabola crosses the x-axis, providing critical information for correctly sketching the parabola.

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Study anywhere. Anytime. Across all devices.