Stationary Points, Maxima, and Minima

17 soru

Soru 1Soru

A curve is given by the equation y=xx2+4y = \frac{x}{x^2 + 4}. What is the maximum value of yy on this curve?

Cevabı ve açıklamayı göster

Cevap: 14\frac{1}{4}

Cevap

The maximum value of yy on the curve is 14\frac{1}{4}.
To find the maximum value of y=xx2+4y = \frac{x}{x^2 + 4}, differentiate yy using the quotient rule to obtain dydx=4x2(x2+4)2\frac{dy}{dx} = \frac{4 - x^2}{(x^2 + 4)^2}. Setting the numerator to zero gives x=±2x = \pm 2. Since dydx\frac{dy}{dx} is positive for x<2x < 2 and negative for x>2x > 2, x=2x = 2 corresponds to a local maximum. Substituting x=2x = 2 into y=xx2+4y = \frac{x}{x^2 + 4} yields y=28=14y = \frac{2}{8} = \frac{1}{4}.

Adım Adım Çözüm

1
Differentiate y=xx2+4y = \frac{x}{x^2 + 4} using the quotient rule
\frac{dy}{dx} = \frac{(x^2 + 4)(1) - x(2x)}{(x^2 + 4)^2} = \frac{4 - x^2}{(x^2 + 4)^2}
Stationary points occur where the first derivative dydx\frac{dy}{dx} equals zero.
2
Find the stationary points by setting dydx=0\frac{dy}{dx} = 0
4 - x^2 = 0 \implies x = 2 \text{ or } x = -2
A fraction equals zero when its numerator is zero.
3
Determine the nature of the stationary point at x=2x = 2
\text{For } x < 2, \frac{dy}{dx} > 0; \text{ for } x > 2, \frac{dy}{dx} < 0 \implies x = 2 \text{ is a maximum point}
The derivative changes sign from positive to negative across a maximum point.
4
Evaluate yy at x=2x = 2
y = \frac{2}{2^2 + 4} = \frac{2}{8} = \frac{1}{4}
Substituting the xx-coordinate into the curve equation yields the maximum value of yy.

Anahtar Kavram

Stationary Points, Maxima, and Minima
Soru 2Soru

A curve is defined by the equation y=x33x2+ky = x^3 - 3x^2 + k, where kk is a constant. If the local minimum value of yy on the curve is 22, what is the value of kk?

Cevabı ve açıklamayı göster

Cevap: 6

Cevap

The value of the constant kk is 66.
To find the constant kk, differentiate the curve equation to obtain dydx=3x26x\frac{dy}{dx} = 3x^2 - 6x. Setting dydx=0\frac{dy}{dx} = 0 gives stationary points at x=0x = 0 and x=2x = 2. Calculating the second derivative d2ydx2=6x6\frac{d^2y}{dx^2} = 6x - 6 shows d2ydx2=6>0\frac{d^2y}{dx^2} = 6 > 0 at x=2x = 2, confirming that the local minimum occurs at x=2x = 2. Substituting x=2x = 2 and the minimum value y=2y = 2 into y=x33x2+ky = x^3 - 3x^2 + k yields 2=812+k2 = 8 - 12 + k, which simplifies to k=6k = 6.

Adım Adım Çözüm

1
Differentiate y=x33x2+ky = x^3 - 3x^2 + k with respect to xx.
dydx=3x26x\frac{dy}{dx} = 3x^2 - 6x
Stationary points occur where the first derivative equals zero.
2
Solve dydx=0\frac{dy}{dx} = 0 for xx.
x=0x = 0 or x=2x = 2
These xx-values locate the turning points on the curve.
3
Evaluate the second derivative d2ydx2=6x6\frac{d^2y}{dx^2} = 6x - 6 at each stationary point.
At x=0x = 0, d2ydx2=6\frac{d^2y}{dx^2} = -6 (local maximum); at x=2x = 2, d2ydx2=6\frac{d^2y}{dx^2} = 6 (local minimum).
A positive second derivative indicates a local minimum point.
4
Substitute x=2x = 2 and y=2y = 2 into the curve equation y=x33x2+ky = x^3 - 3x^2 + k.
2=(2)33(2)2+k    2=4+k    k=62 = (2)^3 - 3(2)^2 + k \implies 2 = -4 + k \implies k = 6
The local minimum value of yy is attained at x=2x = 2.

