answersLogoWhite

0

The solution of the equation.

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering

The degree of a quadratic equation?

The Quadratic Formula song: (my grade saver) To the tune of the jack in the box song X equals negative B plus or minus square root of B squared minus 4AC all over 2A :)


Write a Qbasic program to find the root of a quadratic equation using the formula if the result is less than 0 the program should print the root are immerginary and end the program?

(Uses Square Root Function) PRINT "Ax^2 + Bx + C = 0" INPUT "A = ", A INPUT "B = ", B INPUT "C = ", C D = B * B - 4 * A * C IF D > 0 THEN DS = SQR(D) PRINT "REAL ROOTS:", (-B - D) / (2 * A), (-B + D) / (2 * A) ELSE IF D = 0 THEN PRINT "DUPLICATE ROOT:", (-B) / (2 * A) ELSE DS = SQR(-D) PRINT "COMPLEX CONJUGATE ROOTS:", (-B / (2 * A)); "+/-"; DS / (2 * A); "i" END IF END IF


Give a recursive version of the tree-insert?

Insert (Node *root, Node *newp) { if (root->left==NULL) { root->left= newp; return; } if (root->right==NULL) { root->right= newp; return; } Insert (root->left, newp); }


Is there a relationship between density and stiffness?

the natural frequency of a system involves a equation relating mass and stiffness i.e f=1/2pi root of k/m where f : frequency k :stiffness m:mass mass is nothing but density*volume from the relation density = mass/volume another relation may be from the basic force equation f=-k*x we know f=m*a substuting for f we get m*a=-k*x


If the flow through a orifice doubles the differential pressure does what?

If the flow through an orifice doubles, the differential pressure across the orifice increases by a factor of four, assuming the flow remains in the laminar regime and the orifice equation applies. This relationship is derived from the orifice flow equation, which shows that flow rate is proportional to the square root of the differential pressure. Therefore, when the flow rate doubles, the differential pressure must increase to maintain the relationship.

Related Questions

What is the difference between the root of an equation and the solution of an equation?

Root means solution in this context.


What is the root of equation?

roots of equation are x values when y = 0


What is a root of equation?

square


What does the word root mean in maths?

In mathematics, the term "root" refers to the solution(s) of an equation. Specifically, the roots of an equation are the values that make the equation true when substituted for the variable. The number of roots depends on the degree of the equation.


How is a radical equation similar to a linear equation?

Technically,no. A radical equation has a radical (Square root) in it, and has two solutions because the square root can be positive or negative.


Write an algorithm to find the root of quadratic equation?

Write an algorithm to find the root of quadratic equation


If the discriminant of a quadratic equation is zero and one root of the equation is 5 what is the value of the other root?

It too will have a value of 5


What square root property is essential to solve any radical equation involvine a square root?

What square root property is essential to solve any radical equation involving square root?


Square root equation of 89?

An equation would be x = 890.5


How do you solve a square root equation?

To solve a square root equation, first isolate the square root term on one side of the equation. Then, square both sides to eliminate the square root. After squaring, solve the resulting equation for the variable. Finally, check your solutions to ensure they are valid, as squaring can introduce extraneous solutions.


What is the term used for a quantity which when substituted for the unknown quantity in an equation satisfies the equation?

It is the solution to the equation or a root of the equation.


What is an example of an alegbraic equation?

(root of )