Message Boards Message Boards

Graphing a Quadratic

Posted 10 years ago

Hi all, I'm new to Mathematica and I'm not really familiar to the Mathematica functions and the language. Could any of you help me plot a quadratic with the following characteristics:

  • vertex at (1.5, 1.75)
  • roots at roots

('i' means the imaginary number 'i') How would I be able to do this?

Thanks a lot!

POSTED BY: Jaewon Sim
5 Replies
Posted 10 years ago

But what if you wanted to determine a? y==a(x-b)(x-c)

Depending on one's equation, "sometimes" this may work:

equ =  -24-6 x+3 x^2

FullSimplify[equ,ComplexityFunction->LeafCount]

3 (-4+x) (2+x)

Just to add: Both return the same equation to plot...

MinimalPolynomial[3/2+I Sqrt[7]/2,x]

4-3 x+x^2

MinimalPolynomial[3/2-I Sqrt[7]/2,x]

4-3 x+x^2
POSTED BY: Dana DeLouis
POSTED BY: David Reiss
Posted 10 years ago
POSTED BY: Jaewon Sim
POSTED BY: David Reiss
Posted 10 years ago
POSTED BY: Jaewon Sim
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract