What is the square root of ax^2+bx+c?
#sqrt(ax^2+bx+c)=?# i tried myself and got #a^(2)x+sqrt(c),a^(2)x+b/2# But i do not think That is exactly right.
1 Answer
Explanation:
If
So, if we are given
#p^2=a# ,
#2pq = b# , and
#q^2=c# .
Thus,
#p=+-sqrt a# ,
#q=+-sqrt c# , and
#2pq = b# .
But wait, since
So,
#sqrt(ax^2+bx+c)=px+q#
#color(white)(sqrt(ax^2+bx+c))=sqrt a" "x +sqrt c# ,
if
#a>=0# ,
#c>=0# , and
#b=+-2sqrt(ac)# .