Editing
Political Economy
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<div style="background-color: #4B0082; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> {{BloomIntro}} Political Economy is the study of production and trade and their relations with law, custom, and government; and with the distribution of national income and wealth. It is the intersection of '''Politics''' and '''Economics'''. While pure economics asks "How can we make this system efficient?", political economy asks "Who wins and who loses?" and "How do political institutions shape economic outcomes?" By exploring the role of power, interests, and ideologies, political economy reveals why some countries are rich and others poor, and why certain economic policies are chosen over others. </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Political Economy''' β The study of how political and economic systems interact. * '''The Market''' β The social system where goods and services are exchanged. * '''The State''' β The political entity that has the power to regulate the market. * '''Capitalism''' β An economic system based on private ownership and free markets. * '''Socialism''' β An economic system where the means of production are owned by the community or the state. * '''Neoliberalism''' β A policy model that emphasizes free-market competition and minimal government interference. * '''Mercantilism''' β An economic theory that trade generates wealth and is stimulated by the accumulation of profitable balances. * '''Rent-Seeking''' β Gaining wealth by manipulating the political environment rather than creating new wealth. * '''Protectionism''' β Shielding a country's domestic industries from foreign competition (e.g., Tariffs). * '''Public Good''' β A good that is non-excludable and non-rivalrous (e.g., National Defense). * '''Externalities''' β Costs or benefits that affect people who are not involved in the transaction (e.g., Pollution). * '''Globalization''' β The process of increasing integration and interdependence between national economies. * '''Developmental State''' β A state where the government plays a central role in planning and directing economic growth (e.g., South Korea). * '''Kleptocracy''' β A government with corrupt leaders that use their power to exploit the people and natural resources of their own territory. </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Political economy is built on the interaction between '''Interests''', '''Institutions''', and '''Ideas'''. '''1. Interests (The 'Who')''': Every policy has winners and losers. A tariff on steel helps domestic steel workers (the "interest group") but hurts everyone who buys cars. Political economy analyzes how these groups organize and "lobby" to get the policies they want. '''2. Institutions (The 'Rules')''': The rules of the game determine the outcome. Does the country have strong property rights? Is there an independent central bank? Is the voting system proportional? These "institutional" factors explain why two countries with the same resources can have completely different economic results. '''3. Ideas (The 'Why')''': Ideologies (like Keynesianism, Monetarism, or Marxism) provide the "map" for policy makers. They define what is seen as "natural" or "correct." '''Varieties of Capitalism''': * '''Liberal Market Economies (LME)''' (USA, UK): Rely on competition and the stock market. * '''Coordinated Market Economies (CME)''' (Germany, Sweden): Rely on long-term relationships, unions, and cooperation between business and government. </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'Rational Choice' in Politics (The Logic of Collective Action):''' <syntaxhighlight lang="python"> def will_group_organize(group_size, total_benefit): """ Mancur Olson's logic: Large groups struggle to organize because of the 'Free Rider' problem. """ individual_share = total_benefit / group_size cost_of_organizing = 100 # arbitrary fixed cost # If the share is less than the cost, no one bothers to lead. if individual_share > cost_of_organizing: return "Success: Group will lobby effectively." else: return "Failure: Everyone waits for someone else to act (Free Riding)." # Small Elite (10) vs Large Public (1,000,000) print(f"Elite lobby: {will_group_organize(10, 5000)}") print(f"Public lobby: {will_group_organize(1000000, 10000000)}") # This explains why small groups (like sugar farmers) # often beat large groups (all sugar consumers) in politics. </syntaxhighlight> ; Major Theories : '''Modernization Theory''' β The idea that economic growth naturally leads to democracy. : '''Dependency Theory''' β The idea that poor countries are "underdeveloped" because of their place in the global capitalist system. : '''Public Choice Theory''' β Applying economic models to political behavior (politicians as "self-interested utility maximizers"). : '''Endogenous Growth Theory''' β Exploring how investment in human capital and innovation drives long-term growth. </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Economic Systems ! System !! Allocation !! Ownership !! Primary Goal |- | Free Market || Price Mechanism || Private || Efficiency / Profit |- | Command Economy || Central Planning || State || Social Goals / Security |- | Mixed Economy || Market + Regulation || Mixed || Stability / Equity |- | State Capitalism || Market in a State Frame || Mixed (SOEs) || National Power / Growth |} '''The Resource Curse''': Why do countries with lots of oil or diamonds often have low growth and high corruption? Political economy shows that when the government can get money from the ground without taxing the people, it doesn't need to be "accountable" to them. This leads to the "Dutch Disease" and the rise of authoritarianism. </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating economic policy: # '''Inequality''': Is the growth "pro-poor" or is it just accumulating at the top? # '''Political Feasibility''': Is a "perfect" economic policy actually possible to pass in the current political climate? # '''Sustainability''': Is the economic growth destroying the natural capital (environment) that future growth depends on? # '''Corruption''': How much of the "leakage" in a project is due to political patronage? </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''The Great Decoupling''': How the link between productivity and wages has been broken in the 21st century. # '''The Political Economy of AI''': Who will own the "means of intelligence"? Will AI lead to mass unemployment or a "Universal Basic Income"? # '''Green Industrial Policy''': How states are competing to own the future of renewable energy (e.g., the Inflation Reduction Act). # '''Crypto-Political Economy''': Can decentralized protocols (DAOs) replace traditional political institutions for managing resources? [[Category:Political Science]] [[Category:Economics]] [[Category:Politics]] </div>
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:BloomIntro
(
edit
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information