Values in Quadratic Equation with 2 different roots

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
Can you solve a quadratic equation? What formula do you use for the solution? In case of p=2 you have the quadratic equation x^2+4x-2. What are the roots?

ehild
 
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?
 
Yes. Use the quadratic formula with a = p - 1, b = 4, and c = p - 4.
 
ohh okay. I used a pgraphing calculator and think I got the answer.
p< or equal to 4

and
p>1
 
Are you sure? What are the roots if p=0.5? When p=4.5?

ehild
 
Ohh. I see. I believe my answer now is p<5 and p>0.
 
It is better. But why do you think so?
When has a quadratic equation two different roots?

ehild
 
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.
 
  • #10
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

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

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:
b^2-4ac&gt;0
Plug in the expressions for a, b, and c, and solve the inequality for p.

ehild
 
  • #11
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.
 
  • #12
Good luck! ehild
 
Back
Top