Advanced Math

438 soru

Soru 401Soru

The table below shows selected values for a polynomial function ff of degree 3.

xxf(x)f(x)
2-200
1100
3300
441818

What is the value of f(0)f(0)?

Cevabı ve açıklamayı göster

Cevap: 6

Cevap

The value of f(0)f(0) is 6.
The table shows the roots of the cubic function f(x)f(x) are x=2x = -2, x=1x = 1, and x=3x = 3. This allows the function to be written in factored form as f(x)=a(x+2)(x1)(x3)f(x) = a(x + 2)(x - 1)(x - 3). Using the point (4,18)(4, 18) from the table, we solve for aa: 18=a(4+2)(41)(43)18=18aa=118 = a(4 + 2)(4 - 1)(4 - 3) \Rightarrow 18 = 18a \Rightarrow a = 1. The function is f(x)=(x+2)(x1)(x3)f(x) = (x + 2)(x - 1)(x - 3). Substituting x=0x = 0 gives f(0)=(2)(1)(3)=6f(0) = (2)(-1)(-3) = 6.

Adım Adım Çözüm

1
Identify the roots of the polynomial from the table.
The roots of the function are x=2x = -2, x=1x = 1, and x=3x = 3.
The table shows that f(x)=0f(x) = 0 at these values, indicating they are the xx-intercepts or roots.
2
Write the general factored form of a degree 3 polynomial with these roots.
f(x)=a(x+2)(x1)(x3)f(x) = a(x + 2)(x - 1)(x - 3)
A cubic polynomial with roots r1r_1, r2r_2, and r3r_3 can be expressed as f(x)=a(xr1)(xr2)(xr3)f(x) = a(x - r_1)(x - r_2)(x - r_3) for a constant coefficient aa.
3
Find the value of the constant coefficient aa using a known point from the table.
a=1a = 1
Substituting the table values x=4x = 4 and f(4)=18f(4) = 18 yields 18=a(4+2)(41)(43)18 = a(4 + 2)(4 - 1)(4 - 3), which simplifies to 18=18a18 = 18a, so a=1a = 1.
4
Calculate the value of f(0)f(0) using the fully defined function.
f(0)=6f(0) = 6
Substituting x=0x = 0 into the equation f(x)=(x+2)(x1)(x3)f(x) = (x + 2)(x - 1)(x - 3) gives f(0)=(0+2)(01)(03)=2×(1)×(3)=6f(0) = (0 + 2)(0 - 1)(0 - 3) = 2 \times (-1) \times (-3) = 6.

Anahtar Kavram

Using polynomial roots and extra points to define a polynomial function and evaluate it.
Soru 402Soru

For the function f(x)=4x3f(x) = 4^x - 3, a new function gg is created by reflecting the graph of y=f(x)y = f(x) across the xx-axis, followed by a vertical translation of cc units upward. The graph of y=g(x)y = g(x) contains the point (2,5)(2, -5). What is the value of the constant cc?

Cevabı ve açıklamayı göster

Cevap: 8

Cevap

8
Reflecting the graph of f(x)=4x3f(x) = 4^x - 3 across the xx-axis results in the function f(x)=(4x3)=4x+3-f(x) = -(4^x - 3) = -4^x + 3. Translating this graph vertically upward by cc units defines g(x)=4x+3+cg(x) = -4^x + 3 + c. Substituting the given point (2,5)(2, -5) yields 5=42+3+c-5 = -4^2 + 3 + c, which simplifies to 5=13+c-5 = -13 + c. Adding 1313 to both sides gives c=8c = 8.

Adım Adım Çözüm

1
Reflect the function f(x)f(x) across the xx-axis
f(x)=(4x3)=4x+3-f(x) = -(4^x - 3) = -4^x + 3
Reflecting a graph across the xx-axis is represented by negating the output of the function, which transforms y=f(x)y = f(x) to y=f(x)y = -f(x).
2
Apply the vertical translation upward by cc units to define g(x)g(x)
g(x)=f(x)+c=4x+3+cg(x) = -f(x) + c = -4^x + 3 + c
Translating a function vertically upward by cc units adds cc to the function's expression.
3
Substitute the point (2,5)(2, -5) into g(x)g(x) and solve for cc
c=8c = 8
Since the graph of gg passes through (2,5)(2, -5), substitute x=2x = 2 and g(x)=5g(x) = -5 into the equation: 5=42+3+c-5 = -4^2 + 3 + c. This simplifies to 5=16+3+c-5 = -16 + 3 + c, then 5=13+c-5 = -13 + c, which gives c=8c = 8.

Anahtar Kavram

Function transformations, including vertical reflections and translations
Soru 403Soru

A polynomial function pp is defined by p(x)=ax(x3)2p(x) = ax(x-3)^2, where aa is a constant. In the xyxy-plane, the graph of y=p(x)y = p(x) passes through the point (1,8)(1, -8). What is the value of p(2)p(2)?

Cevabı ve açıklamayı göster

Cevap: -4

Cevap

-4
The correct answer is -4. By substituting the point (1,8)(1, -8) into the given function p(x)=ax(x3)2p(x) = ax(x-3)^2, we obtain 8=a(1)(13)2-8 = a(1)(1-3)^2, which simplifies to 8=4a-8 = 4a. Dividing both sides by 44 gives a=2a = -2. Substituting a=2a = -2 back into the function yields p(x)=2x(x3)2p(x) = -2x(x-3)^2. Evaluating this function at x=2x = 2 gives p(2)=2(2)(23)2=4(1)=4p(2) = -2(2)(2-3)^2 = -4(1) = -4.

Adım Adım Çözüm