Anahtar Kavram

Stationary Points, Maxima, and Minima
Soru 3Soru

A curve is defined by the equation y=2x39x2+12x+5y = 2x^3 - 9x^2 + 12x + 5. What is the value of yy at its maximum stationary point?

Cevabı ve açıklamayı göster

Cevap: 10

Cevap

The value of yy at the maximum stationary point is 1010.
To locate the maximum stationary point, set the first derivative dydx=6x218x+12\frac{dy}{dx} = 6x^2 - 18x + 12 to zero, obtaining stationary values x=1x = 1 and x=2x = 2. Testing in the second derivative d2ydx2=12x18\frac{d^2y}{dx^2} = 12x - 18 gives 6-6 at x=1x = 1, confirming a local maximum. Substituting x=1x = 1 into the original cubic equation gives y=2(1)39(1)2+12(1)+5=10y = 2(1)^3 - 9(1)^2 + 12(1) + 5 = 10.

Adım Adım Çözüm

1
Differentiate yy with respect to xx to find the gradient function.
\frac{dy}{dx} = 6x^2 - 18x + 12
Stationary points occur where the gradient of the curve is zero.
2
Set the first derivative to zero and solve for xx.
x = 1 \text{ or } x = 2
Factoring 6(x1)(x2)=06(x - 1)(x - 2) = 0 yields the xx-coordinates of the turning points.
3
Determine the nature of the stationary points using the second derivative test.
\frac{d^2y}{dx^2} = 12x - 18; \quad \text{at } x = 1, \frac{d^2y}{dx^2} = -6 < 0
A negative second derivative indicates a local maximum stationary point.
4
Substitute x=1x = 1 into the original function to determine yy.
y = 2(1)^3 - 9(1)^2 + 12(1) + 5 = 10
Evaluating the curve function at the maximum xx-coordinate provides the corresponding maximum yy-value.

Anahtar Kavram

Stationary Points, Maxima, and Minima
Soru 4Soru

A cubic curve is defined by the equation y=ax3+bx2+cx+dy = ax^3 + bx^2 + cx + d. The curve has a point of inflexion at (0,1)(0, 1) and a stationary point at (1,5)(1, 5). What is the local minimum value of the function?

Cevabı ve açıklamayı göster

Cevap: 3-3

Cevap

