Volume Benda Putar dengan menggunakan Geogebra

2 min read 3 hours ago
Published on Feb 12, 2026 This response is partially generated with the help of AI. It may contain inaccuracies.

Table of Contents

Introduction

In this tutorial, we will learn how to determine the volume of a solid of revolution using GeoGebra, a dynamic mathematics software. This process is particularly useful for students and educators in mathematics, especially in calculus, as it provides a visual and interactive way to explore geometric concepts.

Step 1: Open GeoGebra

  • Launch the GeoGebra application on your computer or access the online version.
  • Familiarize yourself with the interface if you are new to GeoGebra. Look for the input bar, graphing area, and tool palette.

Step 2: Create the Function

  • Use the input bar to define a function. For example, enter the following command to define a function:
    f(x) = x^2
    
  • Press Enter to plot the function on the graphing area.

Step 3: Set the Interval

  • Define the interval over which you want to revolve the function. For instance, if you want to revolve the function from x = 0 to x = 2:
    a = 0
    b = 2
    
  • This will help you specify the range for the volume calculation.

Step 4: Create the Rotation

  • Use the "Rotate" tool in GeoGebra to revolve the function around the x-axis.
  • Select the function and specify the axis of rotation (in this case, the x-axis).

Step 5: Calculate the Volume

  • To calculate the volume of the solid of revolution, you can use the integral formula:
    V = π ∫[a to b] (f(x))^2 dx
    
  • In GeoGebra, you can enter the integral directly in the input bar:
    V = Pi * Integral[f(x)^2, x, a, b]
    
  • Press Enter to compute the volume. The result will be displayed in the algebra view.

Step 6: Visualize the Solid

  • To better understand the solid formed, use the "3D Graphics" view in GeoGebra.
  • Switch to the 3D view and make sure your solid is visible. You can manipulate the view to see the solid from different angles.

Conclusion

In this tutorial, we covered how to use GeoGebra to calculate the volume of a solid of revolution. We defined a function, set an interval, created a rotation, and calculated the volume using an integral. This interactive approach not only aids in understanding but also enhances your skills in using mathematical software.

Next steps could include experimenting with different functions and intervals, or exploring other geometric shapes and their volumes using similar techniques.