1
Substitute the coordinates of the given point (1,8)(1, -8) into the polynomial equation to set up an equation for the constant aa.
p(1)=a(1)(13)2=8p(1) = a(1)(1 - 3)^2 = -8
Since the graph passes through (1,8)(1, -8), substituting x=1x = 1 must yield y=8y = -8.
2
Simplify the expression and solve for the constant aa.
a(2)2=84a=8a=2a(-2)^2 = -8 \Rightarrow 4a = -8 \Rightarrow a = -2
Evaluating (13)2(1-3)^2 gives 44, leading to a simple linear equation in terms of aa.
3
Substitute a=2a = -2 back into the original polynomial definition to obtain the complete function formula.
p(x)=2x(x3)2p(x) = -2x(x - 3)^2
Knowing the value of the leading constant allows us to write the explicit formula for p(x)p(x).
4
Evaluate p(2)p(2) by substituting x=2x = 2 into the completed function formula.
p(2)=2(2)(23)2=4(1)2=4p(2) = -2(2)(2 - 3)^2 = -4(-1)^2 = -4
This calculation yields the value of the polynomial at x=2x = 2 as requested.

Anahtar Kavram

Polynomial Factors and Graphs
Soru 404Soru

In the xyxy-plane, the graph of the quadratic function ff is defined by f(x)=x2+6x5f(x) = -x^2 + 6x - 5. If the graph of ff is translated 22 units to the right and 44 units up to form the graph of a new function gg, what is the maximum value of gg?

Cevabı ve açıklamayı göster

Cevap: 8

Cevap

8
The maximum value of the quadratic function is the y-coordinate of its vertex. For f(x)=x2+6x5f(x) = -x^2 + 6x - 5, the vertex occurs at x=62(1)=3x = -\frac{6}{2(-1)} = 3. Evaluating f(3)f(3) yields 9+185=4-9 + 18 - 5 = 4, which is the maximum value of ff. Translating the graph 22 units to the right shifts the vertex horizontally to x=5x = 5 but does not change the maximum height. Translating the graph 44 units up increases the y-coordinate of the vertex by 44, resulting in a new maximum value of 4+4=84 + 4 = 8.

Adım Adım Çözüm

1
Find the x-coordinate of the vertex of the function f(x)=x2+6x5f(x) = -x^2 + 6x - 5.
x=3x = 3
The x-coordinate of the vertex of a quadratic function in the standard form y=ax2+bx+cy = ax^2 + bx + c is given by x=b2ax = -\frac{b}{2a}. For f(x)f(x), we have a=1a = -1 and b=6b = 6, so x=62(1)=3x = -\frac{6}{2(-1)} = 3.
2
Calculate the maximum value of f(x)f(x) by finding the y-coordinate of its vertex.
f(3)=4f(3) = 4
Substitute x=3x = 3 into the function: f(3)=(3)2+6(3)5=9+185=4f(3) = -(3)^2 + 6(3) - 5 = -9 + 18 - 5 = 4. Since the coefficient of x2x^2 is negative, the parabola opens downward, meaning the vertex represents the maximum value.
3
Apply the vertical translation to find the maximum value of the new function g(x)g(x).
Maximum value of gg is 88
Translating the graph 22 units to the right shifts the vertex horizontally but does not affect the vertical maximum value. Translating the graph 44 units up increases the maximum value by 44. Thus, the new maximum value is 4+4=84 + 4 = 8.

Anahtar Kavram

Determining the maximum value of a quadratic function and applying translations to its graph.
Soru 405Soru

The function ff is defined by f(x)=(x+21)f(x) = -(\sqrt{x+2} - 1). The graph of the function gg in the xyxy-plane is obtained by shifting the graph of ff to the right by 33 units and then down by 22 units. If the point (a,5)(a, -5) lies on the graph of gg, what is the value of aa?

Cevabı ve açıklamayı göster

Cevap: 17

Cevap

17
The correct answer is 1717. Shifting the graph of f(x)=(x+21)f(x) = -(\sqrt{x+2} - 1) to the right by 33 units is represented by f(x3)=(x11)=x1+1f(x-3) = -(\sqrt{x-1} - 1) = -\sqrt{x-1} + 1. Shifting this result down by 22 units gives the function g(x)=f(x3)2=x11g(x) = f(x-3) - 2 = -\sqrt{x-1} - 1. Substituting the point (a,5)(a, -5) into the equation for g(x)g(x) yields a11=5-\sqrt{a-1} - 1 = -5. Adding 11 to both sides gives a1=4-\sqrt{a-1} = -4, or a1=4\sqrt{a-1} = 4. Squaring both sides results in a1=16a - 1 = 16. Finally, adding 11 to both sides gives a=17a = 17.

Adım Adım Çözüm

1
Apply the horizontal translation to the function f(x)f(x).
f(x3)=(x3+21)=(x11)=x1+1f(x-3) = -(\sqrt{x-3+2} - 1) = -(\sqrt{x-1} - 1) = -\sqrt{x-1} + 1
Shifting a function f(x)f(x) to the right by 33 units replaces xx with x3x-3.
2
Apply the vertical translation to find the expression for g(x)g(x).
g(x)=f(x3)2=x1+12=x11g(x) = f(x-3) - 2 = -\sqrt{x-1} + 1 - 2 = -\sqrt{x-1} - 1
Shifting a graph down by 22 units subtracts 22 from the entire function expression.
3
Substitute the point (a,5)(a, -5) into the equation for g(x)g(x) and solve for aa.
a11=5    a1=4    a1=4    a1=16    a=17-\sqrt{a-1} - 1 = -5 \implies -\sqrt{a-1} = -4 \implies \sqrt{a-1} = 4 \implies a-1 = 16 \implies a = 17
Since the point (a,5)(a, -5) lies on the graph of gg, we set g(a)=5g(a) = -5 and solve for aa by isolating the radical and squaring both sides.

Anahtar Kavram

Function transformations involve substituting xhx-h for xx for horizontal translations and adding kk to the function for vertical translations.
Tahmini Süre:1m 30s
Soru 406Soru

A projectile is launched from a platform. The height h(t)h(t), in meters, of the projectile tt seconds after launch is modeled by the equation h(t)=5t2+v0t+h0h(t) = -5t^2 + v_0 t + h_0, where v0v_0 and h0h_0 are constants. If the projectile reaches its maximum height of 8080 meters at 33 seconds after launch, what is the value of h0h_0?

