0% found this document useful (0 votes)
9 views8 pages

Surface Integrals in Vector Calculus

vector project

Uploaded by

Elil Mathhy
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views8 pages

Surface Integrals in Vector Calculus

vector project

Uploaded by

Elil Mathhy
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

FACULTY OF APPLIED SCIENCES AND TECHNOLOGY

UNIVERSITI TUN HUSSEIN ONN MALAYSIA

GROUP PROJECT REPORT


SEMESTER 2
2024/2025

COURSE CODE BWA20803

COURSE NAME VECTOR CALCULUS

GROUP MEMBERS 1. AFFYZAN BIN BERNARDO ( AW230157 )


2. CHOONG ZHI KIT ( AW230197 )
3. ELILMATHHY A/P VADIVELU ( AW230206 )
4. HAMAREN A/L MANIVANNAN MUNIANDY
( AW230189 )
5. LIANG CHIA JUN ( AW230168 )

SECTION 1

GROUP 4

LECTURER’S NAME DR. NORZURIA BINTI IBRAHIM

VIDEO LINK

DATE OF SUBMISSION 01 JULY 2025


Introduction
This group project focuses on the topic of surface integrals in vector calculus. It consists
of two key tasks: creating and solving specific integral problems and applying relevant software
tools to aid in visualization and calculation. In this report, we detail our work on two original
problems, provide full solutions, explain how we collaborated as a group, and describe the
software tools used, including Matlab and GeoGebra.

Problem 1
Question:
Let 𝐹(𝑥, 𝑦, 𝑧) = (𝑥 2 , 𝑦 2, 𝑧 2 )and let S be the surface of upper half of the cone given by 𝑧 =
√𝑥 2 + 𝑦 2 from z=0 to z=2. Evaluate the surface integral ∬𝐹⃗ ∙ 𝑛⃗⃗ 𝑑𝑆 where 𝑛⃗⃗ points away from
the z-axis.
Solution Summary:
• Parametrize the surface using cylindrical coordinates.
• Compute the surface element
• Evaluate the vector field dot product with the normal vector.
• Integrate over the circular region of radius 2.

Answer & Working:

𝑧 = √𝑥 2 + 𝑦 2

𝑛1 𝑧=2

𝑛2
𝑧=0
Surface 1, n1:

𝑧=2 𝑧 = 2,
𝜙=𝑧−2 2 = √𝑥 2 + 𝑦 2
𝜕 𝜕 𝜕 𝑥 2 + 𝑦 2 = 22
∇𝜙(𝑥, 𝑦, 𝑧) = ( ⅈ+ 𝑗 + 𝑘) (𝑧 − 2)
𝜕𝑥 𝜕𝑦 𝜕𝑧
𝑟 2 = 22
=𝑘
𝑟=2
𝐹 = (𝑥 2 ⅈ + 𝑦 2 𝑗 + 𝑧 2 𝑘)
0 ≤ 𝜃 ≤ 2𝜋 , 0 ≤ 𝑟 ≤ 2
𝐹 ∙ ∇𝜙 = (𝑥 2 ⅈ + 𝑦 2𝑗 + 𝑧 2 𝑘) ∙ 𝑘

= 𝑧2
2𝜋 2
∬𝐹⃗ ∙ 𝑛⃗⃗ 𝑑𝑆 = ∫ ∫ 22 𝑟 𝑑𝑟𝑑𝜃
0 0

2𝜋 2
𝑟2
= 4∫ [ ] 𝑑𝜃
0 2 0

= 8[𝜃]2𝜋
0

= 16𝜋

Surface 2, n2:

𝑧 = √𝑥 2 + 𝑦 2

𝜙 = 𝑧 − √𝑥 2 + 𝑦 2
𝜕 𝜕 𝜕
∇𝜙(𝑥, 𝑦, 𝑧) = ( ⅈ+ 𝑗 + 𝑘) (𝑧 − √𝑥 2 + 𝑦 2 )
𝜕𝑥 𝜕𝑦 𝜕𝑧
𝑥 𝑦
=− ⅈ− 𝑗+𝑘
√𝑥 2 + 𝑦 2 √𝑥 2 + 𝑦 2

𝐹 = (𝑥 2 ⅈ + 𝑦 2 𝑗 + 𝑧 2 𝑘)

𝑥 𝑦
𝐹 ∙ ∇𝜙 = (𝑥 2 ⅈ + 𝑦 2𝑗 + 𝑧 2 𝑘) ∙ (− ⅈ− 𝑗 + 𝑘)
√𝑥 2 + 𝑦 2 √𝑥 2 + 𝑦 2

