Skip to content

putnam_like_set6_a1 - mistake in grading_scheme.md #2

@danio2010

Description

@danio2010

There are two mistakes in the solution: the incorrect signs in lines 24 and 28. The correct file content should be as below:

This step is worth 2 points.
Observe that $x^3 + a x^2 + b x + c = (x-\alpha)(x-\beta)(x-\gamma)$. Hence
$$
\begin{cases}
\alpha+\beta+\gamma = -a,\
\alpha\beta+\beta\gamma+\alpha\gamma = b,\
\alpha\beta\gamma = -c,
\end{cases}
$$

This step is worth 2 points.
Assume that $x^3 + A x^2 + B x + C$ is a desired polynomial. Then
$$
\begin{cases}
\alpha^2+\beta^2+\gamma^2 = -A,\
\alpha^2\beta^2+\beta^2\gamma^2+\alpha^2\gamma^2 = B,\
\alpha^2\beta^2\gamma^2 = -C.
\end{cases}
$$

This step is worth 5 points.
Doing standard calculations we see that:

  • $-C = (\alpha\beta\gamma)^2=c^2$,
  • $-A = (\alpha+\beta+\gamma)^2 - 2(\alpha\beta+\beta\gamma+\alpha\gamma) = a^2-2b$,
  • $B = (\alpha\beta+\beta\gamma+\alpha\gamma)^2-2\alpha\beta\gamma(\alpha+\beta+\gamma) = b^2-2ac$.

This step is worth 1 point.
Answer: $x^3-(a^2-2b)x^2 + (b^2-2ac)x -c^2 = 0$.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions