Hello,I am struck with another circuit i have few clarifications please help me to solve it.
View attachment 360779
View attachment 360780
View attachment 360782
For equation 5 there is some mistake which does not depend on V1 the initial voltage. How do i solve it? Alpha = V/T1;
Hello again,How do i create the above waveform in Ltspice i was able to create the ramp but not the above waveform to verify the result.
You use the PWL function, define the endpoints of each segment over one cycle, and then put those in a FOREVER REPEAT ( ) ENDREPEAT clause.How do i create the above waveform in Ltspice i was able to create the ramp but not the above waveform to verify the result.
Hello again,
I am sorry to say, your result does not look right yet. It is probably because you are missing one detail and that is that the lowest part of the ramp does not coincide with the rise of the ramp. After some time, when the ramp goes up again the initial part of the ramp is still lower than the final value of the cap voltage, and so the cap keeps discharging for a time less than T1. This is what they hinted about in the problem description when they said the lowest part is not at the beginning of the ramp.

Hi,View attachment 360884
now is my understanding correct?

The circuit is linear, right? Which means that you can solve for the total response, transient and steady state, using Laplace Transforms. Then just consider the steady-state portion of the solution.It is very challenging for me to solve the problem, the things which i have to figure out
a. in case of low pass filter if i apply a pwm signal during the step fall i use the equation
Vo = Vf+(Vi-Vf)e-t/tau; and the voltage during the OFF condition will be Vfinal either 0V or -5V etc, here how do i figure out the Vf (vfinal) during the step fall after ramp up?
b. the discharge equation to be updated, where the initial capacitor voltage is greater than the power source
c. The ramp equation in case it is not starting from 0 and with initial value Vmin.
Hi,It is very challenging for me to solve the problem, the things which i have to figure out
a. in case of low pass filter if i apply a pwm signal during the step fall i use the equation
Vo = Vf+(Vi-Vf)e-t/tau; and the voltage during the OFF condition will be Vfinal either 0V or -5V etc, here how do i figure out the Vf (vfinal) during the step fall after ramp up?
b. the discharge equation to be updated, where the initial capacitor voltage is greater than the power source
c. The ramp equation in case it is not starting from 0 and with initial value Vmin.

Yes equation 6 was wrong i need to look into that equation again. Laplace transform of the ramp signal Vi(t) = alpha * t;You know equation 6 is wrong. Both of the exponentials in it are growing in time without bound.
First things first. What is the Laplace transform of the input signal?
As I said in the thread for your other problem, trying to find the steady-state response by walking cycle-by-cycle through the transient response is not a very good approach. How do you know when you've reached steady state? What if it takes the system several hundred cycles to reach it?
I am able to visualize the waveforms capacitor charging for the ramp function and discharge for step fall, i will consider the values provided in the simulation and verify with the results i get after substitution.Hi V123,
Does this simulation plot using 100V help you visualise the result.?
Updated:
E
View attachment 360972
No, alpha*t is a linear ramp that never stops going up -- which is why your capacitor voltage grows without bound. But, even then, it should go up linearly, not expoentially.Yes equation 6 was wrong i need to look into that equation again. Laplace transform of the ramp signal Vi(t) = alpha * t;
is V(s) = alpha/s^2 that is what i used but may be i have messed it between the equations, i will verify again.
The biggest problem with the question is there are no R,C and other values are not provided, i will consider them and try to attempt the solution in steady state.
Hi,View attachment 360962
View attachment 360963
I could not complete the solution too much complicated equations.