Values in Quadratic Equation with 2 different roots

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
11 replies · 4K views
FlopperJr
Messages
29
Reaction score
0

Homework Statement



Find the intervals of all possible value of p which the equation equation: (p-1)x^2+4x+(p-4)=0 has two different roots.



Homework Equations



ax^2+bx+c>0 ??

The Attempt at a Solution



(p-1)x^2+4x+(p-4)>0 ??

How would I go about solving this?
Is two roots >0 or =0??

Could I have an example so that I could then solve the problem on my own or steps I need to take in order to solve for the values of p.
 
Physics news on Phys.org
yes but I don't know with (p-1) and (p+4)

-b+/- Squareroot b^2 - 4ac over 2a ?

Do i plug it in that?
 
ohh okay. I used a pgraphing calculator and think I got the answer.
p< or equal to 4

and
p>1
 
Ohh. I see. I believe my answer now is p<5 and p>0.
 
When it intersects the x axis. It intersects at two different points. So I just plugged in values for p until I began to see two different roots and then narrowed down my answer.
 
FlopperJr said:
When it intersects the x axis. It intersects at two different points. So I just plugged in values for p until I began to see two different roots and then narrowed down my answer.

Yu can not get the exact solution from a graph. By the way, people could (and can) solve quadratic equations without graphing calculators.
Use the formula that you copied already for the solution of the quadratic equation

ax2+bx+c=0

[tex]x_{1,2}=\frac{-b\pm\sqrt{b^2-4ac}}{2a}[/tex]

Because of the ± in front of the square root, the quadratic equation has two real roots if the expression under the square root (the discriminant) is greater than zero. There is a single solution if it is equal to zero, and no real solution if the discriminant is negative.
So you need to find those p values which make the discriminant greater than zero:
[tex]b^2-4ac>0[/tex]
Plug in the expressions for a, b, and c, and solve the inequality for p.

ehild
 
Thank you so much for your help! i could not have solved it without your help. I get it. Now let's just see how do on my test this Wednesday.