Propositional logic is useful but limited for knowledge representation. It cannot represent individuals, properties, relations, or generalizations. Representing a simple problem about people and mortality requires introducing separate symbols for each individual. Representing the Hunt the Wumpus game similarly requires rules specific to each cell rather than general rules. Propositional logic becomes unwieldy for problems involving change over time, requiring separate knowledge bases for each time point. First-order logic addresses these issues through use of variables, quantifiers, and relations, allowing more concise and expressive knowledge representation.