Final answer:
To find the angle of inclination for the given surface, calculate the gradient at the point, take the dot product with the x-axis unit vector, and use the cosine inverse to find the angle.
Step-by-step explanation:
The task is to find the angle of inclination θ of the tangent plane to the given surface x2+y2=5 at the point (2,1,4). The angle of inclination is the angle between the tangent plane and the positive x-axis, measured counterclockwise.
To find the angle of inclination, we first need the gradient of the surface at the point of interest. The gradient vector (∇f) at a point is perpendicular to the tangent plane at that point. The components of the gradient vector give us the coefficients of the normal to the plane. The equation of the surface provides us f(x, y, z) = x2 + y2 - 5 = 0, which implies ∇f = (2x, 2y, 0). At the point (2,1,4), this becomes (4, 2, 0).
The angle of inclination θ can be found using the dot product between the normal to the plane and the x-axis unit vector (1,0,0). The cosine of the angle θ is given by the dot product of these two vectors divided by the product of their magnitudes. The angle θ itself is then given by θ = cos-1(∇f · i / |∇f|). Substituting the values, we obtain θ = cos-1(4 · 1 / √(42 + 22)). This yields the angle of inclination.