SOLUTION: I am completely confused on how to find 1. The vertex 2. The axis 3. Max/min value 4. Y- intercept 5. Standard form 6. Factored form Of this equation: y=3/4(x-2)^2-3

Algebra ->  Quadratic-relations-and-conic-sections -> SOLUTION: I am completely confused on how to find 1. The vertex 2. The axis 3. Max/min value 4. Y- intercept 5. Standard form 6. Factored form Of this equation: y=3/4(x-2)^2-3      Log On


   



Question 538349: I am completely confused on how to find
1. The vertex
2. The axis
3. Max/min value
4. Y- intercept
5. Standard form
6. Factored form
Of this equation: y=3/4(x-2)^2-3

Found 2 solutions by Edwin McCravy, AnlytcPhil:
Answer by Edwin McCravy(20060) About Me  (Show Source):
Answer by AnlytcPhil(1806) About Me  (Show Source):
You can put this solution on YOUR website!
The vertex form for the equation of a parabola with vertical axis of
symmetry is
 
y = a(x - h)² + k
 
Be sure to memorize that equation, and the following facts about it:
 
Its vertex is the point (h,k)
 
Its axis of symmetry is the vertical line that passes through the vertex,
which has the equation x = h
 
It passes through the two points (h+1,k+a) and (h-1,k+a)
 
If a is positive, the parabola opens upward and its vertex is a minimum point.
If a is negative, the parabola opens downward and its vertex is a maximum point.
 
The y-intercept is found by substituting 0 for x and solving for y, It
will be the point (0,"that y-value")
 
The x-intercepts, (if any), are found by substituting 0 for y and solving
for x.  They will be the points (r1, 0) and (r2, 0)
 
The minimum value is the number k if the vertex is a minimum point.
The maximum value is the number k if the vertex is a maximum point.
 
Its standard form is y = ax² + bx + c which is gotten from the vertex
form by multiplying it out, collecting like terms and placing it in
descending order.
 
Its factored form is y = a(x - r1)(x - r2) where
the r's stand for the x-values of the x-intercepts, if any.  Not all 
equations of parabolas have x-intercepts or a factored form.
 

------------------------
 
Your equation:
 
y = 3%2F4(x - 2)² - 3
 
is already in vertex form.
 
We compare it to
 
y = a(x - h)² + k
 
We see that a = 3%2F4, h = 2, and k = -3
 
So using the above facts:
 
Its vertex is the point (h,k) = (2,-3)
 
We plot that vertex point:
 

 

Its axis of symmetry is the vertical line that passes through the vertex,
which has the equation x = h or x = 2
 
So through that vertex we draw the axis of symmetry. 
 

 
It passes through the two points (h+1,k+a) and (h-1,k+a).
 
h+1 = 2+1 = 3, k+a = -3+3%2F4 = -2.25, the point (2,-2.25)
h-1 = 2-1 = 1, the point (1,-2.25)
 
We plot those two points

 
Since a is positive, the parabola opens upward and its vertex is a minimum point.
 
The y-intercept is found by substituting 0 for x and solving for y.
 
y = 3%2F4(x - 2)² - 3
y = 3%2F4(0 - 2)² - 3
y = 3%2F4(-2)² - 3
y = 3%2F4(4) - 3
y = 3 - 3
y = 0
 
So the y-intercept is the point (0,0), the origin.  We plot that
and also another matching point on the other side of the axis of
symmetry, which is (4,0), We plot those:
 

 
Now we can draw in the parabola:





 As it turns out in this particular problem, we have already found the
x intercepts,  (0,0) and (4,0). In other problems we would have to
find them by setting y = 0.  But we didn't need to here.
 
The minimum value is the number k or -3 because the vertex is a minimum point.
 
Its factored form is gotten from the vertex form by multiplying it out,
collecting like terms and placing it in descending order and factoring:
 
y = 3%2F4(x - 2)² - 3
 
Multiply through by 4
 
4y = 3(x - 2)² - 12
4y = 3(x - 2)(x - 2) - 12
4y = 3(x² - 4x + 4) - 12
4y = 3x² - 12x + 12 - 12
4y = 3x² - 12x
4y = 3x(x - 4)

 y = 3%2F4x(x - 4)
 
if you think of the x factor as (x - 0) you can see it is
factored form  y = a(x - r1)(x - r2) :

y = 3%2F4(x - 0)(x - 4)

but you can leave it

 y = 3%2F4x(x - 4)
 
and that's the factored form.

The standard form is found by multiplying either of the forms out and collecting terms:

If we multiply the factored form out:

 y = 3%2F4x(x - 4)
 y = 3%2F4(x² - 4x)
 y = 3%2F4x² - 3x

That is the standard form y = ax² + bx + c if you think of it as

 y = 3%2F4x² - 3x + 0

But you can just leave it as

 y = 3%2F4x² - 3x

and that will be considered the standard form

Edwin