Chapter 11: Problem 12
Sketch the graph of the given equation. Find the intercepts; approximate to the nearest tenth where necessary. $$y=3 x^{2}+6 x$$
Short Answer
Expert verified
y-intercept: (0, 0), x-intercepts: (0, 0) and (-2, 0), vertex: (-1, -3).
Step by step solution
01
Identify the Type of Equation
The given equation, \( y = 3x^2 + 6x \), is a quadratic equation in the form of \( ax^2 + bx + c \). This indicates that the graph will be a parabola.
02
Find the y-Intercept
To find the y-intercept, set \( x = 0 \) and solve for \( y \): \[ y = 3(0)^2 + 6(0) = 0 \]. So, the y-intercept is at the point (0, 0).
03
Find the x-Intercepts
To find the x-intercepts, set \( y = 0 \) and solve for \( x \): \[ 0 = 3x^2 + 6x \]. Factor out common terms: \[ 0 = 3x(x + 2) \]. This gives two solutions: \( x = 0 \) and \( x = -2 \). So, the x-intercepts are at the points (0, 0) and (-2, 0).
04
Determine the Vertex
For a parabola of the form \( y = ax^2 + bx + c \), the vertex can be found using the formula \( x = -\frac{b}{2a} \). Here, \( a = 3 \) and \( b = 6 \): \[ x = -\frac{6}{2(3)} = -1 \]. Substitute \( x = -1 \) back into the equation to find the y-coordinate: \[ y = 3(-1)^2 + 6(-1) = 3 - 6 = -3 \]. So, the vertex is at the point (-1, -3).
05
Sketch the Graph
Plot the vertex (-1, -3) and the intercepts (0, 0) and (-2, 0) on the coordinate plane. Since the parabola opens upwards (as the coefficient of \( x^2 \) is positive), draw a smooth curve through these points to complete the sketch of the parabola.
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 Equation
A quadratic equation is a type of polynomial equation that can be written in the form: $$ax^2 + bx + c = 0$$ Here, 'a', 'b', and 'c' are constants, where 'a' is not equal to zero. Quadratic equations produce parabolic graphs when plotted. This means their graph has a specific U-shape, either opening upwards or downwards. To solve these equations, you can use several methods:
- Factoring: This involves expressing the quadratic equation as a product of two binomials.
- Quadratic Formula: Given by $$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$, it directly finds the roots of a quadratic equation.
- Completing the Square: This method transforms the equation into a perfect square trinomial.
Parabola
A parabola is the graph of a quadratic equation, which is always a symmetrical curve with a single highest or lowest point called the vertex. Every parabola's orientation and shape depend on the leading coefficient 'a' of the quadratic equation:
- If 'a' is positive, the parabola opens upwards.
- If 'a' is negative, the parabola opens downwards.
- The larger the absolute value of 'a', the narrower the parabola.
- The smaller the absolute value of 'a', the wider the parabola.
Intercepts
Intercepts are points where a graph crosses the axes. There are two main types:
- Y-Intercept: The point where the graph crosses the y-axis. For the equation \(y = 3x^2 + 6x\), set x to 0 and solve for y: \[y = 3(0)^2 + 6(0) = 0\] So, the y-intercept is at (0, 0).
- X-Intercepts: Points where the graph crosses the x-axis. Set y to 0 and solve for x: \[0 = 3x^2 + 6x\] Factor out common terms: \[0 = 3x(x + 2)\] This gives us the solutions x = 0 and x = -2. Hence, the x-intercepts are at (0, 0) and (-2, 0).