Calculus

175 soru

Soru 21Soru

Evaluate the limit limx2x24x2\lim_{x \to 2} \frac{x^2 - 4}{x - 2}. What is the numerical value of this limit?

Cevabı ve açıklamayı göster

Cevap: 4

Cevap

The value of the limit is 44.
Direct substitution of x=2x = 2 produces the indeterminate form 00\frac{0}{0}. Factoring the numerator gives (x2)(x+2)x2\frac{(x-2)(x+2)}{x-2}. Canceling the non-zero factor (x2)(x-2) simplifies the expression to x+2x+2. Evaluating the limit as xx approaches 22 yields 2+2=42 + 2 = 4.

Adım Adım Çözüm

1
Check the form by direct substitution of x=2x = 2
Obtained the indeterminate form 00\frac{0}{0}
Direct substitution results in division by zero, requiring algebraic simplification.
2
Factor the polynomial in the numerator
x24=(x2)(x+2)x^2 - 4 = (x - 2)(x + 2)
Difference of two squares factorization allows canceling common terms.
3
Cancel the common factor (x2)(x - 2)
(x2)(x+2)x2=x+2\frac{(x - 2)(x + 2)}{x - 2} = x + 2
For x2x \neq 2, division by (x2)(x - 2) is valid.
4
Evaluate the simplified limit as x2x \to 2
2+2=42 + 2 = 4
Substitute x=2x = 2 directly into the continuous polynomial x+2x + 2.

Anahtar Kavram

Evaluating indeterminate limits of the form 00\frac{0}{0} via factorization
Soru 22Soru

A curve is defined by the equation y=x3+px2+qx+5y = x^3 + px^2 + qx + 5, where pp and qq are constants. If the curve has a stationary point with a local maximum at x=1x = -1 and a local minimum at x=3x = 3, what is the value of p+qp + q?

Cevabı ve açıklamayı göster

Cevap: 12-12

Cevap

The value of p+qp + q is 12-12.
The derivative of y=x3+px2+qx+5y = x^3 + px^2 + qx + 5 is dydx=3x2+2px+q\frac{dy}{dx} = 3x^2 + 2px + q. Setting dydx=0\frac{dy}{dx} = 0 at the stationary points x=1x = -1 and x=3x = 3 means dydx=3(x+1)(x3)=3x26x9\frac{dy}{dx} = 3(x + 1)(x - 3) = 3x^2 - 6x - 9. Comparing coefficients gives 2p=6    p=32p = -6 \implies p = -3 and q=9q = -9. Summing these constants gives p+q=12p + q = -12. Evaluating the second derivative d2ydx2=6x+2p=6x6\frac{d^2y}{dx^2} = 6x + 2p = 6x - 6 confirms a maximum at x=1x = -1 (d2ydx2=12<0\frac{d^2y}{dx^2} = -12 < 0) and a minimum at x=3x = 3 (d2ydx2=12>0\frac{d^2y}{dx^2} = 12 > 0).

Adım Adım Çözüm

1
Find the derivative of the given function.
dydx=3x2+2px+q\frac{dy}{dx} = 3x^2 + 2px + q
Stationary points occur where the first derivative dydx=0\frac{dy}{dx} = 0.
2
Use the stationary points x=1x = -1 and x=3x = 3 to form a quadratic equation for the derivative.
dydx=3(x+1)(x3)=3(x22x3)=3x26x9\frac{dy}{dx} = 3(x + 1)(x - 3) = 3(x^2 - 2x - 3) = 3x^2 - 6x - 9
Since x=1x = -1 and x=3x = 3 are roots of dydx=0\frac{dy}{dx} = 0, the derivative must factor as 3(x(1))(x3)3(x - (-1))(x - 3).
3
Equate coefficients of the two derivative expressions to solve for pp and qq.
2p=6    p=32p = -6 \implies p = -3 and q=9q = -9
Matching corresponding terms gives 2p=62p = -6 and q=9q = -9.
4
Calculate the required sum p+qp + q.
p+q=3+(9)=12p + q = -3 + (-9) = -12
Summing the calculated constants yields 12-12.

Anahtar Kavram

Determining parameters of a polynomial function from given stationary points using differentiation and coefficient matching.
Soru 23Soru

Using differentiation from first principles, what is the derivative of the function f(x)=x2+3xf(x) = x^2 + 3x with respect to xx?

Cevabı ve açıklamayı göster

Cevap: 2x+32x + 3

Cevap

2x+32x + 3
Applying the first principles limit formula limh0f(x+h)f(x)h\lim_{h \to 0} \frac{f(x+h) - f(x)}{h} gives x2+2xh+h2+3x+3h(x2+3x)h=2xh+h2+3hh=2x+h+3\frac{x^2 + 2xh + h^2 + 3x + 3h - (x^2 + 3x)}{h} = \frac{2xh + h^2 + 3h}{h} = 2x + h + 3. As h0h \to 0, this expression evaluates to 2x+32x + 3.

