{"id":3925,"date":"2026-03-26T12:47:59","date_gmt":"2026-03-26T12:47:59","guid":{"rendered":"https:\/\/ksquareinstitute.in\/blog\/?p=3925"},"modified":"2026-04-03T12:08:30","modified_gmt":"2026-04-03T12:08:30","slug":"motion-in-a-plane-class-11-notes","status":"publish","type":"post","link":"https:\/\/ksquareinstitute.in\/blog\/motion-in-a-plane-class-11-notes\/","title":{"rendered":"Motion in a Plane Class 11 Notes | Vectors, Projectile Motion, Numericals &amp; PYQs"},"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 Plane Class 11 Notes | NEET Physics | KSquare<\/title>\n<meta name=\"description\" content=\"Complete Motion in a Plane Class 11 Notes for NEET Physics. Covers vectors, projectile motion, circular motion, formulas, PYQ trends, and common mistakes.\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&#038;family=DM+Sans:wght@300;400;500;600&#038;family=JetBrains+Mono:wght@400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; }\n\n  :root {\n    --accent: #e8600a;\n    --accent-light: #fff3ec;\n    --accent-mid: #ffd4b3;\n    --dark: #111827;\n    --text: #1a1a1a;\n    --muted: #6b7280;\n    --border: #e5e7eb;\n    --bg: #ffffff;\n    --tip-bg: #eff6ff;\n    --tip-border: #3b82f6;\n    --warn-bg: #fff7ed;\n    --warn-border: #e8600a;\n    --green-bg: #f0fdf4;\n    --green-border: #16a34a;\n    --green-text: #14532d;\n  }\n\n  html, body {\n    width: 100%;\n    overflow-x: hidden;\n    margin: 0;\n    padding: 0;\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  .article-body {\n    width: 100%;\n    padding: 0;\n    margin: 0;\n  }\n\n  \/* \u2500\u2500 SECTION WRAPPER \u2500\u2500 *\/\n  .section {\n    width: 100%;\n    padding-top: 48px;\n    padding-bottom: 48px;\n    padding-left: 0;\n    padding-right: 0;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .section:last-child { border-bottom: none; }\n\n  .section-alt {\n    background: #fafafa;\n  }\n\n  \/* \u2500\u2500 SECTION HEADER \u2500\u2500 *\/\n  .section-header {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin-bottom: 28px;\n  }\n\n  .badge {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 44px;\n    height: 44px;\n    background: var(--accent);\n    color: #fff;\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    border-radius: 10px;\n    letter-spacing: 0.04em;\n    flex-shrink: 0;\n  }\n\n  .section-title {\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-size: clamp(20px, 2.4vw, 28px);\n    font-weight: 700;\n    color: var(--text);\n    line-height: 1.25;\n  }\n\n  .section-title span {\n    color: var(--accent);\n  }\n\n  \/* \u2500\u2500 TYPOGRAPHY \u2500\u2500 *\/\n  h1 {\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-size: clamp(28px, 4vw, 46px);\n    font-weight: 800;\n    line-height: 1.15;\n    color: var(--text);\n    margin-bottom: 20px;\n  }\n\n  h2 {\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-size: clamp(18px, 2vw, 24px);\n    font-weight: 700;\n    color: var(--text);\n    margin: 28px 0 12px;\n  }\n\n  h3 {\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-size: 17px;\n    font-weight: 600;\n    color: var(--accent);\n    margin: 22px 0 8px;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  p {\n    margin-bottom: 16px;\n    color: var(--text);\n  }\n\n  ul, ol {\n    padding-left: 22px;\n    margin-bottom: 16px;\n  }\n\n  li {\n    margin-bottom: 8px;\n  }\n\n  strong { font-weight: 600; }\n\n  \/* \u2500\u2500 FORMULA BOXES \u2500\u2500 *\/\n  .formula-dark {\n    background: var(--dark);\n    border-radius: 12px;\n    padding: 22px 28px;\n    margin: 22px 0;\n    overflow-x: auto;\n  }\n\n  .formula-dark code, .formula-dark p {\n    font-family: 'JetBrains Mono', monospace;\n    color: var(--accent);\n    font-size: 14.5px;\n    line-height: 2;\n    margin: 0;\n  }\n\n  .formula-dark .formula-label {\n    font-family: 'DM Sans', sans-serif;\n    color: #9ca3af;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    margin-bottom: 10px;\n  }\n\n  .formula-orange {\n    background: var(--accent-light);\n    border-left: 4px solid var(--accent);\n    border-radius: 0 10px 10px 0;\n    padding: 18px 24px;\n    margin: 18px 0;\n  }\n\n  .formula-orange code, .formula-orange p {\n    font-family: 'JetBrains Mono', monospace;\n    color: #7c2d12;\n    font-size: 14px;\n    line-height: 1.9;\n    margin: 0;\n  }\n\n  \/* \u2500\u2500 CALLOUTS \u2500\u2500 *\/\n  .callout {\n    border-radius: 10px;\n    padding: 18px 22px;\n    margin: 20px 0;\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n  }\n\n  .callout-icon {\n    font-size: 20px;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  .callout-warning {\n    background: var(--warn-bg);\n    border: 1px solid var(--warn-border);\n  }\n\n  .callout-warning .callout-title {\n    font-weight: 700;\n    color: #c2410c;\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-size: 14px;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    margin-bottom: 4px;\n  }\n\n  .callout-tip {\n    background: var(--tip-bg);\n    border: 1px solid var(--tip-border);\n  }\n\n  .callout-tip .callout-title {\n    font-weight: 700;\n    color: #1d4ed8;\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-size: 14px;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    margin-bottom: 4px;\n  }\n\n  .callout p { margin: 0; font-size: 15px; }\n\n  \/* \u2500\u2500 TABLES \u2500\u2500 *\/\n  .table-wrap {\n    width: 100%;\n    overflow-x: auto;\n    margin: 22px 0;\n    border-radius: 12px;\n    border: 1px solid var(--border);\n  }\n\n  table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 15px;\n  }\n\n  thead tr {\n    background: var(--dark);\n  }\n\n  thead th {\n    color: #fff;\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-weight: 600;\n    padding: 14px 18px;\n    text-align: left;\n    font-size: 13px;\n    letter-spacing: 0.04em;\n  }\n\n  tbody tr {\n    border-bottom: 1px solid var(--border);\n  }\n\n  tbody tr:last-child { border-bottom: none; }\n\n  tbody tr:nth-child(even) { background: #fafafa; }\n\n  tbody td {\n    padding: 12px 18px;\n    font-size: 14.5px;\n  }\n\n  tbody td:first-child {\n    font-family: 'JetBrains Mono', monospace;\n    color: var(--accent);\n    font-size: 13.5px;\n    font-weight: 500;\n  }\n\n  \/* \u2500\u2500 REVISION BOX \u2500\u2500 *\/\n  .revision-box {\n    background: var(--green-bg);\n    border: 1.5px solid var(--green-border);\n    border-radius: 12px;\n    padding: 24px 28px;\n    margin: 24px 0;\n  }\n\n  .revision-box .rev-title {\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-weight: 800;\n    font-size: 16px;\n    color: var(--green-text);\n    margin-bottom: 14px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .revision-box ul {\n    list-style: none;\n    padding: 0;\n  }\n\n  .revision-box ul li {\n    padding: 6px 0 6px 22px;\n    position: relative;\n    font-size: 15px;\n    color: #166534;\n    border-bottom: 1px dashed #bbf7d0;\n  }\n\n  .revision-box ul li:last-child { border-bottom: none; }\n\n  .revision-box ul li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 14px;\n    width: 8px;\n    height: 8px;\n    background: var(--green-border);\n    border-radius: 50%;\n  }\n\n  \/* \u2500\u2500 FAQ \u2500\u2500 *\/\n  .faq-item {\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    margin-bottom: 12px;\n    overflow: hidden;\n  }\n\n  .faq-item summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    cursor: pointer;\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-weight: 600;\n    font-size: 15px;\n    color: var(--text);\n    list-style: none;\n    background: #fafafa;\n    user-select: none;\n  }\n\n  .faq-item summary::-webkit-details-marker { display: none; }\n\n  .faq-item summary .toggle {\n    width: 26px;\n    height: 26px;\n    border-radius: 50%;\n    background: var(--accent);\n    color: white;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 18px;\n    font-weight: 400;\n    line-height: 1;\n    flex-shrink: 0;\n    transition: transform 0.25s;\n  }\n\n  .faq-item[open] summary .toggle {\n    transform: rotate(45deg);\n  }\n\n  .faq-item[open] summary {\n    background: var(--accent-light);\n    color: var(--accent);\n  }\n\n  .faq-body {\n    padding: 16px 20px;\n    font-size: 15px;\n    border-top: 1px solid var(--border);\n    line-height: 1.7;\n  }\n\n  .faq-body p { margin: 0; }\n\n  \/* \u2500\u2500 CTA SECTION \u2500\u2500 *\/\n  .cta-section {\n    background: linear-gradient(135deg, #e8600a 0%, #c2410c 50%, #7c2d12 100%);\n    padding: 56px 0;\n    text-align: center;\n  }\n\n  .cta-section h2 {\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-size: clamp(24px, 3vw, 36px);\n    font-weight: 800;\n    color: #fff;\n    margin: 0 0 12px;\n  }\n\n  .cta-section p {\n    color: #fde8d8;\n    font-size: 17px;\n    max-width: 600px;\n    margin: 0 auto 30px;\n  }\n\n  .cta-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 14px;\n    justify-content: center;\n  }\n\n  .btn {\n    display: inline-block;\n    padding: 14px 28px;\n    border-radius: 8px;\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-weight: 700;\n    font-size: 15px;\n    text-decoration: none;\n    transition: all 0.2s;\n  }\n\n  .btn-white {\n    background: #fff;\n    color: var(--accent);\n  }\n\n  .btn-white:hover { background: #fde8d8; }\n\n  .btn-outline {\n    background: transparent;\n    color: #fff;\n    border: 2px solid rgba(255,255,255,0.6);\n  }\n\n  .btn-outline:hover { background: rgba(255,255,255,0.1); }\n\n  \/* \u2500\u2500 INTERNAL LINKS \u2500\u2500 *\/\n  .related-links {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .related-link {\n    display: block;\n    padding: 14px 18px;\n    background: var(--accent-light);\n    border: 1px solid var(--accent-mid);\n    border-radius: 8px;\n    text-decoration: none;\n    color: #7c2d12;\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-weight: 600;\n    font-size: 14px;\n    transition: all 0.2s;\n  }\n\n  .related-link:hover {\n    background: var(--accent);\n    color: #fff;\n    border-color: var(--accent);\n  }\n\n  \/* \u2500\u2500 DOWNLOAD BUTTON \u2500\u2500 *\/\n  .pdf-download-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    padding: 14px 26px;\n    background: var(--dark);\n    color: #fff;\n    text-decoration: none;\n    border-radius: 8px;\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-weight: 700;\n    font-size: 15px;\n    margin: 20px 0;\n    transition: background 0.2s;\n  }\n\n  .pdf-download-btn:hover { background: #1f2937; }\n\n  .pdf-download-btn svg { flex-shrink: 0; }\n\n  \/* \u2500\u2500 SOLVED EXAMPLE CARD \u2500\u2500 *\/\n  .example-card {\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    overflow: hidden;\n    margin: 20px 0;\n  }\n\n  .example-head {\n    background: var(--dark);\n    color: #fff;\n    padding: 12px 20px;\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-weight: 700;\n    font-size: 14px;\n    letter-spacing: 0.05em;\n  }\n\n  .example-head span {\n    color: var(--accent);\n  }\n\n  .example-body {\n    padding: 18px 20px;\n  }\n\n  .example-body p { margin-bottom: 10px; }\n  .example-body p:last-child { margin-bottom: 0; }\n\n  .example-step {\n    display: flex;\n    gap: 10px;\n    margin-bottom: 8px;\n  }\n\n  .example-step-num {\n    background: var(--accent);\n    color: #fff;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 12px;\n    font-weight: 700;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  \/* \u2500\u2500 MISTAKE ITEM \u2500\u2500 *\/\n  .mistake-item {\n    display: flex;\n    gap: 14px;\n    padding: 16px;\n    background: #fff9f5;\n    border: 1px solid var(--accent-mid);\n    border-radius: 10px;\n    margin-bottom: 12px;\n  }\n\n  .mistake-num {\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    background: var(--accent);\n    color: #fff;\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .mistake-content strong {\n    display: block;\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    font-size: 15px;\n    color: var(--text);\n    margin-bottom: 4px;\n  }\n\n  .mistake-content p { margin: 0; font-size: 14.5px; color: var(--muted); }\n\n  \/* \u2500\u2500 PYQ TREND BADGE \u2500\u2500 *\/\n  .pyq-year {\n    display: inline-block;\n    background: var(--dark);\n    color: var(--accent);\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 12px;\n    font-weight: 600;\n    padding: 3px 8px;\n    border-radius: 4px;\n    margin-right: 6px;\n  }\n\n  .pyq-item {\n    padding: 14px 0;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .pyq-item:last-child { border-bottom: none; }\n\n  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n  @media (max-width: 768px) {\n    .section { padding-top: 36px; padding-bottom: 36px; padding-left: 0; padding-right: 0; }\n    .cta-section { padding: 44px 0; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"article-body\">\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 01 \u2014 INTRODUCTION\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"section\">\n    <div class=\"section-header\">\n      <div class=\"badge\">01<\/div>\n      <h1 class=\"section-title\">Introduction to <span>Motion in a Plane<\/span><\/h1>\n    <\/div>\n\n    <p>\n      Mastering <strong>Motion in a Plane Class 11 notes<\/strong> is essential for every NEET aspirant targeting a top score in Physics. In Class 11 Chapter 4, motion is extended from a single straight line into a two-dimensional coordinate plane \u2014 and this shift demands a completely new set of mathematical tools: <strong>vectors<\/strong>.\n    <\/p>\n    <p>\n      When an object moves along a straight line, a single number with a sign (+\/\u2212) describes its state completely. The moment motion occurs along a curved path \u2014 a ball thrown into the air, a boat crossing a river, a satellite orbiting Earth \u2014 a single scalar number is no longer sufficient. You need both <em>magnitude<\/em> and <em>direction<\/em>, which is exactly what vectors provide.\n    <\/p>\n    <p>\n      This chapter lays the mathematical and conceptual foundation for two of the most important topics in NEET Physics: <strong>projectile motion<\/strong> and <strong>uniform circular motion<\/strong>. Every derivation, every formula, and every numerical problem in this chapter traces back to one core skill \u2014 resolving a vector into its perpendicular components along the x and y axes.\n    <\/p>\n\n    <div class=\"callout callout-tip\">\n      <div class=\"callout-icon\">&#9432;<\/div>\n      <div>\n        <div class=\"callout-title\">Why This Chapter Matters for NEET<\/div>\n        <p>Motion in a Plane consistently appears in NEET with 2\u20133 direct questions. Projectile motion alone accounts for roughly 1\u20132 questions per year. Strong conceptual clarity here also supports Laws of Motion and Work-Energy chapters.<\/p>\n      <\/div>\n    <\/div>\n\n    <h3>Related Reading<\/h3>\n    <div class=\"related-links\">\n      <a href=\"https:\/\/ksquareinstitute.in\/blog\/neet-physics-survival-kit-2026\/\" class=\"related-link\">NEET Physics Survival Kit 2026<\/a>\n      <a href=\"https:\/\/ksquareinstitute.in\/blog\/organic-chemistry-strategy-neet\/\" class=\"related-link\">Organic Chemistry Strategy NEET<\/a>\n      <a href=\"https:\/\/ksquareinstitute.in\/blog\/neet-biology-tricks-for-exams\/\" class=\"related-link\">NEET Biology Tricks for Exams<\/a>\n      <a href=\"https:\/\/ksquareinstitute.in\/blog\/score-340-in-neet-biology\/\" class=\"related-link\">How to Score 340+ in NEET Biology<\/a>\n      <a href=\"https:\/\/ksquareinstitute.in\/blog\/top-10-tricky-neet-biology-diagrams\/\" class=\"related-link\">Top 10 Tricky NEET Biology Diagrams<\/a>\n      <a href=\"https:\/\/ksquareinstitute.in\/free-study-material\/\" class=\"related-link\">Free Study Materials \u2014 KSquare<\/a>\n    <\/div>\n  <\/div>\n\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 02 \u2014 SCALARS AND VECTORS\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"section section-alt\">\n    <div class=\"section-header\">\n      <div class=\"badge\">02<\/div>\n      <h2 class=\"section-title\">Scalars and <span>Vectors<\/span><\/h2>\n    <\/div>\n\n    <p>\n      The most fundamental distinction in mechanics is between <strong>scalar<\/strong> and <strong>vector<\/strong> quantities.\n    <\/p>\n\n    <div class=\"table-wrap\">\n      <table>\n        <thead>\n          <tr>\n            <th>Feature<\/th>\n            <th>Scalar<\/th>\n            <th>Vector<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td>Definition<\/td>\n            <td>Magnitude only<\/td>\n            <td>Magnitude + Direction<\/td>\n          <\/tr>\n          <tr>\n            <td>Examples<\/td>\n            <td>Mass, Temperature, Distance, Speed, Energy<\/td>\n            <td>Displacement, Velocity, Acceleration, Force<\/td>\n          <\/tr>\n          <tr>\n            <td>Notation<\/td>\n            <td>Plain symbol: m, T<\/td>\n            <td>Bold or arrow: <strong>A<\/strong>, &#8407;A<\/td>\n          <\/tr>\n          <tr>\n            <td>Addition rule<\/td>\n            <td>Ordinary algebra<\/td>\n            <td>Vector (triangle\/parallelogram) law<\/td>\n          <\/tr>\n          <tr>\n            <td>Negative value<\/td>\n            <td>Means smaller\/zero<\/td>\n            <td>Means opposite direction<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n    <div class=\"callout callout-warning\">\n      <div class=\"callout-icon\">&#9888;<\/div>\n      <div>\n        <div class=\"callout-title\">Warning \u2014 Common Confusion<\/div>\n        <p>Speed is scalar; velocity is vector. Distance is scalar; displacement is vector. NEET frequently tests this distinction \u2014 never use them interchangeably.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- PROMO BANNER 1 -->\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-top:28px; margin-bottom:8px;\">\n      <img decoding=\"async\" src=\"https:\/\/ksquareinstitute.in\/blog\/wp-content\/uploads\/2026\/03\/Course-Poromo-Banner-scaled.png\"\n           alt=\"Mission 180 NEET Physics Rankers Batch - KSquare Career Institute\"\n           style=\"width:100%; height:auto; border-radius:10px; display:block;\">\n    <\/a>\n  <\/div>\n\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 03 \u2014 VECTOR REPRESENTATION\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"section\">\n    <div class=\"section-header\">\n      <div class=\"badge\">03<\/div>\n      <h2 class=\"section-title\">Vector Representation \u2014 <span>Components &amp; Unit Vectors<\/span><\/h2>\n    <\/div>\n\n    <p>\n      Any vector in a 2D plane can be completely expressed using its <strong>rectangular components<\/strong> along the x-axis and y-axis. This is the most powerful technique in Motion in a Plane Class 11 notes and is used throughout the chapter.\n    <\/p>\n\n    <h3>Unit Vectors<\/h3>\n    <p>\n      A unit vector has magnitude exactly equal to 1 and points along a specified direction. The standard unit vectors in 2D are:\n    <\/p>\n    <ul>\n      <li><strong>i&#770;<\/strong> \u2014 unit vector along the positive x-axis<\/li>\n      <li><strong>j&#770;<\/strong> \u2014 unit vector along the positive y-axis<\/li>\n      <li><strong>k&#770;<\/strong> \u2014 unit vector along the positive z-axis (for 3D)<\/li>\n    <\/ul>\n\n    <div class=\"formula-dark\">\n      <div class=\"formula-label\">Vector in Component Form<\/div>\n      <p>A = Ax i + Ay j<\/p>\n      <p>|A| = &#8730;(Ax&#178; + Ay&#178;)<\/p>\n      <p>&#952; = tan&#8315;&#185;(Ay \/ Ax)&nbsp;&nbsp;&nbsp;&nbsp;[angle with x-axis]<\/p>\n    <\/div>\n\n    <p>\n      The components Ax = |A| cos&#952; and Ay = |A| sin&#952; allow you to separate any 2D problem into two independent 1D problems \u2014 one along x, one along y.\n    <\/p>\n\n    <div class=\"callout callout-tip\">\n      <div class=\"callout-icon\">&#9432;<\/div>\n      <div>\n        <div class=\"callout-title\">Tip \u2014 Resolution Strategy<\/div>\n        <p>Always choose axes such that maximum vectors lie along one axis. This minimizes the number of components you need to calculate and reduces arithmetic errors.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 04 \u2014 VECTOR ADDITION AND SUBTRACTION\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"section section-alt\">\n    <div class=\"section-header\">\n      <div class=\"badge\">04<\/div>\n      <h2 class=\"section-title\">Vector Addition and <span>Subtraction<\/span><\/h2>\n    <\/div>\n\n    <h3>Graphical Methods<\/h3>\n    <p>\n      <strong>Triangle Law:<\/strong> Place the tail of the second vector at the head of the first. The resultant is drawn from the tail of the first to the head of the second vector.<br>\n      <strong>Parallelogram Law:<\/strong> Place both vectors tail-to-tail. The diagonal of the parallelogram formed represents the resultant.\n    <\/p>\n\n    <h3>Analytical Method (Component Addition)<\/h3>\n    <p>This is the method used in all numerical problems. Add corresponding components separately:<\/p>\n\n    <div class=\"formula-dark\">\n      <div class=\"formula-label\">Resultant of Two Vectors A1 and A2<\/div>\n      <p>Rx = A1x + A2x<\/p>\n      <p>Ry = A1y + A2y<\/p>\n      <p>R = &#8730;(Rx&#178; + Ry&#178;)<\/p>\n      <p>tan&#952; = Ry \/ Rx<\/p>\n    <\/div>\n\n    <h3>Vector Subtraction<\/h3>\n    <p>\n      Subtraction is defined as adding the negative vector. Reversing a vector reverses its direction but keeps the same magnitude:\n    <\/p>\n\n    <div class=\"formula-orange\">\n      <p>A &#8722; B = A + (&#8722;B)<\/p>\n      <p>&#8722;B has the same magnitude as B but points in the opposite direction<\/p>\n    <\/div>\n\n    <p>\n      Both graphical and component methods apply. In component form: Rx = Ax &#8722; Bx and Ry = Ay &#8722; By.\n    <\/p>\n  <\/div>\n\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 05 \u2014 MULTIPLICATION OF VECTORS\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"section\">\n    <div class=\"section-header\">\n      <div class=\"badge\">05<\/div>\n      <h2 class=\"section-title\">Multiplication of Vectors \u2014 <span>Dot &amp; Cross Product<\/span><\/h2>\n    <\/div>\n\n    <p>\n      Two types of vector multiplication appear in Class 11 Physics. Understanding when to use each is critical for NEET.\n    <\/p>\n\n    <h3>Scalar (Dot) Product<\/h3>\n    <p>Produces a scalar result. Measures the projection of one vector along another.<\/p>\n\n    <div class=\"formula-dark\">\n      <div class=\"formula-label\">Dot Product<\/div>\n      <p>A \u00b7 B = AB cos&#952;<\/p>\n      <p>W = F \u00b7 d = Fd cos&#952;&nbsp;&nbsp;&nbsp;&nbsp;[Work is a dot product]<\/p>\n      <p>If &#952; = 90&#176; &#8594; A \u00b7 B = 0&nbsp;&nbsp;(perpendicular vectors)<\/p>\n      <p>If &#952; = 0&#176; &#8594; A \u00b7 B = AB&nbsp;&nbsp;(parallel vectors)<\/p>\n    <\/div>\n\n    <h3>Vector (Cross) Product<\/h3>\n    <p>Produces a vector result. The resultant is perpendicular to both original vectors.<\/p>\n\n    <div class=\"formula-dark\">\n      <div class=\"formula-label\">Cross Product<\/div>\n      <p>|A &#215; B| = AB sin&#952;<\/p>\n      <p>&#964; = r &#215; F&nbsp;&nbsp;&nbsp;&nbsp;[Torque is a cross product]<\/p>\n      <p>If &#952; = 0&#176; &#8594; |A &#215; B| = 0&nbsp;&nbsp;(parallel vectors)<\/p>\n      <p>If &#952; = 90&#176; &#8594; |A &#215; B| = AB&nbsp;&nbsp;(maximum)<\/p>\n    <\/div>\n\n    <div class=\"table-wrap\">\n      <table>\n        <thead>\n          <tr>\n            <th>Property<\/th>\n            <th>Dot Product<\/th>\n            <th>Cross Product<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td>Result type<\/td>\n            <td>Scalar<\/td>\n            <td>Vector<\/td>\n          <\/tr>\n          <tr>\n            <td>Formula<\/td>\n            <td>AB cos&#952;<\/td>\n            <td>AB sin&#952;<\/td>\n          <\/tr>\n          <tr>\n            <td>Commutative?<\/td>\n            <td>Yes: A\u00b7B = B\u00b7A<\/td>\n            <td>No: A&#215;B = &#8722;(B&#215;A)<\/td>\n          <\/tr>\n          <tr>\n            <td>Application<\/td>\n            <td>Work, Power<\/td>\n            <td>Torque, Angular momentum<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/div>\n\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 06 \u2014 POSITION, DISPLACEMENT, VELOCITY\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"section section-alt\">\n    <div class=\"section-header\">\n      <div class=\"badge\">06<\/div>\n      <h2 class=\"section-title\">Position, Displacement, and <span>Velocity in a Plane<\/span><\/h2>\n    <\/div>\n\n    <p>\n      The concepts of position, displacement, and velocity are extended into two dimensions by expressing them as vectors using the component form learned earlier.\n    <\/p>\n\n    <h3>Position Vector<\/h3>\n\n    <div class=\"formula-dark\">\n      <div class=\"formula-label\">Position &amp; Displacement<\/div>\n      <p>r = x i + y j&nbsp;&nbsp;&nbsp;&nbsp;[position vector]<\/p>\n      <p>&#916;r = r&#8322; &#8722; r&#8321; = (x&#8322;&#8722;x&#8321;) i + (y&#8322;&#8722;y&#8321;) j&nbsp;&nbsp;&nbsp;[displacement]<\/p>\n    <\/div>\n\n    <h3>Velocity in a Plane<\/h3>\n    <p>\n      Velocity is the rate of change of position. In two dimensions, each component is treated independently:\n    <\/p>\n\n    <div class=\"formula-dark\">\n      <div class=\"formula-label\">Velocity Components<\/div>\n      <p>v = dr\/dt<\/p>\n      <p>vx = dx\/dt&nbsp;&nbsp;&nbsp;&nbsp;[x-component of velocity]<\/p>\n      <p>vy = dy\/dt&nbsp;&nbsp;&nbsp;&nbsp;[y-component of velocity]<\/p>\n      <p>|v| = &#8730;(vx&#178; + vy&#178;)<\/p>\n    <\/div>\n\n    <p>\n      The direction of velocity is always tangent to the path at that point. For a particle moving in a curved path, even if the speed (magnitude) remains constant, the direction of velocity changes \u2014 and that change in direction constitutes acceleration.\n    <\/p>\n\n    <!-- PROMO BANNER 2 -->\n    <a href=\"https:\/\/ksquareinstitute.in\/neet-2026-rank-predictor\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" style=\"display:block; margin-top:28px; margin-bottom:8px;\">\n      <img decoding=\"async\" src=\"https:\/\/ksquareinstitute.in\/blog\/wp-content\/uploads\/2026\/03\/neet-2026-college-and-rank-predictor-scaled.png\"\n           alt=\"NEET 2026 College and Rank Predictor - KSquare Career Institute\"\n           style=\"width:100%; height:auto; border-radius:10px; display:block;\">\n    <\/a>\n  <\/div>\n\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 07 \u2014 ACCELERATION IN A PLANE\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"section\">\n    <div class=\"section-header\">\n      <div class=\"badge\">07<\/div>\n      <h2 class=\"section-title\">Acceleration <span>in a Plane<\/span><\/h2>\n    <\/div>\n\n    <p>\n      Acceleration is defined as the rate of change of velocity. In two dimensions it has both a component along the direction of motion (changing speed) and a component perpendicular to motion (changing direction).\n    <\/p>\n\n    <div class=\"formula-dark\">\n      <div class=\"formula-label\">Acceleration Components<\/div>\n      <p>a = dv\/dt<\/p>\n      <p>ax = dvx\/dt&nbsp;&nbsp;&nbsp;&nbsp;[x-component of acceleration]<\/p>\n      <p>ay = dvy\/dt&nbsp;&nbsp;&nbsp;&nbsp;[y-component of acceleration]<\/p>\n      <p>|a| = &#8730;(ax&#178; + ay&#178;)<\/p>\n    <\/div>\n\n    <h3>Uniform vs Non-Uniform Acceleration<\/h3>\n    <ul>\n      <li><strong>Uniform acceleration:<\/strong> Both ax and ay are constant. The equations of motion for straight-line motion apply independently along each axis.<\/li>\n      <li><strong>Non-uniform acceleration:<\/strong> At least one component varies with time. Requires calculus or graphical analysis.<\/li>\n    <\/ul>\n\n    <div class=\"callout callout-tip\">\n      <div class=\"callout-icon\">&#9432;<\/div>\n      <div>\n        <div class=\"callout-title\">Key Insight for NEET<\/div>\n        <p>In projectile motion, ax = 0 (no horizontal acceleration) and ay = &#8722;g (constant downward acceleration). This makes horizontal motion uniform and vertical motion uniformly accelerated \u2014 two independent 1D problems.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 08 \u2014 RELATIVE VELOCITY\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"section section-alt\">\n    <div class=\"section-header\">\n      <div class=\"badge\">08<\/div>\n      <h2 class=\"section-title\">Relative Velocity in <span>Two Dimensions<\/span><\/h2>\n    <\/div>\n\n    <p>\n      The velocity of an object as measured by an observer who is themselves in motion is called <strong>relative velocity<\/strong>. This concept is directly applied in river-boat problems and rain-wind problems that appear in NEET.\n    <\/p>\n\n    <div class=\"formula-dark\">\n      <div class=\"formula-label\">Relative Velocity Formula<\/div>\n      <p>v&#8336;&#8492; = v&#8336; &#8722; v&#8492;<\/p>\n      <p>[Velocity of A relative to B = velocity of A &#8722; velocity of B]<\/p>\n    <\/div>\n\n    <h3>River-Boat Problem (NEET Favorite)<\/h3>\n    <p>\n      A boat moves with velocity <strong>v&#8347;<\/strong> relative to water. The river flows with velocity <strong>v&#7696;<\/strong>. The resultant velocity of the boat relative to the ground is the vector sum of the two:\n    <\/p>\n\n    <div class=\"formula-orange\">\n      <p>v&#7695;&#7692;&#7779;&#7771; = v&#8347; + v&#7696;&nbsp;&nbsp;&nbsp;&nbsp;[vector addition]<\/p>\n      <p>To reach directly opposite shore: v&#8347; must be directed upstream at angle &#952; = sin&#8315;&#185;(v&#7696; \/ v&#8347;)<\/p>\n    <\/div>\n\n    <div class=\"callout callout-warning\">\n      <div class=\"callout-icon\">&#9888;<\/div>\n      <div>\n        <div class=\"callout-title\">Warning<\/div>\n        <p>Always specify: relative to what frame? The velocity of rain relative to a running person is different from the velocity of rain relative to the ground. Forgetting the reference frame is the most common error here.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 09 \u2014 PROJECTILE MOTION\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"section\">\n    <div class=\"section-header\">\n      <div class=\"badge\">09<\/div>\n      <h2 class=\"section-title\">Projectile Motion \u2014 <span>Complete Formula Sheet<\/span><\/h2>\n    <\/div>\n\n    <p>\n      Projectile motion is the most heavily tested topic from <strong>Motion in a Plane Class 11 notes<\/strong> in NEET. A projectile is any object launched into the air with an initial velocity and then moving under gravity alone (no air resistance).\n    <\/p>\n\n    <h3>Component Breakdown<\/h3>\n    <p>\n      At time t = 0, a projectile is launched with speed u at angle &#952; above the horizontal. The motion splits into two independent components:\n    <\/p>\n\n    <div class=\"formula-dark\">\n      <div class=\"formula-label\">Projectile Motion \u2014 Component Equations<\/div>\n      <p>Horizontal (uniform motion, ax = 0):<\/p>\n      <p>&nbsp;&nbsp;vx = u cos&#952;&nbsp;&nbsp;&nbsp;&nbsp;[constant throughout]<\/p>\n      <p>&nbsp;&nbsp;x = u cos&#952; &#183; t<\/p>\n      <p><\/p>\n      <p>Vertical (uniformly accelerated, ay = &#8722;g):<\/p>\n      <p>&nbsp;&nbsp;vy = u sin&#952; &#8722; gt<\/p>\n      <p>&nbsp;&nbsp;y = u sin&#952; &#183; t &#8722; &#189;gt&#178;<\/p>\n    <\/div>\n\n    <h3>Key Derived Results<\/h3>\n\n    <div class=\"formula-dark\">\n      <div class=\"formula-label\">Time of Flight, Maximum Height, Range<\/div>\n      <p>T = (2u sin&#952;) \/ g&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Total time of flight]<\/p>\n      <p>H = (u&#178; sin&#178;&#952;) \/ (2g)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Maximum height]<\/p>\n      <p>R = (u&#178; sin2&#952;) \/ g&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Horizontal range]<\/p>\n      <p>R_max = u&#178; \/ g&nbsp;&nbsp;(when &#952; = 45&#176;)<\/p>\n    <\/div>\n\n    <h3>Equation of Trajectory<\/h3>\n    <p>Eliminating t from the horizontal and vertical equations gives the path of the projectile:<\/p>\n\n    <div class=\"formula-orange\">\n      <p>y = x tan&#952; &#8722; (g x&#178;) \/ (2u&#178; cos&#178;&#952;)<\/p>\n      <p>This is a parabola \u2014 the standard trajectory of projectile motion.<\/p>\n    <\/div>\n\n    <h3>Complementary Angles<\/h3>\n    <p>\n      Two launch angles that add to 90&#176; give the same horizontal range. For example, a projectile launched at 30&#176; and another at 60&#176; both travel the same horizontal distance (assuming the same initial speed on level ground).\n    <\/p>\n\n    <div class=\"table-wrap\">\n      <table>\n        <thead>\n          <tr>\n            <th>Quantity<\/th>\n            <th>Formula<\/th>\n            <th>Maximized at &#952; =<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td>Range R<\/td>\n            <td>u&#178; sin2&#952; \/ g<\/td>\n            <td>45&#176;<\/td>\n          <\/tr>\n          <tr>\n            <td>Height H<\/td>\n            <td>u&#178; sin&#178;&#952; \/ 2g<\/td>\n            <td>90&#176;<\/td>\n          <\/tr>\n          <tr>\n            <td>Time T<\/td>\n            <td>2u sin&#952; \/ g<\/td>\n            <td>90&#176;<\/td>\n          <\/tr>\n          <tr>\n            <td>Horizontal velocity<\/td>\n            <td>u cos&#952;<\/td>\n            <td>0&#176; (horizontal launch)<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n    <a href=\"#\" rel=\"nofollow noopener noreferrer\" class=\"pdf-download-btn\">\n      <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\/><polyline points=\"7 10 12 15 17 10\"\/><line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\/><\/svg>\n      Download Full PDF Notes \u2014 Motion in a Plane Class 11\n    <\/a>\n  <\/div>\n\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 10 \u2014 UNIFORM CIRCULAR MOTION\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"section section-alt\">\n    <div class=\"section-header\">\n      <div class=\"badge\">10<\/div>\n      <h2 class=\"section-title\">Uniform Circular <span>Motion<\/span><\/h2>\n    <\/div>\n\n    <p>\n      In uniform circular motion, an object moves along a circular path with <strong>constant speed<\/strong>. However, the direction of velocity changes continuously \u2014 meaning the object is <em>always accelerating<\/em>, even though its speed does not change.\n    <\/p>\n\n    <h3>Centripetal Acceleration<\/h3>\n    <p>\n      The acceleration in uniform circular motion always points toward the center of the circle (centripetal = center-seeking). It arises purely from the change in direction, not change in speed.\n    <\/p>\n\n    <div class=\"formula-dark\">\n      <div class=\"formula-label\">Uniform Circular Motion Formulas<\/div>\n      <p>ac = v&#178; \/ r&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[centripetal acceleration]<\/p>\n      <p>ac = &#969;&#178;r&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[in terms of angular velocity]<\/p>\n      <p>T = 2&#960;r \/ v = 2&#960; \/ &#969;&nbsp;&nbsp;&nbsp;[time period]<\/p>\n      <p>f = 1 \/ T&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[frequency]<\/p>\n    <\/div>\n\n    <div class=\"callout callout-warning\">\n      <div class=\"callout-icon\">&#9888;<\/div>\n      <div>\n        <div class=\"callout-title\">Critical Point for NEET<\/div>\n        <p>The velocity vector is always tangential (perpendicular to the radius). The centripetal acceleration vector is always radially inward. These two are always perpendicular to each other in uniform circular motion.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 11 \u2014 SOLVED EXAMPLES\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"section\">\n    <div class=\"section-header\">\n      <div class=\"badge\">11<\/div>\n      <h2 class=\"section-title\">Solved <span>Numerical Examples<\/span><\/h2>\n    <\/div>\n\n    <div class=\"example-card\">\n      <div class=\"example-head\">Example 1 \u2014 <span>Resultant Vector<\/span><\/div>\n      <div class=\"example-body\">\n        <p><strong>Problem:<\/strong> Two vectors A = 3i + 4j and B = 2i &#8722; j. Find the magnitude and direction of R = A + B.<\/p>\n        <div class=\"example-step\"><div class=\"example-step-num\">1<\/div><p>Rx = 3 + 2 = 5; Ry = 4 + (&#8722;1) = 3<\/p><\/div>\n        <div class=\"example-step\"><div class=\"example-step-num\">2<\/div><p>|R| = &#8730;(5&#178; + 3&#178;) = &#8730;(25 + 9) = &#8730;34 &#8776; 5.83 units<\/p><\/div>\n        <div class=\"example-step\"><div class=\"example-step-num\">3<\/div><p>&#952; = tan&#8315;&#185;(3\/5) = tan&#8315;&#185;(0.6) &#8776; 30.96&#176; with x-axis<\/p><\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"example-card\">\n      <div class=\"example-head\">Example 2 \u2014 <span>Projectile Motion<\/span><\/div>\n      <div class=\"example-body\">\n        <p><strong>Problem:<\/strong> A ball is projected at u = 20 m\/s and &#952; = 30&#176;. Find R, H, and T. (g = 10 m\/s&#178;)<\/p>\n        <div class=\"example-step\"><div class=\"example-step-num\">1<\/div><p>T = (2 &#215; 20 &#215; sin30&#176;) \/ 10 = (2 &#215; 20 &#215; 0.5) \/ 10 = 2 s<\/p><\/div>\n        <div class=\"example-step\"><div class=\"example-step-num\">2<\/div><p>H = (20&#178; &#215; sin&#178;30&#176;) \/ (2 &#215; 10) = (400 &#215; 0.25) \/ 20 = 5 m<\/p><\/div>\n        <div class=\"example-step\"><div class=\"example-step-num\">3<\/div><p>R = (20&#178; &#215; sin60&#176;) \/ 10 = (400 &#215; 0.866) \/ 10 = 34.64 m<\/p><\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"example-card\">\n      <div class=\"example-head\">Example 3 \u2014 <span>Centripetal Acceleration<\/span><\/div>\n      <div class=\"example-body\">\n        <p><strong>Problem:<\/strong> A car moves in a circle of radius 50 m at a speed of 10 m\/s. Find the centripetal acceleration.<\/p>\n        <div class=\"example-step\"><div class=\"example-step-num\">1<\/div><p>ac = v&#178; \/ r = (10)&#178; \/ 50 = 100 \/ 50 = 2 m\/s&#178;<\/p><\/div>\n        <div class=\"example-step\"><div class=\"example-step-num\">2<\/div><p>Direction: toward the center of the circular path<\/p><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 12 \u2014 PRACTICE QUESTIONS\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"section section-alt\">\n    <div class=\"section-header\">\n      <div class=\"badge\">12<\/div>\n      <h2 class=\"section-title\">Practice <span>Questions<\/span><\/h2>\n    <\/div>\n\n    <h3>Conceptual Questions<\/h3>\n    <ol>\n      <li>Can a vector have zero magnitude if one of its components is non-zero? Justify your answer.<\/li>\n      <li>A ball is thrown horizontally from a cliff. Does it undergo projectile motion? Identify the horizontal and vertical components of motion.<\/li>\n      <li>In uniform circular motion, why is the object said to be accelerating even though its speed is constant?<\/li>\n      <li>Two projectiles are launched with the same initial speed but at 40&#176; and 50&#176;. Compare their ranges and heights.<\/li>\n      <li>What is the direction of centripetal acceleration? Can it ever be tangential?<\/li>\n    <\/ol>\n\n    <h3>Numerical Questions<\/h3>\n    <ol>\n      <li>Find the resultant of vectors P = 5i + 2j and Q = &#8722;3i + 4j. Determine its magnitude and angle with the x-axis.<\/li>\n      <li>A projectile is fired with u = 40 m\/s at 45&#176;. Calculate R, H, and T. (g = 10 m\/s&#178;)<\/li>\n      <li>A particle moves in a circle of radius 0.5 m with a period of 2 s. Find its speed, centripetal acceleration, and angular velocity.<\/li>\n      <li>A boat can move at 5 m\/s in still water. A river flows at 3 m\/s. If the boat is aimed perpendicular to the bank, find its actual velocity and the angle of drift.<\/li>\n    <\/ol>\n  <\/div>\n\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 13 \u2014 PYQ TRENDS\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"section\">\n    <div class=\"section-header\">\n      <div class=\"badge\">13<\/div>\n      <h2 class=\"section-title\">PYQ <span>Trends \u2014 NEET Analysis<\/span><\/h2>\n    <\/div>\n\n    <p>\n      Analysis of past 10 years of NEET papers shows that Motion in a Plane Class 11 notes contribute consistently 2\u20133 questions per paper. Below are the key high-yield topics observed in previous years:\n    <\/p>\n\n    <div class=\"pyq-item\">\n      <span class=\"pyq-year\">2023<\/span> <strong>Projectile Motion:<\/strong> Finding horizontal range and time of flight for a given angle and initial speed. Direct formula application.\n    <\/div>\n    <div class=\"pyq-item\">\n      <span class=\"pyq-year\">2022<\/span> <strong>Circular Motion:<\/strong> Centripetal acceleration calculation and relationship with angular velocity. Conceptual plus numerical.\n    <\/div>\n    <div class=\"pyq-item\">\n      <span class=\"pyq-year\">2021<\/span> <strong>Relative Velocity:<\/strong> River-boat problem \u2014 finding minimum time and minimum drift conditions.\n    <\/div>\n    <div class=\"pyq-item\">\n      <span class=\"pyq-year\">2020<\/span> <strong>Vector Addition:<\/strong> Resultant of two vectors at a given angle \u2014 both magnitude and direction.\n    <\/div>\n    <div class=\"pyq-item\">\n      <span class=\"pyq-year\">2019<\/span> <strong>Projectile Trajectory:<\/strong> Equation of trajectory and identifying parabolic path parameters.\n    <\/div>\n    <div class=\"pyq-item\">\n      <span class=\"pyq-year\">2018<\/span> <strong>Complementary Angles:<\/strong> Proving that angles &#952; and (90&#176;&#8722;&#952;) give equal range for same initial speed.\n    <\/div>\n\n    <div class=\"callout callout-tip\">\n      <div class=\"callout-icon\">&#9432;<\/div>\n      <div>\n        <div class=\"callout-title\">Exam Strategy<\/div>\n        <p>Projectile motion questions in NEET are almost always direct formula applications. Memorize T, H, and R formulas with derivations. If you understand <em>why<\/em> the formulas work, you will never confuse sin vs sin&#178; vs sin2&#952;.<\/p>\n      <\/div>\n    <\/div>\n\n    <p style=\"margin-top:20px;\">\n      For comprehensive NEET 2026 preparation material, explore:\n      <a href=\"https:\/\/courses.ksquare.co.in\/new-courses\/31-umeed-neet-2026\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" style=\"color:var(--accent); font-weight:600;\">Umeed NEET 2026 Study Materials<\/a>,\n      <a href=\"https:\/\/courses.ksquare.co.in\/new-courses\/29-pc4-29\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" style=\"color:var(--accent); font-weight:600;\">Grip NCERT Biology<\/a>, and\n      <a href=\"https:\/\/courses.ksquare.co.in\/new-courses\/28-grip-ncert-chemistry\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" style=\"color:var(--accent); font-weight:600;\">Grip NCERT Chemistry<\/a>.\n    <\/p>\n  <\/div>\n\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 14 \u2014 SUMMARY \/ REVISION BOX\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"section section-alt\">\n    <div class=\"section-header\">\n      <div class=\"badge\">14<\/div>\n      <h2 class=\"section-title\">Summary \u2014 <span>Quick Revision<\/span><\/h2>\n    <\/div>\n\n    <div class=\"revision-box\">\n      <div class=\"rev-title\">&#10003; Motion in a Plane \u2014 Rapid Fire Revision Points<\/div>\n      <ul>\n        <li>Scalars have magnitude only; vectors have magnitude and direction<\/li>\n        <li>Any 2D vector A = Ax i + Ay j; resolve before adding or subtracting<\/li>\n        <li>Resultant magnitude: R = &#8730;(Rx&#178; + Ry&#178;); direction: &#952; = tan&#8315;&#185;(Ry\/Rx)<\/li>\n        <li>Dot product A&#183;B = AB cos&#952; (scalar); cross product |A&#215;B| = AB sin&#952; (vector)<\/li>\n        <li>Velocity: v = dr\/dt; acceleration: a = dv\/dt \u2014 both are vectors<\/li>\n        <li>Relative velocity: v&#8336;&#8492; = v&#8336; &#8722; v&#8492;<\/li>\n        <li>Projectile: horizontal motion uniform (vx = u cos&#952;); vertical uniformly accelerated<\/li>\n        <li>R = u&#178;sin2&#952;\/g; H = u&#178;sin&#178;&#952;\/2g; T = 2u sin&#952;\/g<\/li>\n        <li>Maximum range at &#952; = 45&#176;; complementary angles give equal range<\/li>\n        <li>UCM: speed constant, direction changes; centripetal acceleration = v&#178;\/r (inward)<\/li>\n        <li>Velocity is tangential; centripetal acceleration is radial \u2014 always perpendicular<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 15 \u2014 COMMON MISTAKES\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"section\">\n    <div class=\"section-header\">\n      <div class=\"badge\">15<\/div>\n      <h2 class=\"section-title\">Common <span>Mistakes to Avoid<\/span><\/h2>\n    <\/div>\n\n    <div class=\"mistake-item\">\n      <div class=\"mistake-num\">1<\/div>\n      <div class=\"mistake-content\">\n        <strong>Adding vectors as scalars<\/strong>\n        <p>Never add the magnitudes of two vectors directly unless they are parallel. Always resolve into components first, then add Rx and Ry separately.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"mistake-item\">\n      <div class=\"mistake-num\">2<\/div>\n      <div class=\"mistake-content\">\n        <strong>Confusing sin&#952;, sin&#178;&#952;, and sin2&#952; in projectile formulas<\/strong>\n        <p>R uses sin2&#952; = 2sin&#952;cos&#952;; H uses sin&#178;&#952;; T uses sin&#952;. Writing the wrong term will give a completely wrong answer.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"mistake-item\">\n      <div class=\"mistake-num\">3<\/div>\n      <div class=\"mistake-content\">\n        <strong>Ignoring sign convention in vertical motion<\/strong>\n        <p>Always take upward as positive and downward as negative (or vice versa \u2014 but stay consistent). g must always oppose the initial vertical velocity for upward projectiles.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"mistake-item\">\n      <div class=\"mistake-num\">4<\/div>\n      <div class=\"mistake-content\">\n        <strong>Thinking UCM means no acceleration<\/strong>\n        <p>Constant speed does not mean zero acceleration. The direction of velocity is continuously changing \u2014 centripetal acceleration is always present and always points inward.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"mistake-item\">\n      <div class=\"mistake-num\">5<\/div>\n      <div class=\"mistake-content\">\n        <strong>Omitting the reference frame in relative velocity problems<\/strong>\n        <p>Always write v&#8336;&#8492; clearly as &#8220;velocity of A with respect to B.&#8221; Mixing up v&#8336;&#8492; and v&#8492;&#8336; reverses your answer direction.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"mistake-item\">\n      <div class=\"mistake-num\">6<\/div>\n      <div class=\"mistake-content\">\n        <strong>Using the wrong product type<\/strong>\n        <p>Work = F&#183;d (dot product, scalar result). Torque = r &#215; F (cross product, vector result). Never mix these up in application problems.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       SECTION 16 \u2014 FAQ\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"section section-alt\">\n    <div class=\"section-header\">\n      <div class=\"badge\">16<\/div>\n      <h2 class=\"section-title\">Frequently Asked <span>Questions<\/span><\/h2>\n    <\/div>\n\n    <details class=\"faq-item\">\n      <summary>\n        What is the difference between distance and displacement in Motion in a Plane?\n        <span class=\"toggle\">+<\/span>\n      <\/summary>\n      <div class=\"faq-body\">\n        <p>Distance is the total path length traveled (scalar \u2014 always positive). Displacement is the shortest straight-line vector from the initial to the final position. In a plane, displacement has both magnitude and direction. A particle can travel a large distance but have zero displacement if it returns to its starting point.<\/p>\n      <\/div>\n    <\/details>\n\n    <details class=\"faq-item\">\n      <summary>\n        Why does a projectile follow a parabolic path?\n        <span class=\"toggle\">+<\/span>\n      <\/summary>\n      <div class=\"faq-body\">\n        <p>Because horizontal motion is uniform (constant velocity, x proportional to t) while vertical motion is uniformly accelerated (y proportional to t&#178;). Substituting x = u cos&#952; &#183; t into the vertical equation eliminates t and gives y as a quadratic function of x \u2014 the mathematical definition of a parabola.<\/p>\n      <\/div>\n    <\/details>\n\n    <details class=\"faq-item\">\n      <summary>\n        At what angle of projection is the horizontal range maximum?\n        <span class=\"toggle\">+<\/span>\n      <\/summary>\n      <div class=\"faq-body\">\n        <p>The horizontal range R = u&#178; sin2&#952; \/ g. Since sin2&#952; is maximum when 2&#952; = 90&#176;, the range is maximum at &#952; = 45&#176;. At this angle, R&#8342;&#8330;&#8339; = u&#178; \/ g. For any other angle, the range is less than this maximum.<\/p>\n      <\/div>\n    <\/details>\n\n    <details class=\"faq-item\">\n      <summary>\n        How is centripetal acceleration different from tangential acceleration?\n        <span class=\"toggle\">+<\/span>\n      <\/summary>\n      <div class=\"faq-body\">\n        <p>Centripetal acceleration (ac = v&#178;\/r) is always directed toward the center of the circular path and is responsible for changing the direction of velocity. Tangential acceleration is directed along the velocity (tangent to the path) and is responsible for changing the speed. In uniform circular motion, tangential acceleration is zero; only centripetal acceleration exists.<\/p>\n      <\/div>\n    <\/details>\n\n    <details class=\"faq-item\">\n      <summary>\n        What is the significance of dot and cross products in NEET Physics?\n        <span class=\"toggle\">+<\/span>\n      <\/summary>\n      <div class=\"faq-body\">\n        <p>The dot product appears in Work (W = F&#183;d = Fd cos&#952;) and Power calculations. The cross product appears in Torque (&#964; = r&#215;F), Angular Momentum (L = r&#215;p), and Magnetic Force (F = qv&#215;B). NEET tests these primarily through application \u2014 recognizing which type of multiplication yields a scalar vs. a vector result.<\/p>\n      <\/div>\n    <\/details>\n\n    <details class=\"faq-item\">\n      <summary>\n        Can two vectors with unequal magnitudes produce a zero resultant?\n        <span class=\"toggle\">+<\/span>\n      <\/summary>\n      <div class=\"faq-body\">\n        <p>No. For the resultant of two vectors to be zero, they must be equal in magnitude and exactly opposite in direction (antiparallel). If their magnitudes differ, no direction can make them cancel completely \u2014 the resultant will always have a non-zero magnitude.<\/p>\n      <\/div>\n    <\/details>\n  <\/div>\n\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       CTA SECTION\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"cta-section\">\n    <h2>Ready to Dominate NEET Physics?<\/h2>\n    <p>Practice more problems, predict your rank, and access full course materials designed by top NEET educators at KSquare.<\/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 btn-white\">Join Mission 180 Physics Batch<\/a>\n      <a href=\"https:\/\/ksquareinstitute.in\/neet-2026-rank-predictor\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"btn btn-outline\">Use NEET 2026 Rank Predictor<\/a>\n      <a href=\"https:\/\/ksquareinstitute.in\/free-study-material\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"btn btn-outline\">Download Free Materials<\/a>\n    <\/div>\n  <\/div>\n\n<\/div><!-- \/.article-body -->\n\n<\/body>\n<\/html>\n\n\n\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>Table of Contents \u2014 Physics Class 11<\/title>\n  \n  <!-- Google Fonts Import -->\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=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&#038;family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&#038;display=swap\" rel=\"stylesheet\">\n  \n  <style>\n    \/* Scoped wrapper using a unique ID to prevent CSS conflicts. *\/\n    #physics-toc-wrapper {\n      font-family: 'DM Sans', sans-serif;\n      width: 100%;\n      margin: 0;\n      padding: 60px 0;\n      color: #111;\n      background: #fff;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    #physics-toc-wrapper .container-inner {\n      width: 100%;\n      margin: 0 auto;\n      padding: 0; \/* Set left\/right padding to 0 *\/\n    }\n\n    #physics-toc-wrapper h1 {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 0.85rem;\n      font-weight: 700;\n      color: #71717a;\n      margin: 0 0 8px;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      padding-left: 16px; \/* Keeping a small offset for headings so they aren't touching the screen edge *\/\n    }\n\n    #physics-toc-wrapper h2 {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 2.25rem;\n      font-weight: 800;\n      margin: 0 0 48px;\n      letter-spacing: -0.02em;\n      color: #09090b;\n      padding-left: 16px; \/* Keeping a small offset for headings *\/\n    }\n\n    #physics-toc-wrapper table {\n      width: 100%;\n      border-collapse: collapse;\n      border-spacing: 0;\n      \/* Border-left and border-right set to none or removed if you want it truly edge-to-edge with the screen *\/\n      border-top: 1px solid #e4e4e7;\n      border-bottom: 1px solid #e4e4e7;\n    }\n\n    #physics-toc-wrapper tr {\n      border-bottom: 1px solid #e4e4e7;\n      transition: all 0.2s ease;\n    }\n\n    #physics-toc-wrapper tr:hover {\n      background-color: #f8fafc;\n    }\n\n    #physics-toc-wrapper tr:last-child {\n      border-bottom: none;\n    }\n\n    #physics-toc-wrapper td {\n      padding: 24px 16px;\n      vertical-align: middle;\n      font-size: 1.05rem;\n      font-weight: 500;\n      border-right: 1px solid #e4e4e7;\n    }\n\n    #physics-toc-wrapper td:last-child {\n      border-right: none;\n    }\n\n    \/* First column (Numbers) alignment and padding *\/\n    #physics-toc-wrapper td:first-child {\n      color: #a1a1aa;\n      font-size: 0.9rem;\n      width: 70px;\n      font-weight: 400;\n      font-variant-numeric: tabular-nums;\n      text-align: center;\n      padding-left: 10px;\n    }\n\n    \/* Middle column (Chapter Name) alignment and padding *\/\n    #physics-toc-wrapper td:nth-child(2) {\n      padding-left: 24px;\n      color: #18181b;\n    }\n\n    \/* Last column (Button) alignment and padding *\/\n    #physics-toc-wrapper td:last-child {\n      text-align: right;\n      width: 180px;\n      padding-right: 16px;\n    }\n\n    \/* Button Styling *\/\n    #physics-toc-wrapper a.go {\n      display: inline-block;\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      font-size: 0.75rem;\n      font-weight: 800;\n      padding: 12px 24px;\n      border: 1.5px solid #18181b;\n      border-radius: 8px;\n      color: #18181b;\n      text-decoration: none;\n      letter-spacing: 0.05em;\n      text-transform: uppercase;\n      transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);\n      white-space: nowrap;\n    }\n\n    #physics-toc-wrapper a.go:hover {\n      background: #18181b;\n      color: #ffffff;\n      transform: translateY(-2px);\n      box-shadow: 0 4px 12px rgba(24, 24, 27, 0.15);\n    }\n\n    \/* Responsive adjustments *\/\n    @media (max-width: 768px) {\n      #physics-toc-wrapper h2 {\n        font-size: 1.75rem;\n        margin-bottom: 32px;\n      }\n      #physics-toc-wrapper td {\n        padding: 18px 12px;\n        font-size: 0.95rem;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<div id=\"physics-toc-wrapper\">\n  <div class=\"container-inner\">\n    <h1>Table of Contents<\/h1>\n    <h2>Physics &mdash; Class 11<\/h2>\n    \n    <table>\n      <tr><td>01<\/td><td>Units and Measurements<\/td><td><a class=\"go\" href=\"https:\/\/ksquareinstitute.in\/blog\/units-and-measurements-class-11-notes\" target=\"_blank\">Go to page<\/a><\/td><\/tr>\n      <tr><td>02<\/td><td>Motion in a Straight Line<\/td><td><a class=\"go\" href=\"https:\/\/ksquareinstitute.in\/blog\/motion-in-a-straight-line-class-11-notes\" target=\"_blank\">Go to page<\/a><\/td><\/tr>\n      <tr><td>03<\/td><td>Motion in a Plane<\/td><td><a class=\"go\" href=\"https:\/\/ksquareinstitute.in\/blog\/motion-in-a-plane-class-11-notes\" target=\"_blank\">Go to page<\/a><\/td><\/tr>\n      <tr><td>04<\/td><td>Laws of Motion<\/td><td><a class=\"go\" href=\"https:\/\/ksquareinstitute.in\/blog\/laws-of-motion-class-11-notes\" target=\"_blank\">Go to page<\/a><\/td><\/tr>\n      <tr><td>05<\/td><td>Work, Energy and Power<\/td><td><a class=\"go\" href=\"https:\/\/ksquareinstitute.in\/blog\/work-energy-and-power-class-11-notes\" target=\"_blank\">Go to page<\/a><\/td><\/tr>\n      <tr><td>06<\/td><td>System of Particles and Rotational Motion<\/td><td><a class=\"go\" href=\"https:\/\/ksquareinstitute.in\/blog\/system-of-particles-and-rotational-motion-class-11-notes\" target=\"_blank\">Go to page<\/a><\/td><\/tr>\n      <tr><td>07<\/td><td>Gravitation<\/td><td><a class=\"go\" href=\"https:\/\/ksquareinstitute.in\/blog\/gravitation-class-11-notes\" target=\"_blank\">Go to page<\/a><\/td><\/tr>\n      <tr><td>08<\/td><td>Mechanical Properties of Solids<\/td><td><a class=\"go\" href=\"https:\/\/ksquareinstitute.in\/blog\/mechanical-properties-of-solids-class-11-notes\" target=\"_blank\">Go to page<\/a><\/td><\/tr>\n      <tr><td>09<\/td><td>Mechanical Properties of Fluids<\/td><td><a class=\"go\" href=\"https:\/\/ksquareinstitute.in\/blog\/mechanical-properties-of-fluids-11-notes\" target=\"_blank\">Go to page<\/a><\/td><\/tr>\n      <tr><td>10<\/td><td>Thermal Properties of Matter<\/td><td><a class=\"go\" href=\"https:\/\/ksquareinstitute.in\/blog\/thermal-properties-of-matter-11-notes\" target=\"_blank\">Go to page<\/a><\/td><\/tr>\n      <tr><td>11<\/td><td>Thermodynamics<\/td><td><a class=\"go\" href=\"https:\/\/ksquareinstitute.in\/blog\/thermodynamics-11-notes\" target=\"_blank\">Go to page<\/a><\/td><\/tr>\n      <tr><td>12<\/td><td>Kinetic Theory<\/td><td><a class=\"go\" href=\"https:\/\/ksquareinstitute.in\/blog\/kinetic-theory-11-notes\" target=\"_blank\">Go to page<\/a><\/td><\/tr>\n      <tr><td>13<\/td><td>Oscillations<\/td><td><a class=\"go\" href=\"https:\/\/ksquareinstitute.in\/blog\/oscillations-11-notes\" target=\"_blank\">Go to page<\/a><\/td><\/tr>\n      <tr><td>14<\/td><td>Waves<\/td><td><a class=\"go\" href=\"https:\/\/ksquareinstitute.in\/blog\/waves-11-notes\" target=\"_blank\">Go to page<\/a><\/td><\/tr>\n    <\/table>\n  <\/div>\n<\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Motion in a Plane Class 11 Notes | NEET Physics | KSquare 01 Introduction to Motion in a Plane Mastering Motion in a Plane Class 11 notes is essential for every NEET aspirant targeting a top score in Physics. In Class 11 Chapter 4, motion is extended from a single straight line into a two-dimensional [&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-3925","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\/3925","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=3925"}],"version-history":[{"count":7,"href":"https:\/\/ksquareinstitute.in\/blog\/wp-json\/wp\/v2\/posts\/3925\/revisions"}],"predecessor-version":[{"id":4206,"href":"https:\/\/ksquareinstitute.in\/blog\/wp-json\/wp\/v2\/posts\/3925\/revisions\/4206"}],"wp:attachment":[{"href":"https:\/\/ksquareinstitute.in\/blog\/wp-json\/wp\/v2\/media?parent=3925"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ksquareinstitute.in\/blog\/wp-json\/wp\/v2\/categories?post=3925"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ksquareinstitute.in\/blog\/wp-json\/wp\/v2\/tags?post=3925"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}