Quadratic Equations

66 soru

Soru 61Soru

The quadratic equation x2+10x+c=7x^2 + 10x + c = 7, where cc is a constant, has exactly one real solution. What is the value of cc?

Cevabı ve açıklamayı göster

Cevap: 3232

Cevap

32
For the quadratic equation to have exactly one real solution, it must be written in the standard form x2+10x+(c7)=0x^2 + 10x + (c - 7) = 0, and its discriminant must equal zero. Setting the discriminant to zero gives 1024(1)(c7)=010^2 - 4(1)(c - 7) = 0. Distributing the negative four yields 1004c+28=0100 - 4c + 28 = 0, which simplifies to 1284c=0128 - 4c = 0. Solving for the constant gives c=32c = 32. Alternatively, the left side of the equation in standard form must be a perfect square trinomial, meaning x2+10x+25=0x^2 + 10x + 25 = 0. Thus, c7=25c - 7 = 25, which yields c=32c = 32.

Adım Adım Çözüm

1
Subtract 77 from both sides of the equation to write it in the standard quadratic form ax2+bx+c=0ax^2 + bx + c = 0.
x2+10x+(c7)=0x^2 + 10x + (c - 7) = 0
To analyze the solutions of a quadratic equation using the discriminant, the equation must be in standard form.
2
Identify the coefficients and set the discriminant b24acb^2 - 4ac to 00 since the equation has exactly one real solution.
1024(1)(c7)=010^2 - 4(1)(c - 7) = 0
A quadratic equation has exactly one real solution if and only if its discriminant is equal to zero.
3
Solve the equation 1004(c7)=0100 - 4(c - 7) = 0 for cc by distributing the 4-4 and combining like terms.
1004c+28=0    1284c=0    4c=128    c=32100 - 4c + 28 = 0 \implies 128 - 4c = 0 \implies 4c = 128 \implies c = 32
Isolating the variable cc yields the value that makes the equation have exactly one real solution.

Anahtar Kavram

Discriminant of a quadratic equation

Alternatif Yöntem

Alternatively, you can complete the square. For the quadratic expression x2+10x+(c7)x^2 + 10x + (c - 7) to have exactly one real solution, it must be a perfect square trinomial of the form (x+d)2=x2+2dx+d2(x + d)^2 = x^2 + 2dx + d^2. Comparing coefficients, 2d=10    d=52d = 10 \implies d = 5, so the constant term must be d2=25d^2 = 25. Setting the constant term c7=25c - 7 = 25 yields c=32c = 32.
Tahmini Süre:1m 30s
Soru 62Soru

The solutions to the quadratic equation x26x11=0x^2 - 6x - 11 = 0 can be written in the form x=a±bx = a \pm \sqrt{b}, where aa and bb are integers. What is the value of a+ba + b?

Cevabı ve açıklamayı göster

Cevap: 23

Cevap

23
Completing the square on the quadratic equation x26x11=0x^2 - 6x - 11 = 0 yields the solutions x=3±20x = 3 \pm \sqrt{20}. Comparing this to the given form x=a±bx = a \pm \sqrt{b} identifies a=3a = 3 and b=20b = 20. Summing these values gives a+b=23a + b = 23.

Adım Adım Çözüm

1
Add 11 to both sides of the equation to isolate the variable terms.
x26x=11x^2 - 6x = 11
Preparing the quadratic equation to complete the square by separating constant terms.
2
Complete the square by adding the square of half the coefficient of xx to both sides.
x26x+9=11+9x^2 - 6x + 9 = 11 + 9, which simplifies to (x3)2=20(x - 3)^2 = 20
Adding (62)2=9(\frac{-6}{2})^2 = 9 creates a perfect square trinomial on the left side.
3
Take the square root of both sides and solve for xx.
x3=±20x - 3 = \pm\sqrt{20}, which gives x=3±20x = 3 \pm \sqrt{20}
Taking the square root cancels the exponent and yields two possible solutions.
4
Compare the solutions to the given form x=a±bx = a \pm \sqrt{b} to determine aa and bb, and calculate their sum.
a=3a = 3, b=20b = 20, so a+b=3+20=23a + b = 3 + 20 = 23
Matching the template shows that aa corresponds to 33 and bb corresponds to 2020.

Anahtar Kavram

Solving quadratic equations by completing the square and matching solutions to a given form.

Alternatif Yöntem

Instead of completing the square, you can use the quadratic formula: x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} with a=1a = 1, b=6b = -6, and c=11c = -11. This yields x=6±364(1)(11)2=6±802=3±802=3±20x = \frac{6 \pm \sqrt{36 - 4(1)(-11)}}{2} = \frac{6 \pm \sqrt{80}}{2} = 3 \pm \frac{\sqrt{80}}{2} = 3 \pm \sqrt{20}. Comparing this to the given form yields a=3a = 3 and b=20b = 20, which sums to 2323.
Tahmini Süre:1m 30s
Soru 63Soru

In the quadratic equation 2x215x+c=02x^2 - 15x + c = 0, cc is a constant. If one of the solutions to the equation is x=6x = 6, what is the other solution?

Cevabı ve açıklamayı göster

Cevap: 1.5

Cevap