Adım Adım Çözüm

1
Set up the difference quotient using the definition of differentiation from first principles
\frac{f(x+h) - f(x)}{h} = \frac{[(x+h)^2 + 3(x+h)] - [x^2 + 3x]}{h}
The definition of derivative from first principles requires finding limh0f(x+h)f(x)h\lim_{h \to 0} \frac{f(x+h) - f(x)}{h}.
2
Expand algebraic terms in the numerator
\frac{x^2 + 2xh + h^2 + 3x + 3h - x^2 - 3x}{h}
Expanding (x+h)2=x2+2xh+h2(x+h)^2 = x^2 + 2xh + h^2 and 3(x+h)=3x+3h3(x+h) = 3x + 3h allows terms to be combined.
3
Simplify the numerator by canceling like terms and dividing by hh
\frac{2xh + h^2 + 3h}{h} = 2x + h + 3
The terms x2x2=0x^2 - x^2 = 0 and 3x3x=03x - 3x = 0 cancel out, leaving terms containing hh, which can be divided by hh.
4
Evaluate the limit as h0h \to 0
\lim_{h \to 0} (2x + h + 3) = 2x + 3
Setting h=0h = 0 in the simplified quotient yields the final derivative f(x)=2x+3f'(x) = 2x + 3.

Anahtar Kavram

Differentiation from first principles
Soru 24Soru

If y=(2x+1)3y = (2x + 1)^3, find the value of dydx\frac{dy}{dx} at x=1x = 1.

Cevabı ve açıklamayı göster

Cevap: 54

Cevap

54
Applying the chain rule gives dydx=3(2x+1)22=6(2x+1)2\frac{dy}{dx} = 3(2x + 1)^2 \cdot 2 = 6(2x + 1)^2. Evaluating at x=1x = 1 gives 6(3)2=546(3)^2 = 54.

Adım Adım Çözüm

1
Differentiate y=(2x+1)3y = (2x + 1)^3 using the chain rule.
dydx=6(2x+1)2\frac{dy}{dx} = 6(2x + 1)^2
According to the chain rule, ddx[un]=nun1dudx\frac{d}{dx}[u^n] = n u^{n-1} \cdot \frac{du}{dx}, where u=2x+1u = 2x + 1 and dudx=2\frac{du}{dx} = 2.
2
Evaluate the derivative at x=1x = 1.
dydxx=1=54\frac{dy}{dx}\Big|_{x=1} = 54
Substituting x=1x = 1 into 6(2x+1)26(2x + 1)^2 yields 6(3)2=546(3)^2 = 54.

Anahtar Kavram

Chain Rule for Differentiation
Soru 25Soru

If y=e4xsinxy = e^{4x} - \sin x, what is dydx\frac{dy}{dx}?

Cevabı ve açıklamayı göster

Cevap: 4e4xcosx4e^{4x} - \cos x

Cevap

4e4xcosx4e^{4x} - \cos x
Differentiating e4xe^{4x} gives 4e4x4e^{4x} by applying the chain rule, and differentiating sinx-\sin x yields cosx-\cos x. Combining these terms gives the correct derivative 4e4xcosx4e^{4x} - \cos x.

Adım Adım Çözüm

1
Apply the sum/difference rule of differentiation.
\frac{dy}{dx} = \frac{d}{dx}(e^{4x}) - \frac{d}{dx}(\sin x)
The derivative of a difference of two terms is the difference of their individual derivatives.
2
Differentiate the exponential term e4xe^{4x} using the chain rule.
ddx(e4x)=4e4x\frac{d}{dx}(e^{4x}) = 4e^{4x}
By the chain rule, \frac{d}{dx}(e^{k x}) = k e^{k x}.
3
Differentiate the trigonometric term sinx\sin x.
ddx(sinx)=cosx\frac{d}{dx}(\sin x) = \cos x
The standard derivative of sinx\sin x with respect to xx is cosx\cos x.
4
Combine the results.
\frac{dy}{dx} = 4e^{4x} - \cos x
Subtracting the derivative of sinx\sin x from the derivative of e4xe^{4x} gives the final answer.

Anahtar Kavram

Differentiation of Exponential and Trigonometric Functions
Soru 26Soru

If y=(2x1)3(x2+3)2y = (2x - 1)^3 (x^2 + 3)^2, what is the value of dydx\frac{dy}{dx} at x=1x = 1?

Cevabı ve açıklamayı göster

Cevap: 112112

Cevap

112
Applying the product rule dydx=uv+uv\frac{dy}{dx} = u'v + uv' along with the chain rule gives u(1)=6u'(1) = 6, v(1)=16v(1) = 16, u(1)=1u(1) = 1, and v(1)=16v'(1) = 16. Evaluating u(1)v(1)+u(1)v(1)u'(1)v(1) + u(1)v'(1) yields 6×16+1×16=96+16=1126 \times 16 + 1 \times 16 = 96 + 16 = 112.

Adım Adım Çözüm

