A toy car is placed in the x y plane at the coordinates ( 0 , 6 ) . It faces the point ( 3 , 1 0 ) , and is programmed to travel in a straight line in the direction of that point. If the height of the surface it travels through is modeled by the function f ( x , y ) = y sin ( 2 π x ) + 2 x cos ( 2 π y ) , and the car travels at at a constant speed of 1 0 units/second through the x y plane, calculate the slope (directional derivative) of the surface the car is at after 2 seconds.
If this slope can be expressed as S = b a ( c π + d ) , where a , b , c , and d are integers with a and b being coprime positive integers and c , a prime, enter a + b + c + d .
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.
@Charley Feng , we have to mention that a and b are positive coprime integers, because a = − 3 and b = − 5 also give the solution, then a + b + c + d = 1 . Also note that 5 1 ( 3 3 π − 6 ) , 1 0 3 ( 2 2 π − 4 ) , 2 0 3 ( 4 4 π − 8 ) , ⋯ are also acceptable solutions. There are infinitely many. Therefore, we have to say that c is a prime to fix the solution.
Problem Loading...
Note Loading...
Set Loading...
The directional vector of the toy car is v = [ 3 − 0 1 0 − 6 ] = [ 3 4 ] and the unit vector is u = [ 3 / 5 4 / 5 ] .
Since the toy car moves at a constant speed of 1 0 units/second, this means that it moves 5 3 × 1 0 = 6 units in the x direction and 5 4 × 1 0 = 8 units in the y direction. Therefore after two seconds, the coordinates of the toy car is ( 0 + 2 × 6 , 6 + 2 × 8 ) = ( 1 2 , 2 2 ) ; and the directional derivative is given by:
∇ u f ( 1 2 , 2 2 ) = [ 5 3 5 4 ] ⋅ [ ∂ x ∂ f ( x , y ) ∂ y ∂ f ( x , y ) ] ( 1 2 , 2 2 ) = [ 5 3 5 4 ] ⋅ [ 2 π y cos 2 π x + 2 cos 2 π y sin 2 π x − π x sin 2 π x ] ( 1 2 , 2 2 ) = [ 5 3 5 4 ] ⋅ [ 1 1 π cos ( 6 π ) + 2 cos ( 1 1 π ) sin ( 6 π ) − π x sin ( 1 1 π ) ] = [ 5 3 5 4 ] ⋅ [ 1 1 π − 2 0 ] = 5 3 ( 1 1 π − 2 )
Therefore a + b + c + d = 3 + 5 + 1 1 − 2 = 1 7 .