{"id":5772,"date":"2026-01-11T03:35:10","date_gmt":"2026-01-11T03:35:10","guid":{"rendered":"https:\/\/vartmaaninstitutesirsa.com\/?page_id=5772"},"modified":"2026-02-13T13:06:28","modified_gmt":"2026-02-13T13:06:28","slug":"notes","status":"publish","type":"page","link":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/notes\/","title":{"rendered":"Notes"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5772\" class=\"elementor elementor-5772\">\n\t\t\t\t<div class=\"elementor-element elementor-element-52feb1a e-flex e-con-boxed e-con e-parent\" data-id=\"52feb1a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d3eddc5 elementor-widget elementor-widget-html\" data-id=\"d3eddc5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>CBSE Physics Notes Class 9 to 12 - Vartmaan Institute Sirsa<\/title>\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n            background: linear-gradient(135deg, #fc4a1a 0%, #f7b733 100%);\r\n            color: #333;\r\n        }\r\n\r\n        \/* Scrolling Announcement Bar *\/\r\n        .announcement-bar {\r\n            background: linear-gradient(90deg, #ee0979, #ff6a00, #ee0979);\r\n            color: white;\r\n            padding: 12px 0;\r\n            overflow: hidden;\r\n            position: relative;\r\n            box-shadow: 0 4px 6px rgba(0,0,0,0.2);\r\n        }\r\n\r\n        .announcement-content {\r\n            display: inline-block;\r\n            white-space: nowrap;\r\n            animation: scroll-left 20s linear infinite;\r\n            font-size: 18px;\r\n            font-weight: 600;\r\n            letter-spacing: 1px;\r\n        }\r\n\r\n        @keyframes scroll-left {\r\n            0% {\r\n                transform: translateX(100%);\r\n            }\r\n            100% {\r\n                transform: translateX(-100%);\r\n            }\r\n        }\r\n\r\n        .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 40px 20px;\r\n        }\r\n\r\n        \/* Hero Section *\/\r\n        .hero-section {\r\n            background: white;\r\n            border-radius: 20px;\r\n            padding: 60px 40px;\r\n            text-align: center;\r\n            box-shadow: 0 20px 60px rgba(0,0,0,0.3);\r\n            margin-bottom: 40px;\r\n        }\r\n\r\n        .hero-section h1 {\r\n            font-size: 48px;\r\n            color: #2c3e50;\r\n            margin-bottom: 20px;\r\n            background: linear-gradient(135deg, #fc4a1a, #f7b733);\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n\r\n        .hero-section .subtitle {\r\n            font-size: 24px;\r\n            color: #008000;\r\n            margin-bottom: 30px;\r\n            font-weight: 600;\r\n            line-height: 1.6;\r\n        }\r\n\r\n        .institute-badge {\r\n            display: inline-block;\r\n            background: linear-gradient(135deg, #fc4a1a, #f7b733);\r\n            color: white;\r\n            padding: 15px 40px;\r\n            border-radius: 50px;\r\n            font-size: 22px;\r\n            font-weight: bold;\r\n            margin-bottom: 20px;\r\n            box-shadow: 0 8px 16px rgba(252, 74, 26, 0.4);\r\n        }\r\n\r\n        \/* Study Materials Section *\/\r\n        .materials-section {\r\n            background: white;\r\n            border-radius: 20px;\r\n            padding: 50px 40px;\r\n            margin-bottom: 40px;\r\n            box-shadow: 0 20px 60px rgba(0,0,0,0.3);\r\n        }\r\n\r\n        .section-title {\r\n            text-align: center;\r\n            font-size: 36px;\r\n            color: #2c3e50;\r\n            margin-bottom: 40px;\r\n            position: relative;\r\n            padding-bottom: 15px;\r\n        }\r\n\r\n        .section-title::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: 0;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            width: 100px;\r\n            height: 4px;\r\n            background: linear-gradient(90deg, #fc4a1a, #f7b733);\r\n            border-radius: 2px;\r\n        }\r\n\r\n        .materials-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 25px;\r\n        }\r\n\r\n        .material-card {\r\n            background: linear-gradient(135deg, #fff4e6 0%, #ffe0b2 100%);\r\n            padding: 25px;\r\n            border-radius: 15px;\r\n            transition: all 0.3s ease;\r\n            border-left: 5px solid #fc4a1a;\r\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\r\n        }\r\n\r\n        .material-card:hover {\r\n            transform: translateY(-8px);\r\n            box-shadow: 0 12px 25px rgba(0,0,0,0.2);\r\n            border-left-color: #f7b733;\r\n        }\r\n\r\n        .material-card h4 {\r\n            font-size: 20px;\r\n            margin-bottom: 15px;\r\n            color: #2c3e50;\r\n        }\r\n\r\n        .material-card a {\r\n            color: #fc4a1a;\r\n            text-decoration: none;\r\n            font-weight: 700;\r\n            font-size: 18px;\r\n            display: inline-block;\r\n            padding: 10px 20px;\r\n            background: white;\r\n            border-radius: 8px;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .material-card a:hover {\r\n            background: #fc4a1a;\r\n            color: white;\r\n            transform: scale(1.05);\r\n        }\r\n\r\n        .material-icon {\r\n            font-size: 36px;\r\n            margin-bottom: 10px;\r\n            display: block;\r\n        }\r\n\r\n        \/* Features Section *\/\r\n        .features-section {\r\n            background: white;\r\n            border-radius: 20px;\r\n            padding: 50px 40px;\r\n            margin-bottom: 40px;\r\n            box-shadow: 0 20px 60px rgba(0,0,0,0.3);\r\n        }\r\n\r\n        .features-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n            gap: 25px;\r\n            margin-top: 30px;\r\n        }\r\n\r\n        .feature-item {\r\n            background: linear-gradient(135deg, #fc4a1a 0%, #f7b733 100%);\r\n            padding: 30px;\r\n            border-radius: 15px;\r\n            color: white;\r\n            text-align: center;\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        .feature-item:hover {\r\n            transform: scale(1.05);\r\n        }\r\n\r\n        .feature-icon {\r\n            font-size: 48px;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .feature-item h3 {\r\n            font-size: 22px;\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .feature-item p {\r\n            font-size: 16px;\r\n            opacity: 0.95;\r\n        }\r\n\r\n        \/* CTA Section *\/\r\n        .cta-section {\r\n            background: white;\r\n            border-radius: 20px;\r\n            padding: 50px 40px;\r\n            text-align: center;\r\n            margin-bottom: 40px;\r\n            box-shadow: 0 20px 60px rgba(0,0,0,0.3);\r\n        }\r\n\r\n        .cta-section h2 {\r\n            font-size: 32px;\r\n            color: #0000ff;\r\n            margin-bottom: 20px;\r\n            font-style: italic;\r\n        }\r\n\r\n        .cta-button {\r\n            display: inline-block;\r\n            background: linear-gradient(135deg, #fc4a1a, #f7b733);\r\n            color: white;\r\n            padding: 20px 50px;\r\n            font-size: 22px;\r\n            font-weight: bold;\r\n            border-radius: 50px;\r\n            text-decoration: none;\r\n            margin: 10px;\r\n            box-shadow: 0 10px 25px rgba(252, 74, 26, 0.4);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .cta-button:hover {\r\n            transform: scale(1.05);\r\n            box-shadow: 0 15px 35px rgba(252, 74, 26, 0.6);\r\n        }\r\n\r\n        .enroll-button {\r\n            background: linear-gradient(135deg, #3498db, #2980b9);\r\n            box-shadow: 0 10px 25px rgba(52, 152, 219, 0.4);\r\n        }\r\n\r\n        .enroll-button:hover {\r\n            box-shadow: 0 15px 35px rgba(52, 152, 219, 0.6);\r\n        }\r\n\r\n        \/* Contact Footer *\/\r\n        .contact-footer {\r\n            background: white;\r\n            border-radius: 20px;\r\n            padding: 50px 40px;\r\n            box-shadow: 0 20px 60px rgba(0,0,0,0.3);\r\n        }\r\n\r\n        .contact-footer h3 {\r\n            text-align: center;\r\n            font-size: 32px;\r\n            color: #2c3e50;\r\n            margin-bottom: 30px;\r\n        }\r\n\r\n        .contact-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 25px;\r\n            text-align: center;\r\n        }\r\n\r\n        .contact-item {\r\n            padding: 20px;\r\n            background: linear-gradient(135deg, #fff4e6 0%, #ffe0b2 100%);\r\n            border-radius: 12px;\r\n        }\r\n\r\n        .contact-item strong {\r\n            display: block;\r\n            font-size: 18px;\r\n            color: #2c3e50;\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .contact-item a {\r\n            color: #fc4a1a;\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n        }\r\n\r\n        .contact-item a:hover {\r\n            color: #f7b733;\r\n            text-decoration: underline;\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 768px) {\r\n            .hero-section h1 {\r\n                font-size: 32px;\r\n            }\r\n\r\n            .hero-section .subtitle {\r\n                font-size: 18px;\r\n            }\r\n\r\n            .section-title {\r\n                font-size: 28px;\r\n            }\r\n\r\n            .announcement-content {\r\n                font-size: 14px;\r\n            }\r\n\r\n            .materials-grid,\r\n            .features-grid,\r\n            .contact-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <!-- Scrolling Announcement Bar -->\r\n    <div class=\"announcement-bar\">\r\n        <div class=\"announcement-content\">\r\n            \ud83c\udf93 ADMISSIONS OPEN FOR SESSION 2026-2027 | Limited Seats Available - Enroll Now! | Free CBSE Physics Notes Class 9 to 12 | Download Chapter-wise PDFs | Call: +91-94676-12340 | ADMISSIONS OPEN FOR SESSION 2026-2027 \ud83c\udf93\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"container\">\r\n        <!-- Hero Section -->\r\n        <div class=\"hero-section\">\r\n            <div class=\"institute-badge\">\r\n                Vartmaan Institute Sirsa\r\n            <\/div>\r\n            <h1>CBSE Physics Notes Class 9 to 12<\/h1>\r\n            <p class=\"subtitle\">\r\n                Free <strong>CBSE Class 9 to 12 Physics notes<\/strong> prepared by <strong>Sandeep Soni (Director)<\/strong> at Vartmaan Institute Sirsa. Download chapter-wise PDFs with concepts, formulas, and numerical for exam success.\r\n            <\/p>\r\n        <\/div>\r\n\r\n        <!-- Study Materials Section -->\r\n        <div class=\"materials-section\">\r\n            <h2 class=\"section-title\">Download Free Study Materials<\/h2>\r\n            <div class=\"materials-grid\">\r\n                <div class=\"material-card\">\r\n                    <span class=\"material-icon\">\ud83d\udcda<\/span>\r\n                    <h4><a href=\"https:\/\/vartmaaninstitutesirsa.com\/index.php\/class-9-science-notes\/\">Class 9 Science Notes<\/a><\/h4>\r\n                <\/div>\r\n\r\n                <div class=\"material-card\">\r\n                    <span class=\"material-icon\">\ud83d\udcd6<\/span>\r\n                    <h4><a href=\"https:\/\/vartmaaninstitutesirsa.com\/index.php\/class-10-science-notes\/\">Class 10 Science Notes<\/a><\/h4>\r\n                <\/div>\r\n\r\n                <div class=\"material-card\">\r\n                    <span class=\"material-icon\">\ud83d\udd2c<\/span>\r\n                    <h4><a href=\"https:\/\/vartmaaninstitutesirsa.com\/index.php\/class-11-physics-notes-2\/\">Class 11 Physics Notes<\/a><\/h4>\r\n                <\/div>\r\n\r\n                <div class=\"material-card\">\r\n                    <span class=\"material-icon\">\u269b\ufe0f<\/span>\r\n                    <h4><a href=\"https:\/\/vartmaaninstitutesirsa.com\/index.php\/class-12-physics-notes\/\">Class 12 Physics Notes<\/a><\/h4>\r\n                <\/div>\r\n\r\n                <div class=\"material-card\">\r\n                    <span class=\"material-icon\">\u2705<\/span>\r\n                    <h4><a href=\"https:\/\/vartmaaninstitutesirsa.com\/index.php\/class-11-physics-assertion-reason\/\">Class 11 Physics Assertion-Reason<\/a><\/h4>\r\n                <\/div>\r\n\r\n                <div class=\"material-card\">\r\n                    <span class=\"material-icon\">\u2714\ufe0f<\/span>\r\n                    <h4><a href=\"https:\/\/vartmaaninstitutesirsa.com\/index.php\/class-12-physics-assertion-reason\/\">Class 12 Physics Assertion Reason<\/a><\/h4>\r\n                <\/div>\r\n\r\n                <div class=\"material-card\">\r\n                    <span class=\"material-icon\">\ud83d\udcdd<\/span>\r\n                    <h4><a href=\"https:\/\/vartmaaninstitutesirsa.com\/?page_id=6216&preview=true\">Class 12 Physics Case Based Study Problems with Solutions<\/a><\/h4>\r\n                <\/div>\r\n\r\n                <div class=\"material-card\">\r\n                    <span class=\"material-icon\">\ud83d\udcd8<\/span>\r\n                    <h4><a href=\"https:\/\/vartmaaninstitutesirsa.com\/index.php\/class-12-physics-ncert-exemplar-problems\/\">Class 12 Physics NCERT Exemplar Problems<\/a><\/h4>\r\n                <\/div>\r\n\r\n                <div class=\"material-card\">\r\n                    <span class=\"material-icon\">\ud83d\udcaf<\/span>\r\n                    <h4><a href=\"https:\/\/vartmaaninstitutesirsa.com\/index.php\/class-12-ncert-exercise-with-solution\/\">Class 12 NCERT Exercise with Solution<\/a><\/h4>\r\n                <\/div>\r\n\r\n                <div class=\"material-card\">\r\n                    <span class=\"material-icon\">\ud83d\udccb<\/span>\r\n                    <h4>Class 12 Physics Syllabus<\/h4>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Features Section -->\r\n        <div class=\"features-section\">\r\n            <h2 class=\"section-title\">Why Choose Our Study Materials?<\/h2>\r\n            <div class=\"features-grid\">\r\n                <div class=\"feature-item\">\r\n                    <div class=\"feature-icon\">\ud83d\udc68\u200d\ud83c\udfeb<\/div>\r\n                    <h3>Expert Faculty<\/h3>\r\n                    <p>Prepared by experienced M.Sc., B.Ed. qualified teachers with 15+ years of teaching experience<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"feature-item\">\r\n                    <div class=\"feature-icon\">\ud83d\udcc4<\/div>\r\n                    <h3>Chapter-wise PDFs<\/h3>\r\n                    <p>Organized chapter-wise downloads for easy access and systematic preparation<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"feature-item\">\r\n                    <div class=\"feature-icon\">\ud83e\uddee<\/div>\r\n                    <h3>Concepts & Formulas<\/h3>\r\n                    <p>Complete theory with all important formulas, derivations, and explanations<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"feature-item\">\r\n                    <div class=\"feature-icon\">\ud83d\udca1<\/div>\r\n                    <h3>Numerical Problems<\/h3>\r\n                    <p>Comprehensive collection of solved numericals and practice questions<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"feature-item\">\r\n                    <div class=\"feature-icon\">\ud83c\udfaf<\/div>\r\n                    <h3>Exam Oriented<\/h3>\r\n                    <p>Focused on CBSE board exam pattern with previous years' questions<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"feature-item\">\r\n                    <div class=\"feature-icon\">\ud83c\udd93<\/div>\r\n                    <h3>Free Download<\/h3>\r\n                    <p>All study materials available for free download - no hidden charges<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- CTA Section -->\r\n        <div class=\"cta-section\">\r\n            <p style=\"text-align: center; margin-bottom: 20px;\">\r\n                <a href=\"https:\/\/www.vartmaaninstitutesirsa.com\/admission-form\/student-admission-form.html?_gl=1*dtea0s*_ga*MTYwNTU3OTU5My4xNjg3MjYwNTkw*_ga_K6TBJ7G78J*czE3Njg3NDgzMjMkbzEyNSRnMSR0MTc2ODc0ODkxMCRqNjAkbDAkaDA.\" class=\"cta-button enroll-button\">\r\n                    \ud83d\udcdd Enroll Now\r\n                <\/a>\r\n            <\/p>\r\n            <h2><em><span style=\"color: #0000ff;\">Join Vartmaan Institute \u2013 Build Your Future<\/span><\/em><\/h2>\r\n            <p style=\"margin-top: 20px;\">\r\n                <a href=\"https:\/\/www.vartmaaninstitutesirsa.com\/admission-form\/student-admission-form.html?_gl=1*dtea0s*_ga*MTYwNTU3OTU5My4xNjg3MjYwNTkw*_ga_K6TBJ7G78J*czE3Njg3NDgzMjMkbzEyNSRnMSR0MTc2ODc0ODkxMCRqNjAkbDAkaDA.\" class=\"cta-button\">\r\n                    \ud83c\udf93 Book a Free Demo Class\r\n                <\/a>\r\n            <\/p>\r\n        <\/div>\r\n\r\n        <!-- Contact Footer -->\r\n        <div class=\"contact-footer\">\r\n            <h3>Contact Us<\/h3>\r\n            <div class=\"contact-grid\">\r\n                <div class=\"contact-item\">\r\n                    <strong>\ud83d\udccd Address:<\/strong>\r\n                    <p>Opposite Jhuthara Dharamshala,<br>\r\n                    Near Surkhab Chowk, Hissar Road, Sirsa<\/p>\r\n                <\/div>\r\n                <div class=\"contact-item\">\r\n                    <strong>\ud83d\udcde Call \/ WhatsApp Now:<\/strong>\r\n                    <p><a href=\"https:\/\/wa.me\/919467612340\">+91-94676-12340<\/a><\/p>\r\n                <\/div>\r\n                <div class=\"contact-item\">\r\n                    <strong>\ud83d\udce7 Email:<\/strong>\r\n                    <p><a href=\"mailto:director@vartmaaninstitutesirsa.com\">director@vartmaaninstitutesirsa.com<\/a><\/p>\r\n                <\/div>\r\n                <div class=\"contact-item\">\r\n                    <strong>\ud83c\udf10 Website:<\/strong>\r\n                    <p><a href=\"http:\/\/www.vartmaaninstitutesirsa.com\" target=\"_blank\">www.vartmaaninstitutesirsa.com<\/a><\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>CBSE Physics Notes Class 9 to 12 &#8211; Vartmaan Institute Sirsa \ud83c\udf93 ADMISSIONS OPEN FOR SESSION 2026-2027 | Limited Seats Available &#8211; Enroll Now! | Free CBSE Physics Notes Class 9 to 12 | Download Chapter-wise PDFs | Call: +91-94676-12340 | ADMISSIONS OPEN FOR SESSION 2026-2027 \ud83c\udf93 Vartmaan Institute Sirsa CBSE Physics Notes Class 9 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-5772","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"CBSE Class 9 to 12 Physics notes prepared by expert faculty at Vartmaan Institute . chapter-wise PDFs with concepts, formulas, and numerical for exam success.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"google-site-verification\" content=\"Aol7iBlcp79uXzdBSFSF8TlZeti5JKBOu4MuC76EiKY\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/vartmaaninstitutesirsa.com\/index.php\/notes\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Vartmaan Institute Sirsa \u2022 &quot;Coaching classes in Sirsa&quot;\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Notes \u2022 Vartmaan Institute Sirsa\" \/>\n\t\t<meta property=\"og:description\" content=\"CBSE Class 9 to 12 Physics notes prepared by expert faculty at Vartmaan Institute . chapter-wise PDFs with concepts, formulas, and numerical for exam success.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/vartmaaninstitutesirsa.com\/index.php\/notes\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/vartmaaninstitutesirsa.com\/wp-content\/uploads\/2026\/01\/cropped-vartmaan-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/vartmaaninstitutesirsa.com\/wp-content\/uploads\/2026\/01\/cropped-vartmaan-logo.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-01-11T03:35:10+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-02-13T13:06:28+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/vartmaaninstitute\/\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Notes \u2022 Vartmaan Institute Sirsa\" \/>\n\t\t<meta name=\"twitter:description\" content=\"CBSE Class 9 to 12 Physics notes prepared by expert faculty at Vartmaan Institute . chapter-wise PDFs with concepts, formulas, and numerical for exam success.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/vartmaaninstitutesirsa.com\/wp-content\/uploads\/2026\/01\/cropped-vartmaan-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/index.php\\\/notes\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/index.php\\\/notes\\\/#listItem\",\"name\":\"Notes\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/index.php\\\/notes\\\/#listItem\",\"position\":2,\"name\":\"Notes\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/#organization\",\"name\":\"vartmaan institute sirsa\",\"description\":\"Vartmaan Institute is a premier coaching center established with the mission to provide quality education and expert guidance to students aspiring for prestigious entrances like NEET, JEE, and CUET. Our team of experienced faculty members is dedicated to nurturing young minds and preparing them for competitive examinations.\",\"url\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/\",\"telephone\":\"+919467612340\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/cropped-ChatGPT-Image-Jan-4-2026-08_47_49-PM.png\",\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/index.php\\\/notes\\\/#organizationLogo\",\"width\":512,\"height\":512},\"image\":{\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/index.php\\\/notes\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/vartmaaninstitute\\\/\",\"https:\\\/\\\/www.instagram.com\\\/vartmaan.institutes.sirsa\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@vartmaaninstitutesirsa4543\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/index.php\\\/notes\\\/#webpage\",\"url\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/index.php\\\/notes\\\/\",\"name\":\"Notes \\u2022 Vartmaan Institute Sirsa\",\"description\":\"CBSE Class 9 to 12 Physics notes prepared by expert faculty at Vartmaan Institute . chapter-wise PDFs with concepts, formulas, and numerical for exam success.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/index.php\\\/notes\\\/#breadcrumblist\"},\"datePublished\":\"2026-01-11T03:35:10+00:00\",\"dateModified\":\"2026-02-13T13:06:28+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/#website\",\"url\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/\",\"name\":\"vartmaaninstitutesirsa.com\",\"alternateName\":\"vartmaan institute\",\"description\":\"\\\"Coaching classes in Sirsa\\\"\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/vartmaaninstitutesirsa.com\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Notes \u2022 Vartmaan Institute Sirsa","description":"CBSE Class 9 to 12 Physics notes prepared by expert faculty at Vartmaan Institute . chapter-wise PDFs with concepts, formulas, and numerical for exam success.","canonical_url":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/notes\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"Aol7iBlcp79uXzdBSFSF8TlZeti5JKBOu4MuC76EiKY","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/notes\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/vartmaaninstitutesirsa.com#listItem","position":1,"name":"Home","item":"https:\/\/vartmaaninstitutesirsa.com","nextItem":{"@type":"ListItem","@id":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/notes\/#listItem","name":"Notes"}},{"@type":"ListItem","@id":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/notes\/#listItem","position":2,"name":"Notes","previousItem":{"@type":"ListItem","@id":"https:\/\/vartmaaninstitutesirsa.com#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/vartmaaninstitutesirsa.com\/#organization","name":"vartmaan institute sirsa","description":"Vartmaan Institute is a premier coaching center established with the mission to provide quality education and expert guidance to students aspiring for prestigious entrances like NEET, JEE, and CUET. Our team of experienced faculty members is dedicated to nurturing young minds and preparing them for competitive examinations.","url":"https:\/\/vartmaaninstitutesirsa.com\/","telephone":"+919467612340","logo":{"@type":"ImageObject","url":"https:\/\/vartmaaninstitutesirsa.com\/wp-content\/uploads\/2026\/01\/cropped-ChatGPT-Image-Jan-4-2026-08_47_49-PM.png","@id":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/notes\/#organizationLogo","width":512,"height":512},"image":{"@id":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/notes\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/vartmaaninstitute\/","https:\/\/www.instagram.com\/vartmaan.institutes.sirsa\/","https:\/\/www.youtube.com\/@vartmaaninstitutesirsa4543"]},{"@type":"WebPage","@id":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/notes\/#webpage","url":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/notes\/","name":"Notes \u2022 Vartmaan Institute Sirsa","description":"CBSE Class 9 to 12 Physics notes prepared by expert faculty at Vartmaan Institute . chapter-wise PDFs with concepts, formulas, and numerical for exam success.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/vartmaaninstitutesirsa.com\/#website"},"breadcrumb":{"@id":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/notes\/#breadcrumblist"},"datePublished":"2026-01-11T03:35:10+00:00","dateModified":"2026-02-13T13:06:28+00:00"},{"@type":"WebSite","@id":"https:\/\/vartmaaninstitutesirsa.com\/#website","url":"https:\/\/vartmaaninstitutesirsa.com\/","name":"vartmaaninstitutesirsa.com","alternateName":"vartmaan institute","description":"\"Coaching classes in Sirsa\"","inLanguage":"en-US","publisher":{"@id":"https:\/\/vartmaaninstitutesirsa.com\/#organization"}}]},"og:locale":"en_US","og:site_name":"Vartmaan Institute Sirsa \u2022 &quot;Coaching classes in Sirsa&quot;","og:type":"article","og:title":"Notes \u2022 Vartmaan Institute Sirsa","og:description":"CBSE Class 9 to 12 Physics notes prepared by expert faculty at Vartmaan Institute . chapter-wise PDFs with concepts, formulas, and numerical for exam success.","og:url":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/notes\/","og:image":"https:\/\/vartmaaninstitutesirsa.com\/wp-content\/uploads\/2026\/01\/cropped-vartmaan-logo.png","og:image:secure_url":"https:\/\/vartmaaninstitutesirsa.com\/wp-content\/uploads\/2026\/01\/cropped-vartmaan-logo.png","article:published_time":"2026-01-11T03:35:10+00:00","article:modified_time":"2026-02-13T13:06:28+00:00","article:publisher":"https:\/\/www.facebook.com\/vartmaaninstitute\/","twitter:card":"summary_large_image","twitter:title":"Notes \u2022 Vartmaan Institute Sirsa","twitter:description":"CBSE Class 9 to 12 Physics notes prepared by expert faculty at Vartmaan Institute . chapter-wise PDFs with concepts, formulas, and numerical for exam success.","twitter:image":"https:\/\/vartmaaninstitutesirsa.com\/wp-content\/uploads\/2026\/01\/cropped-vartmaan-logo.png"},"aioseo_meta_data":{"post_id":"5772","title":null,"description":"CBSE Class 9 to 12 Physics notes prepared by expert faculty at Vartmaan Institute . chapter-wise PDFs with concepts, formulas, and numerical for exam success.","keywords":null,"keyphrases":{"focus":{"keyphrase":"Physics Notes","score":62,"analysis":{"keyphraseInTitle":{"score":3,"maxScore":9,"error":1},"keyphraseInDescription":{"score":9,"maxScore":9,"error":0},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":2},"keyphraseInURL":{"score":1,"maxScore":5,"error":1},"keyphraseInIntroduction":{"score":9,"maxScore":9,"error":0},"keyphraseInSubHeadings":[],"keyphraseInImageAlt":[],"keywordDensity":{"type":"high","score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-01-11 03:35:10","updated":"2026-02-13 13:18:23","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/vartmaaninstitutesirsa.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tNotes\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/vartmaaninstitutesirsa.com"},{"label":"Notes","link":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/notes\/"}],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"sandeep.soni484@gmail.com","author_link":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/author\/sandeep-soni484gmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"CBSE Physics Notes Class 9 to 12 &#8211; Vartmaan Institute Sirsa \ud83c\udf93 ADMISSIONS OPEN FOR SESSION 2026-2027 | Limited Seats Available &#8211; Enroll Now! | Free CBSE Physics Notes Class 9 to 12 | Download Chapter-wise PDFs | Call: +91-94676-12340 | ADMISSIONS OPEN FOR SESSION 2026-2027 \ud83c\udf93 Vartmaan Institute Sirsa CBSE Physics Notes Class 9&hellip;","_links":{"self":[{"href":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/wp-json\/wp\/v2\/pages\/5772","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/wp-json\/wp\/v2\/comments?post=5772"}],"version-history":[{"count":22,"href":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/wp-json\/wp\/v2\/pages\/5772\/revisions"}],"predecessor-version":[{"id":6689,"href":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/wp-json\/wp\/v2\/pages\/5772\/revisions\/6689"}],"wp:attachment":[{"href":"https:\/\/vartmaaninstitutesirsa.com\/index.php\/wp-json\/wp\/v2\/media?parent=5772"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}