1
Decompose the function into two components for the Product Rule
Let u(x)=(2x1)3u(x) = (2x - 1)^3 and v(x)=(x2+3)2v(x) = (x^2 + 3)^2, so y=u(x)v(x)y = u(x) v(x).
The function is a product of two composite expressions.
2
Differentiate each term using the Chain Rule
u(x)=3(2x1)2ddx(2x1)=6(2x1)2u'(x) = 3(2x - 1)^2 \cdot \frac{d}{dx}(2x - 1) = 6(2x - 1)^2
v(x)=2(x2+3)ddx(x2+3)=4x(x2+3)v'(x) = 2(x^2 + 3) \cdot \frac{d}{dx}(x^2 + 3) = 4x(x^2 + 3)
Applying the Chain Rule requires differentiating the outer function and multiplying by the derivative of the inner function.
3
Apply the Product Rule formula
dydx=u(x)v(x)+u(x)v(x)=6(2x1)2(x2+3)2+4x(2x1)3(x2+3)\frac{dy}{dx} = u'(x)v(x) + u(x)v'(x) = 6(2x - 1)^2 (x^2 + 3)^2 + 4x(2x - 1)^3 (x^2 + 3)
The derivative of a product uvu \cdot v is uv+uvu'v + uv'.
4
Evaluate the derivative at x=1x = 1
u(1)=(2(1)1)3=1u(1) = (2(1) - 1)^3 = 1
u(1)=6(2(1)1)2=6u'(1) = 6(2(1) - 1)^2 = 6
v(1)=(12+3)2=16v(1) = (1^2 + 3)^2 = 16
v(1)=4(1)(12+3)=16v'(1) = 4(1)(1^2 + 3) = 16
dydxx=1=(6)(16)+(1)(16)=96+16=112\left.\frac{dy}{dx}\right|_{x=1} = (6)(16) + (1)(16) = 96 + 16 = 112
Substitute x=1x = 1 into all expressions to find the numerical derivative.

Anahtar Kavram

Combined Product Rule and Chain Rule of Differentiation
Tahmini Süre:2m 0s
Soru 27Soru

What is the gradient of the normal to the curve y=x2+2x1y = x^2 + 2x - 1 at the point where x=1x = 1?

Cevabı ve açıklamayı göster

Cevap: 14-\frac{1}{4}

Cevap

The gradient of the normal to the curve at x=1x = 1 is 14-\frac{1}{4}.
Differentiating y=x2+2x1y = x^2 + 2x - 1 gives dydx=2x+2\frac{dy}{dx} = 2x + 2. Substituting x=1x = 1 yields a tangent slope of 44. Taking the negative reciprocal gives 14-\frac{1}{4}, which is the correct gradient of the normal.

Adım Adım Çözüm

1
Find the derivative of the curve equation to determine the general tangent gradient function.
dydx=2x+2\frac{dy}{dx} = 2x + 2
The derivative of a function gives the slope of the tangent line at any point xx.
2
Evaluate the tangent gradient at the specific point x=1x = 1.
m=2(1)+2=4m = 2(1) + 2 = 4
Substituting x=1x = 1 into the derivative gives the slope of the tangent at that specific x-coordinate.
3
Calculate the gradient of the normal line using the perpendicular condition.
mn=1m=14m_n = -\frac{1}{m} = -\frac{1}{4}
The normal line is perpendicular to the tangent line, so its gradient is the negative reciprocal of the tangent gradient.

Anahtar Kavram

Relationship between tangent and normal gradients (mnormal=1mtangentm_{\text{normal}} = -\frac{1}{m_{\text{tangent}}})
Tahmini Süre:1m 0s
Soru 28Soru

If y=5sinx+e3xy = 5\sin x + e^{3x}, what is the value of dydx\frac{dy}{dx} at x=0x = 0?

Cevabı ve açıklamayı göster

Cevap: 8

Cevap

The value of the derivative at x=0x = 0 is 8.
Differentiating y=5sinx+e3xy = 5\sin x + e^{3x} yields dydx=5cosx+3e3x\frac{dy}{dx} = 5\cos x + 3e^{3x}. Substituting x=0x = 0 gives 5cos(0)+3e0=5(1)+3(1)=85\cos(0) + 3e^{0} = 5(1) + 3(1) = 8.

Adım Adım Çözüm

1
Differentiate each term of the function y=5sinx+e3xy = 5\sin x + e^{3x} with respect to xx.
\frac{dy}{dx} = 5\cos x + 3e^{3x}
The derivative of sinx\sin x is cosx\cos x, and applying the chain rule to e3xe^{3x} gives 3e3x3e^{3x}.
2
Evaluate the derivative dydx\frac{dy}{dx} at x=0x = 0.
5\cos(0) + 3e^0 = 5(1) + 3(1) = 8
Evaluating trigonometric and exponential functions at zero gives cos(0)=1\cos(0) = 1 and e0=1e^0 = 1.

Anahtar Kavram