𝑥3 𝑦3
=− ⅈ− 𝑗 + 𝑧2
√𝑥 2 + 𝑦 2 √𝑥 2 + 𝑦 2 𝑥 = 𝑟 cos 𝜃 , 𝑦 = 𝑟 sin 𝜃, 𝑧 = √𝑥 2 + 𝑦 2
2𝜋 2
−𝑟 3 cos 3 𝜃 𝑟 3 sin3 𝜃
∬𝐹⃗ ∙ 𝑛⃗⃗ 𝑑𝑆 = ∫ ∫ ( − + (𝑟 2 cos 2 𝜃 + 𝑟 2 sin2 𝜃)) 𝑟 𝑑𝑟𝑑𝜃
0 0 𝑟 𝑟

2𝜋 2
−𝑟 3 cos 3 𝜃 𝑟 3 sin3 𝜃
∬𝐹⃗ ∙ 𝑛⃗⃗ 𝑑𝑆 = ∫ ∫ ( − + 𝑟 2 (cos 2 𝜃 + sin2 𝜃)) 𝑟 𝑑𝑟𝑑𝜃
0 0 𝑟 𝑟
2𝜋 2
=∫ ∫ −𝑟 3 cos 3 𝜃 − 𝑟 3 sin3 𝜃 + 𝑟 3 𝑑𝑟𝑑𝜃 cos 2 𝜃 + sin2 𝜃 = 1
0 0

2𝜋 2
𝑟4 𝑟4 𝑟4
=∫ [− cos 3 𝜃 − − sin3 𝜃 + ] 𝑑𝜃
0 4 4 4 0
2𝜋
= ∫ −4 cos 3 𝜃 − 4sin3 𝜃 + 4 𝑑𝜃
0

2𝜋
= −4 ∫ cos 3 𝜃 + sin3 𝜃 − 1 𝑑𝜃
0

= −4[sin3 𝜃 − cos 3 𝜃 − 𝜃]2𝜋


0

= 8𝜋

∴ 𝑛1 + 𝑛2 = 16𝜋 + 8𝜋 = 24𝜋
Output of Matlab:
Problem 2
Question:
Let σ be the portion of the surface 𝑧 = 1 − 𝑥 2 − 𝑦 2that lies above the xy-plane, and suppose
that σ is oriented up, as shown in Figure. Find the flux of the vector field
F(x, y, z) = xi + y j + zk across σ.
Answer & Working:

𝑧 = 1 − 𝑥2 − 𝑦2

𝑧 = 1 − 𝑥2 − 𝑦 2
𝜙 = 𝑧 + 𝑥2 + 𝑦 2 − 1
𝑥2 + 𝑦2 = 1
𝜕 𝜕 𝜕
∇𝜙(𝑥, 𝑦, 𝑧) = ( ⅈ+ 𝑗 + 𝑘) (𝑧 + 𝑥 2 + 𝑦 2 − 1) 𝑟2 = 1
𝜕𝑥 𝜕𝑦 𝜕𝑧
𝑟=1
= 2𝑥ⅈ + 2𝑦𝑗 + 𝑘

𝐹 = (𝑥ⅈ + 𝑦𝑗 + 𝑧𝑘)

𝐹 ∙ ∇𝜙 = (𝑥ⅈ + 𝑦𝑗 + 𝑧𝑘) ∙( 2𝑥ⅈ + 2𝑦𝑗 + 𝑘)

= 2𝑥 2 + 2𝑦 2 + 𝑧

= 2𝑥 2 + 2𝑦 2 + (1 − 𝑥 2 − 𝑦 2 )

= 𝑥2 + 𝑦2 + 1
2𝜋 1
∬𝐹⃗ ∙ 𝑛⃗⃗ 𝑑𝑆 = ∫ ∫ (𝑟 2 + 1)𝑟 𝑑𝑟 𝑑𝜃
0 0

2𝜋 1
=∫ ∫ 𝑟 3 + 𝑟 𝑑𝑟 𝑑𝜃
0 0

2𝜋 1
𝑟4 𝑟2
=∫ [ + ] 𝑑𝜃
0 4 2 0
2𝜋
3
=∫ 𝑑𝜃
0 4

3 2𝜋
= [ 𝜃]
4 0
3
= 𝜋
2

Output of Matlab:
Conclusion
This project has deepened our understanding of surface integrals through analytical
problem solving, visual modeling, and collaborative learning. By exploring different types of
surfaces such as cones and paraboloid we were able to apply both parameterization techniques
and the Divergence Theorem effectively.
The use of technology tools like GeoGebra 3D and Matlab helped us visualize vector
fields interacting with curved surfaces, making abstract concepts more concrete and accessible.
Furthermore, our group discussion and video collaboration allowed us to enhance our
communication, cooperation, and problem-solving skills.
Overall, this project not only strengthened our grasp of vector calculus concepts but
also equipped us with valuable experience in using software tools to support mathematical
analysis. We believe this practical approach has prepared us better for future applications in
engineering, physics, and data science.

