Free UTMA Calculus Readiness Questions and Answers β Questions and Answers
Question 1: What is the derivative of π(x)= x 3 ?
- 2x
- 3x2 (Correct answer)
- x2
- 4x3
Correct answer: 3x2
The derivative of f(x) = x^3 is found using the power rule, which states that the derivative of x^n is n*x^(n-1). Applying this rule, the derivative of x^3 is 3 * x^(3-1). This simplifies to 3x^2.
Question 2: Evaluate the limit: limπ₯β2 (3π₯+1)
- 5
- 7 (Correct answer)
- 3
- 6
Correct answer: 7
To evaluate the limit of a polynomial function as x approaches a specific value, simply substitute that value into the function. Substituting x=2 into the expression (3x+1) gives 3(2)+1. This calculation results in 6+1, which equals 7.
Question 3: What is the integral of π (x)=2x?
- π₯2 + πΆ (Correct answer)
- x 2 + x + C
- 2π₯2 + πΆ
- 4x 2 + C
Correct answer: π₯2 + πΆ
To find the integral of f(x) = 2x, we use the power rule for integration, which states that the integral of x^n is (x^(n+1))/(n+1). For 2x (or 2x^1), this becomes 2 * (x^(1+1))/(1+1). This simplifies to 2 * (x^2)/2 = x^2. Since it's an indefinite integral, we add the constant of integration, C, resulting in x^2 + C.
Question 4: What is the second derivative of π (π₯) = π₯4?
- 4x 3
- 12x 2 (Correct answer)
- 8x 2
- 24x
Correct answer: 12x 2
To find the second derivative of f(x) = x^4, first calculate the first derivative using the power rule: f'(x) = 4x^3. Then, differentiate f'(x) again to find the second derivative: f''(x) = 4 * (3x^2). This simplifies to 12x^2.
Question 5: Find the critical points of π (π₯) =π₯ 3β3π₯2
- 0 and 3 (Correct answer)
- 0 and -3
- -1 and 2
- 1 and 3
Correct answer: 0 and 3
Critical points are found by taking the first derivative of a function and setting it to zero. If the derivative of a function factors into terms like 3x(x-3)=0, then solving for x would yield x=0 and x=3. These points indicate where the function's slope is horizontal, often corresponding to local maxima or minima.
What is the derivative of π(x)= x 3 ?