1.5
The sum of the roots of a quadratic equation in the form ax2+bx+c=0ax^2 + bx + c = 0 is given by ba-\frac{b}{a}. For the equation 2x215x+c=02x^2 - 15x + c = 0, the sum of the roots is 152=7.5-\frac{-15}{2} = 7.5. Since one of the solutions is 66, the other solution is 7.56=1.57.5 - 6 = 1.5. Alternatively, substituting x=6x = 6 into the equation yields 2(6)215(6)+c=0    7290+c=0    c=182(6)^2 - 15(6) + c = 0 \implies 72 - 90 + c = 0 \implies c = 18. The equation becomes 2x215x+18=02x^2 - 15x + 18 = 0, which factors as (2x3)(x6)=0(2x - 3)(x - 6) = 0. Setting the factor 2x3=02x - 3 = 0 gives the other solution, x=1.5x = 1.5 (or 32\frac{3}{2}).

Adım Adım Çözüm

1
Find the sum of the roots of the quadratic equation using Vieta's formulas.
The sum of the roots is 152=7.5-\frac{-15}{2} = 7.5.
For any quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, the sum of its roots is equal to ba-\frac{b}{a}.
2
Set up an equation using the known root to find the unknown root.
6+x2=7.56 + x_2 = 7.5, where x2x_2 is the other root.
Since one root is 66, adding it to the second root must equal the sum of the roots.
3
Solve for the second root.
x2=1.5x_2 = 1.5.
Subtracting 66 from both sides of the equation yields 1.51.5.

Anahtar Kavram

Sum of roots of a quadratic equation (Vieta's Formulas)
Tahmini Süre:1m 30s
Soru 64Soru

In the quadratic equation 3x218x+c=03x^2 - 18x + c = 0, cc is a constant. If the sum of the squares of the two real solutions to this equation is 2626, what is the value of cc?

Cevabı ve açıklamayı göster

Cevap: 15

Cevap

The value of cc is 1515.
To find the value of cc, we apply Vieta's formulas to the equation 3x218x+c=03x^2 - 18x + c = 0. The sum of the solutions is x1+x2=183=6x_1 + x_2 = -\frac{-18}{3} = 6, and the product of the solutions is x1x2=c3x_1 x_2 = \frac{c}{3}. Using the identity x12+x22=(x1+x2)22x1x2x_1^2 + x_2^2 = (x_1 + x_2)^2 - 2x_1 x_2, we substitute the given values: 26=622(c3)26 = 6^2 - 2\left(\frac{c}{3}\right). This simplifies to 26=362c326 = 36 - \frac{2c}{3}. Subtracting 3636 from both sides yields 10=2c3-10 = -\frac{2c}{3}, which gives 2c=302c = 30, and thus c=15c = 15. Alternatively, since the vertex of the corresponding parabola is at x=182(3)=3x = -\frac{-18}{2(3)} = 3, the two solutions can be represented symmetrically as 3+d3 + d and 3d3 - d. The sum of their squares is (3+d)2+(3d)2=(9+6d+d2)+(96d+d2)=18+2d2(3 + d)^2 + (3 - d)^2 = (9 + 6d + d^2) + (9 - 6d + d^2) = 18 + 2d^2. Setting this equal to the given value of 2626 yields 18+2d2=26    2d2=8    d2=4    d=218 + 2d^2 = 26 \implies 2d^2 = 8 \implies d^2 = 4 \implies d = 2. Therefore, the solutions are 3+2=53 + 2 = 5 and 32=13 - 2 = 1. Substituting either solution back into the original equation, such as x=1x = 1, yields 3(1)218(1)+c=0    15+c=0    c=153(1)^2 - 18(1) + c = 0 \implies -15 + c = 0 \implies c = 15.

Adım Adım Çözüm

1
Find the sum and product of the solutions to the quadratic equation.
The sum of the solutions is x1+x2=6x_1 + x_2 = 6, and their product is x1x2=c3x_1 x_2 = \frac{c}{3}.
According to Vieta's formulas, for a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, the sum of the solutions is ba-\frac{b}{a} and the product of the solutions is ca\frac{c}{a}.
2
Relate the sum of the squares of the solutions to their sum and product using the algebraic identity.
x12+x22=(x1+x2)22x1x2    26=(6)22(c3)x_1^2 + x_2^2 = (x_1 + x_2)^2 - 2x_1 x_2 \implies 26 = (6)^2 - 2\left(\frac{c}{3}\right).
The algebraic identity (x1+x2)2=x12+2x1x2+x22(x_1 + x_2)^2 = x_1^2 + 2x_1 x_2 + x_2^2 can be rearranged to express the sum of squares x12+x22x_1^2 + x_2^2 in terms of the sum and product.
3
Solve the resulting linear equation for the constant cc.
26=362c3    2c3=10    c=1526 = 36 - \frac{2c}{3} \implies \frac{2c}{3} = 10 \implies c = 15.
Subtracting 3636 from both sides gives 10=2c3-10 = -\frac{2c}{3}. Multiplying by 3-3 gives 30=2c30 = 2c, which yields c=15c = 15.

Anahtar Kavram

Vieta's Formulas and Algebraic Identities
Soru 65Soru

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

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.
ÖncekiSayfa 4 / 4
Quadratic Equations Alıştırma Soruları — SAT — Sayfa 4 | Examkin