I first parameterise the surface as $\vec{r}(x,y)=(3x,2y,6-3x-2y)$ where $ 0 \le x \le 2 $ and $ 0 \le y \le (6-3x)/2 $. And I am stuck here, don't know how to find the correct ${T_x} \times {T_y} $(i.e. the Jacobian). I tried to differentiate $\vec{r}$ with respect to $x$ and $y$ respectively and compute their cross product bu that turns out to be wrong. What should I do instead?
2026-03-25 01:14:17.1774401257
How to do this surface integral?
30 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in SURFACE-INTEGRALS
- $\iint_{S} F.\eta dA$ where $F = [3x^2 , y^2 , 0]$ and $S : r(u,v) = [u,v,2u+3v]$
- Stoke's Theorem on cylinder-plane intersection.
- Willmore energy of revolution torus
- surface integral over a hyperbolic paraboloid
- Finding surface area cut from a sphere
- Application of Gauss' Divergence Theorem
- Find the volume of the following solid.
- Surface Area in $R^n$
- Conversion of Surface integral to a suitable Volume integral.
- Calculating the mass of the surface of a semisphere.
Related Questions in JACOBIAN
- Finding $Ax=b$ iteratively using residuum vectors
- When a certain subfield of $\mathbb{C}(x,y^2)$ is Galois
- Two variables with joint density: Change of variable technique using Jacobian for $U=\min(X,Y)$ and $V=\max(X,Y)$
- Jacobian determinant of a diffeomorphism on the unit shpere must equal $1$ or $-1$
- Physicists construct their potentials starting from the Laplace equation, why they do not use another differential operator, like theta Θ?
- Solution verification: show that the following functions are not differentiable
- Finding Jacobian of implicit function.
- Jacobian chain rule for function composition with rotation matrix
- Is there a way to avoid chain rules in finding this derivative of an integral?
- Computing the derivative of a matrix-vector dot product
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?

If $3x+2y+z=6 \iff z = 6-3x-2y$, then you want to take $x$ and $y$ as parameters and then $z = 6-3x-2y$ determines $z$ as a function of $x$ and $y$. So you want $$\vec{r}(x,y)=(\color{blue}{x},\color{blue}{y},6-3x-2y)$$ instead of $$\vec{r}(x,y)=(\color{red}{3x},\color{red}{2y},6-3x-2y)$$
Now you should find the correct normal vector but, since you are in fact finding a normal vector by calculating this cross product, notice that you can simply read off a normal vector from the equation of the plane: $$\color{blue}{3}x+\color{blue}{2}y+\color{blue}{1}z=6 \implies \vec n = (\color{blue}{3},\color{blue}{2},\color{blue}{1})$$