Cevabı ve açıklamayı göster

Cevap: 35

Cevap

The value of h0h_0 is 3535, which represents the initial height of the projectile.
The maximum height of 8080 meters at 33 seconds indicates that the vertex of the quadratic function is (3,80)(3, 80). Since the lead coefficient of the t2t^2 term is 5-5, we can express the function in vertex form as h(t)=5(t3)2+80h(t) = -5(t - 3)^2 + 80. To find the value of h0h_0, which represents the height at t=0t = 0, we substitute 00 for tt, yielding h(0)=5(03)2+80=5(9)+80=45+80=35h(0) = -5(0 - 3)^2 + 80 = -5(9) + 80 = -45 + 80 = 35. Thus, the initial height is 3535 meters.

Adım Adım Çözüm

1
Identify the coordinates of the vertex of the parabola from the context.
The maximum height is 8080 meters at 33 seconds, so the vertex of the function is (3,80)(3, 80).
The vertex of a downward-opening parabola represents its maximum value.
2
Write the quadratic function in vertex form using the vertex (3,80)(3, 80) and the given leading coefficient a=5a = -5.
h(t)=5(t3)2+80h(t) = -5(t - 3)^2 + 80
The vertex form of a quadratic equation is h(t)=a(td)2+kh(t) = a(t - d)^2 + k, where (d,k)(d, k) is the vertex.
3
Evaluate the function at t=0t = 0 to find the initial height h0h_0.
h(0)=5(03)2+80=5(9)+80=45+80=35h(0) = -5(0 - 3)^2 + 80 = -5(9) + 80 = -45 + 80 = 35
The constant term h0h_0 in standard form h(t)=5t2+v0t+h0h(t) = -5t^2 + v_0 t + h_0 represents the height when t=0t = 0.

Anahtar Kavram

Vertex of a quadratic function and converting between vertex form and standard form.
Soru 407Soru

The graph of the quadratic equation y=2x212x+cy = 2x^2 - 12x + c, where cc is a constant, is a parabola in the xyxy-plane. If the yy-coordinate of the vertex of this parabola is 5-5, what is the value of cc?

Cevabı ve açıklamayı göster

Cevap: 13

Cevap

13
To find the value of the constant cc, we calculate the coordinates of the vertex of the parabola. The x-coordinate of the vertex for a quadratic function in standard form y=ax2+bx+cy = ax^2 + bx + c is given by x=b2ax = -\frac{b}{2a}. Substituting a=2a = 2 and b=12b = -12 gives x=122(2)=3x = -\frac{-12}{2(2)} = 3. Evaluating the quadratic equation at x=3x = 3 gives the y-coordinate of the vertex: y=2(3)212(3)+c=1836+c=c18y = 2(3)^2 - 12(3) + c = 18 - 36 + c = c - 18. Since we are given that the y-coordinate of the vertex is 5-5, we set c18=5c - 18 = -5 and solve to find c=13c = 13.

Adım Adım Çözüm

1
Calculate the x-coordinate of the vertex using the vertex formula.
x=3x = 3
The axis of symmetry and the x-coordinate of the vertex are located at x=b2ax = -\frac{b}{2a}.
2
Substitute the x-coordinate of the vertex into the equation to express the y-coordinate in terms of cc.
y=c18y = c - 18
Evaluating the quadratic function at the vertex's x-coordinate gives the minimum or maximum value of the function.
3
Equate the expression for the y-coordinate to the given vertex y-coordinate of 5-5 and solve for cc.
c=13c = 13
Setting the calculated y-coordinate expression equal to the given value allows us to isolate and solve for the unknown constant.

Anahtar Kavram

Determining the vertex of a quadratic function from its standard form and solving for a constant coefficient.

Alternatif Yöntem

Alternatively, we can complete the square to write the quadratic equation in vertex form, y=a(xh)2+ky = a(x-h)^2 + k. Factoring the leading coefficient from the variable terms gives y=2(x26x)+cy = 2(x^2 - 6x) + c. To complete the square inside the parentheses, add and subtract 99: y=2(x26x+99)+c=2((x3)29)+c=2(x3)218+cy = 2(x^2 - 6x + 9 - 9) + c = 2((x-3)^2 - 9) + c = 2(x-3)^2 - 18 + c. In this vertex form, the y-coordinate of the vertex is k=c18k = c - 18. Since the vertex y-coordinate is 5-5, we set c18=5c - 18 = -5 to get c=13c = 13.
Tahmini Süre:1m 30s
Soru 408Soru

In the quadratic equation x2kx+5=0x^2 - kx + 5 = 0, kk is a constant. If the solutions to the equation are x=3±ax = 3 \pm \sqrt{a}, where aa is a positive constant, what is the value of aa?

Cevabı ve açıklamayı göster

Cevap: 4

Cevap

4
The correct answer is 4. By relating the roots of a quadratic equation to its coefficients, the sum of the roots is (3+a)+(3a)=6(3 + \sqrt{a}) + (3 - \sqrt{a}) = 6, which equals the linear coefficient term kk in x2kx+5=0x^2 - kx + 5 = 0. Using k=6k = 6, we can rewrite the equation as x26x+5=0x^2 - 6x + 5 = 0. Completing the square yields (x3)29+5=0(x - 3)^2 - 9 + 5 = 0, which simplifies to (x3)2=4(x - 3)^2 = 4, or x=3±4x = 3 \pm \sqrt{4}. Comparing this to the given expression x=3±ax = 3 \pm \sqrt{a} gives a=4a = 4. Alternatively, using the product of roots, (3+a)(3a)=9a(3 + \sqrt{a})(3 - \sqrt{a}) = 9 - a. Since the product of roots is the constant term 5, we have 9a=59 - a = 5, which directly yields a=4a = 4.

Adım Adım Çözüm

