Implicit Functions and Partial Differentiation - One Line Questions
1.
From x/a² + (y/b²) (dy/dx) = 0, the slope dy/dx for the ellipse is: —
-(b²x)/(a²y)
2.
Consider the function g(a, b, c) = a²b - bc³ + 5. What is ∂g/∂c? —
-3bc²
3.
Consider the implicit equation x³ + y³ = 6xy. Find dy/dx. —
(6x - 3x²)/(3y² - 6x)
4.
For a function z = f(x, y), the gradient vector is defined as: —
∇f = (∂f/∂x, ∂f/∂y)
5.
The directional derivative of f(x, y) in the direction of a unit vector u = (u₁, u₂) is given by: —
∇f ⋅ u
6.
Consider the implicit function ln(y) = x. What is dy/dx? —
y
7.
If z = x²y³ and x = t², y = t³, calculate dz/dt. —
2t⁷ + 9t¹¹
8.
The equation of a circle centered at the origin is x² + y² = r². Differentiating implicitly with respect to x gives: —
x + y (dy/dx) = 0
9.
The equation of an ellipse centered at the origin is x²/a² + y²/b² = 1. Differentiating implicitly with respect to x: —
x/a² + (y/b²) (dy/dx) = 0
10.
If z = x²y³ and x = t², y = t³, find dz/dt using the chain rule for partial derivatives. —
2xt³(2t) + 3x²t²(3t²)
11.
If we have the equation x² + y² = 1, and we differentiate implicitly with respect to x, what term arises from differentiating y²? —
2y (dy/dx)
12.
What is the mixed partial derivative ∂²f/∂y∂x for f(x, y) = x³ + y⁴? —
0
13.
What is the mixed partial derivative ∂²f/∂x∂y for f(x, y) = x³ + y⁴? —
0
14.
If f(x, y) = x³ + y⁴, what is the partial derivative of f with respect to x (∂f/∂x)? —
3x²
15.
If f(x, y) = x³ + y⁴, what is the partial derivative of f with respect to y (∂f/∂y)? —
4y³
16.
What is the second partial derivative ∂²f/∂x² for f(x, y) = x³ + y⁴? —
6x
17.
What is the second partial derivative ∂²f/∂y² for f(x, y) = x³ + y⁴? —
12y²
18.
In the context of partial differentiation, what is a level curve or contour line? —
A curve where the function's value is constant.
19.
What is an implicit function in the context of calculus? —
A function where the dependent variable cannot be easily or conveniently isolated explicitly in terms of the independent variable.
20.
If z = f(x, y), the equation f(x, y) = c, where c is a constant, defines: —
A level curve
21.
Consider the function g(a, b, c) = a²b - bc³ + 5. What is ∂g/∂b? —
a² - c³
22.
Consider the function g(a, b, c) = a²b - bc³ + 5. What is ∂g/∂a? —
2ab
23.
What is the condition for a function f(x, y) to be differentiable at a point (a, b)? —
The partial derivatives ∂f/∂x and ∂f/∂y must exist in a neighborhood of (a, b) and satisfy a limit condition involving the function's change.
24.
If F(x, y) = sin(x)cos(y), what is ∂F/∂x? —
cos(x)cos(y)
25.
If F(x, y) = sin(x)cos(y), what is ∂F/∂y? —
-sin(x)sin(y)
26.
When differentiating an implicit relation involving trigonometric functions, e.g., sin(y) = x, what is the derivative of sin(y) with respect to x? —
cos(y) (dy/dx)
27.
If y = f(x) is an implicit function, the second derivative d²y/dx² can be found by: —
Differentiating dy/dx and then solving for d²y/dx² by substituting the expression for dy/dx.
28.
If z = f(x, y) and x = g(t), y = h(t), the total derivative dz/dt is given by: —
dz/dt = ∂f/∂x * dx/dt + ∂f/∂y * dy/dt
29.
Let h(x, y) = e^(xy). What is ∂²h/∂x∂y? —
(1 + xy)e^(xy)
30.
What is partial differentiation used for? —
Finding the derivative of a function with multiple independent variables.
31.
According to Clairaut's Theorem (or the symmetry of second partial derivatives), under what condition is ∂²f/∂x∂y = ∂²f/∂y∂x? —
If the mixed partial derivatives ∂²f/∂x∂y and ∂²f/∂y∂x exist.
32.
Which of the following is NOT a typical application of partial differentiation? —
Finding the slope of a tangent line to a curve in 2D.
33.
When differentiating an implicit function like F(x, y) = 0 with respect to x, what rule is crucial for the terms involving y? —
Chain Rule
34.
What does the gradient vector ∇f point towards? —
The direction of the maximum rate of increase of the function.
35.
What is the relationship between the gradient vector and the level curves of a function? —
The gradient vector is perpendicular to the level curve.
36.
What is the primary challenge when differentiating an implicit function? —
37.
What is the geometric interpretation of dy/dx for an implicit function? —
The slope of the tangent line to the curve at a given point (x, y).
38.
What does the notation ∂z/∂x represent? —
The partial derivative of z with respect to x, treating other variables as constants.
39.
In partial differentiation, when we find the partial derivative of a function f(x, y) with respect to x, how are the other independent variables treated? —
They are treated as constants.
40.
What is the implicit function theorem primarily used for? —
To determine if an implicit relation defines a function locally and to find its derivative.
41.
What is the purpose of the chain rule in partial differentiation when z is a function of u and v, and u and v are functions of x and y? —
To relate the derivative of z with respect to x and y to the partial derivatives of z with respect to u and v, and the partial derivatives of u and v with respect to x and y.
42.
What is the term used for the rate of change of a function of several variables with respect to one of those variables, while holding others constant? —
Partial derivative
43.
If z = xy + y/x, find ∂z/∂y. —
x + 1/x
44.
If z = xy + y/x, find ∂z/∂x. —
y - y/x²
45.
Which of the following is an example of an implicit function? —
x² + y² = 25
46.
From 2x + 2y (dy/dx) = 0, what is the expression for dy/dx for the circle x² + y² = r²? —
-y/x
47.
Consider the implicit function xy = 10. What is dy/dx? —
-y/x
48.
Let h(x, y) = e^(xy). What is ∂h/∂x? —
ye^(xy)
49.
Let h(x, y) = e^(xy). What is ∂h/∂y? —
xe^(xy)