How to find range of values of p

pancakes_fn

New member
Joined
Dec 6, 2019
Messages
8
Find the range of values of p for which the graph of
y = p(x+1) (x-3) - x + 4p + 2 does not intersect the x-axis.

I got to here:
y = px^2 - 2px + p - x + 2
How am I supposed to find the discriminant?
 
\(\displaystyle y = px^2 - 2px + p - x + 2\\

y = px^2 -(2p+1)x + (p+2) \\~\\
a = p\\
b=-(2p+1)\\
c= p+2\\~\\
D = b^2 - 4ac
\)
 
Yes, write your quadratic as:

[MATH]px^2+(-2p-1)x+(p+2)=0[/MATH]
Now, require the discriminant to be negative...
 
[MATH](2p+1)^2-4p(p+2)<0[/MATH]
[MATH]4p^2+4p+1-4p^2-8p<0[/MATH]
[MATH]-4p+1<0[/MATH]
[MATH]\frac{1}{4}<p\quad\checkmark[/MATH]
 
Top