Math Problem Statement

The cart-pole system under LQR control is shown below. Determine the state space model (A,B,C,D)

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Control Systems
State-Space Representation
Linear Quadratic Regulator (LQR)
Full State Feedback (FSF)

Formulas

State-Space Equation: \dot{x} = Ax + Bu
Output Equation: y = Cx + Du
Linearized A Matrix: A = [[0, 1, 0, 0], [0, 0, -mg/M, 0], [0, 0, 0, 1], [0, 0, (M+m)g/Ml, 0]]
Linearized B Matrix: B = [0, 1/M, 0, -1/Ml]
C Matrix: C = I (Identity Matrix)
D Matrix: D = 0

Theorems

Linear Quadratic Regulator (LQR)
State-Space Representation

Suitable Grade Level

Undergraduate/Graduate (Control Systems)