Differentiation of trigonometric and exponential functions and evaluation of derivatives at specific points.
Soru 29Soru

If y=e2xcos3xy = e^{2x} \cos 3x, what is dydx\frac{dy}{dx}?

Cevabı ve açıklamayı göster

Cevap: e2x(2cos3x3sin3x)e^{2x}(2\cos 3x - 3\sin 3x)

Cevap

dydx=e2x(2cos3x3sin3x)\frac{dy}{dx} = e^{2x}(2\cos 3x - 3\sin 3x)
Applying the product rule to u=e2xu = e^{2x} and v=cos3xv = \cos 3x yields dudx=2e2x\frac{du}{dx} = 2e^{2x} and dvdx=3sin3x\frac{dv}{dx} = -3\sin 3x. Substituting these into udvdx+vdudxu\frac{dv}{dx} + v\frac{du}{dx} gives e2x(3sin3x)+cos3x(2e2x)=e2x(2cos3x3sin3x)e^{2x}(-3\sin 3x) + \cos 3x(2e^{2x}) = e^{2x}(2\cos 3x - 3\sin 3x).

Adım Adım Çözüm

1
Identify the components for the product rule
Let u=e2xu = e^{2x} and v=cos3xv = \cos 3x.
The function y=e2xcos3xy = e^{2x} \cos 3x is a product of two differentiable functions.
2
Differentiate u=e2xu = e^{2x} with respect to xx
dudx=2e2x\frac{du}{dx} = 2e^{2x}
By the chain rule, ddx(ekx)=kekx\frac{d}{dx}(e^{kx}) = k e^{kx}.
3
Differentiate v=cos3xv = \cos 3x with respect to xx
dvdx=3sin3x\frac{dv}{dx} = -3\sin 3x
By the chain rule, ddx(coskx)=ksinkx\frac{d}{dx}(\cos kx) = -k \sin kx.
4
Apply the product rule formula dydx=udvdx+vdudx\frac{dy}{dx} = u \frac{dv}{dx} + v \frac{du}{dx} and factor out e2xe^{2x}
\frac{dy}{dx} = e^{2x}(-3\sin 3x) + (\cos 3x)(2e^{2x}) = e^{2x}(2\cos 3x - 3\sin 3x)
Combining the products and factoring out the common exponential factor simplifies the expression.

Anahtar Kavram

Product Rule and Chain Rule for Exponential and Trigonometric Functions
Soru 30Soru

A curve is defined by the equation y=x26x+11y = x^2 - 6x + 11. What is the minimum value of yy on this curve?

Cevabı ve açıklamayı göster

Cevap: 2

Cevap

The minimum value of yy on the curve is 2.
Differentiating y=x26x+11y = x^2 - 6x + 11 gives dydx=2x6\frac{dy}{dx} = 2x - 6. Setting this derivative to zero yields 2x6=02x - 6 = 0, so x=3x = 3. Substituting x=3x = 3 into the original function gives y=(3)26(3)+11=2y = (3)^2 - 6(3) + 11 = 2. Since d2ydx2=2>0\frac{d^2y}{dx^2} = 2 > 0, the point at x=3x = 3 is a local minimum, making 2 the minimum value of yy.

Adım Adım Çözüm

1
Find the first derivative of the curve function.
dydx=2x6\frac{dy}{dx} = 2x - 6
Stationary points occur where the derivative is equal to zero.
2
Solve for the xx-coordinate at the stationary point.
2x - 6 = 0 \implies x = 3
Setting the derivative to zero determines the input value where the slope is horizontal.
3
Calculate the corresponding yy-value at x=3x = 3.
y = (3)^2 - 6(3) + 11 = 2
Evaluating the original equation at x=3x = 3 yields the minimum value of yy.

Anahtar Kavram

Finding the minimum value of a function using differentiation
Soru 31Soru

What is the indefinite integral (3x2+4cosx)dx\int (3x^2 + 4\cos x) \, dx?

Cevabı ve açıklamayı göster

Cevap: x3+4sinx+Cx^3 + 4\sin x + C

Cevap

x3+4sinx+Cx^3 + 4\sin x + C
Integrating 3x23x^2 gives x3x^3 via the power rule, and integrating 4cosx4\cos x gives 4sinx4\sin x. Combining these terms along with the required constant of integration CC results in x3+4sinx+Cx^3 + 4\sin x + C.

Adım Adım Çözüm

1
Integrate the polynomial term 3x23x^2 using the power rule xndx=xn+1n+1\int x^n dx = \frac{x^{n+1}}{n+1}.
3x2dx=3x33=x3\int 3x^2 dx = \frac{3x^3}{3} = x^3
The power rule increases the exponent by 1 and divides by the new exponent.
2
Integrate the trigonometric term 4cosx4\cos x using the standard integral cosxdx=sinx\int \cos x \, dx = \sin x.
4cosxdx=4sinx\int 4\cos x \, dx = 4\sin x
The antiderivative of cosine is positive sine.
3
Combine the results and append the constant of integration CC.
x3+4sinx+Cx^3 + 4\sin x + C
All indefinite integrals must include an arbitrary constant CC.

