Sociological theories of delinquency attempt to explain juvenile delinquency from a macro perspective. That is, these theories explain juvenile delinquency based on the social and cultural contexts in which juveniles live, go to school, and play. This week, you explore the major sociological theories of delinquency as you consider how cultural norms and morals, labels, socioeconomic status, and other sociological factors contribute to the phenomenon of juvenile delinquency. You may notice that some theories have much in common or build upon each other, while others directly oppose each other.
To prepare for this assignment:
Review the assigned pages from Chapters 4 and 5, as well as Chapter 6 in the course text, Juvenile Delinquency, and focus on the sociological theories that account for juvenile delinquency.
Select two sociological theories of juvenile delinquency to use for this assignment. You are encouraged to use at least one of the following theories:
Sutherland’s differential association theory
Merton’s theory of anomie
Think about how the two sociological theories you selected account for juvenile delinquency.
Think about how the two sociological theories are similar and different with regard to juvenile delinquency.
The assignment (1–2 pages):
Briefly describe two sociological theories that account for juvenile delinquency.
Compare (similarities and differences) the two theories in terms of how they account for juvenile delinquency.
Explain at least one insight you had or conclusion you drew about juvenile delinquency from your comparison.
Support your Application Assignment with specific references to all resources used in its preparation. You are asked to provide a reference list only for those resources not included in the Learning Resources for this course.
Learning Resources
Please read and view (where applicable) the following Learning Resources before you complete this week’s assignments.
Readings
Course Text: Juvenile Delinquency
Chapter 4, “Social Structural Causes of Delinquency”
“Social Disorganization Theory”
“Cultural Deviance Theory and Delinquency”
“Strain Theory and Delinquency”
Chapter 5, “Social Process Theories of Delinquency”
“Differential Association Theory”
“Drift Theory and Delinquency”
“Control Theory and Delinquent Behavior”
Chapter 6, “Social Interactionist Theories of Delinquency”
Last Completed Projects
topic title | academic level | Writer | delivered |
---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });