Geometry and Functions Flashcards

Mathematical Analysis of Parabola p and Straight Line g

  • Equation of the Parabola (p):

    • The parabola is defined by the quadratic equation in vertex form: y=23(x3)23y = \frac{2}{3}(x-3)^2 - 3.
    • The vertex VV of this parabola can be identified as V(33)V(3 | -3).
    • The aperture factor (opening width) is 23\frac{2}{3}, which means the parabola opens upwards and is slightly wider than the standard parabola (where a=1a=1).
  • Equation of the Straight Line (g):

    • The line is defined by the linear equation: y=0.5x+0.5y = -0.5x + 0.5.
    • The slope of the line is m=0.5m = -0.5, indicating it is a decreasing function.
    • The y-intercept (the point where it crosses the y-axis) is at c=0.5c = 0.5, giving the point (00.5)(0 | 0.5).
  • Basic Definitions and Domain:

    • The set of points occurs in the Cartesian coordinate system defined by the total space G=R×RG = \mathbb{R} \times \mathbb{R}.
    • The specific drawing task requires visualizing these functions over the interval x[0;8]x \in [0; 8].

Coordinate System Drawing and Visualization (Task A 2.1)

  • Required Range for Visualization:
    • The x-axis must cover at least the span from 00 to 88.
    • To accurately plot the parabola pp within this range, one should calculate key points:
      • For x=0x = 0: y=23(03)23=23(9)3=63=3y = \frac{2}{3}(0-3)^2 - 3 = \frac{2}{3}(9) - 3 = 6 - 3 = 3. Point: (03)(0 | 3).
      • For x=3x = 3: y=3y = -3. Point: (33)(3 | -3).
      • For x=6x = 6: y=23(63)23=63=3y = \frac{2}{3}(6-3)^2 - 3 = 6 - 3 = 3. Point: (63)(6 | 3).
      • For x=8x = 8: y=23(83)23=23(25)3=5033=16.673=13.67y = \frac{2}{3}(8-3)^2 - 3 = \frac{2}{3}(25) - 3 = \frac{50}{3} - 3 = 16.67 - 3 = 13.67. Point: (813.67)(8 | 13.67).
    • To accurately plot the line gg within this range:
      • For x=0x = 0: y=0.5y = 0.5. Point: (00.5)(0 | 0.5).
      • For x=8x = 8: y=0.5(8)+0.5=4+0.5=3.5y = -0.5(8) + 0.5 = -4 + 0.5 = -3.5. Point: (83.5)(8 | -3.5).

Dynamics of Points and Formation of Triangles (Task A 2.2)

  • Point Definitions:

    • Points AnA_n: These points lie on the parabola pp. Their coordinates are expressed as functions of the abscissa xx: An(x23(x3)23)A_n(x | \frac{2}{3}(x-3)^2 - 3).
    • Points CnC_n: These points lie on the line gg. Their coordinates share the same abscissa xx as AnA_n: Cn(x0.5x+0.5)C_n(x | -0.5x + 0.5).
    • Points BnB_n: These points are defined by a specific geometric relationship to AnA_n, forming triangles AnBnCnA_n B_n C_n.
  • Movement Constraint for x:

    • The triangles AnBnCnA_n B_n C_n only exist for x-values in the open interval x]0.28;7.05[x \in ]0.28; 7.05[. This range represents the values where the vertical distance between the line and the parabola allows for the triangle formation as described.
  • Vectorial Shift for Point B:

    • The position of point BnB_n is determined by the vector addition from point AnA_n:         AnBn=(25)\vec{A_n B_n} = \begin{pmatrix} 2 \\ 5 \end{pmatrix}
    • This means to find BnB_n, one must move 22 units in the positive x-direction (right) and 55 units in the positive y-direction (up) from point AnA_n.
    • Coordinates for BnB_n: Bn(x+223(x3)23+5)B_n(x+2 | \frac{2}{3}(x-3)^2 - 3 + 5), which simplifies to Bn(x+223(x3)2+2)B_n(x+2 | \frac{2}{3}(x-3)^2 + 2).

Example Construction: Triangle A1 B1 C1

  • Parameter for Construction:

    • The task specifies the construction for the specific x-value: x=1.5x = 1.5.
  • Detailed Calculation of Vertices:

    • Point A1A_1:
      • x=1.5x = 1.5
      • y=23(1.53)23=23(1.5)23=23(2.25)3=1.53=1.5y = \frac{2}{3}(1.5-3)^2 - 3 = \frac{2}{3}(-1.5)^2 - 3 = \frac{2}{3}(2.25) - 3 = 1.5 - 3 = -1.5
      • Coordinates: A1(1.51.5)A_1(1.5 | -1.5)
    • Point C1C_1:
      • x=1.5x = 1.5
      • y=0.5(1.5)+0.5=0.75+0.5=0.25y = -0.5(1.5) + 0.5 = -0.75 + 0.5 = -0.25
      • Coordinates: C1(1.50.25)C_1(1.5 | -0.25)
    • Point B1B_1 (using vector shift from A1A_1):
      • x=1.5+2=3.5x = 1.5 + 2 = 3.5
      • y=1.5+5=3.5y = -1.5 + 5 = 3.5
      • Coordinates: B1(3.53.5)B_1(3.5 | 3.5)
  • Drawing Instructions for A1B1C1A_1 B_1 C_1:

    • Locate A1(1.51.5)A_1(1.5 | -1.5) on the parabola.
    • Locate C1(1.50.25)C_1(1.5 | -0.25) on the line, directly above A1A_1 on the same vertical line.
    • Apply the vector (25)\begin{pmatrix} 2 \\ 5 \end{pmatrix} from A1A_1 to plot B1(3.53.5)B_1(3.5 | 3.5).
    • Connect the points A1A_1, B1B_1, and C1C_1 to form the triangle.