Variable Definition and 1000 Threads
-
Power dissipated in variable resistor?
See photo! Why does the power dissipated increase and then decrease (see graph)? Is it something to do with emf? Also can internal resistance change as the variable resistor increases/decreases or is it always constant? - this isn't one of the questions they ask I'm just wondering- CAH
- Thread
- Power Power dissipated Resistor Variable
- Replies: 9
- Forum: Introductory Physics Homework Help
-
Variable resistor and thermistors?
If your doing an experiment to test how the temperature affects a thermistor (increase temp measure v and I...) why do you need a variable resistor in your circuit? Or if you don't NEED one what beneficial use may it pose anyway? Is it something to do with the current? Thanks- CAH
- Thread
- Resistor Variable
- Replies: 1
- Forum: Other Physics Topics
-
Extracting a constant variable from integral
Sorry for the simplicity of the question but I encountered a simple math problem whilst autodidacting myself on classical physics. I seen that a surplus of a specific constant variable "b" was extracted from an integral after a bit of manipulation. ∫xdx was turned into b2∫(x/b)d(x/b) Does the...- shanepitts
- Thread
- Constant Integral Variable
- Replies: 2
- Forum: General Math
-
J
Which is more optimal for changing a variable from 1 to 0?
I'm micro-optimizing my program written in classic C. When I use and [FONT=Courier New]unsigned short int for a boolean value, I need to switch between values of [FONT=Courier New]0 and [FONT=Courier New]1, so what I need to know is whether it's more efficient to use bitshift operators or...- Jamin2112
- Thread
- Variable
- Replies: 10
- Forum: Programming and Computer Science
-
L
C/C++ C++ Boolean variable - clarity sought
This is an example from a study guide I'm using at the moment in learning C++. //Test whether a number is prime #include <iostream> using namespace std; int main () { int x, y; bool factorFound = false; cout << "Enter a positive integer: "; cin >> y; x = 2; while (x != y &&...- Lord Anoobis
- Thread
- C++ Variable
- Replies: 8
- Forum: Programming and Computer Science
-
S
MHB Function of Sawtooth Wave with Variable Peaks
Hi everybody I want to know what's the function of sinusoidal curve but with sharp peaks both positive and negative? In the other word, peaks (positive and negative) be as follows: /\/\/\/\/\/\/\ I mean sawtooth wave, please give an answer that what's the function of the sawtooth wave as...- samsami
- Thread
- Function Variable Wave
- Replies: 1
- Forum: General Math
-
J
MHB Free variables and binding occurrence of each variable.
Hi, I'm trying to identify the free variable and binding occurrence but I'm not sure if they're right in lambda calculus. $x$ $\lambda x.x$ $(\lambda a.z)a$ $\lambda a.za$ $(\lambda n.n)z$ $\lambda z.(\lambda y.(\lambda x.x)y)z$ $(\lambda t.((\lambda t.(\lambda t.t)t)t))t$ Then for free...- JamesBwoii
- Thread
- Variable Variables
- Replies: 1
- Forum: Programming and Computer Science
-
How to Calculate Fixed and Variable Cost for Shampoo and Conditioner Bottles?
Hi! I'm having some trouble with this problem! A small convenience store pays $100 for a constant supply of shampoo bottles. 20 bottles are shipped to the small business. The convenience store then purchases 30 bottles of conditioner for $6 per bottle. What is the fixed and variable cost for...- jdawg
- Thread
- Variable
- Replies: 10
- Forum: General Math
-
T
Entropy State Variable: Thermal Equilibrium Questions
I have a few questions about entropy and path Scenario I have a closed system of Ideal Gas- Volume is Fixed , Mol Vol is fixed. At room temperature the system is in thermal equilibrium with its surroundings I then cool this system removing Q . To this system I then re-add Q until it is again in...- TomWhite87
- Thread
- Entropy State State function Variable
- Replies: 2
- Forum: Thermodynamics
-
W
Independence from a variable - Graphical confusion
http://postimg.org/image/pb0eu3ap3/ So I've got this graph, and magnitude, M, depends on the number of points, N,... but it shouldn't. http://postimg.org/image/pb0eu3ap3/ The line of best fit is... M = a*N ^b It's been a while since I studied, but knowing their relationship would it be...- WMBM
- Thread
- Confusion Graphs Independence Variable
- Replies: 1
- Forum: General Math
-
D
Minimum of two random variable
Hello, want to know if it's correct 1. Homework Statement X and Y two random variables iid of common density f and f(x)=x*exp(-x²/2) if x≥0 and f(x)=0 if x≤0 and Z=min(X,Y) Find -The density of Z -The density of Z² - E[Z²] Homework EquationsThe Attempt at a Solution 1.[/B] FZ(u) = P(min(X,Y...- Dassinia
- Thread
- Minimum Random Random variable Variable
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
A
Age of radioactive sample, single variable equation.
I'm taking an introduction course for simple physics. All problems are solved with simple single variable analysis. My problem is that this is an introduction where you don't need any advanced math to solve the problems, but I can't remember how to solve the last equation. Would you mind helping...- abri
- Thread
- Age Radioactive Variable
- Replies: 4
- Forum: Introductory Physics Homework Help
-
C
Variable resistor & inductor connected to alternator
A simple 2 pole alternator (a synchronous generator), is powered by a steam turbine. The amount of steam to the turbine is kept constant with a constant pressure ##p##, flow rate ##\dot{q}##, and power ##P##. If a variable resistor, inductor, and capacitor are connected in series to the...- CraigH
- Thread
- Alternator Inductor Resistor Variable
- Replies: 2
- Forum: Electrical Engineering
-
T
Angular velocity by time variable force
Homework Statement Force represented by F(t)=20+t+5t^2 [N] acts upon the rim of a disk. How much time has to pass before the disk has angular velocity of 200 revs\sec? R and I are known. Homework Equations \begin{equation*} \tau=I\alpha \end{equation*} \begin{equation*} \tau=R \times F...- Totally
- Thread
- Angular Angular velocity Force Time Variable Variable force Velocity
- Replies: 3
- Forum: Introductory Physics Homework Help
-
E
How to Solve Exponents that also has a variable with it
When one was reading some review books for engineering mathematics one has come across that kind of notation, below, and where to find books or materials that deals with these kinds of exponents, they look like this>> x^3x+2.- enggM
- Thread
- Exponents Variable
- Replies: 3
- Forum: General Math
-
Reducing the function of a function to the ind. variable
Hey, PF: If I have a function ##f(x)## where ##x## is itself a function of another variable (say time), is the following then true? $$f(x)=f(x(t))=f(t)$$ I ask this because if I have the following system of differential equations $$\frac{dA}{dt}=-Bb$$ $$\frac{dB}{dt}=-Aa$$ where litte ##a##... -
Double sum of same variable simplification help
Hello all, I have been meditating on this for a while, but can't seem to understand how this simplification came to be. Any help will be greatly appreciated. So, here is what we start with: ##\mathop{\sum_{k=0}^m\sum_{l=0}^n}_{m{\geq}n} x(k,l)## We also know that: l (lower case L) = n-m+k and...- perplexabot
- Thread
- Sum Variable
- Replies: 5
- Forum: General Math
-
MHB Expected value of a continuous random variable
Given the PDF: f(x) = 1/12 , 0 < x <= 3 x/18, 3 < x <= 6 0, otherwise find the expected value, E(x). I know how to find the expected value if there was only one interval, but don't how to do it for two.- rayne1
- Thread
- Continuous Expected value Random Random variable Value Variable
- Replies: 2
- Forum: Set Theory, Logic, Probability, Statistics
-
J
Stuck getting derivative when can't isolate my variable
Hi. This is not a homework assignment. I am working to get an extrema on a graph that involves a bunch of functions and got stuck on one step: How to get the derivative of: \frac{dy}{dn} = \frac{nc(a+b)}{nc+a} I can't get "n" in a place where I recognize how to get the derivative of it. I... -
A
MHB Variable Pi Formula: Diameter (mm) Calculation
variable pi formula Diameter (mm) = 0.0000003 : (pi of D - 3.1416 )^2 Pi of D is variable from 3.1416 to 3.1589...- aetzbar
- Thread
- Formula Pi Variable
- Replies: 1
- Forum: General Math
-
R
Maximum and minimum values of a variable capacitor
Homework Statement A parallel circuit like that in the figure forms the tuning circuit for an AM radio. If the inductor has a value of 8.6×10-6 H, what must be the maximum and minimum values of the variable capacitor if the radio receives frequencies from 590k Hz to 1670k Hz? a) Maximum C? b)...- rlc
- Thread
- Capacitor Circuit Frequencies Maximum Minimum Variable
- Replies: 2
- Forum: Introductory Physics Homework Help
-
S
Significance of Y = X^2 + 1 as random variable instead of X
Homework Statement Let X be a random variable with the following probability distribution X 0 1 2 3 4 f(x) 1/16 1/4 3/8 1/4 1/16 If another random variable Y = X^2 + 1 is formed, find the mean E[Y]. 2. Relevant equation...- s3a
- Thread
- Random Random variable Significance Variable
- Replies: 22
- Forum: Calculus and Beyond Homework Help
-
A
Fortran Fortran 77 variable declaration issue
Hi I've been struggling with a fortran 77 code that I need for my astrophysics thesis... Since it's quite old, I'm trying to rewrite some features in order to make it more readable, and I'm trying to make it more rigorous by declaring all variables (I'm declaring "implicit none" everywhere)...- AmenoParallax
- Thread
- Fortran Variable
- Replies: 3
- Forum: Programming and Computer Science
-
MHB Inverse Function Theorem for One Real Variable
I am reading Manfred Stoll's book: Introduction to Real Analysis. I need help with Stoll's proof of the Inverse Function Theorem (IFT) for real-valued functions of one real variable. Stoll's statement of the IFT for Derivatives and its proof read as follows: In the above proof we read: "...- Math Amateur
- Thread
- Function Inverse Inverse function Theorem Variable
- Replies: 2
- Forum: Topology and Analysis
-
E
Variable mass calculation of thrust for a water rocket
Homework Statement I am trying to derive the formula for time varying thrust given that I know the initial mass/volume of water in a water rocket. Knowns will include initial pressure, initial volume of water, and nozzle cross sectional area. Homework Equations Bernoullis equation: (p/ρg) +...- Engn_sam
- Thread
- Adiabatic expansion Calculation Mass Rocket Rocket equation Thrust Variable Variable mass Water
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
J
Solving for a variable. Hard to do in this simple equation.
Hi. This isn't for any sort of homework. I've run into a deadend where I have a situation like this where I need to solve for "a": a(a+b+c) =d You'd think it would be easy but I can't seem to get "a" by itself. It always end up on both sides of the equation at best which is starting to...- Jon9992
- Thread
- Hard Variable
- Replies: 2
- Forum: General Math
-
Fortran Clear a variable in fortran subroutine
Hello, I am trying to figure out how to clear a variable inside a subroutine from a calling function. The variable in the subroutine acts as a persistent(MATLAB) or static(C), but once in so many calls I want it to be reset to empty as if the subroutine is being called for the first time. I...- Somefantastik
- Thread
- Fortran Subroutine Variable
- Replies: 10
- Forum: Programming and Computer Science
-
MHB Estimating variance of Poisson random variable
I am trying to use a generated random sample in R to estimate the mean and variance for a Poisson random variable. The first one is a Poisson random variable with mean 5. To estimate the above I generate a random sample in R with the following code: P5 <- rpois(100,5) Given the above I want to...- Jameson
- Thread
- Poisson Random Random variable Variable Variance
- Replies: 1
- Forum: Set Theory, Logic, Probability, Statistics
-
Integral calculus: integral variable substitution confusion
Recently I started seeing integral calculus and right now we are covering the topic of the antiderivative. At first sign it was not very difficult, until we started seeing integral variable substitution. The problem starts right here: Let's suppose that we have a function like this: \int...- thegreengineer
- Thread
- Antiderivative Antiderivatives Calculus Confusion Integral Integral calculus Integration Mathematics Substitution U substitution Variable
- Replies: 2
- Forum: Calculus
-
L
Is the gravitational constant actually a variable?
Hi, as an engineer i don't have much formal training in theoretical physics so bare with me. As most of you know, we can only understand 4% of our universe with the current models we have. The rest of the 96% is dark matter and dark energy (23% and 73%, respectively). Could these unexplained...- Luis Ochoa
- Thread
- Constant Cosmology Dark energy Dark matter Gravitational Gravitational constant Variable
- Replies: 1
- Forum: Other Physics Topics
-
Local hidden variable theories
Are many-particles systems theories like the Standard model of particle physics examples of local hidden variable theories?- TrickyDicky
- Thread
- Local Theories Variable
- Replies: 12
- Forum: Quantum Physics
-
S
Calculating velocity with variable acceleration
This is not so much coursework as it is a thought experiment that has been bugging me for a while now. 1. Homework Statement Find the equation for velocity either as a function of distance (x) or time (t). I have an object whose acceleration is given by the rational function a(x) =...- scain6043
- Thread
- Acceleration Calculus Time Variable Variable acceleration Velocity
- Replies: 5
- Forum: Introductory Physics Homework Help
-
P
Citizen SR-270x unknown variable
Good day everyone, i have one question. Is it possible to calculate unknown variable on Citizen SR-270x?- Paul G
- Thread
- Variable
- Replies: 1
- Forum: Computing and Technology
-
A
What is the independent variable in Boyle's Law?
I asked my teacher, and I was told that volume is the independent variable, and that pressure is dependent. The textbook I'm using said the same thing. After looking up some graphs of the law, I found that both pressure and volume were used as independent variables. It seems counter-intuitive... -
What is the significance of using a variable as an input to a function?
For a generic function ##f##, why is that we use the variable ##x## as the argument of the function? What is the significance of this variable in regards to the object that is the function? Does it denote what the function is able to transform? i.e., ##f(z)## usually denotes a function that...- Mr Davis 97
- Thread
- Function Input Variable
- Replies: 1
- Forum: General Math
-
S
Transformer core variable reluctance
Hi , When DC is applied to a transformer there is no secondary induction because DC current creates no changing flux in the Core. If I could change the reluctance, or permeability is another word I guess, of the transformer core while still having DC applied to the...- sondreL
- Thread
- Core Transformer Variable
- Replies: 4
- Forum: Other Physics Topics
-
M
Does Mass Really Change with Velocity Near the Speed of Light?
Hey guys, I'm reading my modern physics book over break and I remember hearing that mass changes as you approach the speed of light. But is it really the mass that is changing or just the amount of momentum a certain mass can have. So is mass really varying or is it the energy capacity of mass...- mike232
- Thread
- Mass Momentum Variable Variable mass
- Replies: 3
- Forum: Special and General Relativity
-
Variable AC (0 to 240) source how to take fixed DC (110 or 220)
sir, i am looking for fixed DC (110VDC and 220VDC) from my variable AC source (0 to 220V). please support me. rajesh.p 9010770003.- rajeshputta
- Thread
- Ac Dc Source Variable
- Replies: 9
- Forum: Electrical Engineering
-
Finding resistance of cylinders with variable conductivity
Homework Statement Suppose the conductivity of the material separating two coaxial cylinders, of radius a and b (a < b) and held at a potential difference ##V##, would not be uniform. Specifically, ##\sigma(s) = k/s##, for some constant ##k##. Find the resistance between the cylinders. [Hint...- ELB27
- Thread
- Conductivity Cylinders Resistance Variable
- Replies: 25
- Forum: Introductory Physics Homework Help
-
C
How TO make a variable 3D metal box
Hi i want to know how to make a 3D metal box whose length, width, and height i can change. For example, i have a box of 3 m x 3 m x 3 m. i should be able to extend any dimension by a maximum of 1 meter i.e 4 meter (say). I want to use this to store items whose size is unknown, but the limits of...- css
- Thread
- 3d Box Cad Engineering and design Manufacturing Mechanical engineering Variable
- Replies: 6
- Forum: General Engineering
-
MHB Change of Variable: Physics Math in GR Problem
What I am about to do is write an example of what I call "Physics Math." I am working on a GR problem backward: I have a motion I want to exhibit and am trying to work out the connection coefficients. The problem is that they are in terms of the wrong variable...The equations are expressed in... -
T
Showing Chi squared is independent with another variable
So I have X1 and X2 are iid standard normal. Then I have Y=X1^2+ X2^2 and Z=X1/(X1^2+x2^2) I'm supposed to find the distribution of Y and Z and then determine if they are independent. Clearly Y is chi squared with degrees of freedom 2. But I have no idea how to find the distribution of Z...- torquerotates
- Thread
- Chi Independent Variable
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
C
Solving an ODE with variable coefficients
Homework Statement Solve the following: [/B] y'' = c2 / (x2 + c1*x) * y c1, c2 are constants, x is variableHomework Equations As above The Attempt at a Solution I have used the method of Frobenius and regular power series and obtained an infinite series on top of an infinite series, which is...- c0der
- Thread
- Coefficients Ode Variable
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
D
How to Calculate Interest in a Variable Interest Account?
Is there a simple formula to find the amount of money in an account given a situation like this... You deposit x into the account Each year you get interest Year one the interest is 1% Year two the interest is 2% Year three the interest if 3% and so on Is it possible to get a simple general...- DjDukes
- Thread
- Formula Interest Variable
- Replies: 1
- Forum: General Math
-
T
PDF of a continuous random variable
Homework Statement Let X denote a continuous random variable with probability density function f(x) = kx3/15 for 1≤X≤2. Determine the value of the constant k. Homework Equations I'm not sure if this is right but I think ∫kx3/15 dx=1 with the parameters being between 2 and 1, The Attempt at a...- ThiagoG
- Thread
- Continuous Pdf Random Random variable Variable
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
I
Distribution of a Function of a Random Variable
Homework Statement If X is uniformly distributed over (0,1), find the PDF of Y = |X| and Z = e^X Focusing on the |X| one Homework Equations Derivative of CDF is the PDF The Attempt at a Solution So I start by writing down the CDF of X, Fx(x): 0 for x <0 x for 0 ≤ x ≤ 1 1 for x ≥ 1 And I...- izelkay
- Thread
- Distribution Function Random Random variable Variable
- Replies: 7
- Forum: Calculus and Beyond Homework Help
-
I
Expectation of Continuous Random Variable [word problem]
Homework Statement Here's the problem with the solution provided: Homework Equations Fundamental Theorem of Calculus (FToC) The Attempt at a Solution So I understand everything up to where I need to take the derivative of the integral(s). Couple of things I know is that the derivative of...- izelkay
- Thread
- Continuous Expectation Random Random variable Variable Word problem
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
Two variable function, single integral
Homework Statement Evaluate: I(y)= \int^{\frac{\pi}{2}}_{0} \frac{1}{y+cos(x)} \ dx if y > 1 Homework EquationsThe Attempt at a Solution I've never seen an integral like this before. I can see it has the form: \int^{a}_{b} f(x,y) dx I clearly can't treat it as one half of an exact...- bananabandana
- Thread
- Double integral Function Integral Integration Multivariable Variable
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
Evidence for Variable Speed of Gravity in Coordinate Spacetime
Although the speed of light is constant in GR, within coordinate spacetime the speed of light varies. For example, light travels more slowly near a black hole than in remote space. The same is theoretically true of the speed of gravity. But is there any supporting empirical evidence?- Thinkor
- Thread
- Coordinate Evidence Gravity Spacetime Speed Variable
- Replies: 6
- Forum: Special and General Relativity
-
T
Representing a function of one variable in terms of a sequence of gaussians
Is this possible? It seems like it should be but, it's difficult to find an explicit relationship between a general function of one variable x (let's say we are only interested in functions that decay to zero as they go to plus or minus infinity) it seems like summing a bunch of gaussians of...- thoughtgaze
- Thread
- Function Sequence Terms Variable
- Replies: 2
- Forum: Topology and Analysis