1
Find the sum of the given solutions to determine the value of the constant kk.
k=6k = 6
The sum of the solutions (3+a)+(3a)(3 + \sqrt{a}) + (3 - \sqrt{a}) is 66. For a quadratic equation in the form x2kx+c=0x^2 - kx + c = 0, the sum of the solutions is equal to kk.
2
Substitute k=6k = 6 back into the quadratic equation.
x26x+5=0x^2 - 6x + 5 = 0
This gives the complete quadratic equation with numerical coefficients.
3
Solve the quadratic equation by completing the square to express the solutions in the form 3±a3 \pm \sqrt{a}.
x=3±4x = 3 \pm \sqrt{4}
Completing the square gives (x3)29+5=0(x - 3)^2 - 9 + 5 = 0, which simplifies to (x3)2=4(x - 3)^2 = 4, so x3=±4x - 3 = \pm \sqrt{4}.
4
Compare the obtained solutions to the given form x=3±ax = 3 \pm \sqrt{a} to identify the value of aa.
a=4a = 4
Comparing x=3±4x = 3 \pm \sqrt{4} with x=3±ax = 3 \pm \sqrt{a} yields a=4a = 4.

Anahtar Kavram

Relationship between roots and coefficients of a quadratic equation, or solving quadratic equations by completing the square.
Soru 409Soru

The quadratic function ff is defined by f(x)=(x3)(x7)f(x) = (x - 3)(x - 7). The function gg is defined by g(x)=f(x2)+kg(x) = f(x - 2) + k, where kk is a constant. In the xyxy-plane, the vertex of the graph of y=g(x)y = g(x) is (7,5)(7, 5). What is the value of kk?

Cevabı ve açıklamayı göster

Cevap: 9

Cevap

9
To find the vertex of the function f(x)=(x3)(x7)f(x) = (x - 3)(x - 7), we calculate the midpoint of the xx-intercepts, x=5x = 5, and evaluate the function at this value to get f(5)=4f(5) = -4, giving the vertex (5,4)(5, -4). The graph of g(x)=f(x2)+kg(x) = f(x - 2) + k shifts the graph of ff right by 22 units and up by kk units, resulting in a vertex of (7,4+k)(7, -4 + k). Since the vertex of g(x)g(x) is (7,5)(7, 5), we have 4+k=5-4 + k = 5, which solves to k=9k = 9.

Adım Adım Çözüm

1
Find the vertex of the quadratic function f(x)=(x3)(x7)f(x) = (x - 3)(x - 7).
The vertex of f(x)f(x) is (5,4)(5, -4).
The xx-coordinate of the vertex of a quadratic function in factored form f(x)=a(xr1)(xr2)f(x) = a(x - r_1)(x - r_2) lies midway between the roots r1r_1 and r2r_2. Here, x=3+72=5x = \frac{3 + 7}{2} = 5. Evaluating the function at x=5x = 5 gives the yy-coordinate: f(5)=(53)(57)=4f(5) = (5 - 3)(5 - 7) = -4.
2
Apply the transformations to find the coordinates of the vertex of g(x)=f(x2)+kg(x) = f(x - 2) + k.
The vertex of g(x)g(x) is (7,4+k)(7, -4 + k).
The transformation g(x)=f(xh)+kg(x) = f(x - h) + k shifts the graph of f(x)f(x) horizontally by hh units to the right and vertically by kk units up. For g(x)=f(x2)+kg(x) = f(x - 2) + k, the vertex of ff, (5,4)(5, -4), is shifted 22 units to the right and kk units up, resulting in the new vertex (5+2,4+k)=(7,4+k)(5 + 2, -4 + k) = (7, -4 + k).
3
Equate the yy-coordinate of the vertex of g(x)g(x) to the given value and solve for kk.
k = 9
We are given that the vertex of the graph of y=g(x)y = g(x) is (7,5)(7, 5). Setting the yy-coordinate of the transformed vertex equal to 55 gives 4+k=5-4 + k = 5. Adding 44 to both sides yields k=9k = 9.

Anahtar Kavram

Function Transformations of Quadratic Graphs
Soru 410Soru

The graph of a third-degree polynomial function gg has xx-intercepts at (2,0)(-2, 0) and (3,0)(3, 0). At x=2x = -2, the graph is tangent to the xx-axis, and the graph passes through the point (1,12)(1, -12). What is the yy-intercept of the graph of gg?

Cevabı ve açıklamayı göster

Cevap: (0,8)(0, -8)

Cevap

The yy-intercept of the graph is (0,8)(0, -8).
The polynomial has a double root at x=2x = -2 because it is tangent to the xx-axis at (2,0)(-2, 0), and a single root at x=3x = 3 because it crosses the xx-axis at (3,0)(3, 0). This allows us to write the cubic polynomial as g(x)=a(x+2)2(x3)g(x) = a(x+2)^2(x-3). Substituting the point (1,12)(1, -12) gives 12=a(1+2)2(13)    12=18a    a=23-12 = a(1+2)^2(1-3) \implies -12 = -18a \implies a = \frac{2}{3}. To find the yy-intercept, we evaluate the function at x=0x = 0: g(0)=23(0+2)2(03)=23(4)(3)=8g(0) = \frac{2}{3}(0+2)^2(0-3) = \frac{2}{3}(4)(-3) = -8, which corresponds to the point (0,8)(0, -8).

Adım Adım Çözüm

1
Set up the general form of the cubic function using the given intercepts.
g(x)=a(x+2)2(x3)g(x) = a(x+2)^2(x-3)
An xx-intercept at (2,0)(-2, 0) where the graph is tangent to the xx-axis represents a root of multiplicity 2, which corresponds to the factor (x+2)2(x+2)^2. An xx-intercept at (3,0)(3, 0) represents a root of multiplicity 1, corresponding to the factor (x3)(x-3).
2
Use the point (1,12)(1, -12) to solve for the constant coefficient aa.
a=23a = \frac{2}{3}
Substitute x=1x = 1 and g(1)=12g(1) = -12 into the equation: 12=a(1+2)2(13)    12=a(9)(2)    12=18a    a=23-12 = a(1+2)^2(1-3) \implies -12 = a(9)(-2) \implies -12 = -18a \implies a = \frac{2}{3}.
3
Calculate the yy-intercept of the function by evaluating g(0)g(0).
g(0)=8g(0) = -8, which corresponds to the point (0,8)(0, -8)
The yy-intercept of a graph occurs where x=0x = 0. Substituting x=0x = 0 into the equation g(x)=23(x+2)2(x3)g(x) = \frac{2}{3}(x+2)^2(x-3) yields g(0)=23(0+2)2(03)=23(4)(3)=8g(0) = \frac{2}{3}(0+2)^2(0-3) = \frac{2}{3}(4)(-3) = -8.

