Most Popular Articles

Physics

The Difference Between Mass and Weight

The difference between mass and weight is that they are quantities which ultimately mean different things, are measured differently, relate to different physical quantities and relationships. They are related to one another, sure. However, they are not the same. Our weight is the amount of force that the Earth exerts on an object, whereas the […]

Kirchhoff’s Voltage Law (KVL)

Kirchhoff’s Voltage Law is used in the study of series circuits, where it is observed that the voltage applied to a closed circuit is equal to the sum of the voltage drops within that circuit. Another way of expressing this is, the algebraic sum of the voltage rises (applied voltage) and the voltage drops must […]

Kirchhoff’s Current Law (KCL)

Kirchhoff’s Current Law (KCL) is another statement about the law of conservation of energy within a circuit, affirming the conservation of charge flow. It states that the sum of currents entering a junction is equal to the sum of currents leaving the junction. Mathematically we can sum up this idea as     We read […]

Black Hole Accretion Disk

A Black Hole Accretion Disk is a massive disk composed of superheated gas, dust, and plasma that rotates around a black hole in an orbital pathway just beyond the event horizon — the spherical region around a black hole singularity inside of which the gravitational force exerted by the black hole is so great that […]

What Is Quantum Mechanics?

As ironic as it is, Quantum Mechanics in some ways began with Albert Einstein when he revealed his theory of relativity in the early years of the 20th century. The irony comes from the fact that Einstein was forever at odds with the emerging discipline of physics, causing him to erupt in one of his […]

Engineering

Kirchhoff’s Voltage Law (KVL)

Kirchhoff’s Voltage Law is used in the study of series circuits, where it is observed that the voltage applied to a closed circuit is equal to the sum of the voltage drops within that circuit. Another way of expressing this is, the algebraic sum of the voltage rises (applied voltage) and the voltage drops must […]

Kirchhoff’s Current Law (KCL)

Kirchhoff’s Current Law (KCL) is another statement about the law of conservation of energy within a circuit, affirming the conservation of charge flow. It states that the sum of currents entering a junction is equal to the sum of currents leaving the junction. Mathematically we can sum up this idea as     We read […]

Computer Science

HTML Attributes — HTML

HTML attributes give additional information about HTML elements. Using a variety of attributes we can add new dimensions and functionality to elements. The href attribute can be used with the hyperlink element <a> tag to identify exactly where we want that link to go, whether it is an internal link within the site itself or […]

The src Attribute — HTML

The <img> tag is used to embed an image in an HTML page. You write the image HTML tag in the code of your web page, and then specify certain necessary attributes, such as the src attribute, so that the image displays correctly. The src attribute identifies the path to the image to be displayed […]

The href Attribute — HTML

The <a> tag defines a hyperlink — a link to somewhere else on your site, or a link to somewhere else on the internet — that you place around certain text that you want to be the link text. This is done with the href attribute, which specifies the url that you are trying to […]

HTML Tags

HTML tags are fundamental components used to structure and format content in web documents. They define specific elements as paragraphs, headings of a specific hierarchy, images and so on, enabling you to add styles using CSS to a specific html tag to change its visual appearance in the web browser. HTML tags commonly consist of […]

The Python Programming Language

This course will teach you how to code with the Python Programming Language, but more than that, we will also explore the process of learning to think like a computer scientist. Ultimately, in addition to the knowledge and skills of the computer scientist, the main characteristic is the skill of problem solving. Python is an […]

Mathematics

The Tangent Problem

The word tangent itself is derived from the Latin word tangens, which means “touching.” In mathematics and in geometry, a tangent line is a line drawn that touches a curve at an angle perfectly parallel to that particular section of the curve. (The curve can be anything to a drawn circle on a page, or […]