Math Problem Statement

Find the equation of the parabola with vertex on the y-axis, axis of the parabola parallel to the x-axis and passing through (2, 2) and (8, -1). 3. Find the equation of the parabola with vertex on the line 𝑦 = 2, axis parallel to Oy, length of the latus rectum is 6, and passing through (2, 8). 4. Find the equation of a parabola with axis parallel to Ox, and passing through (5, 4), (11, 2), (21, βˆ’4). 5. Find the equation of a parabola with vertex on the line 𝑦 = π‘₯ + 2, axis parallel to Oy, latus rectum 6 and passing through (βˆ’3, βˆ’1). Note: Oy means y-axis Ox means x-axis

Solution

Let's go through each problem step-by-step.


Problem 1

Find the equation of the parabola with vertex on the y-axis, axis of the parabola parallel to the x-axis, and passing through points (2,2)(2, 2) and (8,βˆ’1)(8, -1).

Since the vertex is on the y-axis and the axis is parallel to the x-axis, the general form of the parabola is: y=a(xβˆ’h)2+ky = a(x - h)^2 + k where (h,k)(h, k) is the vertex. Given that the vertex is on the y-axis, h=0h = 0, so the equation simplifies to: y=ax2+ky = ax^2 + k

Since the parabola passes through (2,2)(2, 2) and (8,βˆ’1)(8, -1), we can substitute these points into the equation to find aa and kk.

  1. For (2,2)(2, 2): 2=a(2)2+k⇒2=4a+k2 = a(2)^2 + k \Rightarrow 2 = 4a + k

  2. For (8,βˆ’1)(8, -1): βˆ’1=a(8)2+kβ‡’βˆ’1=64a+k-1 = a(8)^2 + k \Rightarrow -1 = 64a + k

Now, we have the system of equations: 4a+k=24a + k = 2 64a+k=βˆ’164a + k = -1

Subtract the first equation from the second to eliminate kk: (64a+k)βˆ’(4a+k)=βˆ’1βˆ’2(64a + k) - (4a + k) = -1 - 2 60a=βˆ’360a = -3 a=βˆ’120a = -\frac{1}{20}

Substitute a=βˆ’120a = -\frac{1}{20} back into the first equation to find kk: 4(βˆ’120)+k=24\left(-\frac{1}{20}\right) + k = 2 βˆ’15+k=2-\frac{1}{5} + k = 2 k=2+15=115k = 2 + \frac{1}{5} = \frac{11}{5}

Thus, the equation of the parabola is: y=βˆ’120x2+115y = -\frac{1}{20}x^2 + \frac{11}{5}


Problem 2

Find the equation of the parabola with vertex on the line y=2y = 2, axis parallel to the yy-axis, length of the latus rectum is 6, and passing through (2,8)(2, 8).

Since the axis is parallel to the yy-axis, the parabola has the form: (xβˆ’h)2=4p(yβˆ’k)(x - h)^2 = 4p(y - k) where (h,k)(h, k) is the vertex, and the length of the latus rectum is 4∣p∣4|p|.

  1. Since the length of the latus rectum is 6, we have 4∣p∣=6β‡’βˆ£p∣=324|p| = 6 \Rightarrow |p| = \frac{3}{2}.

  2. The vertex lies on the line y=2y = 2, so k=2k = 2.

  3. To determine hh and the correct value of pp, we use the fact that the parabola passes through (2,8)(2, 8).

Let’s assume the vertex is (h,2)(h, 2). Then the equation becomes: (xβˆ’h)2=4p(yβˆ’2)(x - h)^2 = 4p(y - 2)

Since the point (2,8)(2, 8) lies on the parabola, we substitute x=2x = 2 and y=8y = 8: (2βˆ’h)2=4p(8βˆ’2)(2 - h)^2 = 4p(8 - 2) (2βˆ’h)2=4pβ‹…6=24p(2 - h)^2 = 4p \cdot 6 = 24p

Since pp can be Β±32\pm \frac{3}{2}, we have two possible cases to check.


Problem 3

Find the equation of a parabola with axis parallel to the xx-axis and passing through points (5,4)(5, 4), (11,2)(11, 2), (21,βˆ’4)(21, -4).

Since the axis is parallel to the xx-axis, the equation of the parabola is of the form: y=ax2+bx+cy = ax^2 + bx + c

We substitute each point into this equation to create a system of equations.

  1. For (5,4)(5, 4): 4=a(5)2+b(5)+c⇒4=25a+5b+c4 = a(5)^2 + b(5) + c \Rightarrow 4 = 25a + 5b + c

  2. For (11,2)(11, 2): 2=a(11)2+b(11)+c⇒2=121a+11b+c2 = a(11)^2 + b(11) + c \Rightarrow 2 = 121a + 11b + c

  3. For (21,βˆ’4)(21, -4): βˆ’4=a(21)2+b(21)+cβ‡’βˆ’4=441a+21b+c-4 = a(21)^2 + b(21) + c \Rightarrow -4 = 441a + 21b + c

Now we solve this system of equations for aa, bb, and cc.


Problem 4

Find the equation of a parabola with vertex on the line y=x+2y = x + 2, axis parallel to the yy-axis, latus rectum 6, and passing through (βˆ’3,βˆ’1)(-3, -1).

Since the axis is parallel to the yy-axis, the equation has the form: (xβˆ’h)2=4p(yβˆ’k)(x - h)^2 = 4p(y - k)

  1. Given the latus rectum length is 6, 4∣p∣=64|p| = 6, so ∣p∣=32|p| = \frac{3}{2}.
  2. The vertex lies on the line y=x+2y = x + 2, so k=h+2k = h + 2.

Now, substitute (βˆ’3,βˆ’1)(-3, -1) into the equation to determine the specific values for hh and pp.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Parabolas
Quadratic Equations
Coordinate Geometry

Formulas

Standard form of a parabola with axis parallel to the x-axis: y = a(x - h)^2 + k
Standard form of a parabola with axis parallel to the y-axis: (x - h)^2 = 4p(y - k)
Latus rectum length formula: 4|p|

Theorems

Properties of parabolas
Vertex form of parabolas
Latus Rectum in a Parabola

Suitable Grade Level

Grade 11-12