Anahtar Kavram

Identifying polynomial factors and equations from graphical features like intercepts and tangency.
Soru 411Soru

The graph of the quadratic function hh has a vertex at (2,5)(2, -5) in the xyxy-plane. If the function gg is defined by g(x)=h(x+3)+4g(x) = h(x + 3) + 4, what is the vertex of the graph of gg?

Cevabı ve açıklamayı göster

Cevap: (1,1)(-1, -1)

Cevap

The vertex of the graph of gg is (1,1)(-1, -1).
The vertex of the graph of hh is given as (2,5)(2, -5). The function g(x)=h(x+3)+4g(x) = h(x + 3) + 4 represents a transformation of the graph of hh. Specifically, h(x+3)h(x + 3) shifts the graph horizontally to the left by 33 units, and adding 44 shifts the graph vertically up by 44 units. Applying these shifts to the original vertex coordinates: the new xx-coordinate is 23=12 - 3 = -1, and the new yy-coordinate is 5+4=1-5 + 4 = -1. Therefore, the vertex of the graph of gg is (1,1)(-1, -1).

Adım Adım Çözüm

1
Identify the vertex of the original function hh.
The vertex of hh is (2,5)(2, -5).
The problem states that the graph of the quadratic function hh has a vertex at (2,5)(2, -5).
2
Determine the horizontal translation from the expression h(x+3)h(x + 3).
A horizontal shift of 33 units to the left.
Replacing xx with x+cx + c in a function f(x)f(x) shifts the graph left by cc units. Here, c=3c = 3, so we shift the vertex xx-coordinate left by 33: 23=12 - 3 = -1.
3
Determine the vertical translation from the addition of 44.
A vertical shift of 44 units up.
Adding a constant dd to a function shifts its graph vertically by dd units. Here, d=4d = 4, so we shift the vertex yy-coordinate up by 44: 5+4=1-5 + 4 = -1.
4
Combine the shifted coordinates to find the new vertex.
The new vertex is (1,1)(-1, -1).
Combining the translated xx-coordinate of 1-1 and yy-coordinate of 1-1 gives the vertex of the graph of gg.

Anahtar Kavram

Quadratic Function Transformations
Soru 412Soru

The function ff is defined by f(x)=(x2)25f(x) = (x - 2)^2 - 5. The graph of the function gg in the xyxy-plane is obtained by translating the graph of ff by 33 units to the left and 44 units up. If the vertex of the graph of gg is (h,k)(h, k), what is the value of h+kh + k?

Cevabı ve açıklamayı göster

Cevap: -2

Cevap

-2
The correct answer is 2-2. The vertex form of a quadratic function is given by y=a(xh)2+ky = a(x - h)^2 + k, where (h,k)(h, k) is the vertex. For the function f(x)=(x2)25f(x) = (x - 2)^2 - 5, the vertex is at (2,5)(2, -5). Translating the graph of ff by 33 units to the left shifts the xx-coordinate of the vertex to 23=12 - 3 = -1. Translating the graph of ff by 44 units up shifts the yy-coordinate of the vertex to 5+4=1-5 + 4 = -1. Therefore, the vertex of the graph of gg is (h,k)=(1,1)(h, k) = (-1, -1), and the value of h+kh + k is 1+(1)=2-1 + (-1) = -2.

Adım Adım Çözüm

1
Identify the vertex of the original function f(x)=(x2)25f(x) = (x - 2)^2 - 5.
The vertex is (2,5)(2, -5).
For a quadratic function in vertex form y=a(xh)2+ky = a(x - h)^2 + k, the coordinates of the vertex are (h,k)(h, k).
2
Apply the horizontal translation of 33 units to the left to the vertex's xx-coordinate.
The new xx-coordinate is 23=12 - 3 = -1.
Shifting a graph horizontally to the left by cc units subtracts cc from the xx-coordinates of its points.
3
Apply the vertical translation of 44 units up to the vertex's yy-coordinate.
The new yy-coordinate is 5+4=1-5 + 4 = -1.
Shifting a graph vertically upward by cc units adds cc to the yy-coordinates of its points.
4
Calculate the sum of the coordinates of the new vertex (h,k)=(1,1)(h, k) = (-1, -1).
h+k=1+(1)=2h + k = -1 + (-1) = -2.
The question asks for the value of the sum h+kh + k, where (h,k)(h, k) is the vertex of the graph of gg.

Anahtar Kavram

Quadratic function vertex transformations
Soru 413Soru

The graph of the polynomial function hh in the xyxy-plane has xx-intercepts only at (4,0)(-4, 0), (1,0)(1, 0), and (3,0)(3, 0). If the yy-intercept of the graph of hh is (0,12)(0, -12) and the degree of hh is 33, what is the value of h(2)h(2)?

Cevabı ve açıklamayı göster

Cevap: 6

Cevap

6
Since the degree of the polynomial function hh is 3 and its only xx-intercepts are (4,0)(-4, 0), (1,0)(1, 0), and (3,0)(3, 0), the function can be expressed in factored form as h(x)=a(x+4)(x1)(x3)h(x) = a(x + 4)(x - 1)(x - 3), where aa is a constant. We can find the value of aa by using the yy-intercept of (0,12)(0, -12). Substituting x=0x = 0 into the equation gives 12=a(0+4)(01)(03)-12 = a(0 + 4)(0 - 1)(0 - 3), which simplifies to 12=12a-12 = 12a, so a=1a = -1. The complete function is therefore h(x)=(x+4)(x1)(x3)h(x) = -(x + 4)(x - 1)(x - 3). To find h(2)h(2), substitute 22 for xx: h(2)=(2+4)(21)(23)=(6)(1)(1)=6h(2) = -(2 + 4)(2 - 1)(2 - 3) = -(6)(1)(-1) = 6. This matches the correct answer.