Anahtar Kavram

Indefinite Integration of Polynomial and Trigonometric Functions
Soru 32Soru

An open rectangular box with a square base of side length x cmx\text{ cm} is to be constructed such that its total surface area is 108 cm2108\text{ cm}^2. What is the maximum volume of the box in cm3\text{cm}^3?

Cevabı ve açıklamayı göster

Cevap: 108 cm3108\text{ cm}^3

Cevap

108 cm3108\text{ cm}^3
For an open box with a square base of side xx and height hh, total surface area is A=x2+4xh=108 cm2A = x^2 + 4xh = 108\text{ cm}^2. Solving for hh gives h=108x24xh = \frac{108 - x^2}{4x}. Substituting hh into the volume formula gives V(x)=x2h=27x14x3V(x) = x^2 h = 27x - \frac{1}{4}x^3. Differentiating gives dVdx=2734x2\frac{dV}{dx} = 27 - \frac{3}{4}x^2. Setting dVdx=0\frac{dV}{dx} = 0 yields x=6x = 6. The second derivative d2Vdx2=32x\frac{d^2V}{dx^2} = -\frac{3}{2}x evaluated at x=6x = 6 is 9<0-9 < 0, confirming a local maximum. Evaluating V(6)=27(6)14(63)=16254=108 cm3V(6) = 27(6) - \frac{1}{4}(6^3) = 162 - 54 = 108\text{ cm}^3 yields the correct maximum volume.

Adım Adım Çözüm

1
Set up the surface area equation for the open box and express height hh in terms of xx.
Surface area A=x2+4xh=108    h=108x24xA = x^2 + 4xh = 108 \implies h = \frac{108 - x^2}{4x}.
An open box with a square base has 1 base face (x2x^2) and 4 vertical side faces (xhxh).
2
Formulate the volume function V(x)V(x) in terms of xx.
V(x)=x2h=x2(108x24x)=14(108xx3)=27x14x3V(x) = x^2 h = x^2 \left(\frac{108 - x^2}{4x}\right) = \frac{1}{4}(108x - x^3) = 27x - \frac{1}{4}x^3.
Substitute the expression for hh into the volume formula V=x2hV = x^2 h.
3
Find the critical point by differentiating V(x)V(x) with respect to xx and setting dVdx=0\frac{dV}{dx} = 0.
dVdx=2734x2=0    34x2=27    x2=36    x=6 cm\frac{dV}{dx} = 27 - \frac{3}{4}x^2 = 0 \implies \frac{3}{4}x^2 = 27 \implies x^2 = 36 \implies x = 6\text{ cm}.
Stationary points occur where the first derivative of the volume function equals zero.
4
Verify that x=6x = 6 gives a maximum volume and calculate V(6)V(6).
d2Vdx2=32x    d2Vdx2x=6=9<0\frac{d^2V}{dx^2} = -\frac{3}{2}x \implies \left.\frac{d^2V}{dx^2}\right|_{x=6} = -9 < 0 (maximum). Volume V(6)=27(6)14(63)=16254=108 cm3V(6) = 27(6) - \frac{1}{4}(6^3) = 162 - 54 = 108\text{ cm}^3.
The negative second derivative confirms a maximum turning point.

Anahtar Kavram

Optimization of physical quantities using the first and second derivative tests.
Tahmini Süre:2m 0s
Soru 33Soru

Given that F(x)=(3x22sinx)dxF(x) = \int (3x^2 - 2\sin x) \, dx and F(0)=6F(0) = 6, what is the value of the constant of integration CC?

Cevabı ve açıklamayı göster

Cevap: 4

Cevap

The value of the constant of integration CC is 44.
Integrating 3x22sinx3x^2 - 2\sin x yields F(x)=x3+2cosx+CF(x) = x^3 + 2\cos x + C. Substituting x=0x = 0 gives F(0)=2(1)+C=2+CF(0) = 2(1) + C = 2 + C. Since F(0)=6F(0) = 6, setting 2+C=62 + C = 6 yields C=4C = 4.

Adım Adım Çözüm

1
Integrate the function f(x)=3x22sinxf(x) = 3x^2 - 2\sin x with respect to xx
F(x)=x3+2cosx+CF(x) = x^3 + 2\cos x + C
The antiderivative of 3x23x^2 is x3x^3 and the antiderivative of 2sinx-2\sin x is 2cosx2\cos x.
2
Evaluate F(0)F(0) using the antiderivative expression
F(0)=03+2cos(0)+C=2+CF(0) = 0^3 + 2\cos(0) + C = 2 + C
Since cos(0)=1\cos(0) = 1, the term 2cos(0)2\cos(0) simplifies to 22.
3
Solve for the integration constant CC using F(0)=6F(0) = 6
C=4C = 4
Subtracting 22 from both sides of 2+C=62 + C = 6 yields C=4C = 4.