Common questions

Powered by AI

Parametrization simplifies solving vector field integrals by transforming complex surface geometries into manageable mathematical forms. By defining surfaces in terms of parameterized variables, it is possible to calculate surface elements and normal vectors systematically. This process allows the conversion of a surface integral into a double integral over a parameter domain. For instance, in the evaluation of the integral over the cone, parametrization using cylindrical coordinates led to an efficient computation of the integral values, enabling accurate modeling and understanding of the vector field interactions .

Vector fields effectively model real-world phenomena by representing quantities having both magnitude and direction, such as fluid flow or electromagnetic fields. The project exemplified this through the exploration of surface integrals over geometric surfaces, providing insights into the spatial distribution and flux calculations. Such models are pivotal in predicting behaviors in fluid dynamics, climate patterns, and electrical fields, where understanding interactions on surfaces is crucial. The use of mathematical tools combined with vector calculus facilitates these models' application, providing robust frameworks for analysis and simulation .

The Divergence Theorem relates the flow (flux) of a vector field through a closed surface to the behavior of the vector field inside the volume bounded by the surface. It states that the surface integral of a vector field F over a closed surface S is equal to the volume integral of the divergence of F over the region enclosed by S. In the context of the given project, the theorem was applied to understand the vector field interactions with surfaces like cones and paraboloids. Through parameterization and evaluating the divergence, the theorem provided insights into solving complex integrals with greater efficiency .

The normal vector is essential in evaluating surface integrals because it determines the directionality of the surface element vector, impacting the calculation of flux through a surface. For the cone, the surface was parametrized, and the gradient of the function describing the surface was used, ensuring it pointed away from the z-axis. Similarly, for the paraboloid surface above the xy-plane, the normal vector was derived using its parametric equation's gradient. These gradients provided the necessary norms for calculating accurate integral values by aligning with the vector field orientations .

The project applied vector calculus concepts to understand vector field distributions over specific surfaces like cones and paraboloids, relevant to engineering problems involving fluid dynamics or electromagnetic fields. Through problem-solving and visualization, it demonstrated how surface integrals and the Divergence Theorem can assess flow diagrams and structural analysis, crucial in engineering design. Moreover, software tool usage reflects data science approaches where computational simulation and data visualization play pivotal roles in analyzing spatial data. Thus, the project evidenced foundational skills for practical engineering and data science applications .

The group project fostered a collaborative environment where each member contributed by tackling specific tasks or concepts, enhancing the comprehensive understanding of vector calculus. The detailed solutions to integrals through collective problem-solving, the division of work, and discussions reflected individual members' engagement in clarifying abstract notions. Such dynamics promoted knowledge sharing, feedback reception, and encouraged innovative thought processes, essential for grasping complex topics like surface integrals and the Divergence Theorem. This collaborative effort effectively broadened the academic understanding among peers .

Collaborating on complex mathematical projects involves challenges such as ensuring effective communication, division of tasks, and integration of individual contributions. Strategies to overcome these include setting clear goals, leveraging technology tools for communication, and fostering an environment for open discussion to resolve ambiguities. The project demonstrated these strategies through structured group discussions, video collaborations, and using software tools to bridge understanding gaps and collectively solve problems. Such collaboration not only enhances individual learning but also harnesses collective expertise for comprehensive project outcomes .

Cylindrical coordinates are suitable for evaluating the surface integral over a cone as they align with the symmetry of the problem. First, parametrize the cone's surface by setting z=√(x²+y²), where r is the radial coordinate and θ is the angular coordinate. The surface element, derived from the parametrization, is expressed in terms of r and θ. The normal vector is found by the gradient of the function describing the cone, ensuring it points away from the z-axis. Integrating the vector field F dot product with the normal vector across the defined limits of r and θ yields the surface integral as 16π for Surface 1 and 8π for Surface 2, with their sum producing the total result of 24π .

Matlab and GeoGebra were crucial in visualizing and solving vector calculus problems by providing graphical representations of vector fields and surfaces, which enhanced conceptual understanding. Matlab helped in performing complex calculations and verifications efficiently. GeoGebra, with its 3D modeling capabilities, allowed for interactive visualization, making abstract concepts more tangible. These tools not only facilitated problem-solving but also supported collaborative learning and communication among group members, thus deepening their understanding .

The integration techniques employed in the project leveraged parametrization and transformation to convert surface integrals into double integrals over parameter domains. For the cone problem, cylindrical coordinates were used to simplify the surface equation, allowing the integration over angular and radial domains. The computation combined vector field dot products with normal vectors, efficiently simplifying complex surface interactions. For the paraboloid, the integration involved the calculation of flux with respect to radial symmetry. These technique applications demonstrated a clear understanding of employing multivariable calculus methods to solve intricate integral problems effectively .

You might also like