Adım Adım Çözüm

1
Write the general form of the cubic polynomial function h(x)h(x) using its xx-intercepts.
h(x)=a(x+4)(x1)(x3)h(x) = a(x + 4)(x - 1)(x - 3)
Since the degree of hh is 3 and its only xx-intercepts are (4,0)(-4, 0), (1,0)(1, 0), and (3,0)(3, 0), the corresponding factors must be (x(4))=(x+4)(x - (-4)) = (x + 4), (x1)(x - 1), and (x3)(x - 3), multiplied by a constant leading coefficient aa.
2
Use the yy-intercept (0,12)(0, -12) to solve for the constant coefficient aa.
a=1a = -1
Substituting x=0x = 0 and h(0)=12h(0) = -12 into the equation gives 12=a(0+4)(01)(03)-12 = a(0 + 4)(0 - 1)(0 - 3), which simplifies to 12=12a-12 = 12a. Solving for aa gives a=1a = -1.
3
Evaluate h(2)h(2) using the fully defined function h(x)=(x+4)(x1)(x3)h(x) = -(x + 4)(x - 1)(x - 3).
h(2)=6h(2) = 6
Substitute x=2x = 2 into the polynomial: h(2)=(2+4)(21)(23)=(6)(1)(1)=6h(2) = -(2 + 4)(2 - 1)(2 - 3) = -(6)(1)(-1) = 6.

Anahtar Kavram

Polynomial Factors and Graphs
Tahmini Süre:1m 30s
Soru 414Soru

The polynomial function pp is defined by p(x)=x43x3+ax27x+10p(x) = x^4 - 3x^3 + ax^2 - 7x + 10, where aa is a constant. If x2x - 2 is a factor of p(x)p(x), what is the value of aa?

Cevabı ve açıklamayı göster

Cevap: 3

Cevap

3
According to the Factor Theorem, if x2x - 2 is a factor of the polynomial function p(x)p(x), then evaluating the polynomial at x=2x = 2 must yield a value of 00. Substituting x=2x = 2 into the equation gives p(2)=243(2)3+a(2)27(2)+10=0p(2) = 2^4 - 3(2)^3 + a(2)^2 - 7(2) + 10 = 0. Simplifying the terms results in 1624+4a14+10=016 - 24 + 4a - 14 + 10 = 0, which further simplifies to 4a12=04a - 12 = 0. Adding 1212 to both sides and dividing by 44 yields a=3a = 3.

Adım Adım Çözüm

1
Apply the Factor Theorem to set up the equation.
p(2)=0p(2) = 0
By the Factor Theorem, xcx - c is a factor of p(x)p(x) if and only if p(c)=0p(c) = 0.
2
Substitute x=2x = 2 into the polynomial expression.
243(2)3+a(2)27(2)+10=02^4 - 3(2)^3 + a(2)^2 - 7(2) + 10 = 0
Evaluating p(2)p(2) yields a linear equation in terms of the unknown constant aa.
3
Simplify the arithmetic terms in the equation.
4a12=04a - 12 = 0
Simplifying the constant values: 162414+10=1216 - 24 - 14 + 10 = -12.
4
Solve the linear equation for aa.
a=3a = 3
Isolating the variable term gives 4a=124a = 12, and dividing by 44 yields a=3a = 3.

Anahtar Kavram

The Factor Theorem states that a polynomial p(x)p(x) has a factor xcx - c if and only if p(c)=0p(c) = 0.
Soru 415Soru

A quadratic function ff is defined by f(x)=a(x4)(xk)f(x) = a(x - 4)(x - k), where aa and kk are constants. In the xyxy-plane, the graph of y=f(x)y = f(x) has its vertex at (6,12)(6, 12). What is the value of kk?

Cevabı ve açıklamayı göster

Cevap: 8

Cevap

The value of kk is 88.
The given quadratic function is in the factored form f(x)=a(x4)(xk)f(x) = a(x - 4)(x - k), meaning the x-intercepts of its graph are x=4x = 4 and x=kx = k. Due to the symmetry of a parabola, the x-coordinate of the vertex is the midpoint of the x-intercepts. Since the vertex is at (6,12)(6, 12), its x-coordinate is 66. Setting the midpoint of the intercepts equal to 6 gives the equation 4+k2=6\frac{4 + k}{2} = 6. Multiplying both sides by 2 gives 4+k=124 + k = 12, and subtracting 4 gives the correct answer k=8k = 8.

Adım Adım Çözüm

1
Identify the x-intercepts of the function f(x)=a(x4)(xk)f(x) = a(x - 4)(x - k).
The x-intercepts are at x=4x = 4 and x=kx = k.
For any quadratic function written in the factored form f(x)=a(xr1)(xr2)f(x) = a(x - r_1)(x - r_2), the values r1r_1 and r2r_2 correspond to the x-intercepts of the graph.
2
Relate the x-coordinate of the vertex to the x-intercepts using symmetry.
The axis of symmetry equation is 4+k2=6\frac{4 + k}{2} = 6.
Because a parabola is symmetric, the x-coordinate of the vertex always lies exactly halfway between the two x-intercepts.
3
Solve the equation for kk.
k=8k = 8.
Multiplying both sides of the equation 4+k2=6\frac{4 + k}{2} = 6 by 2 yields 4+k=124 + k = 12. Subtracting 4 from both sides gives k=8k = 8.

Anahtar Kavram

Symmetry of quadratic graphs and their vertices relative to their x-intercepts.

Alternatif Yöntem