Anahtar Kavram

Indefinite integration of polynomial and trigonometric functions with initial conditions
Soru 34Soru

The total profit P(x)P(x), in thousands of Naira, obtained from producing and selling xx hundred units of a commodity is modeled by the function P(x)=x3+6x2+15x8P(x) = -x^3 + 6x^2 + 15x - 8, where x0x \ge 0. What is the maximum profit achievable?

Cevabı ve açıklamayı göster

Cevap: 92

Cevap

The maximum profit achievable is 92 thousand Naira.
To find the maximum profit, we find the stationary points of P(x)=x3+6x2+15x8P(x) = -x^3 + 6x^2 + 15x - 8 by taking the derivative P(x)=3x2+12x+15P'(x) = -3x^2 + 12x + 15 and setting it to 0. Solving 3(x5)(x+1)=0-3(x-5)(x+1) = 0 with x0x \ge 0 yields x=5x = 5. Testing the second derivative gives P(5)=18<0P''(5) = -18 < 0, confirming x=5x = 5 is a maximum. Substituting x=5x = 5 into P(x)P(x) yields P(5)=92P(5) = 92.

Adım Adım Çözüm

1
Differentiate the profit function P(x)P(x) with respect to xx
P(x)=3x2+12x+15P'(x) = -3x^2 + 12x + 15
Stationary points occur where the rate of change of profit (the derivative) is equal to zero.
2
Set P(x)=0P'(x) = 0 and solve for xx
3(x24x5)=0    (x5)(x+1)=0-3(x^2 - 4x - 5) = 0 \implies (x - 5)(x + 1) = 0, giving critical values x=5x = 5 and x=1x = -1
Factoring the quadratic equation yields the critical values of production level.
3
Filter critical values based on physical domain constraints
x=5x = 5 (reject x=1x = -1 since production x0x \ge 0)
Production quantities cannot be negative in physical real-life contexts.
4
Perform the second derivative test to confirm the nature of the stationary point
P(x)=6x+12    P(5)=6(5)+12=18P''(x) = -6x + 12 \implies P''(5) = -6(5) + 12 = -18
Since P(5)<0P''(5) < 0, the function achieves a local maximum at x=5x = 5.
5
Substitute x=5x = 5 back into original function P(x)P(x)
P(5)=(5)3+6(5)2+15(5)8=125+150+758=92P(5) = -(5)^3 + 6(5)^2 + 15(5) - 8 = -125 + 150 + 75 - 8 = 92
Evaluating P(5)P(5) gives the maximum total profit value.

Anahtar Kavram

Optimization and Maximum Values using First and Second Derivatives
Soru 35Soru

What is the value of the definite integral 13(2x+1)dx\int_{1}^{3} (2x + 1) \, dx?

Cevabı ve açıklamayı göster

Cevap: 10

Cevap

10
The antiderivative of 2x+12x + 1 is x2+xx^2 + x. Evaluating at the upper boundary x=3x = 3 gives 32+3=123^2 + 3 = 12, and at the lower boundary x=1x = 1 gives 12+1=21^2 + 1 = 2. Subtracting the lower bound result from the upper bound result yields 122=1012 - 2 = 10.

Adım Adım Çözüm

1
Find the indefinite integral (antiderivative) of 2x+12x + 1
(2x+1)dx=x2+x\int (2x + 1) \, dx = x^2 + x
Apply the power rule of integration: xndx=xn+1n+1\int x^n dx = \frac{x^{n+1}}{n+1}.
2
Evaluate the antiderivative at the upper limit x=3x = 3
32+3=9+3=123^2 + 3 = 9 + 3 = 12
Substitute x=3x = 3 into x2+xx^2 + x.
3
Evaluate the antiderivative at the lower limit x=1x = 1
12+1=1+1=21^2 + 1 = 1 + 1 = 2
Substitute x=1x = 1 into x2+xx^2 + x.
4
Subtract the lower limit value from the upper limit value
122=1012 - 2 = 10
According to the Fundamental Theorem of Calculus: abf(x)dx=F(b)F(a)\int_{a}^{b} f(x)dx = F(b) - F(a).

Anahtar Kavram

Definite Integrals of Linear Polynomials
Soru 36Soru

What is the indefinite integral ((3x+1)26sin(3x))dx\int \left( (3x + 1)^2 - 6\sin(3x) \right) dx?

Cevabı ve açıklamayı göster

Cevap: 3x3+3x2+x+2cos(3x)+C3x^3 + 3x^2 + x + 2\cos(3x) + C

Cevap

3x3+3x2+x+2cos(3x)+C3x^3 + 3x^2 + x + 2\cos(3x) + C
Expanding (3x+1)2(3x+1)^2 yields 9x2+6x+19x^2 + 6x + 1. Integrating 9x2+6x+19x^2 + 6x + 1 gives 3x3+3x2+x3x^3 + 3x^2 + x. Integrating 6sin(3x)-6\sin(3x) gives +2cos(3x)+2\cos(3x). Combining these results with the mandatory constant of integration +C+ C gives 3x3+3x2+x+2cos(3x)+C3x^3 + 3x^2 + x + 2\cos(3x) + C.

