{"id":3917,"date":"2026-03-26T12:07:19","date_gmt":"2026-03-26T12:07:19","guid":{"rendered":"https:\/\/ksquareinstitute.in\/blog\/?p=3917"},"modified":"2026-04-04T14:39:57","modified_gmt":"2026-04-04T14:39:57","slug":"motion-in-a-straight-line-class-11-notes","status":"publish","type":"post","link":"https:\/\/ksquareinstitute.in\/blog\/motion-in-a-straight-line-class-11-notes\/","title":{"rendered":"Motion in a Straight Line Class 11 Notes"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Motion in a Straight Line Class 11 Notes \u2013 Complete NEET Physics Guide<\/title>\n<meta name=\"description\" content=\"Master motion in a straight line class 11 notes with this complete NEET Physics guide. Covers kinematics, equations, graphs, PYQ trends, and common mistakes.\">\n<meta name=\"keywords\" content=\"motion in a straight line class 11 notes, NEET physics kinematics, kinematic equations, displacement velocity acceleration\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;600;700;800&#038;family=DM+Sans:wght@400;500;600&#038;family=JetBrains+Mono:wght@400;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --accent: #e8600a;\n    --accent-light: #fff3eb;\n    --accent-mid: #fde0c8;\n    --dark: #111827;\n    --text: #1a1a1a;\n    --text-muted: #4b5563;\n    --border: #e5e7eb;\n    --bg: #ffffff;\n    --green-bg: #ecfdf5;\n    --green-border: #6ee7b7;\n    --blue-bg: #eff6ff;\n    --blue-border: #93c5fd;\n  }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    color: var(--text);\n    background: var(--bg);\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n\n\n  \/* \u2500\u2500 Article body \u2500\u2500 *\/\n  .article-body {\n    padding: 0;\n    max-width: 100%;\n    margin: 0;\n  }\n\n  .article-body > .section:first-child {\n    padding-top: 40px;\n  }\n\n  \/* \u2500\u2500 Section \u2500\u2500 *\/\n  .section {\n    padding: 52px 0 12px;\n    border-bottom: 1px solid var(--border);\n  }\n  .section:last-of-type { border-bottom: none; }\n\n  .section-header {\n    display: flex;\n    align-items: flex-start;\n    gap: 16px;\n    margin-bottom: 28px;\n  }\n  .section-badge {\n    background: var(--accent);\n    color: #fff;\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 13px;\n    font-weight: 600;\n    padding: 6px 12px;\n    border-radius: 6px;\n    flex-shrink: 0;\n    margin-top: 4px;\n  }\n  .section-title {\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-size: clamp(20px, 3vw, 28px);\n    font-weight: 800;\n    color: var(--dark);\n    line-height: 1.25;\n  }\n  .section-title span { color: var(--accent); }\n\n  h3 {\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-size: 17px;\n    font-weight: 700;\n    color: var(--dark);\n    margin: 28px 0 10px;\n  }\n\n  p { margin-bottom: 16px; color: var(--text); }\n  ul, ol { padding-left: 22px; margin-bottom: 16px; }\n  li { margin-bottom: 6px; }\n  strong { color: var(--dark); }\n\n  \/* \u2500\u2500 Formula boxes \u2500\u2500 *\/\n  .formula-dark {\n    background: var(--dark);\n    border-left: 4px solid var(--accent);\n    border-radius: 8px;\n    padding: 22px 26px;\n    margin: 24px 0;\n  }\n  .formula-dark .formula-label {\n    color: rgba(255,255,255,0.45);\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 11px;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n  .formula-dark code {\n    font-family: 'JetBrains Mono', monospace;\n    color: var(--accent);\n    font-size: 15px;\n    line-height: 2;\n    display: block;\n  }\n\n  .formula-orange {\n    background: var(--accent-light);\n    border: 1px solid var(--accent-mid);\n    border-left: 4px solid var(--accent);\n    border-radius: 8px;\n    padding: 20px 24px;\n    margin: 24px 0;\n  }\n  .formula-orange code {\n    font-family: 'JetBrains Mono', monospace;\n    color: #7c2d00;\n    font-size: 14px;\n    line-height: 1.9;\n    display: block;\n  }\n  .formula-orange p {\n    font-size: 14px;\n    color: #7c2d00;\n    margin: 0;\n  }\n\n  \/* \u2500\u2500 Callouts \u2500\u2500 *\/\n  .callout {\n    border-radius: 8px;\n    padding: 18px 22px;\n    margin: 22px 0;\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n  }\n  .callout-warning {\n    background: var(--accent-light);\n    border: 1px solid var(--accent-mid);\n  }\n  .callout-tip {\n    background: var(--blue-bg);\n    border: 1px solid var(--blue-border);\n  }\n  .callout-icon {\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 11px;\n    font-weight: 700;\n    padding: 3px 8px;\n    border-radius: 4px;\n    flex-shrink: 0;\n    margin-top: 1px;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n  .callout-warning .callout-icon { background: var(--accent); color: #fff; }\n  .callout-tip .callout-icon { background: #3b82f6; color: #fff; }\n  .callout p { margin: 0; font-size: 14.5px; }\n  .callout-warning p { color: #7c2d00; }\n  .callout-tip p { color: #1e3a5f; }\n\n  \/* \u2500\u2500 Table \u2500\u2500 *\/\n  .table-wrap { overflow-x: auto; margin: 24px 0; }\n  table { width: 100%; border-collapse: collapse; font-size: 14.5px; }\n  thead tr { background: var(--dark); }\n  thead th {\n    color: #fff;\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-weight: 600;\n    padding: 12px 18px;\n    text-align: left;\n    letter-spacing: 0.02em;\n  }\n  tbody tr { border-bottom: 1px solid var(--border); }\n  tbody tr:last-child { border-bottom: none; }\n  tbody td { padding: 12px 18px; color: var(--text); }\n  tbody tr:nth-child(even) { background: #f9fafb; }\n\n  \/* \u2500\u2500 Revision box \u2500\u2500 *\/\n  .revision-box {\n    background: var(--green-bg);\n    border: 1px solid var(--green-border);\n    border-left: 5px solid #10b981;\n    border-radius: 10px;\n    padding: 26px 30px;\n    margin: 32px 0;\n  }\n  .revision-box .rev-title {\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-size: 15px;\n    font-weight: 800;\n    color: #065f46;\n    margin-bottom: 14px;\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n  }\n  .revision-box ul { padding-left: 20px; }\n  .revision-box li { color: #065f46; font-size: 14.5px; margin-bottom: 7px; }\n\n  \/* \u2500\u2500 FAQ \u2500\u2500 *\/\n  .faq-section { padding: 52px 0; }\n  .faq-title {\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-size: clamp(20px, 3vw, 26px);\n    font-weight: 800;\n    color: var(--dark);\n    margin-bottom: 28px;\n  }\n  details {\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    margin-bottom: 12px;\n    overflow: hidden;\n    transition: box-shadow 0.2s;\n  }\n  details[open] { box-shadow: 0 4px 20px rgba(232,96,10,0.1); border-color: var(--accent); }\n  summary {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 18px 22px;\n    cursor: pointer;\n    list-style: none;\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-weight: 700;\n    font-size: 15px;\n    color: var(--dark);\n    gap: 12px;\n  }\n  summary::-webkit-details-marker { display: none; }\n  .faq-toggle {\n    width: 28px; height: 28px;\n    border-radius: 50%;\n    background: var(--accent-light);\n    border: 1.5px solid var(--accent);\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0;\n    color: var(--accent);\n    font-size: 18px;\n    font-weight: 700;\n    line-height: 1;\n    transition: background 0.2s, color 0.2s;\n    user-select: none;\n  }\n  details[open] .faq-toggle {\n    background: var(--accent);\n    color: #fff;\n  }\n  .faq-toggle::after { content: '+'; }\n  details[open] .faq-toggle::after { content: '\u2212'; }\n  .faq-body {\n    padding: 4px 22px 20px;\n    color: var(--text-muted);\n    font-size: 14.5px;\n    line-height: 1.75;\n    border-top: 1px solid var(--border);\n    padding-top: 16px;\n  }\n\n  \/* \u2500\u2500 CTA \u2500\u2500 *\/\n  .cta-section {\n    background: linear-gradient(135deg, #e8600a 0%, #b84400 100%);\n    padding: 60px 0;\n    margin-top: 60px;\n    text-align: center;\n  }\n  .cta-section h2 {\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-size: clamp(22px, 3.5vw, 34px);\n    font-weight: 800;\n    color: #fff;\n    margin-bottom: 12px;\n  }\n  .cta-section p { color: rgba(255,255,255,0.85); margin-bottom: 28px; font-size: 16px; }\n  .cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }\n  .btn-white {\n    background: #fff;\n    color: var(--accent);\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-weight: 700;\n    font-size: 14px;\n    padding: 13px 26px;\n    border-radius: 8px;\n    text-decoration: none;\n    transition: opacity 0.2s;\n    display: inline-block;\n  }\n  .btn-white:hover { opacity: 0.9; }\n  .btn-outline-white {\n    background: transparent;\n    color: #fff;\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-weight: 700;\n    font-size: 14px;\n    padding: 13px 26px;\n    border-radius: 8px;\n    text-decoration: none;\n    border: 2px solid rgba(255,255,255,0.7);\n    transition: background 0.2s;\n    display: inline-block;\n  }\n  .btn-outline-white:hover { background: rgba(255,255,255,0.1); }\n\n  \/* \u2500\u2500 Internal links \u2500\u2500 *\/\n  .internal-links {\n    background: #f9fafb;\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 24px 28px;\n    margin: 40px 0;\n  }\n  .internal-links h4 {\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--text-muted);\n    text-transform: uppercase;\n    letter-spacing: 0.07em;\n    margin-bottom: 14px;\n  }\n  .internal-links ul { padding-left: 0; list-style: none; }\n  .internal-links li { margin-bottom: 8px; }\n  .internal-links a {\n    color: var(--accent);\n    font-weight: 600;\n    text-decoration: none;\n    font-size: 14.5px;\n    transition: opacity 0.2s;\n  }\n  .internal-links a:hover { opacity: 0.75; }\n\n  \/* \u2500\u2500 Banner promo \u2500\u2500 *\/\n  .promo-banner { margin: 32px 0; }\n\n  \/* \u2500\u2500 Misc \u2500\u2500 *\/\n  .intro-p { font-size: 17px; line-height: 1.8; color: var(--text); }\n  .key-insight {\n    font-style: italic;\n    color: var(--text-muted);\n    border-left: 3px solid var(--accent);\n    padding-left: 14px;\n    margin: 18px 0;\n    font-size: 14.5px;\n  }\n\n  \/* \u2500\u2500 PDF Download Button \u2500\u2500 *\/\n  .pdf-download-wrap {\n    margin-top: 24px;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    flex-wrap: wrap;\n  }\n  .btn-pdf {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: var(--dark);\n    color: #fff;\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-weight: 700;\n    font-size: 14px;\n    padding: 13px 24px;\n    border-radius: 8px;\n    text-decoration: none;\n    border: 2px solid var(--dark);\n    transition: background 0.2s, color 0.2s;\n    letter-spacing: 0.01em;\n  }\n  .btn-pdf:hover {\n    background: var(--accent);\n    border-color: var(--accent);\n    color: #fff;\n  }\n  .btn-pdf-icon {\n    width: 18px;\n    height: 18px;\n    flex-shrink: 0;\n  }\n  .pdf-note {\n    font-size: 13px;\n    color: var(--text-muted);\n  }\n\n  @media (max-width: 640px) {\n    .section-header { flex-direction: column; gap: 8px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 ARTICLE BODY \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<main class=\"article-body\">\n\n  <!-- \u2500\u2500 INTRO \u2500\u2500 -->\n  <section class=\"section\" id=\"introduction\">\n    <div class=\"section-header\">\n      <span class=\"section-badge\">01<\/span>\n      <h2 class=\"section-title\">Introduction to <span>Motion in a Straight Line<\/span><\/h2>\n    <\/div>\n\n    <p class=\"intro-p\">If you are starting your NEET Physics preparation from scratch, <strong>motion in a straight line class 11 notes<\/strong> is the chapter that sets the entire foundation. Every advanced topic in mechanics \u2013 projectile motion, circular motion, Newton&#8217;s laws \u2013 rests on the concepts introduced here. Understanding this chapter with precision is non-negotiable for a strong NEET score.<\/p>\n\n    <p>Motion, at its core, is the <strong>change in position of an object with respect to time<\/strong>. But this definition is incomplete without specifying a reference point. The position of any object is always measured relative to a chosen <strong>frame of reference<\/strong>. Without one, the concept of motion is meaningless.<\/p>\n\n    <div class=\"callout callout-tip\">\n      <span class=\"callout-icon\">Tip<\/span>\n      <p><strong>Rest and motion are relative concepts.<\/strong> A passenger sitting in a moving train is at rest relative to a co-passenger, but in motion relative to someone standing on the platform. There is no such thing as absolute motion.<\/p>\n    <\/div>\n\n    <p>In this chapter, we restrict our analysis to <strong>one-dimensional motion<\/strong> \u2013 movement along a single straight line, typically described using the x-axis. This simplification allows us to build the core kinematic framework before extending it to two and three dimensions.<\/p>\n\n    <p class=\"key-insight\">Key insight: The choice of reference frame affects the numerical values of position, velocity, and displacement \u2013 but never the laws of physics themselves.<\/p>\n  <\/section>\n\n  <!-- \u2500\u2500 POSITION DISTANCE DISPLACEMENT \u2500\u2500 -->\n  <section class=\"section\" id=\"position-distance-displacement\">\n    <div class=\"section-header\">\n      <span class=\"section-badge\">02<\/span>\n      <h2 class=\"section-title\">Position, Distance, and <span>Displacement<\/span><\/h2>\n    <\/div>\n\n    <h3>Position<\/h3>\n    <p>Position is defined using a coordinate system. On the x-axis, position can be <strong>positive, negative, or zero<\/strong> depending on which side of the origin the object is located. It is always measured from a fixed reference point.<\/p>\n\n    <h3>Distance<\/h3>\n    <p>Distance is the <strong>total path length covered<\/strong> by an object during its motion. It is a scalar quantity \u2013 it has magnitude only and is always positive. If you walk 4 m east and then 4 m west, your distance covered is 8 m.<\/p>\n\n    <h3>Displacement<\/h3>\n    <p>Displacement is the <strong>shortest straight-line distance<\/strong> between the initial and final positions of an object, along with direction. It is a vector quantity and can be positive, negative, or zero. In the earlier example, your displacement is zero \u2013 you ended up where you started.<\/p>\n\n    <div class=\"table-wrap\">\n      <table>\n        <thead>\n          <tr>\n            <th>Property<\/th>\n            <th>Distance<\/th>\n            <th>Displacement<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr><td>Type<\/td><td>Scalar<\/td><td>Vector<\/td><\/tr>\n          <tr><td>Direction<\/td><td>Not considered<\/td><td>Considered<\/td><\/tr>\n          <tr><td>Value<\/td><td>Always positive<\/td><td>Can be +, \u2212, or 0<\/td><\/tr>\n          <tr><td>Path<\/td><td>Actual path covered<\/td><td>Shortest straight-line path<\/td><\/tr>\n          <tr><td>Can be zero?<\/td><td>Only if object did not move<\/td><td>Yes, even if object moved<\/td><\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n    <div class=\"callout callout-warning\">\n      <span class=\"callout-icon\">Warning<\/span>\n      <p>Treating distance and displacement as the same is one of the most common errors in NEET. Distance is always greater than or equal to displacement in magnitude \u2013 never less.<\/p>\n    <\/div>\n\n    <!-- PROMO BANNER 1 -->\n    <div class=\"promo-banner\">\n      <a href=\"https:\/\/courses.ksquare.co.in\/new-courses\/3-mission-180-neet-physics-rankers-batch\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" style=\"display:block; margin-bottom:20px;\">\n        <img decoding=\"async\" src=\"https:\/\/ksquareinstitute.in\/blog\/wp-content\/uploads\/2026\/03\/Course-Poromo-Banner-scaled.png\" alt=\"Mission 180 NEET Physics Rankers Batch - KSquare Career Institute\" style=\"width:100%; height:auto; border-radius:10px; display:block;\">\n      <\/a>\n    <\/div>\n  <\/section>\n\n  <!-- \u2500\u2500 SPEED AND VELOCITY \u2500\u2500 -->\n  <section class=\"section\" id=\"speed-and-velocity\">\n    <div class=\"section-header\">\n      <span class=\"section-badge\">03<\/span>\n      <h2 class=\"section-title\">Speed and <span>Velocity<\/span><\/h2>\n    <\/div>\n\n    <p>These two quantities are frequently confused in <strong>motion in a straight line class 11 notes<\/strong>, but they describe fundamentally different physical quantities.<\/p>\n\n    <h3>Speed<\/h3>\n    <p>Speed is the <strong>rate of change of distance<\/strong>. It is a scalar quantity \u2013 it tells you how fast an object is moving, but not in which direction.<\/p>\n\n    <div class=\"formula-orange\">\n      <code>Average Speed = Total Distance \/ Total Time<\/code>\n      <p>Always non-negative. SI unit: m\/s<\/p>\n    <\/div>\n\n    <h3>Velocity<\/h3>\n    <p>Velocity is the <strong>rate of change of displacement<\/strong>. It is a vector quantity \u2013 direction is integral to its meaning. Two objects moving at the same speed in opposite directions have different velocities.<\/p>\n\n    <div class=\"formula-orange\">\n      <code>Average Velocity = Total Displacement \/ Total Time<\/code>\n      <p>Can be positive, negative, or zero. SI unit: m\/s<\/p>\n    <\/div>\n\n    <h3>Uniform vs. Non-Uniform Motion<\/h3>\n    <ul>\n      <li><strong>Uniform motion:<\/strong> Equal displacement in equal intervals of time. Velocity is constant; acceleration is zero.<\/li>\n      <li><strong>Non-uniform motion:<\/strong> Unequal displacement in equal intervals. Velocity changes; acceleration is non-zero.<\/li>\n    <\/ul>\n\n    <h3>Instantaneous Velocity<\/h3>\n    <p>Instantaneous velocity is the velocity of an object at a specific instant in time. Mathematically, it is the limit of average velocity as the time interval approaches zero \u2013 or the derivative of displacement with respect to time.<\/p>\n\n    <div class=\"formula-dark\">\n      <div class=\"formula-label\">Instantaneous Velocity<\/div>\n      <code>v = lim(\u0394t\u21920) \u0394x\/\u0394t = dx\/dt<\/code>\n    <\/div>\n\n    <div class=\"callout callout-tip\">\n      <span class=\"callout-icon\">Tip<\/span>\n      <p>An object can have zero average velocity but non-zero average speed \u2013 for example, a ball thrown upward returns to its starting point. Displacement is zero; distance is not.<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- \u2500\u2500 ACCELERATION \u2500\u2500 -->\n  <section class=\"section\" id=\"acceleration\">\n    <div class=\"section-header\">\n      <span class=\"section-badge\">04<\/span>\n      <h2 class=\"section-title\"><span>Acceleration<\/span> \u2013 Rate of Change of Velocity<\/h2>\n    <\/div>\n\n    <p>Acceleration is defined as the <strong>rate of change of velocity with respect to time<\/strong>. It is a vector quantity \u2013 it has both magnitude and direction.<\/p>\n\n    <div class=\"formula-dark\">\n      <div class=\"formula-label\">Average Acceleration<\/div>\n      <code>a = (v \u2212 u) \/ t<\/code>\n      <code>Instantaneous: a = dv\/dt<\/code>\n    <\/div>\n\n    <h3>Types of Acceleration<\/h3>\n    <ul>\n      <li><strong>Uniform acceleration:<\/strong> Velocity changes by equal amounts in equal time intervals. The kinematic equations apply here.<\/li>\n      <li><strong>Non-uniform acceleration:<\/strong> Velocity changes by different amounts in equal time intervals. Kinematic equations do not directly apply.<\/li>\n      <li><strong>Retardation:<\/strong> Negative acceleration \u2013 the object is slowing down. The acceleration vector is opposite to the velocity vector.<\/li>\n    <\/ul>\n\n    <div class=\"callout callout-warning\">\n      <span class=\"callout-icon\">Warning<\/span>\n      <p>Negative acceleration does not always mean the object is slowing down. If both velocity and acceleration are negative, the object is actually speeding up (in the negative direction). Sign alone is not enough \u2013 you must consider the direction of both vectors.<\/p>\n    <\/div>\n\n    <p class=\"key-insight\">Key insight: In straight-line motion, acceleration is caused by a change in speed. But in two-dimensional motion (like circular motion), a change in direction alone is sufficient to produce acceleration.<\/p>\n  <\/section>\n\n  <!-- \u2500\u2500 KINEMATIC EQUATIONS \u2500\u2500 -->\n  <section class=\"section\" id=\"kinematic-equations\">\n    <div class=\"section-header\">\n      <span class=\"section-badge\">05<\/span>\n      <h2 class=\"section-title\">Kinematic Equations for <span>Uniform Acceleration<\/span><\/h2>\n    <\/div>\n\n    <p>The three kinematic equations are the most frequently used tools in <strong>motion in a straight line class 11 notes<\/strong>. They are valid only when acceleration is <strong>constant and non-zero<\/strong>.<\/p>\n\n    <div class=\"formula-dark\">\n      <div class=\"formula-label\">The Three Equations of Motion<\/div>\n      <code>v = u + at<\/code>\n      <code>s = ut + (1\/2)at\u00b2<\/code>\n      <code>v\u00b2 = u\u00b2 + 2as<\/code>\n    <\/div>\n\n    <h3>Variable Key<\/h3>\n    <div class=\"formula-orange\">\n      <code>u = initial velocity (m\/s)<\/code>\n      <code>v = final velocity (m\/s)<\/code>\n      <code>a = acceleration (m\/s\u00b2)<\/code>\n      <code>s = displacement (m)<\/code>\n      <code>t = time (s)<\/code>\n    <\/div>\n\n    <h3>Equation Selection Strategy<\/h3>\n    <div class=\"table-wrap\">\n      <table>\n        <thead>\n          <tr><th>Given Variables<\/th><th>Unknown<\/th><th>Use Equation<\/th><\/tr>\n        <\/thead>\n        <tbody>\n          <tr><td>u, a, t<\/td><td>v<\/td><td>v = u + at<\/td><\/tr>\n          <tr><td>u, a, t<\/td><td>s<\/td><td>s = ut + (1\/2)at\u00b2<\/td><\/tr>\n          <tr><td>u, v, a<\/td><td>s (no time given)<\/td><td>v\u00b2 = u\u00b2 + 2as<\/td><\/tr>\n          <tr><td>u, v, s<\/td><td>a (no time given)<\/td><td>v\u00b2 = u\u00b2 + 2as<\/td><\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n    <div class=\"callout callout-tip\">\n      <span class=\"callout-icon\">Tip<\/span>\n      <p>Before applying any kinematic equation, always define a positive direction and assign signs to u, v, a, and s accordingly. A consistent sign convention is the single most powerful habit in solving kinematics problems correctly.<\/p>\n    <\/div>\n\n    <h3>Distance Covered in nth Second<\/h3>\n    <p>The distance covered by a uniformly accelerating body in the nth second (not in n seconds) is given by a derived formula:<\/p>\n    <div class=\"formula-dark\">\n      <div class=\"formula-label\">Distance in nth Second<\/div>\n      <code>s_n = u + a(2n \u2212 1)\/2<\/code>\n    <\/div>\n  <\/section>\n\n  <!-- \u2500\u2500 GRAPHICAL REPRESENTATION \u2500\u2500 -->\n  <section class=\"section\" id=\"graphical-representation\">\n    <div class=\"section-header\">\n      <span class=\"section-badge\">06<\/span>\n      <h2 class=\"section-title\">Graphical Representation of <span>Motion<\/span><\/h2>\n    <\/div>\n\n    <p>Graphs are among the highest-scoring areas in NEET kinematics. Mastering graph interpretation is a direct route to marks. The core principle is simple: <strong>every kinematic graph reduces to reading slope and area<\/strong>.<\/p>\n\n    <h3>Displacement-Time Graph (x-t Graph)<\/h3>\n    <ul>\n      <li><strong>Slope<\/strong> of the x-t graph = instantaneous velocity<\/li>\n      <li>A <strong>straight line<\/strong> indicates uniform velocity (constant slope)<\/li>\n      <li>A <strong>curve<\/strong> indicates non-uniform velocity (changing slope)<\/li>\n      <li>A <strong>horizontal line<\/strong> (zero slope) means the object is at rest<\/li>\n      <li>A <strong>negative slope<\/strong> means the object is moving in the negative direction<\/li>\n    <\/ul>\n\n    <h3>Velocity-Time Graph (v-t Graph)<\/h3>\n    <ul>\n      <li><strong>Slope<\/strong> of the v-t graph = acceleration<\/li>\n      <li><strong>Area under<\/strong> the v-t curve = displacement<\/li>\n      <li>A <strong>straight line with positive slope<\/strong> = uniform acceleration<\/li>\n      <li>A <strong>straight line with negative slope<\/strong> = uniform retardation<\/li>\n      <li>Area above the time axis = positive displacement; area below = negative displacement<\/li>\n    <\/ul>\n\n    <h3>Acceleration-Time Graph (a-t Graph)<\/h3>\n    <ul>\n      <li><strong>Area under<\/strong> the a-t graph = change in velocity<\/li>\n      <li>A constant horizontal line indicates uniform acceleration<\/li>\n    <\/ul>\n\n    <div class=\"callout callout-warning\">\n      <span class=\"callout-icon\">Warning<\/span>\n      <p>A common NEET trap: confusing the shape of the v-t graph with the shape of the trajectory. A curved v-t graph does not mean the object is moving along a curved path \u2013 it only means the velocity is changing non-uniformly.<\/p>\n    <\/div>\n\n    <!-- PROMO BANNER 2 -->\n    <div class=\"promo-banner\">\n      <a href=\"https:\/\/ksquareinstitute.in\/neet-2026-rank-predictor\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" style=\"display:block; margin-bottom:20px;\">\n        <img decoding=\"async\" src=\"https:\/\/ksquareinstitute.in\/blog\/wp-content\/uploads\/2026\/03\/neet-2026-college-and-rank-predictor-scaled.png\" alt=\"NEET 2026 College and Rank Predictor - KSquare Career Institute\" style=\"width:100%; height:auto; border-radius:10px; display:block;\">\n      <\/a>\n    <\/div>\n  <\/section>\n\n  <!-- \u2500\u2500 SPECIAL CASES \u2500\u2500 -->\n  <section class=\"section\" id=\"special-cases\">\n    <div class=\"section-header\">\n      <span class=\"section-badge\">07<\/span>\n      <h2 class=\"section-title\">Special Cases and <span>Sign Convention<\/span><\/h2>\n    <\/div>\n\n    <h3>Important Boundary Conditions<\/h3>\n    <div class=\"table-wrap\">\n      <table>\n        <thead>\n          <tr><th>Condition<\/th><th>Velocity<\/th><th>Acceleration<\/th><\/tr>\n        <\/thead>\n        <tbody>\n          <tr><td>Object at rest<\/td><td>v = 0<\/td><td>May or may not be zero<\/td><\/tr>\n          <tr><td>Constant velocity<\/td><td>v = constant<\/td><td>a = 0<\/td><\/tr>\n          <tr><td>Free fall (downward +ve)<\/td><td>Increases<\/td><td>a = +g \u2248 9.8 m\/s\u00b2<\/td><\/tr>\n          <tr><td>Ball thrown upward<\/td><td>Decreases to 0, then increases<\/td><td>a = \u2212g (if upward is +ve)<\/td><\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n    <h3>Sign Convention Rules<\/h3>\n    <ul>\n      <li>Choose one direction as positive at the start of every problem.<\/li>\n      <li>Apply this convention consistently to u, v, a, and s throughout.<\/li>\n      <li>For vertical problems, upward is usually taken as positive.<\/li>\n      <li>For horizontal problems, rightward is usually taken as positive.<\/li>\n    <\/ul>\n\n    <div class=\"callout callout-tip\">\n      <span class=\"callout-icon\">Tip<\/span>\n      <p>For a ball thrown vertically upward: at the highest point, velocity is zero but acceleration is still g downward. The object momentarily stops but is not in equilibrium.<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- \u2500\u2500 NUMERICAL FRAMEWORK \u2500\u2500 -->\n  <section class=\"section\" id=\"numerical-framework\">\n    <div class=\"section-header\">\n      <span class=\"section-badge\">08<\/span>\n      <h2 class=\"section-title\">Solved Numerical <span>Framework<\/span><\/h2>\n    <\/div>\n\n    <p>NEET kinematics numericals follow predictable patterns. Train yourself to recognize the type and apply the correct equation immediately.<\/p>\n\n    <h3>Type 1 \u2013 Finding Final Velocity<\/h3>\n    <div class=\"formula-orange\">\n      <code>Given: u, a, t \u2192 Use: v = u + at<\/code>\n      <p>Example: A car starts from rest (u = 0) and accelerates at 3 m\/s\u00b2 for 5 s. Find v. \u2192 v = 0 + (3)(5) = 15 m\/s<\/p>\n    <\/div>\n\n    <h3>Type 2 \u2013 Finding Displacement<\/h3>\n    <div class=\"formula-orange\">\n      <code>Given: u, a, t \u2192 Use: s = ut + (1\/2)at\u00b2<\/code>\n      <p>Example: u = 10 m\/s, a = 2 m\/s\u00b2, t = 4 s \u2192 s = (10)(4) + (0.5)(2)(16) = 40 + 16 = 56 m<\/p>\n    <\/div>\n\n    <h3>Type 3 \u2013 Without Time<\/h3>\n    <div class=\"formula-orange\">\n      <code>Given: u, v, a \u2192 Use: v\u00b2 = u\u00b2 + 2as<\/code>\n      <p>Example: u = 20 m\/s, v = 0 (stops), a = \u22124 m\/s\u00b2 \u2192 0 = 400 + 2(\u22124)s \u2192 s = 50 m<\/p>\n    <\/div>\n\n    <h3>Problem-Solving Strategy<\/h3>\n    <ol>\n      <li>List all known and unknown variables.<\/li>\n      <li>Establish sign convention before substituting values.<\/li>\n      <li>Identify the equation that contains exactly one unknown.<\/li>\n      <li>Solve algebraically before substituting numbers.<\/li>\n    <\/ol>\n  <\/section>\n\n  <!-- \u2500\u2500 CONCEPTUAL QUESTIONS \u2500\u2500 -->\n  <section class=\"section\" id=\"conceptual-questions\">\n    <div class=\"section-header\">\n      <span class=\"section-badge\">09<\/span>\n      <h2 class=\"section-title\">Conceptual and <span>Assertion-Based Questions<\/span><\/h2>\n    <\/div>\n\n    <p>NEET consistently tests conceptual reasoning in kinematics through assertion-reason questions. These cannot be solved by formula \u2013 they require genuine understanding. Study these carefully.<\/p>\n\n    <ul>\n      <li><strong>Can displacement be zero while distance is non-zero?<\/strong> Yes. A body that returns to its starting point has zero displacement but non-zero distance.<\/li>\n      <li><strong>Can velocity be zero while acceleration is non-zero?<\/strong> Yes. At the highest point of a vertically thrown ball, velocity = 0 but a = g \u2260 0.<\/li>\n      <li><strong>Is acceleration always in the direction of motion?<\/strong> No. Retardation means acceleration is opposite to velocity.<\/li>\n      <li><strong>Can speed be constant while velocity changes?<\/strong> Yes. Uniform circular motion is the classic example (though outside this chapter, the concept applies to changing direction while magnitude is constant).<\/li>\n      <li><strong>Can average speed equal the magnitude of average velocity?<\/strong> Yes, but only when the object moves in a straight line without reversing direction.<\/li>\n    <\/ul>\n\n    <div class=\"callout callout-tip\">\n      <span class=\"callout-icon\">Tip<\/span>\n      <p>Conceptual questions in NEET often hinge on a single word: &#8220;always,&#8221; &#8220;never,&#8221; &#8220;can,&#8221; or &#8220;must.&#8221; Read assertion-reason statements with extreme precision before choosing your answer.<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- \u2500\u2500 PYQ TRENDS \u2500\u2500 -->\n  <section class=\"section\" id=\"pyq-trends\">\n    <div class=\"section-header\">\n      <span class=\"section-badge\">10<\/span>\n      <h2 class=\"section-title\">PYQ Trends and <span>Exam Strategy<\/span><\/h2>\n    <\/div>\n\n    <p>A review of previous year NEET questions from this chapter reveals three dominant patterns that together account for the vast majority of marks scored here.<\/p>\n\n    <h3>High-Weightage Areas<\/h3>\n    <div class=\"table-wrap\">\n      <table>\n        <thead>\n          <tr><th>Topic<\/th><th>Question Type<\/th><th>Frequency<\/th><\/tr>\n        <\/thead>\n        <tbody>\n          <tr><td>Graph interpretation (v-t and x-t)<\/td><td>Concept + Calculation<\/td><td>Very High<\/td><\/tr>\n          <tr><td>Kinematic equations application<\/td><td>Numerical<\/td><td>High<\/td><\/tr>\n          <tr><td>Displacement vs. distance concepts<\/td><td>Assertion-Reason<\/td><td>Moderate<\/td><\/tr>\n          <tr><td>Sign convention problems<\/td><td>Numerical<\/td><td>Moderate<\/td><\/tr>\n          <tr><td>Free fall and vertical motion<\/td><td>Numerical<\/td><td>High<\/td><\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n    <h3>Preparation Strategy<\/h3>\n    <ul>\n      <li>Do not memorize graphs \u2013 derive them from first principles each time you practice.<\/li>\n      <li>Solve at least 20 PYQ numericals from this chapter before the exam.<\/li>\n      <li>Focus on mixed problems where you must identify which equation to use without being told.<\/li>\n      <li>Prioritize application over memorization \u2013 NEET tests transfer of knowledge, not rote recall.<\/li>\n    <\/ul>\n\n    <!-- Internal Links Block -->\n    <div class=\"internal-links\">\n      <h4>Explore More from KSquare<\/h4>\n      <ul>\n        <li><a href=\"https:\/\/ksquareinstitute.in\/blog\/neet-physics-survival-kit-2026\/\" rel=\"nofollow noopener noreferrer\">NEET Physics Survival Kit 2026<\/a><\/li>\n        <li><a href=\"https:\/\/ksquareinstitute.in\/blog\/organic-chemistry-strategy-neet\/\" rel=\"nofollow noopener noreferrer\">Organic Chemistry Strategy for NEET<\/a><\/li>\n        <li><a href=\"https:\/\/ksquareinstitute.in\/blog\/neet-biology-tricks-for-exams\/\" rel=\"nofollow noopener noreferrer\">NEET Biology Tricks for Exams<\/a><\/li>\n        <li><a href=\"https:\/\/ksquareinstitute.in\/blog\/score-340-in-neet-biology\/\" rel=\"nofollow noopener noreferrer\">How to Score 340+ in NEET Biology<\/a><\/li>\n        <li><a href=\"https:\/\/ksquareinstitute.in\/blog\/top-10-tricky-neet-biology-diagrams\/\" rel=\"nofollow noopener noreferrer\">Top 10 Tricky NEET Biology Diagrams<\/a><\/li>\n        <li><a href=\"https:\/\/ksquareinstitute.in\/free-study-material\/\" rel=\"nofollow noopener noreferrer\">Free Study Materials \u2013 KSquare<\/a><\/li>\n        <li><a href=\"https:\/\/courses.ksquare.co.in\/new-courses\/31-umeed-neet-2026\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">Umeed NEET 2026 Study Materials<\/a><\/li>\n      <\/ul>\n    <\/div>\n  <\/section>\n\n  <!-- \u2500\u2500 SUMMARY \u2500\u2500 -->\n  <section class=\"section\" id=\"summary\">\n    <div class=\"section-header\">\n      <span class=\"section-badge\">11<\/span>\n      <h2 class=\"section-title\">Summary \u2013 <span>Quick Revision Layer<\/span><\/h2>\n    <\/div>\n\n    <div class=\"revision-box\">\n      <div class=\"rev-title\">Revision Checklist \u2013 Motion in a Straight Line Class 11 Notes<\/div>\n      <ul>\n        <li>Motion is always relative to a chosen frame of reference. There is no absolute motion.<\/li>\n        <li>Distance is scalar and always positive; displacement is vector and can be zero, positive, or negative.<\/li>\n        <li>Speed measures rate of change of distance; velocity measures rate of change of displacement.<\/li>\n        <li>Acceleration is the rate of change of velocity \u2013 it can be positive, negative, or zero.<\/li>\n        <li>Kinematic equations (v = u + at, s = ut + 1\/2at\u00b2, v\u00b2 = u\u00b2 + 2as) apply only for constant acceleration.<\/li>\n        <li>In x-t graphs: slope = velocity. In v-t graphs: slope = acceleration, area = displacement.<\/li>\n        <li>At the highest point of vertical throw: velocity = 0, but acceleration = g (downward).<\/li>\n        <li>Sign convention must be applied consistently \u2013 never mix conventions mid-problem.<\/li>\n        <li>Negative acceleration does not always mean deceleration; context of velocity direction matters.<\/li>\n        <li>Graph problems are high-yield in NEET \u2013 focus on slope and area interpretation.<\/li>\n      <\/ul>\n    <\/div>\n\n    <div class=\"pdf-download-wrap\">\n      <a href=\"#\" rel=\"nofollow noopener noreferrer\" class=\"btn-pdf\">\n        <svg class=\"btn-pdf-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\/>\n          <polyline points=\"7 10 12 15 17 10\"\/>\n          <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\/>\n        <\/svg>\n        Download the PDF Here\n      <\/a>\n      <span class=\"pdf-note\">Free \u2013 Motion in a Straight Line Class 11 Notes<\/span>\n    <\/div>\n  <\/section>\n\n  <!-- \u2500\u2500 COMMON MISTAKES \u2500\u2500 -->\n  <section class=\"section\" id=\"common-mistakes\">\n    <div class=\"section-header\">\n      <span class=\"section-badge\">12<\/span>\n      <h2 class=\"section-title\">Common Mistakes to <span>Avoid in NEET<\/span><\/h2>\n    <\/div>\n\n    <p>These are the most consistent error patterns seen in students preparing from <strong>motion in a straight line class 11 notes<\/strong>. Recognizing them early will save you marks in the actual exam.<\/p>\n\n    <ul>\n      <li><strong>Ignoring sign convention:<\/strong> Assigning positive values to everything without checking direction leads to wrong numerical answers, especially in free fall and retardation problems.<\/li>\n      <li><strong>Using the wrong kinematic equation:<\/strong> Applying v = u + at when time is not given, or using s = ut + 1\/2at\u00b2 when displacement is the unknown but time is missing.<\/li>\n      <li><strong>Confusing distance with displacement:<\/strong> Using displacement instead of distance in speed calculations, or vice versa, is a direct error in conceptual questions.<\/li>\n      <li><strong>Misreading graphs:<\/strong> Assuming a curved x-t graph means curved motion (it does not), or miscalculating area under a v-t graph when the graph dips below the time axis.<\/li>\n      <li><strong>Assuming acceleration always increases speed:<\/strong> When acceleration and velocity point in opposite directions, the object slows down despite having a non-zero acceleration.<\/li>\n      <li><strong>Applying kinematic equations to non-uniform acceleration:<\/strong> These equations are strictly valid only when a = constant. For variable acceleration, integration is required.<\/li>\n    <\/ul>\n\n    <div class=\"callout callout-warning\">\n      <span class=\"callout-icon\">Warning<\/span>\n      <p>In NEET, graph-based questions frequently present v-t graphs with area below the x-axis. Students who add all areas without considering sign consistently lose marks. Always subtract area below the time axis when calculating net displacement.<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- \u2500\u2500 FAQ \u2500\u2500 -->\n  <section class=\"faq-section\">\n    <h2 class=\"faq-title\">Frequently Asked Questions \u2013 Motion in a Straight Line Class 11<\/h2>\n\n    <details>\n      <summary>\n        What is the difference between speed and velocity in class 11 physics?\n        <span class=\"faq-toggle\"><\/span>\n      <\/summary>\n      <div class=\"faq-body\">\n        Speed is the rate of change of distance and is a scalar quantity \u2013 it only has magnitude. Velocity is the rate of change of displacement and is a vector quantity \u2013 it has both magnitude and direction. Two objects can have the same speed but different velocities if they are moving in different directions. In NEET, this distinction appears directly in assertion-reason and conceptual questions.\n      <\/div>\n    <\/details>\n\n    <details>\n      <summary>\n        When can displacement be zero but distance is not?\n        <span class=\"faq-toggle\"><\/span>\n      <\/summary>\n      <div class=\"faq-body\">\n        Whenever an object moves and returns to its starting point, displacement becomes zero because the net change in position is zero. However, the actual path covered is non-zero, so distance is positive. Classic examples include: a round trip, a ball thrown upward that returns to the hand, or any closed-path motion.\n      <\/div>\n    <\/details>\n\n    <details>\n      <summary>\n        Are the kinematic equations valid for free fall?\n        <span class=\"faq-toggle\"><\/span>\n      <\/summary>\n      <div class=\"faq-body\">\n        Yes. Free fall is a special case of uniformly accelerated motion where acceleration equals g (approximately 9.8 m\/s\u00b2 downward). The same three kinematic equations apply \u2013 you simply replace &#8216;a&#8217; with &#8216;g&#8217; (or &#8216;\u2212g&#8217; if upward is positive). Be careful with sign convention: if upward is positive, then g = \u22129.8 m\/s\u00b2 in your equations.\n      <\/div>\n    <\/details>\n\n    <details>\n      <summary>\n        What does the area under a velocity-time graph represent?\n        <span class=\"faq-toggle\"><\/span>\n      <\/summary>\n      <div class=\"faq-body\">\n        The area under a v-t graph represents displacement \u2013 not distance. Area above the time axis is positive displacement; area below the time axis is negative displacement. To find total distance, calculate each area separately and add their absolute values. To find net displacement, subtract the negative area from the positive area.\n      <\/div>\n    <\/details>\n\n    <details>\n      <summary>\n        How many questions from motion in a straight line appear in NEET?\n        <span class=\"faq-toggle\"><\/span>\n      <\/summary>\n      <div class=\"faq-body\">\n        Historically, kinematics (including motion in a straight line and motion in a plane) contributes 2 to 4 questions in NEET Physics. Graph interpretation and kinematic equation problems are the most frequently tested areas. The chapter also builds the conceptual base for projectile motion, Newton&#8217;s laws, and work-energy, making it indirectly relevant to far more questions.\n      <\/div>\n    <\/details>\n  <\/section>\n\n<\/main>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 CTA \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"cta-section\">\n  <h2>Ready to Score Higher in NEET Physics?<\/h2>\n  <p>Practice with structured problem sets, use our free rank predictor, or join the Mission 180 Rankers Batch \u2013 everything you need is one click away.<\/p>\n  <div class=\"cta-buttons\">\n    <a href=\"https:\/\/courses.ksquare.co.in\/new-courses\/3-mission-180-neet-physics-rankers-batch\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"btn-white\">Join Mission 180 Course<\/a>\n    <a href=\"https:\/\/ksquareinstitute.in\/neet-2026-rank-predictor\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"btn-outline-white\">Use NEET Rank Predictor<\/a>\n    <a href=\"https:\/\/ksquareinstitute.in\/free-study-material\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"btn-outline-white\">Get Free Study Material<\/a>\n  <\/div>\n<\/section>\n\n<\/body>\n<\/html>\n\n\n\n<div class=\"ks-table-wrapper\">\n    <table class=\"ks-physics-table\">\n        <thead>\n            <tr>\n                <th>Subject Topic<\/th>\n                <th>Free Study Material &#038; Notes<\/th>\n            <\/tr>\n        <\/thead>\n        <tbody>\n            <tr class=\"ks-header-row\">\n                <td colspan=\"2\">Class 11 Physics Topics<\/td>\n            <\/tr>\n            <tr>\n                <td>Units and Measurements<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/units-and-measurements-class-11-notes\" title=\"Read Units and Measurements Class 11 Notes\">Units and Measurements Class 11 Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Motion in a Straight Line<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/motion-in-a-straight-line-class-11-notes\" title=\"Read Motion in a Straight Line Class 11 Notes\">Motion in a Straight Line Class 11 Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Motion in a Plane<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/motion-in-a-plane-class-11-notes\" title=\"Read Motion in a Plane Class 11 Notes\">Motion in a Plane Class 11 Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Laws of Motion<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/laws-of-motion-class-11-notes\" title=\"Read Laws of Motion Class 11 Notes\">Laws of Motion Class 11 Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Work, Energy and Power<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/work-energy-and-power-class-11-notes\" title=\"Read Work, Energy and Power Class 11 Notes\">Work, Energy and Power Class 11 Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>System of Particles and Rotational Motion<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/system-of-particles-and-rotational-motion-class-11-notes\" title=\"Read Rotational Motion Notes\">Rotational Motion Class 11 Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Gravitation<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/gravitation-class-11-notes\" title=\"Read Gravitation Class 11 Notes\">Gravitation Class 11 Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Mechanical Properties of Solids<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/mechanical-properties-of-solids-class-11-notes\" title=\"Read Mechanical Properties of Solids Notes\">Mechanical Properties of Solids Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Mechanical Properties of Fluids<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/mechanical-properties-of-fluids-11-notes\" title=\"Read Mechanical Properties of Fluids Notes\">Mechanical Properties of Fluids Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Thermal Properties of Matter<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/thermal-properties-of-matter-11-notes\" title=\"Read Thermal Properties of Matter Notes\">Thermal Properties of Matter Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Thermodynamics<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/thermodynamics-11-notes\" title=\"Read Thermodynamics Class 11 Notes\">Thermodynamics Class 11 Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Kinetic Theory<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/kinetic-theory-11-notes\" title=\"Read Kinetic Theory Class 11 Notes\">Kinetic Theory Class 11 Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Oscillations<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/oscillations-11-notes\" title=\"Read Oscillations Class 11 Notes\">Oscillations Class 11 Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Waves<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/waves-11-notes\" title=\"Read Waves Class 11 Notes\">Waves Class 11 Notes<\/a><\/td>\n            <\/tr>\n\n            <tr class=\"ks-header-row\">\n                <td colspan=\"2\">Class 12 Physics Topics<\/td>\n            <\/tr>\n            <tr>\n                <td>Electric Charges and Fields<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/electric-charges-and-fields-class-12-notes-pdf\" title=\"Read Electric Charges and Fields Notes\">Electric Charges and Fields Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Electrostatic Potential and Capacitance<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/electrostatic-potential-and-capacitance-notes-class-12\" title=\"Read Electrostatic Potential Notes\">Electrostatic Potential Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Current Electricity<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/current-electricity-class-12-notes-pdf\" title=\"Read Current Electricity Notes\">Current Electricity Class 12 Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Moving Charges and Magnetism<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/moving-charges-and-magnetism-class-12-notes\" title=\"Read Moving Charges and Magnetism Notes\">Moving Charges &#038; Magnetism Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Magnetism and Matter<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/magnetism-and-matter-class-12-notes\" title=\"Read Magnetism and Matter Notes\">Magnetism and Matter Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Electromagnetic Induction<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/electromagnetic-induction-class-12-notes\" title=\"Read Electromagnetic Induction Notes\">Electromagnetic Induction Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Alternating Current<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/alternating-current-class-12-notes\" title=\"Read Alternating Current Notes\">Alternating Current Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Electromagnetic Waves<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/electromagnetic-waves-class-12-notes\" title=\"Read Electromagnetic Waves Notes\">Electromagnetic Waves Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Ray Optics and Optical Instruments<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/ray-optics-and-optical-instruments-class-12\" title=\"Read Ray Optics Notes\">Ray Optics &#038; Instruments Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Wave Optics<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/wave-optics-class-12-notes-pdf\" title=\"Read Wave Optics Notes\">Wave Optics Class 12 Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Dual Nature of Radiation and Matter<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/dual-nature-of-radiation-and-matter-class-12\" title=\"Read Dual Nature Notes\">Dual Nature of Radiation Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Atoms<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/atoms-class-12-notes\" title=\"Read Atoms Class 12 Notes\">Atoms Class 12 Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Nuclei<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/nuclei-class-12-notes\" title=\"Read Nuclei Class 12 Notes\">Nuclei Class 12 Notes<\/a><\/td>\n            <\/tr>\n            <tr>\n                <td>Semiconductor Electronics<\/td>\n                <td><a href=\"https:\/\/ksquareinstitute.in\/blog\/semiconductor-electronics-class-12-notes\" title=\"Read Semiconductor Electronics Notes\">Semiconductor Electronics Notes<\/a><\/td>\n            <\/tr>\n        <\/tbody>\n    <\/table>\n<\/div>\n\n<style>\n    .ks-table-wrapper {\n        margin: 40px auto;\n        max-width: 1000px;\n        padding: 0 15px;\n        font-family: 'Inter', sans-serif;\n    }\n\n    .ks-physics-table {\n        width: 100%;\n        border-collapse: separate;\n        border-spacing: 0;\n        border: 2px solid #012e1b;\n        border-radius: 10px;\n        overflow: hidden;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n    }\n\n    .ks-physics-table thead {\n        background: #012e1b;\n        color: #ffcc00;\n    }\n\n    .ks-physics-table th {\n        padding: 20px;\n        text-align: left;\n        font-size: 16px;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    .ks-header-row {\n        background: #f1f8f4;\n    }\n\n    .ks-header-row td {\n        font-weight: 800 !important;\n        color: #012e1b !important;\n        text-align: center;\n        font-size: 1.2rem;\n        border-bottom: 2px solid #ffcc00 !important;\n    }\n\n    .ks-physics-table td {\n        padding: 14px 20px;\n        border-bottom: 1px solid #e0e0e0;\n        vertical-align: middle;\n        color: #333;\n    }\n\n    \/* Anchor Text Styling *\/\n    .ks-physics-table td a {\n        color: #012e1b;\n        text-decoration: none;\n        font-weight: 600;\n        transition: all 0.3s;\n        border-bottom: 1px solid transparent;\n    }\n\n    .ks-physics-table td a:hover {\n        color: #0d7a4b;\n        border-bottom: 1px solid #ffcc00;\n    }\n\n    .ks-physics-table tr:last-child td {\n        border-bottom: none;\n    }\n\n    .ks-physics-table tr:hover:not(.ks-header-row) {\n        background-color: #fafafa;\n    }\n\n    \/* Mobile Responsive Card Layout *\/\n    @media (max-width: 768px) {\n        .ks-physics-table thead { display: none; }\n        .ks-physics-table, .ks-physics-table tbody, .ks-physics-table tr, .ks-physics-table td {\n            display: block;\n            width: 100%;\n        }\n        .ks-physics-table tr:not(.ks-header-row) {\n            margin-bottom: 10px;\n            border: 1px solid #ddd;\n            border-radius: 8px;\n            padding: 10px;\n        }\n        .ks-physics-table td {\n            text-align: left;\n            padding: 8px 10px;\n            border: none;\n        }\n        .ks-physics-table td:first-child {\n            font-weight: bold;\n            color: #666;\n            font-size: 0.9rem;\n        }\n    }\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>Motion in a Straight Line Class 11 Notes \u2013 Complete NEET Physics Guide 01 Introduction to Motion in a Straight Line If you are starting your NEET Physics preparation from scratch, motion in a straight line class 11 notes is the chapter that sets the entire foundation. Every advanced topic in mechanics \u2013 projectile motion, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[127],"tags":[],"class_list":["post-3917","post","type-post","status-publish","format-standard","hentry","category-free-study-material"],"blocksy_meta":{"page_structure_type":"type-1","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/ksquareinstitute.in\/blog\/wp-json\/wp\/v2\/posts\/3917","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ksquareinstitute.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ksquareinstitute.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ksquareinstitute.in\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ksquareinstitute.in\/blog\/wp-json\/wp\/v2\/comments?post=3917"}],"version-history":[{"count":10,"href":"https:\/\/ksquareinstitute.in\/blog\/wp-json\/wp\/v2\/posts\/3917\/revisions"}],"predecessor-version":[{"id":4299,"href":"https:\/\/ksquareinstitute.in\/blog\/wp-json\/wp\/v2\/posts\/3917\/revisions\/4299"}],"wp:attachment":[{"href":"https:\/\/ksquareinstitute.in\/blog\/wp-json\/wp\/v2\/media?parent=3917"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ksquareinstitute.in\/blog\/wp-json\/wp\/v2\/categories?post=3917"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ksquareinstitute.in\/blog\/wp-json\/wp\/v2\/tags?post=3917"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}