{"id":495,"date":"2024-08-13T12:52:01","date_gmt":"2024-08-13T12:52:01","guid":{"rendered":"https:\/\/back2school.vn\/?page_id=495"},"modified":"2024-09-08T16:58:01","modified_gmt":"2024-09-08T16:58:01","slug":"physics","status":"publish","type":"page","link":"https:\/\/back2school.vn\/vi\/physics\/","title":{"rendered":"V\u1eadt L\u00fd"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"495\" class=\"elementor elementor-495\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-092b974 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"092b974\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8a10123\" data-id=\"8a10123\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-632d2ff elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"632d2ff\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2cfd5eb\" data-id=\"2cfd5eb\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e5c5406 elementor-widget elementor-widget-heading\" data-id=\"e5c5406\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Physics<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c63ccb1 elementor-widget elementor-widget-text-editor\" data-id=\"c63ccb1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Physics is a subject that helps us understand how the world works. In this subject, students learn about things like force, motion, electricity, and light. Physics explains why objects fall to the ground, how cars move, and why lights turn on.<\/p>\n<p>Physics tutoring helps students better understand these concepts and makes doing homework easier. Our tutor will explain each lesson, assist with homework, and help prepare for exams. With the support of a tutor, Physics becomes easier to understand and more interesting, helping students do well and feel more confident in Physics class.<\/p><p><br><\/p>\n<p><span style=\"font-weight: bolder;\">Our service<\/span><\/p>\n<ul style=\"background-color: rgb(29, 53, 87);\">\n<li>City: Danang, Ho Chi Minh City, Hanoi<\/li>\n<li>Setting: Individual at home, In groups, Online \/ Offline<\/li>\n<li>Student age: 6 till 18<\/li>\n<li>School Program: Any program on request<\/li>\n<\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ef1a9bd\" data-id=\"ef1a9bd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-78ca923 elementor-widget elementor-widget-html\" data-id=\"78ca923\" 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<script>\r\n\r\nlet showThisFieldIf = {\r\n    privateservice: {\r\n    howcanwehelp: [1],\r\n    },\r\n     privategroup: {\r\n    howcanwehelp: [2],\r\n    },\r\n     grouponly: {\r\n    howcanwehelp: [3],\r\n    },\r\n    online: {\r\n    howcanwehelp: [4],\r\n    },\r\n     homeworksupport: {\r\n    howcanwehelp: [5],\r\n    }\r\n}\r\n\r\n\r\n\/* Code from https:\/\/element.how\/elementor-pro-add-conditional-form-fields\/\r\n* You are allowed to use on your website and your clients websites\r\n* No sale or redistribution without permission\r\n* Copyright 2024 by Element.how\r\n* Version 1.2 2024\/06\/06\r\n*\/\r\ndocument.addEventListener('DOMContentLoaded', conditionalFormFieldFunc);\r\ndocument.addEventListener('DOMContentLoaded',function(){\r\njQuery(document).on('elementor\/popup\/show', (event, id, instance) => {\r\nconditionalFormFieldFunc();\r\n});\r\n});\r\n\r\nfunction conditionalFormFieldFunc() {\r\nfunction testLogic() {\r\nfor (const [conditionalInputID, condition] of Object.entries(showThisFieldIf)) {\r\nlet conditionalInput = setInputsElemArray(conditionalInputID);\r\nlet match = true;\r\nfor (const [conditionID, conditionValues] of Object.entries(condition)) {\r\nlet inputs = setInputsElemArray(conditionID);\r\nlet selectedInputs = [];\r\ninputs.forEach((input, i) => { if (input.checked) { selectedInputs.push(i); } });\r\nif (inputs[0].tagName == 'SELECT') {\r\nselectedInputs.push(inputs[0].selectedIndex);\r\n}\r\nlet adjustedConditionValues = conditionValues.map(e => e - 1);\r\nif (!(adjustedConditionValues.every(condition => selectedInputs.indexOf(condition) > -1))) {\r\nmatch = false;\r\n}\r\n};\r\nif (match) {\r\nconditionalInput.forEach(e => {\r\ne.closest('.elementor-field-group').style.display = \"block\";\r\ne.disabled = false;\r\n});\r\n} else {\r\nconditionalInput.forEach(e => {\r\ne.closest('.elementor-field-group').style.display = \"none\";\r\ne.disabled = true;\r\n});\r\n}\r\n}\r\n}\r\ntestLogic();\r\n\r\n\/* Add event listeners *\/\r\nfor (const [conditionalInputID, condition] of Object.entries(showThisFieldIf)) {\r\nfor (const [conditionID, conditionValues] of Object.entries(condition)) {\r\nlet inputs = setInputsElemArray(conditionID);\r\ninputs.forEach(input => {\r\ninput.addEventListener('input', function () {\r\ntestLogic();\r\n})\r\n})\r\n}\r\n}\r\n\r\nfunction setInputsElemArray(ID) {\r\nlet selectors = `[name=\"form_fields[${ID}]\"]`;\r\nlet inputs = Array.from(document.querySelectorAll(selectors));\r\nif (!inputs.length) {\r\nselectors = `[name=\"form_fields[${ID}][]\"]`;\r\ninputs = Array.from(document.querySelectorAll(selectors));\r\n}\r\nreturn inputs;\r\n}\r\n};\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n    var checkbox = document.getElementById('form-field-field_88f0a30-1');\r\n    if (checkbox) {\r\n        checkbox.checked = true;  \r\n    }\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b9a021d elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"b9a021d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"New Form\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"495\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"b9a021d\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Physics - Back2school\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"495\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Name*\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Email*\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-field_754eca3 elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t<input size=\"1\" type=\"tel\" name=\"form_fields[field_754eca3]\" id=\"form-field-field_754eca3\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Phone (Optional)\" required=\"required\" pattern=\"[0-9()#&amp;+*-=.]+\" title=\"Only numbers and phone characters (#, -, *, etc) are accepted.\">\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-number elementor-field-group elementor-column elementor-field-group-field_5f73f60 elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t<input type=\"number\" name=\"form_fields[field_5f73f60]\" id=\"form-field-field_5f73f60\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Student Age*\" required=\"required\" min=\"\" max=\"\" >\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_1fa4829 elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_1fa4829]\" id=\"form-field-field_1fa4829\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"City*\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-checkbox elementor-field-group elementor-column elementor-field-group-field_88f0a30 elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_88f0a30\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tSelect Subjects*\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<div class=\"elementor-field-subgroup  elementor-subgroup-inline\"><span class=\"elementor-field-option\"><input type=\"checkbox\" value=\"Biology\" id=\"form-field-field_88f0a30-0\" name=\"form_fields[field_88f0a30][]\"> <label for=\"form-field-field_88f0a30-0\">Biology<\/label><\/span><span class=\"elementor-field-option\"><input type=\"checkbox\" value=\"Physics\" id=\"form-field-field_88f0a30-1\" name=\"form_fields[field_88f0a30][]\"> <label for=\"form-field-field_88f0a30-1\">Physics<\/label><\/span><span class=\"elementor-field-option\"><input type=\"checkbox\" value=\"Science\" id=\"form-field-field_88f0a30-2\" name=\"form_fields[field_88f0a30][]\"> <label for=\"form-field-field_88f0a30-2\">Science<\/label><\/span><span class=\"elementor-field-option\"><input type=\"checkbox\" value=\"Mathematics\" id=\"form-field-field_88f0a30-3\" name=\"form_fields[field_88f0a30][]\"> <label for=\"form-field-field_88f0a30-3\">Mathematics<\/label><\/span><span class=\"elementor-field-option\"><input type=\"checkbox\" value=\"Chemistry\" id=\"form-field-field_88f0a30-4\" name=\"form_fields[field_88f0a30][]\"> <label for=\"form-field-field_88f0a30-4\">Chemistry<\/label><\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-howcanwehelp elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-howcanwehelp\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tSelect Tutoring Service*\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-caret-down\"><\/i>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[howcanwehelp]\" id=\"form-field-howcanwehelp\" class=\"elementor-field-textual elementor-size-sm\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"Private\">Private<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Private\/Group\">Private\/Group<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Group Only\">Group Only<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Online\">Online<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Select Tutoring Service\" selected=\"selected\">Select Tutoring Service<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-privateservice elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-privateservice\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tEstimate Fee\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[privateservice]\" id=\"form-field-privateservice\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"4.5million - 10 lessons  a 60 min a home \/ 2 lessons a week\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-privategroup elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-privategroup\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tEstimate Fee\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[privategroup]\" id=\"form-field-privategroup\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"3.5million -  5 lessons private, 5 lessons in groups, 10 lessons a 60 min\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-grouponly elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-grouponly\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tEstimate Fee\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[grouponly]\" id=\"form-field-grouponly\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"1.5million - 5 lessons in groups, 1 lesson per week a 60 min\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-online elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-online\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tEstimate Fee\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[online]\" id=\"form-field-online\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"1.5million  - 5 lessons, 1 lesson per week a 60 min\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-field_fb5c422 elementor-col-100\">\n\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[field_fb5c422]\" id=\"form-field-field_fb5c422\" rows=\"2\" placeholder=\"Reason for Tutoring?\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-field_43c6986 elementor-col-100\">\n\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[field_43c6986]\" id=\"form-field-field_43c6986\" rows=\"2\" placeholder=\"Any Request?\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Send<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Physics Physics is a subject that helps us understand how the world works. In this subject, students learn about things like force, motion, electricity, and light. Physics explains why objects fall to the ground, how cars move, and why lights turn on. Physics tutoring helps students better understand these concepts and makes doing homework easier. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-495","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.3 (Yoast SEO v23.3) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Physics - Back2school<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/back2school.vn\/vi\/physics\/\" \/>\n<meta property=\"og:locale\" content=\"vi_VN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Physics\" \/>\n<meta property=\"og:description\" content=\"Physics Physics is a subject that helps us understand how the world works. In this subject, students learn about things like force, motion, electricity, and light. Physics explains why objects fall to the ground, how cars move, and why lights turn on. Physics tutoring helps students better understand these concepts and makes doing homework easier. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/back2school.vn\/vi\/physics\/\" \/>\n<meta property=\"og:site_name\" content=\"Back2school\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-08T16:58:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/back2school.vn\/wp-content\/uploads\/2024\/08\/Black_and_White_Illustrative_Education_Logo-removebg-preview-e1724518856824.png\" \/>\n\t<meta property=\"og:image:width\" content=\"499\" \/>\n\t<meta property=\"og:image:height\" content=\"272\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u01af\u1edbc t\u00ednh th\u1eddi gian \u0111\u1ecdc\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 ph\u00fat\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"WebPage\",\"ContactPage\"],\"@id\":\"https:\/\/back2school.vn\/physics\/\",\"url\":\"https:\/\/back2school.vn\/physics\/\",\"name\":\"Physics - Back2school\",\"isPartOf\":{\"@id\":\"https:\/\/back2school.vn\/#website\"},\"datePublished\":\"2024-08-13T12:52:01+00:00\",\"dateModified\":\"2024-09-08T16:58:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/back2school.vn\/physics\/#breadcrumb\"},\"inLanguage\":\"vi\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/back2school.vn\/physics\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/back2school.vn\/physics\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/back2school.vn\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Physics\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/back2school.vn\/#website\",\"url\":\"https:\/\/back2school.vn\/\",\"name\":\"https:\/\/back2school.vn\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/back2school.vn\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/back2school.vn\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"vi\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/back2school.vn\/#organization\",\"name\":\"https:\/\/back2school.vn\",\"url\":\"https:\/\/back2school.vn\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"vi\",\"@id\":\"https:\/\/back2school.vn\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/back2school.vn\/wp-content\/uploads\/2024\/08\/cropped-png-e1723218178604.png\",\"contentUrl\":\"https:\/\/back2school.vn\/wp-content\/uploads\/2024\/08\/cropped-png-e1723218178604.png\",\"width\":436,\"height\":124,\"caption\":\"https:\/\/back2school.vn\"},\"image\":{\"@id\":\"https:\/\/back2school.vn\/#\/schema\/logo\/image\/\"},\"publishingPrinciples\":\"https:\/\/back2school.vn\/homework-support\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Physics - Back2school","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/back2school.vn\/vi\/physics\/","og_locale":"vi_VN","og_type":"article","og_title":"Physics","og_description":"Physics Physics is a subject that helps us understand how the world works. In this subject, students learn about things like force, motion, electricity, and light. Physics explains why objects fall to the ground, how cars move, and why lights turn on. Physics tutoring helps students better understand these concepts and makes doing homework easier. [&hellip;]","og_url":"https:\/\/back2school.vn\/vi\/physics\/","og_site_name":"Back2school","article_modified_time":"2024-09-08T16:58:01+00:00","og_image":[{"width":499,"height":272,"url":"https:\/\/back2school.vn\/wp-content\/uploads\/2024\/08\/Black_and_White_Illustrative_Education_Logo-removebg-preview-e1724518856824.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"\u01af\u1edbc t\u00ednh th\u1eddi gian \u0111\u1ecdc":"1 ph\u00fat"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["WebPage","ContactPage"],"@id":"https:\/\/back2school.vn\/physics\/","url":"https:\/\/back2school.vn\/physics\/","name":"Physics - Back2school","isPartOf":{"@id":"https:\/\/back2school.vn\/#website"},"datePublished":"2024-08-13T12:52:01+00:00","dateModified":"2024-09-08T16:58:01+00:00","breadcrumb":{"@id":"https:\/\/back2school.vn\/physics\/#breadcrumb"},"inLanguage":"vi","potentialAction":[{"@type":"ReadAction","target":["https:\/\/back2school.vn\/physics\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/back2school.vn\/physics\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/back2school.vn\/"},{"@type":"ListItem","position":2,"name":"Physics"}]},{"@type":"WebSite","@id":"https:\/\/back2school.vn\/#website","url":"https:\/\/back2school.vn\/","name":"https:\/\/back2school.vn","description":"","publisher":{"@id":"https:\/\/back2school.vn\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/back2school.vn\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"vi"},{"@type":"Organization","@id":"https:\/\/back2school.vn\/#organization","name":"https:\/\/back2school.vn","url":"https:\/\/back2school.vn\/","logo":{"@type":"ImageObject","inLanguage":"vi","@id":"https:\/\/back2school.vn\/#\/schema\/logo\/image\/","url":"https:\/\/back2school.vn\/wp-content\/uploads\/2024\/08\/cropped-png-e1723218178604.png","contentUrl":"https:\/\/back2school.vn\/wp-content\/uploads\/2024\/08\/cropped-png-e1723218178604.png","width":436,"height":124,"caption":"https:\/\/back2school.vn"},"image":{"@id":"https:\/\/back2school.vn\/#\/schema\/logo\/image\/"},"publishingPrinciples":"https:\/\/back2school.vn\/homework-support\/"}]}},"_links":{"self":[{"href":"https:\/\/back2school.vn\/vi\/wp-json\/wp\/v2\/pages\/495"}],"collection":[{"href":"https:\/\/back2school.vn\/vi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/back2school.vn\/vi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/back2school.vn\/vi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/back2school.vn\/vi\/wp-json\/wp\/v2\/comments?post=495"}],"version-history":[{"count":63,"href":"https:\/\/back2school.vn\/vi\/wp-json\/wp\/v2\/pages\/495\/revisions"}],"predecessor-version":[{"id":1966,"href":"https:\/\/back2school.vn\/vi\/wp-json\/wp\/v2\/pages\/495\/revisions\/1966"}],"wp:attachment":[{"href":"https:\/\/back2school.vn\/vi\/wp-json\/wp\/v2\/media?parent=495"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}