Adım Adım Çözüm

1
Expand the squared polynomial binomial term
(3x+1)2=9x2+6x+1(3x + 1)^2 = 9x^2 + 6x + 1
Expanding the expression allows for simple term-by-term integration using the power rule.
2
Integrate the polynomial component term by term
(9x2+6x+1)dx=3x3+3x2+x\int (9x^2 + 6x + 1) dx = 3x^3 + 3x^2 + x
Apply the power rule xndx=xn+1n+1\int x^n dx = \frac{x^{n+1}}{n+1} to each polynomial term.
3
Integrate the trigonometric component
6sin(3x)dx=6(13cos(3x))=+2cos(3x)\int -6\sin(3x) dx = -6 \left(-\frac{1}{3}\cos(3x)\right) = +2\cos(3x)
The integral of sin(kx)\sin(kx) is 1kcos(kx)-\frac{1}{k}\cos(kx). Multiplying by 6-6 yields +2cos(3x)+2\cos(3x).
4
Combine terms and add the constant of integration
3x3+3x2+x+2cos(3x)+C3x^3 + 3x^2 + x + 2\cos(3x) + C
Indefinite integrals must include an arbitrary constant +C+ C to account for all antiderivatives.

Anahtar Kavram

Indefinite Integration of Polynomial and Trigonometric Functions
Soru 37Soru

The area of the region bounded by the parabola y=kxx2y = kx - x^2 (where k>0k > 0) and the xx-axis between its xx-intercepts at x=0x = 0 and x=kx = k is equal to 3636 square units. What is the value of the positive constant kk?

Cevabı ve açıklamayı göster

Cevap: 6

Cevap

The value of the positive constant kk is 6.
The area bounded by y=kxx2y = kx - x^2 and the x-axis from x=0x = 0 to x=kx = k is obtained by integrating kxx2kx - x^2, which yields k36\frac{k^3}{6}. Setting k36=36\frac{k^3}{6} = 36 gives k3=216k^3 = 216, whose cube root is k=6k = 6.

Adım Adım Çözüm

1
Set up the definite integral representing the area bounded by the curve and the x-axis between the intercepts x=0x = 0 and x=kx = k.
0k(kxx2)dx=36\int_{0}^{k} (kx - x^2) \, dx = 36
The area under a curve y=f(x)y = f(x) above the x-axis from x=ax = a to x=bx = b is given by abf(x)dx\int_{a}^{b} f(x) \, dx.
2
Find the antiderivative and evaluate it at the limits x=kx = k and x=0x = 0.
\left[ \frac{kx^2}{2} - \frac{x^3}{3} \right]_{0}^{k} = \left(\frac{k(k)^2}{2} - \frac{k^3}{3}\right) - 0 = \frac{k^3}{6}
Applying the integration power rule xndx=xn+1n+1\int x^n \, dx = \frac{x^{n+1}}{n+1} and simplifying k32k33=k36\frac{k^3}{2} - \frac{k^3}{3} = \frac{k^3}{6}.
3
Set the evaluated expression equal to 36 and solve for kk.
\frac{k^3}{6} = 36 \implies k^3 = 216 \implies k = 6
Multiplying both sides by 6 yields k3=216k^3 = 216, and taking the cube root gives k=6k = 6.

Anahtar Kavram

Definite Integral and Area Under Curve
Soru 38Soru
A function f(x)f(x) is defined by
f(x)={x2+x6x2,x22k1,x=2f(x) = \begin{cases} \frac{x^2 + x - 6}{x - 2}, & x \neq 2 \\ 2k - 1, & x = 2 \end{cases}
If f(x)f(x) is continuous at x=2x = 2, what is the value of the constant kk?
Cevabı ve açıklamayı göster

Cevap: 3

Cevap

The value of the constant kk is 33.
By definition, a function f(x)f(x) is continuous at x=cx = c if limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c). Factoring the numerator gives x2+x6=(x2)(x+3)x^2 + x - 6 = (x - 2)(x + 3). Canceling the common factor (x2)(x - 2) for x2x \neq 2, the limit as x2x \to 2 is 2+3=52 + 3 = 5. Equating f(2)=2k1f(2) = 2k - 1 to 5 yields 2k1=52k - 1 = 5, which solves to k=3k = 3.

Adım Adım Çözüm

1
Evaluate the limit of f(x)f(x) as xx approaches 22.
\lim_{x \to 2} \frac{x^2 + x - 6}{x - 2} = \lim_{x \to 2} \frac{(x - 2)(x + 3)}{x - 2} = \lim_{x \to 2} (x + 3) = 5
Direct substitution gives the indeterminate form 00\frac{0}{0}, so factor the numerator to simplify.
2
Apply the definition of continuity at a point.
f(2) = \lim_{x \to 2} f(x) \implies 2k - 1 = 5
For f(x)f(x) to be continuous at x=2x = 2, the value of the function at x=2x = 2 must equal its limit as x2x \to 2.
3
Solve the linear equation for kk.
2k = 6 \implies k = 3
Add 1 to both sides and divide by 2.

