x + y + z = 0 x 2 + y 2 + z 2 = 1
Consider the curve C defined by the two equations above. Find the average value of f ( x , y , z ) = x 2 y 2 z 2 on C .
Enter the reciprocal of this average.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Yes, this is a sensible approach, equivalent to my solution. (+1) Danke schõn!
As we have seen here , there exists an arclength parameterization of C as x = a cos ( t ) − b sin ( t ) , y = − a cos ( t ) − b sin ( t ) , z = 2 b sin ( t ) , where a = 2 1 and b = 6 1 . This gives us x 2 y 2 z 2 = 5 4 1 sin 2 ( 3 t ) , for 0 ≤ t ≤ 2 π . Thus the average value is 2 π 1 ∫ 0 2 π x 2 y 2 z 2 d t = 1 0 8 π 1 ∫ 0 2 π sin 2 ( 3 t ) d t = 1 0 8 1 .
The answer is 1 0 8 .
Great! Since we have a plane intersecting the sphere, we will obtain a circle.
Problem Loading...
Note Loading...
Set Loading...
The average value of a consistant function f defined on a curve K can be determined by:
∫ K d s ∫ K f d s
First we note that the plane cuts out a large circle from the sphere which position is defined by the normal vector (1, 1, 1). This induces the idea of a linear transformation of the cartesian coordinates into coordinates regarding the cut circle. We find 3 unit vectors of an orthonormal system: ( 0 , 2 / 2 , − 2 / 2 ) / ( − 2 / 6 , 1 / 6 , 1 / 6 ) / ( 1 / 3 , 1 / 3 , 1 / 3 )
The matrix having these basis vectors in its columns transforms coordinates regarding the new basis (above) into cartesian coordinates whereat the coordinate regarding the third basis vector above has to be equal 0.
Implementation into the integrand and transitition to polar coordinates delivers for the integrand: 1 / 6 c o s 4 ϕ − 1 / 9 s i n 4 ϕ − 1 / 6 c o s 6 ϕ + 7 / 5 4 s i n 6 ϕ
Integration fom 0 to 2 π and dividing through 2 π (=length of circle with radius 1) after doing the reciprocal finally gives us 108.