can some one direct me to a graphing program for this kind os equations.

Find the label and the vertex and the lineof symmetry. Graph the function.

f(x)=5x^2

To graph the function f(x) = 5x^2 and find the label, vertex, and line of symmetry, you can use any graphing program that supports quadratic functions. Here are some options:

1. Desmos (Online Graphing Calculator): Go to www.desmos.com/calculator and enter the function f(x) = 5x^2. It will automatically graph the function for you. To view the vertex and line of symmetry, you can hover over the vertex point on the graph.

2. GeoGebra (Online Graphing Tool): Visit www.geogebra.org/graphing and enter the equation f(x) = 5x^2. The graph will be displayed, and you can zoom in/out and move the graph around to visualize it better. You can also click on different points on the graph to see their coordinates.

3. Microsoft Excel or Google Sheets (Spreadsheet Programs): Open a new spreadsheet and create a column for x and another column for f(x). Type various x-values in the first column (e.g., -10, -5, 0, 5, 10) and use the formula f(x) = 5x^2 in the adjacent cell in the second column. Once you have calculated multiple f(x) values, select both columns and insert a scatter plot. Format the graph as desired, and it will show the graph of f(x) = 5x^2.

To find the label, vertex, and line of symmetry manually, consider the general form of a quadratic equation: f(x) = ax^2 + bx + c. By comparing it to our equation f(x) = 5x^2, we can determine that a = 5, b = 0, and c = 0.

Vertex: The x-coordinate of the vertex of a quadratic equation in the form f(x) = ax^2 + bx + c can be found using the formula: x = -b / (2a). In our case, b = 0, so the x-coordinate of the vertex is x = 0. To find the y-coordinate, substitute x = 0 into f(x): f(0) = 5(0)^2 = 0. Therefore, the vertex is (0, 0).

Line of Symmetry: For a quadratic equation, the line of symmetry is a vertical line passing through the vertex. Since the vertex is at x = 0, the line of symmetry is x = 0.

Label: The label of the graph can simply be the equation itself, which, in this case, is f(x) = 5x^2.

By using a graphing program or manually analyzing the equation, you can graph the function, find the vertex (0, 0), the line of symmetry (x = 0), and the label (f(x) = 5x^2).