1.3k views
3 votes
Using the discriminant

Using the discriminant-example-1
User JonAlb
by
8.2k points

1 Answer

3 votes

Answer:

n = 20/3

Explanation:

Theory about the discriminant, and how solutions are acquired via the quadratic formula

One variable quadratic equations in the form
0=ax^2+bx+c have exactly one solution when the discriminant
(b^2-4ac)=0.

This is because for quadratic equations of the original form, the two solutions are given by the quadratic formula:


x=(-b\pm √(b^2-4ac))/(2a)

which is equivalent to
x=(-b)/(2a)\pm (√(b^2-4ac))/(2a).

The
x=(-b)/(2a) is the axis of symmetry, and the
(√(b^2-4ac))/(2a) part is how much the solutions deviate from the axis of symmetry. If the deviation is zero, then the two solutions are both ON the axis of symmetry, and are the same number, giving exactly one solution.

Addressing the given equation

Putting it into standard form

Given the given equation...


(n-4)u^2+6=8u

subtract 8u from both sides to obtain an equation that looks like the standard form equal to zero...


(n-4)u^2-8u+6=0

The variable here is "u" instead of "x", so the solutions to this equation would be
u=(-b\pm √(b^2-4ac))/(2a), where
a=n-4,
b=-8, and
c=6.

Identifying the discriminant

The discriminant then, with values of a, b, and c, substituted, becomes:


Discriminant=(-8)^2-4(6)(n-4)

If we want the discriminant to equal zero (so that there is exactly one solution for "u"), substitute zero on the left side of the equation, and solve for n.

Solving for n


0=(-8)^2-4(6)(n-4)


0=64-4(6)(n-4)


0=64-24(n-4)

Add -24(n-4) to both sides...


24(n-4)=64

Divide both sides by 24...


n-4=(64)/(24)

Reduce the right hand side...


n-4=(8)/(3)

Add 4 to both sides...


n=(8)/(3)+4

Find a common denominator...


n=(8)/(3)+(12)/(3)

Find a common denominator...


n=(20)/(3)

So, if
n=(20)/(3), then the equation
(n-4)u^2+6=8u has exactly one solution. Furthermore, this is the only value of "n" for which the equation has exactly one solution, because it is the only value of "n" for which the discriminant is zero.

User Nicktones
by
8.1k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.