SarkariResultOutBMS · 2024

Previous Year Question

Read the following statements:

Statement 1: A system is said to be completely controllable if it is possible to transfer the system state from an initial state X(t0) to any desired state X(t) in a specified finite time by a control vector u(t).

Statement 2: A system is said to be completely observable, if every state X(t0) can be completely identified by measurement of the outputs y(t) over the time interval 0 ≤ t ≤ ∞.

Choose the correct options from the following:

  1. Both statement 1 and statement 2 are correct.
  2. Statement 1 is correct but statement 2 is incorrect.
  3. Statement 2 is correct but statement 1 is incorrect.
  4. Both statement 1 and statement 2 are incorrect.

Correct answer: A

Explanation

Statement 1 gives the standard meaning of complete controllability: the input can drive the state to any desired state in finite time. Statement 2 gives the observability idea: the initial state can be reconstructed from output measurements. For an n-state LTI model, the algebraic checks are rank(𝒞)=n and rank(𝒪)=n. Hence option A.

Formula

𝒞 = [ B AB A²B … An−1B ]
Complete controllability: rank(𝒞) = n
𝒪 = [ C ; CA ; CA² ; … ; CAn−1 ]
Complete observability: rank(𝒪) = n

Step-by-step solution

Complete Controllability and Observability explanatory diagram

Correct Answer

A — Both statement 1 and statement 2 are correct.

The first statement describes reachability of the state by the input; the second describes recoverability of the state from output measurements.

What This Question Is Really Testing

State variables represent the internal condition of a dynamic system. Controllability asks whether the input can move that internal state where we want it. Observability asks whether output measurements contain enough information to determine the internal state.

Concept Foundation

For the LTI state model ẋ = Ax + Bu, y = Cx + Du, the two standard matrix tests are:

𝒞 = [ B AB A²B … An−1B ]
𝒪 = [ C ; CA ; CA² ; … ; CAn−1 ]

Step 1 — Evaluate Statement 1: Controllability

The statement says that a suitable control input can transfer the system from an initial state to any desired state in a specified finite time. That is the defining idea of complete controllability.

rank(𝒞) = n ⇒ completely controllable

Step 2 — Evaluate Statement 2: Observability

The statement says that the state can be completely identified from measured outputs over the observation interval. That is the defining idea of complete observability.

rank(𝒪) = n ⇒ completely observable

Step 3 — Select the Statement Combination

Both definitions express the intended properties correctly, so the correct option is A.

Why This Method Works

The direction of information/action distinguishes the concepts: controllability is input → state; observability is state → measured output.

Independent Verification / Cross-Check

If A, B and C matrices were supplied, the rank tests above would provide an independent algebraic verification. Here the item asks only about the definitions.

Concept Extension

  • A mode can be uncontrollable even if it appears in the state equations.
  • A mode can be unobservable even though it affects internal state dynamics.
  • Minimal realizations are both controllable and observable.

Exam Strategy

Use the mnemonic: Can I command the state? → controllability. Can I see/reconstruct the state? → observability.

Other options

B and C reject one correct definition; D rejects both. Only A accepts the two intended definitions together.

Common mistake

Interchanging the matrix tests: B generates the controllability matrix, while C generates the observability matrix.

Exam tip

Input → state = controllability; state → output = observability.

Quick method

Command it = controllability; see it = observability.