Alternatively, substitute the vertex coordinates (6,12)(6, 12) into the function: 12=a(64)(6k)=2a(6k)12 = a(6 - 4)(6 - k) = 2a(6 - k). Since the vertex is the maximum point, the derivative f(x)=a(xk)+a(x4)f'(x) = a(x - k) + a(x - 4) must be equal to 0 at x=6x = 6. This yields a(6k)+a(64)=0a(6 - k) + a(6 - 4) = 0. Since a0a \neq 0, dividing by aa gives (6k)+2=0(6 - k) + 2 = 0, which simplifies to 8k=08 - k = 0, or k=8k = 8.
Tahmini Süre:1m 30s
Soru 416Soru

The graph of the quadratic function ff in the xyxy-plane is a parabola. If f(3)=2f(-3) = -2 and f(7)=2f(7) = -2, what is the xx-coordinate of the vertex of the parabola?

Cevabı ve açıklamayı göster

Cevap: 2

Cevap

The correct answer is 2, since the vertex lies on the axis of symmetry, which is the midpoint of the symmetric x-coordinates.
The vertex of a parabola in the xyxy-plane lies on its axis of symmetry. For any quadratic function, points with the same yy-coordinate are symmetric with respect to the axis of symmetry. Since f(3)=2f(-3) = -2 and f(7)=2f(7) = -2, the yy-coordinates are equal, which means the axis of symmetry is the vertical line midway between x=3x = -3 and x=7x = 7. The xx-coordinate of the vertex is the midpoint of these two xx-values, calculated as 3+72=2\frac{-3 + 7}{2} = 2.

Adım Adım Çözüm

1
Identify the two points on the parabola with the same y-value.
The points are (3,2)(-3, -2) and (7,2)(7, -2).
Since both points share the same y-value of 2-2, they are symmetric with respect to the axis of symmetry of the parabola.
2
Find the x-coordinate of the axis of symmetry by calculating the midpoint of the x-coordinates of the two symmetric points.
Midpoint=3+72=42=2\text{Midpoint} = \frac{-3 + 7}{2} = \frac{4}{2} = 2.
The axis of symmetry is always located exactly halfway between any two symmetric points on the parabola.
3
Determine the x-coordinate of the vertex of the parabola.
The x-coordinate of the vertex is 2.
The vertex of a parabola lies on its axis of symmetry, so its x-coordinate is equal to the x-coordinate of the axis of symmetry.

Anahtar Kavram

Symmetry of quadratic graphs and the axis of symmetry

Alternatif Yöntem

Alternatively, any quadratic function that takes the value 2-2 at x=3x = -3 and x=7x = 7 can be written in the form f(x)=a(x+3)(x7)2f(x) = a(x + 3)(x - 7) - 2 for some constant aa. Expanding this expression yields f(x)=a(x24x21)2f(x) = a(x^2 - 4x - 21) - 2. Since the xx-coordinate of the vertex of a quadratic function in standard form y=ax2+bx+cy = ax^2 + bx + c is given by b2a-\frac{b}{2a}, we can find the vertex xx-coordinate as 4a2a=2-\frac{-4a}{2a} = 2.
Tahmini Süre:1m 30s
Soru 417Soru

The function ff is defined by f(x)=x6+3f(x) = |x - 6| + 3. In the xyxy-plane, the graph of the function gg is obtained by reflecting the graph of ff across the xx-axis and then translating it vertically upward by 11 units. If g(a)=0g(a) = 0 and a>0a > 0, what is the value of aa?

Cevabı ve açıklamayı göster

Cevap: 14

Cevap

The value of aa is 14.
Reflecting f(x)=x6+3f(x) = |x - 6| + 3 across the xx-axis negates the entire expression, giving f(x)=x63-f(x) = -|x - 6| - 3. Translating this graph upward by 11 units adds 11 to the expression, which yields g(x)=x63+11=x6+8g(x) = -|x - 6| - 3 + 11 = -|x - 6| + 8. Setting g(a)=0g(a) = 0 results in a6+8=0-|a - 6| + 8 = 0, which simplifies to a6=8|a - 6| = 8. The solutions to this equation are a=14a = 14 and a=2a = -2. Since the problem specifies that a>0a > 0, the correct answer is 14.

Adım Adım Çözüm

1
Reflect the function f(x)f(x) across the xx-axis.
f(x)=x63-f(x) = -|x - 6| - 3
Reflecting a graph across the xx-axis negates the entire function expression, transforming y=f(x)y = f(x) to y=f(x)y = -f(x).
2
Translate the reflected function upward by 11 units to obtain g(x)g(x).
g(x)=x6+8g(x) = -|x - 6| + 8
Translating a function vertically upward by kk units adds kk to the expression, so g(x)=f(x)+11=x63+11=x6+8g(x) = -f(x) + 11 = -|x - 6| - 3 + 11 = -|x - 6| + 8.
3
Set g(a)=0g(a) = 0 and solve for aa.
a6=8    a=14|a - 6| = 8 \implies a = 14 or a=2a = -2
Solving the equation a6+8=0-|a - 6| + 8 = 0 requires isolating the absolute value term to get a6=8|a - 6| = 8. This splits into two cases: a6=8a - 6 = 8 and a6=8a - 6 = -8.
4
Apply the constraint a>0a > 0 to identify the final answer.
a=14a = 14
The problem specifies that aa must be positive, which excludes the solution a=2a = -2 and leaves a=14a = 14.

Anahtar Kavram

Function transformations including reflections across the axes and vertical translations.
Tahmini Süre:1m 30s
Soru 418Soru

The function gg is defined by g(x)=f(x3)2g(x) = f(x - 3) - 2. If the point (5,7)(5, 7) lies on the graph of y=f(x)y = f(x) in the xyxy-plane, which of the following points must lie on the graph of y=g(x)y = g(x)?

Cevabı ve açıklamayı göster

Cevap: (8,5)(8, 5)

Cevap

The point (8,5)(8, 5)
The transformation g(x)=f(x3)2g(x) = f(x - 3) - 2 shifts the graph of f(x)f(x) to the right by 3 units and down by 2 units. Therefore, the x-coordinate of the point (5,7)(5, 7) increases by 3 (5+3=85 + 3 = 8), and the y-coordinate decreases by 2 (72=57 - 2 = 5). This determines that the point (8,5)(8, 5) must lie on the graph of y=g(x)y = g(x).

Adım Adım Çözüm

1
Identify the horizontal and vertical transformations applied to the function f(x)f(x) to get g(x)g(x).
The graph of g(x)=f(x3)2g(x) = f(x - 3) - 2 is translated horizontally to the right by 3 units and vertically down by 2 units relative to the graph of f(x)f(x).
By function transformation rules, f(xh)+kf(x - h) + k translates the graph horizontally by hh units (right if h>0h > 0) and vertically by kk units (up if k>0k > 0).
2
Calculate the new x-coordinate for the point on the transformed graph.
The new x-coordinate is 5+3=85 + 3 = 8.
Translating the graph to the right by 3 units increases all x-coordinates of points on the graph by 3.
3
Calculate the new y-coordinate for the point on the transformed graph.
The new y-coordinate is 72=57 - 2 = 5.
Translating the graph down by 2 units decreases all y-coordinates of points on the graph by 2.

Anahtar Kavram

Function notation and translations in the coordinate plane
Tahmini Süre:1m 15s
Soru 419Soru

The table below shows several values of xx and the corresponding values of the third-degree polynomial function ff.

xxf(x)f(x)
1-100
2200
5500
003030

If f(x)=a(xr1)(xr2)(xr3)f(x) = a(x-r_1)(x-r_2)(x-r_3) for all real numbers xx, where aa, r1r_1, r2r_2, and r3r_3 are constants, what is the value of aa?

Cevabı ve açıklamayı göster

Cevap: 3

Cevap

3
Since the function f(x)f(x) is a third-degree polynomial with roots at x=1x = -1, x=2x = 2, and x=5x = 5, it can be factored as f(x)=a(x+1)(x2)(x5)f(x) = a(x+1)(x-2)(x-5). Evaluating this expression at x=0x = 0 gives f(0)=a(1)(2)(5)=10af(0) = a(1)(-2)(-5) = 10a. From the table, f(0)=30f(0) = 30, so setting 10a=3010a = 30 yields a=3a = 3.

Adım Adım Çözüm

1
Identify the roots and factors of the polynomial f(x)f(x) using the table.
The roots are x=1x = -1, x=2x = 2, and x=5x = 5, which correspond to the factors (x+1)(x+1), (x2)(x-2), and (x5)(x-5).
Points where f(x)=0f(x) = 0 represent the xx-intercepts (roots) of the function.
2
Write the general form of the cubic polynomial using its factors.
f(x)=a(x+1)(x2)(x5)f(x) = a(x+1)(x-2)(x-5)
A third-degree polynomial with three distinct real roots can be factored completely as a(xr1)(xr2)(xr3)a(x-r_1)(x-r_2)(x-r_3).
3
Substitute the point (0,30)(0, 30) into the equation to solve for the constant coefficient aa.
a=3a = 3
The table gives f(0)=30f(0) = 30, which allows us to set up the equation 30=a(0+1)(02)(05)30 = a(0+1)(0-2)(0-5) and solve for aa.

Anahtar Kavram

Using the relationship between the factors, roots, and points on the graph of a polynomial function to determine its equation.
Soru 420Soru

In the xyxy-plane, the graph of the quadratic function ff, defined by f(x)=(x4)2+cf(x) = -(x - 4)^2 + c where cc is a constant, intersects the xx-axis at two points. If the distance between these two points is 1010, what is the value of cc?

Cevabı ve açıklamayı göster

Cevap: 25

Cevap

25
The quadratic function is defined by f(x)=(x4)2+cf(x) = -(x - 4)^2 + c, which is in the vertex form f(x)=a(xh)2+kf(x) = a(x - h)^2 + k. The vertex of this parabola is at (4,c)(4, c), and the vertical line x=4x = 4 is its axis of symmetry. The distance between the two xx-intercepts is 1010. By symmetry, the intercepts must be located 55 units to the left and right of the axis of symmetry, placing them at x=45=1x = 4 - 5 = -1 and x=4+5=9x = 4 + 5 = 9. Since the graph intersects the xx-axis at these points, substituting either xx-coordinate into the function gives a yy-value of 00. Substituting x=9x = 9 yields 0=(94)2+c0 = -(9 - 4)^2 + c, which simplifies to 0=25+c0 = -25 + c, so c=25c = 25.

Adım Adım Çözüm

1
Identify the axis of symmetry of the quadratic function.
The axis of symmetry is x=4x = 4.
The function f(x)=(x4)2+cf(x) = -(x - 4)^2 + c is written in vertex form, y=a(xh)2+ky = a(x - h)^2 + k, where the vertex is (h,k)(h, k) and the axis of symmetry is x=hx = h.
2
Find the xx-coordinates of the xx-intercepts using the distance between them.
The xx-intercepts are at x=1x = -1 and x=9x = 9.
Since the parabola is symmetric about the line x=4x = 4 and the distance between the two intercepts is 1010, each intercept is 102=5\frac{10}{2} = 5 units away from the axis of symmetry. Thus, the intercepts are at 45=14 - 5 = -1 and 4+5=94 + 5 = 9.
3
Substitute one of the xx-intercepts into the function to solve for the constant cc.
c=25c = 25
Since (9,0)(9, 0) is on the graph, f(9)=0f(9) = 0. Substituting this gives 0=(94)2+c    0=25+c    c=250 = -(9 - 4)^2 + c \implies 0 = -25 + c \implies c = 25.

Anahtar Kavram

Using symmetry and the vertex form of a quadratic function to determine constants from key graphical features such as xx-intercepts.
ÖncekiSayfa 21 / 22Sonraki
Advanced Math Alıştırma Soruları — SAT — Sayfa 21 | Examkin