The local minimum value of the function is 3-3.
By applying the conditions for a point of inflexion (y=0y''=0) and a stationary point (y=0y'=0), the curve equation is identified as y=2x3+6x+1y = -2x^3 + 6x + 1. Solving y=0y' = 0 gives x=1x = -1 for the local minimum, resulting in a minimum value of 3-3.

Adım Adım Çözüm

1
Use the point of inflexion and given point (0,1)(0, 1) to find bb and dd.
d=1d = 1 and b=0b = 0.
Since (0,1)(0,1) lies on the curve, substituting x=0,y=1x=0, y=1 gives d=1d = 1. The second derivative is y=6ax+2by'' = 6ax + 2b. At a point of inflexion x=0x = 0, y=0y'' = 0, giving 2b=0    b=02b = 0 \implies b = 0.
2
Use the stationary point condition at (1,5)(1, 5) to determine aa and cc.
a=2a = -2 and c=6c = 6.
The equation reduces to y=ax3+cx+1y = ax^3 + cx + 1. Since (1,5)(1,5) is on the curve, a+c+1=5    a+c=4a + c + 1 = 5 \implies a + c = 4. Also, y=3ax2+c=0y' = 3ax^2 + c = 0 at x=1x = 1, so 3a+c=03a + c = 0. Solving 3a+c=03a + c = 0 and a+c=4a + c = 4 simultaneously yields a=2a = -2 and c=6c = 6.
3
Find all stationary points of y=2x3+6x+1y = -2x^3 + 6x + 1 and test their nature using the second derivative.
Stationary points are at x=1x = 1 (maximum) and x=1x = -1 (minimum).
Setting y=6x2+6=0y' = -6x^2 + 6 = 0 yields x2=1    x=±1x^2 = 1 \implies x = \pm 1. The second derivative is y=12xy'' = -12x. For x=1x = -1, y=12>0y'' = 12 > 0, confirming a local minimum.
4
Evaluate the function at x=1x = -1 to find the local minimum value.
y(1)=3y(-1) = -3.
Substituting x=1x = -1 into y=2x3+6x+1y = -2x^3 + 6x + 1 yields y=2(1)3+6(1)+1=26+1=3y = -2(-1)^3 + 6(-1) + 1 = 2 - 6 + 1 = -3.

Anahtar Kavram

Determining curve constants using stationary points and points of inflexion, followed by identifying local extrema.
Tahmini Süre:3m 0s
Soru 5Soru

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 6Soru

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 7Soru

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 8Soru

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 9Soru

What is the x-coordinate of the maximum stationary point of the curve y=sinx+cosxy = \sin x + \cos x in the interval 0xπ0 \le x \le \pi?

Cevabı ve açıklamayı göster

Cevap: π4\frac{\pi}{4}

Cevap

The x-coordinate of the maximum stationary point is π4\frac{\pi}{4}.
To find stationary points, we differentiate y=sinx+cosxy = \sin x + \cos x to get dydx=cosxsinx\frac{dy}{dx} = \cos x - \sin x. Setting dydx=0\frac{dy}{dx} = 0 gives sinx=cosx\sin x = \cos x, or tanx=1\tan x = 1. Within 0xπ0 \le x \le \pi, the solution is x=π4x = \frac{\pi}{4}. Evaluating the second derivative d2ydx2=sinxcosx\frac{d^2y}{dx^2} = -\sin x - \cos x at x=π4x = \frac{\pi}{4} yields 2<0-\sqrt{2} < 0, confirming a local maximum.

Adım Adım Çözüm

1
Differentiate the function y=sinx+cosxy = \sin x + \cos x with respect to xx.
dydx=cosxsinx\frac{dy}{dx} = \cos x - \sin x
Stationary points occur where the first derivative dydx=0\frac{dy}{dx} = 0.
2
Set the first derivative to zero and solve for xx in the interval 0xπ0 \le x \le \pi.
\cos x - \sin x = 0 \implies \sin x = \cos x \implies \tan x = 1 \implies x = \frac{\pi}{4}
Dividing both sides by cosx\cos x gives tanx=1\tan x = 1, which has the solution x=π4x = \frac{\pi}{4} in the given domain.
3
Verify the nature of the stationary point using the second derivative test.
\frac{d^2y}{dx^2} = -\sin x - \cos x \implies \left.\frac{d^2y}{dx^2}\right|_{x=\frac{\pi}{4}} = -\frac{\sqrt{2}}{2} - \frac{\sqrt{2}}{2} = -\sqrt{2} < 0
A negative second derivative confirms that x=π4x = \frac{\pi}{4} is a local maximum point.

Anahtar Kavram

Finding stationary points and determining their nature using derivatives of trigonometric functions.
Soru 10Soru

A cubic curve defined by y=ax3+bx2+cx+dy = ax^3 + bx^2 + cx + d has a local maximum at (1,10)(-1, 10) and a point of inflexion at (1,2)(1, 2). What is the value of yy at the local minimum of the curve?

Cevabı ve açıklamayı göster

Cevap: -6

Cevap

The local minimum value of yy on the curve is 6-6.
By setting up a system of equations using the conditions for the local maximum at (1,10)(-1, 10) and the point of inflexion at (1,2)(1, 2), the cubic curve is uniquely determined as y=0.5x31.5x24.5x+7.5y = 0.5x^3 - 1.5x^2 - 4.5x + 7.5. Setting the derivative dydx=1.5(x3)(x+1)=0\frac{dy}{dx} = 1.5(x-3)(x+1) = 0 gives x=3x = 3 as the xx-coordinate of the local minimum. Evaluating y(3)y(3) gives 6-6.

Adım Adım Çözüm

1
Differentiate the general cubic equation to obtain expressions for the first and second derivatives.
dydx=3ax2+2bx+c\frac{dy}{dx} = 3ax^2 + 2bx + c and d2ydx2=6ax+2b\frac{d^2y}{dx^2} = 6ax + 2b.
Stationary points require dydx=0\frac{dy}{dx} = 0 and points of inflexion require d2ydx2=0\frac{d^2y}{dx^2} = 0.
2
Apply the point of inflexion conditions at (1,2)(1, 2).
6a(1)+2b=0    b=3a6a(1) + 2b = 0 \implies b = -3a, and a(1)3+b(1)2+c(1)+d=2    2a+c+d=2a(1)^3 + b(1)^2 + c(1) + d = 2 \implies -2a + c + d = 2.
At a point of inflexion, the second derivative is zero, and the point lies on the curve.
3
Apply the stationary point and coordinate conditions at the local maximum (1,10)(-1, 10).
3a(1)2+2b(1)+c=0    9a+c=0    c=9a3a(-1)^2 + 2b(-1) + c = 0 \implies 9a + c = 0 \implies c = -9a, and a+bc+d=10    5a+d=10-a + b - c + d = 10 \implies 5a + d = 10.
At a local maximum, the first derivative is zero, and the point lies on the curve.
4
Solve the system of linear equations for coefficients a,b,c,da, b, c, d.
a=0.5a = 0.5, b=1.5b = -1.5, c=4.5c = -4.5, d=7.5d = 7.5.
Combining 11a+d=2-11a + d = 2 and 5a+d=105a + d = 10 yields 16a=8    a=0.516a = 8 \implies a = 0.5.
5
Find the xx-coordinate of the local minimum by solving dydx=0\frac{dy}{dx} = 0.
1.5x23x4.5=0    1.5(x3)(x+1)=0    x=31.5x^2 - 3x - 4.5 = 0 \implies 1.5(x - 3)(x + 1) = 0 \implies x = 3 (since x=1x = -1 is the local maximum).
Evaluating d2ydx2(3)=6(0.5)(3)+2(1.5)=6>0\frac{d^2y}{dx^2}(3) = 6(0.5)(3) + 2(-1.5) = 6 > 0 confirms a local minimum at x=3x = 3.
6
Calculate the value of yy at x=3x = 3.
y=0.5(3)31.5(3)24.5(3)+7.5=6y = 0.5(3)^3 - 1.5(3)^2 - 4.5(3) + 7.5 = -6.
Substituting x=3x = 3 into the curve equation gives the value of yy at the local minimum.

Anahtar Kavram

Determining polynomial coefficients from stationary and inflexion point conditions to find extreme values.
Soru 11Soru

A curve has the equation y=ax3+bx2+12x+1y = ax^3 + bx^2 + 12x + 1, where aa and bb are constants. If the curve has stationary points at x=1x = 1 and x=2x = 2, what is the value of aa?

Cevabı ve açıklamayı göster

Cevap: 22

Cevap

The value of aa is 22.
To find aa, take the first derivative of the curve, yielding dydx=3ax2+2bx+12\frac{dy}{dx} = 3ax^2 + 2bx + 12. Setting this to zero gives a quadratic equation with roots x=1x = 1 and x=2x = 2. The product of roots for a quadratic equation Ax2+Bx+C=0Ax^2 + Bx + C = 0 is CA\frac{C}{A}. Therefore, 1×2=123a1 \times 2 = \frac{12}{3a}, which simplifies to 2=4a2 = \frac{4}{a}, giving a=2a = 2.

Adım Adım Çözüm

1
Find the derivative of the given curve with respect to xx.
dydx=3ax2+2bx+12\frac{dy}{dx} = 3ax^2 + 2bx + 12
Stationary points occur where the first derivative dydx=0\frac{dy}{dx} = 0.
2
Set the derivative to zero and substitute the stationary point locations x=1x = 1 and x=2x = 2.
The roots of the quadratic equation 3ax2+2bx+12=03ax^2 + 2bx + 12 = 0 are x1=1x_1 = 1 and x2=2x_2 = 2.
Since stationary points are given at x=1x=1 and x=2x=2, these values satisfy dydx=0\frac{dy}{dx} = 0.
3
Apply the product of roots formula for a quadratic equation Ax2+Bx+C=0Ax^2 + Bx + C = 0, where x1x2=CAx_1 \cdot x_2 = \frac{C}{A}.
1×2=123a    2=4a1 \times 2 = \frac{12}{3a} \implies 2 = \frac{4}{a}
Equating the product of roots 1×2=21 \times 2 = 2 to 123a\frac{12}{3a} isolates parameter aa.
4
Solve for aa.
a=2a = 2
Multiplying both sides by aa gives 2a=42a = 4, so a=2a = 2.

Anahtar Kavram

Stationary points occur where dydx=0\frac{dy}{dx} = 0. For a cubic curve, the derivative is a quadratic equation whose roots correspond to the xx-coordinates of the stationary points.
Tahmini Süre:2m 0s
Soru 12Soru

What is the xx-coordinate of the stationary point of the curve y=3x212x+7y = 3x^2 - 12x + 7?

Cevabı ve açıklamayı göster

Cevap: 22

Cevap

The xx-coordinate of the stationary point is 22.
To find the stationary point, take the derivative of y=3x212x+7y = 3x^2 - 12x + 7 with respect to xx, obtaining dydx=6x12\frac{dy}{dx} = 6x - 12. Setting the derivative equal to zero gives 6x12=06x - 12 = 0, which solves to x=2x = 2.

Adım Adım Çözüm

1
Differentiate the equation of the curve with respect to xx
dydx=6x12\frac{dy}{dx} = 6x - 12
Stationary points occur where the first derivative (gradient) of the function is equal to zero.
2
Set the derivative to zero and solve for xx
6x - 12 = 0 \implies 6x = 12 \implies x = 2
Solving this linear equation gives the exact value of xx at which the tangent to the curve is horizontal.

Anahtar Kavram

Stationary Points of a Curve
Tahmini Süre:45s
Soru 13Soru

A closed cylindrical metal container has a total surface area of 54π cm254\pi\text{ cm}^2. What radius, in centimeters, of the circular base will yield the maximum volume for the container?

Cevabı ve açıklamayı göster

Cevap: 3

Cevap

The radius of the circular base that maximizes the volume is 3 cm.
To find the radius that yields maximum volume, we first express height hh in terms of radius rr using the total surface area formula 2πr2+2πrh=54π2\pi r^2 + 2\pi rh = 54\pi, giving h=27r2rh = \frac{27 - r^2}{r}. Substituting this into the volume equation V=πr2hV = \pi r^2 h gives V(r)=27πrπr3V(r) = 27\pi r - \pi r^3. Setting the first derivative dVdr=27π3πr2\frac{dV}{dr} = 27\pi - 3\pi r^2 to zero yields 3πr2=27π3\pi r^2 = 27\pi, so r2=9r^2 = 9 and r=3 cmr = 3\text{ cm}. The second derivative d2Vdr2=6πr\frac{d^2V}{dr^2} = -6\pi r evaluated at r=3r = 3 is 18π-18\pi, which is strictly negative, confirming that r=3 cmr = 3\text{ cm} maximizes volume.

Adım Adım Çözüm

1
Set up the surface area equation for a closed cylinder with the given value.
2πr2+2πrh=54π2\pi r^2 + 2\pi r h = 54\pi
A closed cylinder consists of two circular bases (2πr22\pi r^2) and a curved lateral surface (2πrh2\pi r h).
2
Express hh in terms of rr.
h=27r2rh = \frac{27 - r^2}{r}
Dividing the surface area equation by 2π2\pi yields r2+rh=27r^2 + rh = 27, allowing hh to be isolated.
3
Substitute hh into the volume formula V=πr2hV = \pi r^2 h to write volume as a function of rr only.
V(r)=27πrπr3V(r) = 27\pi r - \pi r^3
To maximize volume using calculus, the volume equation must be expressed in terms of a single variable.
4
Differentiate V(r)V(r) with respect to rr and set the derivative equal to zero to find stationary points.
dVdr=27π3πr2=0    r=3\frac{dV}{dr} = 27\pi - 3\pi r^2 = 0 \implies r = 3
Maximum volume occurs at a stationary point where the first derivative is zero.
5
Verify that r=3r = 3 produces a maximum using the second derivative test.
d2Vdr2=6πr\frac{d^2V}{dr^2} = -6\pi r; at r=3r = 3, d2Vdr2=18π<0\frac{d^2V}{dr^2} = -18\pi < 0
A negative second derivative indicates a local maximum.

Anahtar Kavram

Optimization and Stationary Points in Mensuration
Tahmini Süre:2m 0s
Soru 14Soru

A curve is defined by the equation y=4x+9xy = 4x + \frac{9}{x} for x>0x > 0. What is the yy-value at the minimum stationary point of the curve?

Cevabı ve açıklamayı göster

Cevap: 12

Cevap

The yy-value at the minimum stationary point is 12.
To find the minimum value of y=4x+9xy = 4x + \frac{9}{x} for x>0x > 0, set the first derivative dydx=49x2\frac{dy}{dx} = 4 - \frac{9}{x^2} equal to 00, yielding x=1.5x = 1.5. The second derivative d2ydx2=18x3\frac{d^2y}{dx^2} = \frac{18}{x^3} is positive at x=1.5x = 1.5, confirming a minimum stationary point. Evaluating the original equation at x=1.5x = 1.5 gives y=4(1.5)+91.5=6+6=12y = 4(1.5) + \frac{9}{1.5} = 6 + 6 = 12.

Adım Adım Çözüm

1
Differentiate the given function y=4x+9x1y = 4x + 9x^{-1} with respect to xx.
\frac{dy}{dx} = 4 - 9x^{-2} = 4 - \frac{9}{x^2}
Stationary points occur where the gradient (first derivative) equals zero.
2
Set the first derivative to zero and solve for xx given the domain constraint x>0x > 0.
4 - \frac{9}{x^2} = 0 \implies 4x^2 = 9 \implies x^2 = \frac{9}{4} \implies x = \frac{3}{2} = 1.5
Solving dydx=0\frac{dy}{dx} = 0 yields the xx-coordinate of the turning point.
3
Evaluate the second derivative to confirm the turning point is a local minimum.
\frac{d^2y}{dx^2} = \frac{18}{x^3}. \text{ At } x = 1.5, \frac{d^2y}{dx^2} = \frac{18}{3.375} = 5.333 > 0
A positive second derivative indicates that the stationary point is a local minimum.
4
Substitute x=1.5x = 1.5 back into the original equation y=4x+9xy = 4x + \frac{9}{x} to find the corresponding yy-value.
y = 4(1.5) + \frac{9}{1.5} = 6 + 6 = 12
The question asks for the yy-value of the curve at the minimum stationary point.

Anahtar Kavram

Stationary Points, Maxima, and Minima
Tahmini Süre:2m 0s
Soru 15Soru

What is the value of yy at the local minimum stationary point of the curve y=x33x29x+15y = x^3 - 3x^2 - 9x + 15 for x>0x > 0?

Cevabı ve açıklamayı göster

Cevap: -12

Cevap

The value of yy at the local minimum stationary point is 12-12.
To find the local minimum point of y=x33x29x+15y = x^3 - 3x^2 - 9x + 15, set the derivative dydx=3x26x9\frac{dy}{dx} = 3x^2 - 6x - 9 equal to 00. Solving 3(x3)(x+1)=03(x - 3)(x + 1) = 0 yields x=3x = 3 for x>0x > 0. The second derivative d2ydx2=6x6\frac{d^2y}{dx^2} = 6x - 6 equals 12>012 > 0 at x=3x = 3, confirming a local minimum. Substituting x=3x = 3 back into the original curve equation yields y=(3)33(3)29(3)+15=12y = (3)^3 - 3(3)^2 - 9(3) + 15 = -12.

Adım Adım Çözüm

1
Differentiate y=x33x29x+15y = x^3 - 3x^2 - 9x + 15 with respect to xx
\frac{dy}{dx} = 3x^2 - 6x - 9
Stationary points occur where the slope (first derivative) is zero.
2
Set dydx=0\frac{dy}{dx} = 0 and solve for xx
x = 3 \text{ or } x = -1
Factoring 3(x22x3)=03(x^2 - 2x - 3) = 0 gives (x3)(x+1)=0(x - 3)(x + 1) = 0.
3
Apply the second derivative test at x=3x = 3 (since x>0x > 0)
\frac{d^2y}{dx^2} = 6(3) - 6 = 12 > 0
A positive second derivative confirms that x=3x = 3 is a local minimum.
4
Evaluate yy at x=3x = 3 in the original curve equation
y = (3)^3 - 3(3)^2 - 9(3) + 15 = -12
Substituting x=3x = 3 into y(x)y(x) gives the yy-coordinate of the minimum point.

Anahtar Kavram

Stationary Points and Local Minima of Polynomial Curves
Soru 16Soru

What is the xx-coordinate of the maximum stationary point of the curve y=sin(2x)xy = \sin(2x) - x in the interval 0xπ0 \le x \le \pi?

Cevabı ve açıklamayı göster

Cevap: π6\frac{\pi}{6}

Cevap

The xx-coordinate of the maximum stationary point is π6\frac{\pi}{6}.
Differentiating y=sin(2x)xy = \sin(2x) - x gives dydx=2cos(2x)1\frac{dy}{dx} = 2\cos(2x) - 1. Setting this derivative to zero yields cos(2x)=12\cos(2x) = \frac{1}{2}, giving x=π6x = \frac{\pi}{6} and x=5π6x = \frac{5\pi}{6} in the given interval. Checking the second derivative d2ydx2=4sin(2x)\frac{d^2y}{dx^2} = -4\sin(2x) at x=π6x = \frac{\pi}{6} gives 23<0-2\sqrt{3} < 0, which confirms that the maximum stationary point occurs at π6\frac{\pi}{6}.

Adım Adım Çözüm

1
Find the first derivative of y=sin(2x)xy = \sin(2x) - x using the chain rule.
dydx=2cos(2x)1\frac{dy}{dx} = 2\cos(2x) - 1
Stationary points occur where the rate of change dydx=0\frac{dy}{dx} = 0.
2
Set dydx=0\frac{dy}{dx} = 0 and solve for xx within 0xπ0 \le x \le \pi.
2cos(2x)1=0    cos(2x)=12    2x=π32\cos(2x) - 1 = 0 \implies \cos(2x) = \frac{1}{2} \implies 2x = \frac{\pi}{3} or 2x=5π3    x=π62x = \frac{5\pi}{3} \implies x = \frac{\pi}{6} or x=5π6x = \frac{5\pi}{6}
The trigonometric equation cos(θ)=12\cos(\theta) = \frac{1}{2} has solutions π3\frac{\pi}{3} and 5π3\frac{5\pi}{3} in [0,2π][0, 2\pi].
3
Evaluate the second derivative d2ydx2\frac{d^2y}{dx^2} to determine the nature of the stationary points.
d2ydx2=4sin(2x)\frac{d^2y}{dx^2} = -4\sin(2x). At x=π6x = \frac{\pi}{6}, d2ydx2=4sin(π3)=23<0\frac{d^2y}{dx^2} = -4\sin\left(\frac{\pi}{3}\right) = -2\sqrt{3} < 0.
A negative second derivative (d2ydx2<0\frac{d^2y}{dx^2} < 0) indicates a local maximum.

Anahtar Kavram

Determining maximum stationary points of trigonometric functions using the first and second derivative tests.
Soru 17Soru

What is the maximum value of the curve y=xx2+4y = \frac{x}{x^2 + 4}?

Cevabı ve açıklamayı göster

Cevap: 14\frac{1}{4}

Cevap

The maximum value of the curve is 14\frac{1}{4}.
Differentiating y=xx2+4y = \frac{x}{x^2 + 4} using the quotient rule gives dydx=4x2(x2+4)2\frac{dy}{dx} = \frac{4 - x^2}{(x^2 + 4)^2}. Setting dydx=0\frac{dy}{dx} = 0 yields critical points at x=±2x = \pm 2. Substituting x=2x = 2 into the original function gives y=28=14y = \frac{2}{8} = \frac{1}{4}, which is the maximum value of the function.

Adım Adım Çözüm

1
Differentiate y=xx2+4y = \frac{x}{x^2 + 4} with respect to xx using the quotient rule.
\frac{dy}{dx} = \frac{(x^2 + 4)(1) - x(2x)}{(x^2 + 4)^2} = \frac{4 - x^2}{(x^2 + 4)^2}
Stationary points occur where the first derivative equals zero.
2
Set dydx=0\frac{dy}{dx} = 0 to solve for the stationary points.
4 - x^2 = 0 \implies x^2 = 4 \implies x = 2 \text{ or } x = -2
A rational expression equals zero when its numerator is zero.
3
Evaluate yy at each critical point to determine the function values.
For x=2x = 2: y=222+4=28=14y = \frac{2}{2^2 + 4} = \frac{2}{8} = \frac{1}{4}. For x=2x = -2: y=2(2)2+4=14y = \frac{-2}{(-2)^2 + 4} = -\frac{1}{4}.
The question asks for the maximum value of yy on the curve.
4
Compare the stationary values to select the maximum.
The maximum value is 14\frac{1}{4} at x=2x = 2.
Since 14>14\frac{1}{4} > -\frac{1}{4}, x=2x = 2 corresponds to the maximum point.

Anahtar Kavram

Stationary Points and Maxima/Minima of Rational Functions
Tahmini Süre:1m 30s
Stationary Points, Maxima, and Minima Alıştırma Soruları — JAMB UTME | Examkin