Mathematics

Calculus and Analytic Geometry

97 Questions

Calculus and analytic geometry problems involve finding slopes and equations of tangent lines. The focus is on applying derivatives to analyze curves and their geometric properties. These concepts are frequently tested in advanced undergraduate competitive exams.

Tangent line equationsCurve slopesDifferential equationsGeometric curvesNormal to curves

Calculus and Analytic Geometry Questions

Multiple choice

Which of the following is the equation of the curve whose slope at any point ((x, y)) is given by (\frac{dy}{dx} = \frac{x^2 + 1}{y})?

  1. \(y^2 = x^3 + x + C\)
  2. \(y^2 = x^3 - x + C\)
  3. \(y^2 = x^3 + C\)
  4. \(y^2 = x^3 - C\)
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

To find the equation of the curve, we can integrate the given differential equation: (\int \frac{dy}{dx} dx = \int \frac{x^2 + 1}{y} dx). This gives us (y = \int \frac{x^2 + 1}{y} dx = \int \frac{x^2}{y} dx + \int \frac{1}{y} dx = \frac{x^3}{3y} + \ln|y| + C). Simplifying this expression, we get (y^2 = x^3 + x + C), where (C) is the constant of integration.

Multiple choice

Which of the following is the equation of the curve whose curvature at any point ((x, y)) is given by (\kappa = \frac{2}{\sqrt{x^2 + y^2}})?

  1. \(y = \sin(x) + C\)
  2. \(y = \cos(x) + C\)
  3. \(y = \tan(x) + C\)
  4. \(y = \sec(x) + C\)
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

To find the equation of the curve, we can use the formula for curvature: (\kappa = \frac{|y''|}{\sqrt{1 + (y')^2}}). Substituting the given expression for (\kappa), we get (\frac{2}{\sqrt{x^2 + y^2}} = \frac{|y''|}{\sqrt{1 + (y')^2}}). Squaring both sides and simplifying, we get (4(1 + (y')^2) = y''^2). This is a differential equation that can be solved to obtain the equation of the curve. The solution is (y = \sin(x) + C), where (C) is the constant of integration.

Multiple choice

What is the name of the theorem that states that the derivative of a function is equal to the slope of the tangent line to the graph of the function at a given point?

  1. Rolle's theorem

  2. Mean value theorem

  3. Fundamental theorem of calculus

  4. Lagrange's theorem

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Lagrange's theorem states that the derivative of a function is equal to the slope of the tangent line to the graph of the function at a given point.

Multiple choice

Find the equation of the tangent line to the curve $y = x^2 - 2x + 1$ at the point $(1, 0)$.

  1. $y = -x + 1$
  2. $y = -x + 2$
  3. $y = -x + 3$
  4. $y = -x + 4$
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The equation of the tangent line to a curve $y = f(x)$ at the point $(x_1, y_1)$ is given by the formula $y - y_1 = f'(x_1)(x - x_1)$. Finding the derivative of the given function, we get $f'(x) = 2x - 2$. Substituting the point $(1, 0)$, we get $f'(1) = 2(1) - 2 = 0$. Therefore, the equation of the tangent line is $y - 0 = 0(x - 1) = -x + 1$. Simplifying, we get $y = -x + 2$.

Multiple choice

Find the equation of the tangent line to the curve (y = x^3 - 2x^2 + 3x - 4) at the point ((1, 0)).

  1. \(y = x - 1\)
  2. \(y = x + 1\)
  3. \(y = 2x - 1\)
  4. \(y = 2x + 1\)
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

To find the equation of the tangent line, we need to find the slope of the curve at the point ((1, 0)). The slope is given by the derivative of the function, which is (f'(x) = 3x^2 - 4x + 3). Substituting (x = 1), we get (f'(1) = 3(1)^2 - 4(1) + 3 = 2). Therefore, the equation of the tangent line is (y - 0 = 2(x - 1)), which simplifies to (y = x - 1).

Multiple choice

What is the equation of the tangent line to the curve (y = \frac{x^3}{3} - 2x^2 + 4x - 5) at the point ((2, 1))?

  1. \(y = 5x - 9\)
  2. \(y = 5x + 9\)
  3. \(y = 3x - 1\)
  4. \(y = 3x + 1\)
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

To find the equation of the tangent line, we need to find the slope of the curve at the point ((2, 1)). The slope is given by the derivative of the function, which is (f'(x) = x^2 - 4x + 4). Substituting (x = 2), we get (f'(2) = 2^2 - 4(2) + 4 = 0). Therefore, the equation of the tangent line is (y - 1 = 0(x - 2)), which simplifies to (y = 3x - 1).

Multiple choice

Which of the following integrals represents the length of the curve (y = x^3 - 2x^2 + 3x - 4) from (x = 0) to (x = 2)?

  1. \(\int_0^2 \sqrt{1 + (3x^2 - 4x + 3)^2} dx\)
  2. \(\int_0^2 \sqrt{1 + (3x^2 - 4x + 3)^2} dx\)
  3. \(\int_0^2 \sqrt{1 + (3x^2 - 4x + 3)} dx\)
  4. \(\int_0^2 \sqrt{1 + (3x^2 - 4x + 3)^2} dx\)
Reveal answer Fill a bubble to check yourself
A,B,D Correct answer
Explanation

To find the length of the curve (y = x^3 - 2x^2 + 3x - 4) from (x = 0) to (x = 2), we need to use the formula (L = \int_a^b \sqrt{1 + (\frac{dy}{dx})^2} dx), where (\frac{dy}{dx}) is the derivative of the function that defines the curve and ([a, b]) is the interval of integration. In this case, (\frac{dy}{dx} = 3x^2 - 4x + 3) and ([a, b] = [0, 2]).