Anahtar Kavram

Continuity of a Piecewise Function at a Point

Alternatif Yöntem

Alternatively, use L'Hôpital's rule to evaluate the limit: limx2ddx(x2+x6)ddx(x2)=limx22x+11=5\lim_{x \to 2} \frac{\frac{d}{dx}(x^2+x-6)}{\frac{d}{dx}(x-2)} = \lim_{x \to 2} \frac{2x+1}{1} = 5. Then set 2k1=52k - 1 = 5 to find k=3k = 3.
Tahmini Süre:1m 30s
Soru 39Soru

Evaluate the limit limx0x+42x\lim_{x \to 0} \frac{\sqrt{x + 4} - 2}{x}. What is the numerical value of this limit?

Cevabı ve açıklamayı göster

Cevap: 0.25

Cevap

The numerical value of the limit is 0.25 (or 14\frac{1}{4}).
When direct substitution into x+42x\frac{\sqrt{x + 4} - 2}{x} yields the indeterminate form 00\frac{0}{0}, rationalizing the numerator by multiplying by its conjugate x+4+2\sqrt{x + 4} + 2 simplifies the expression to 1x+4+2\frac{1}{\sqrt{x + 4} + 2}. Taking the limit as x0x \to 0 gives 14=0.25\frac{1}{4} = 0.25.

Adım Adım Çözüm

1
Check direct substitution
Indeterminate form 00\frac{0}{0}
Directly evaluating at x=0x = 0 yields zero in both numerator and denominator.
2
Multiply by the conjugate of the numerator
(x+42)(x+4+2)x(x+4+2)=xx(x+4+2)\frac{(\sqrt{x + 4} - 2)(\sqrt{x + 4} + 2)}{x(\sqrt{x + 4} + 2)} = \frac{x}{x(\sqrt{x + 4} + 2)}
Rationalizing the radical in the numerator allows cancellation of the term causing the zero denominator.
3
Cancel common factors and evaluate limit
10+4+2=0.25\frac{1}{\sqrt{0 + 4} + 2} = 0.25
Canceling xx removes the zero factor, permitting direct evaluation.

Anahtar Kavram

Limits of indeterminate algebraic expressions using surd rationalization
Soru 40Soru

If y=(x2+1)(2x3)3y = (x^2 + 1)(2x - 3)^3, find the value of dydx\frac{dy}{dx} at x=2x = 2.

Cevabı ve açıklamayı göster

Cevap: 34

Cevap

The value of dydx\frac{dy}{dx} at x=2x = 2 is 3434.
Applying the product rule dydx=uv+uv\frac{dy}{dx} = u'v + uv' alongside the chain rule gives dydx=2x(2x3)3+6(x2+1)(2x3)2\frac{dy}{dx} = 2x(2x - 3)^3 + 6(x^2 + 1)(2x - 3)^2. Evaluating at x=2x = 2 yields 4(1)+30(1)=344(1) + 30(1) = 34.

Adım Adım Çözüm

1
Identify component functions for the product rule
Let u(x)=x2+1u(x) = x^2 + 1 and v(x)=(2x3)3v(x) = (2x - 3)^3.
The function yy is a product of two differentiable functions.
2
Differentiate each component function
u(x)=2xu'(x) = 2x and v(x)=3(2x3)22=6(2x3)2v'(x) = 3(2x - 3)^2 \cdot 2 = 6(2x - 3)^2.
The power rule gives u(x)u'(x) and the chain rule gives v(x)v'(x) by multiplying by the derivative of the inner function (2x3)(2x - 3).
3
Apply the product rule formula dydx=u(x)v(x)+u(x)v(x)\frac{dy}{dx} = u'(x)v(x) + u(x)v'(x)
dydx=2x(2x3)3+6(x2+1)(2x3)2\frac{dy}{dx} = 2x(2x - 3)^3 + 6(x^2 + 1)(2x - 3)^2.
To find the general derivative of a product of functions.
4
Evaluate the derivative at x=2x = 2
dydxx=2=2(2)(2(2)3)3+6(22+1)(2(2)3)2=4(1)+30(1)=34\frac{dy}{dx}\Big|_{x=2} = 2(2)(2(2) - 3)^3 + 6(2^2 + 1)(2(2) - 3)^2 = 4(1) + 30(1) = 34.
To calculate the specific numerical value of the derivative at x=2x = 2.

Anahtar Kavram

Product and Chain Rules of Differentiation
Tahmini Süre:1m 30s
ÖncekiSayfa 2 / 9Sonraki
Calculus Alıştırma Soruları — JAMB UTME — Sayfa 2 | Examkin